/*
Nudes Puri Style Sheet
www.nudespuri.com
by: Joe Tito
*/

/* Body */
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F3F3F3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-align: center;

}
/* Main container */
#container {
	width: 750px;
	height: 136px;
	margin: auto;
	text-align: left;
	
}
#header {
	/*border-bottom: 4px solid #948979;*/
	padding-top: 0px;
	clear: both;
	margin-bottom: 10px;
	vertical-align: middle;
	background-image: url(/images/v2/nudes-puri-green.gif);
	background-repeat: no-repeat;
	position: relative;
}

#title-tagline {
	position: absolute;
	left: 170px;
	top: 125px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

#searchform {
	float:right;
	margin-top: -45px;
	font-size: 9px;
}

#toplist_topthree {
	float:right;
	margin-top: -15px;
	/* font-size: 9px; */
}
input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	/* height:23px; */
	font-size: 11px;
	padding: 3px;
}

/* Main left container */
#mainLeft {
	float: left;
	width: 583px;
	height: 136px;
	margin:0; padding:0;

}
/* Main right container */
#mainRight {
	float: right;
	width: 167px;
}
/* Left navigation container */
#leftNav {
	width: 166px;
	float: left;
}
/* Main content container */
#content {
	width: 417px;
	float: right;
	background-image: url(/images/v2/mid-bg.gif);
	background-repeat: repeat-y;
}
#content h1{
	color: #079800;
	margin: 5px 0 5px 0; 
	font-size: 12px;
}
#content_galleries{
	width: 560px;
	float: left;
	text-align: center;
	margin-top: 0px;

}
#content img{
border:1px solid #079800;
}
#content_galleries img{
border:1px solid #079800;
}
#toplist img{
border:1px solid #079800;
}
/* Smaller content container for spacing on sides */
#contentSmall {
	width: 390px;
	margin: auto;
}

/* Navigation titles */
h3 {
	color: #079800;
	margin: 5px 0 5px 0; 
	font-size: 12px;
}
/* Left post box container */
#leftPostBox {
	width: 195px;
	float: left;
}
/* Right post box container */
#rightPostBox {
	width: 195px;
	float: right;
}
/* Navigation links */
a:link { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #079800; }
a:active { text-decoration: none; color: #000000; }
/* Post title links */
a.postName:link { color: #079800; font-size: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold; 
				  text-decoration: none; }
a.postName:visited { color: #079800; font-size: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold; 
				     text-decoration: none; }
a.postName:hover { color: #079800; font-size: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold; 
			  	   text-decoration: underline; }
a.postName:active { color: #079800; font-size: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold; 
				    text-decoration: none; }
/* Footer */
#footer {
	width: 750;
	clear: both;
	vertical-align: middle;
	margin-top: 10px;
	padding-top: 10px;
	text-align:center;
}
li{
list-style:none;
}
	