/* Thumbnail and Item pages
PALETTE
Pink = #F281B3
dark pink = #995271
*/
* {	margin: 0; padding: 0;}
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
	background: #fff url(../img/bg-body-1j.gif);
}
#wrapper {
	position: relative;
	width: 650px;
	text-align: left;
	background: #fff;
	border: 2px solid #666;
	margin: 20px auto; padding: 10px 50px 20px;
}
#header {
	text-align: center;
	background: #fff url(../img/bg-hdr-1c.gif) no-repeat left bottom;
	margin: 20px 0;
	padding: 10px 20px;
}
#header h1 {
	height: 0;
	margin: 0 0 0 -9999px;
}
h2 {
	font-size: 1.2em;
	margin: 1em 0;
}
p {
	margin: 1em 0;
}
#home a {
	color: #F281B3;
}
a img {
	border: none;
}
/* ---------- Thumbnail Page ------------- */
#thumbs a.item {
	position: relative;
	width: 90px;
	float: left;
	text-decoration: none;
	color: #666;
	xbackground: #fff url(../img/bg-hdr-1b.gif) no-repeat left bottom;
	background: #fff url(../img/bg-item-1a.gif) no-repeat left bottom;
	border: 1px solid #fff;
	margin: 30px 25px;
	padding: 10px 35px;
}
#thumbs a.item:hover {
	border-color: #F281B3;
	background: #fff;
}
/* --------- Navigation ------------ */
#thumbs ul#nav,
#item ul#nav {
	text-align: center;
}
#thumbs ul#nav li,
#item ul#nav li {
	display: inline;
	list-style: none;
}
#thumbs ul#nav li a, 
#item ul#nav li a{
	text-decoration: none;
	color: #333;
	border-bottom: 2px solid #fff;
	margin: 1px 3px; padding: 3px 12px;
}
#thumbs ul#nav li a:hover, #thumbs ul#nav li a:focus,
#item ul#nav li a:hover, #thumbs ul#nav li a:focus {
	border-bottom: 1px solid #F281B3;
}
#thumbs ul#nav li a#nav_gallery,
#item ul#nav li a#nav_gallery {
	border-bottom: 1px solid #F281B3;
}
/* ---------- Item Pages ------------- */
#item img.item {
	float: left;
	background: #f9f9f9;
	border: 1px solid #999;
	margin: 0 40px 20px 0; padding: 3px;
}
#item ul {
	margin: 40px 0 0; 
}
#item li {
	list-style: none; 
	margin: 6px 0;
}
#item li a {
	color: #F281B3;
	padding: 3px 6px; 
}
#item li a:hover, #item li a:focus {
	text-decoration: none;
}
/* ---------- Footer ------------- */
#footer {
	clear: left;
	text-align: right;
	background: #fff url(../img/bg-footer-1c.gif) no-repeat right top;
	padding: 10px 20px;
}
#footer a{
	color: #333;
	margin: 0; padding: 5px 0;
}