
*, html {
margin: 0;
padding: 0;
}

body {
font-family: Arial, Verdana, sans-serif;
font-size: 77%;
padding: 0 2% 2% 2%;
margin-top: 1em;
color: #CCC;
background-color: #000;
}

a {
text-decoration: none;
color: #FFCC00;
}
	a:hover {
	color: #FFF;
	text-decoration: underline;
	}

h2, h3, legend, lh {
color: #B60925;
}

h1 {
background-color: #B60925;
color: #000;
padding: .2em;
margin-bottom: 1em;
font-size: 1.6em;
}

h2 { 
margin-bottom: .5em;
font-size: 1.4em;
}

h3 {
margin-bottom: 1em;
font-size: 1.2em;
}

p, ul {
margin-bottom: 1em;
}

ol {
margin-left: 2em;
}


dl {
width: 90%;
clear: left;
float: left;
padding: 1em;
padding-bottom: 0;
margin-left: 2em;
}
	lh {
	font-size: 1.2em;
	font-weight: bold;
	}
		lh sup {
		font-size: .6em;
		font-weight: normal;
		position: absolute;
		}
	dt {
	border-top: 1px dotted #333;
	clear: left;
	float: left;
	width: 30%;
	padding: 1%;
	color: #999;
	font-weight: bold;
	text-align: right;
	}
		dt.foot {
		width: 93%;
		padding-left: 0;
		}
	dd {
	border-top: 1px dotted #333;
	float: left;
	width: 60%;
	padding: 1%;
	}

fieldset {
padding: 0 1em 1em 1em;
border: 1px solid #333;
}
	fieldset legend {
	padding-left: .5em;
	padding-right: .5em;
	margin-bottom: 1em;
	}

	fieldset label {
	display: block;
	margin-top: .5em;
	}
	
	fieldset .text {
	width: 99.9%;
	background-color: #EEEEFF;
	border: 1px solid #FFF;
	}
	
#left {
float: left;
}
	#left img, #menu, #login {
	border: 2px solid #B60925;
	margin-bottom: 1em;
	}
#blogs img {
	padding-left: 14px;
	border: 0px;
}
#menu {
padding-top: 120px;
width: 200px;
background: url('graphics/fetish_map.gif') no-repeat top;
margin-bottom: 1em;
}
	#menu img {
	border: 0;
	}
	#menu ul {
	list-style-type: none;
	}
		#menu ul li a {
		margin-bottom: .5em;
		background: url('graphics/fade.png');
		display: block;
		font-size: 1.2em;
		font-weight: bold;
		padding: .2em;
		padding-left: 14px;
		position: relative;
		}
			#menu ul li a:hover, #menu ul li a.current {
			text-decoration: none;
			background: #FFCC00;
			color: #000;
			}
			#menu ul li a sup {
			font-size: .6em;
			position: absolute;
			right: 1.5em;
			}
			
#content {
margin-left: 220px;
max-width: 700px;
}
	#content #status {
	padding: .2em .4em;
	float: right;
	}
		#content #status a {
		font-size: .8em;
		color: #FFCC00;
		}
	#content ul {
	margin-left: 2em;
	}
	
#textNav {
clear: both;
padding-top: 2em;
text-align: center;
}

/* MISC */ 
.clear {
clear: both;
}
.error {
text-align: center;
font-weight: bold;
padding: .2em;
color: #000;
background-color: #FFCC00;
}
	.error a {
	color: #000;
	}
.ppForm label {
margin: 0;
}
	.ppLogo {
	float: left; 
	border: 0;
	margin-right: .5em;
	}
	
.infoForm fieldset.column {
float: left;
width: 40%;
max-width: 22em;
min-width: 300px;
margin: 1%;
padding-bottom: .5em;
}
	.infoForm fieldset.column legend {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
.infoForm input {
margin-bottom: .5em;
}
	.infoForm input.check { 
	margin: 0;
	}
	.infoForm input.radio { 
	vertical-align: middle;
	}
	.infoForm fieldset p {
	color: #999;
	}
	.infoForm fieldset fieldset {
	border: none;
	margin: .5em;
	padding: 0;
	}
		.infoForm fieldset fieldset label {
		color: #999;
		margin: 0;
		}
/* LIGHTBOX CSS */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox img { 
	border: 0;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}