/************************
	header	
*************************/



div.header {
	width: 100%;
	height: 135px;
	background-image: url(../../../other_files/Adult/backgrounds/header-background.gif);
	background-position: top left;
	background-repeat: repeat-x;
}



div.header-left {
	float:left;
	width: 257px;
	height: 100px;
}

div.header-middle {
	float: left;
	width: 468px;
	height: 81px;
	padding-top: 19px;
	overflow: hidden;
}

div.header-right {
	float:right;
	width: 209px;
	height: 100px;
	margin-right: 30px;
}

div.header-nav {
	float:left;
	width: 974px;
	height: 35px;
	margin: 0 5px;
	background-color: #cdcccd;
	color: #900;
	font-weight: bold;
	font-size: 14px;
}

div.header-nav ul {
	list-style-type:none;
}

div.header-nav ul li {
	float: left;
	text-align: center;
	text-transform: uppercase;
	
}

div.header-nav ul li.current {
	background-color: #060505;
	color: #cdcccd;
	padding: 10px 10px 0 10px;
	min-width: 80px;
	height: 25px;
}

ul.login-menu, ul.logout-menu {
	width: 199px;
	height: 50px;
	background-color: #333;
	color: #fefefe;
	margin-bottom: 13px;  
	list-style-type:none;
	padding-left: 10px;
}

ul.login-menu li, ul.logout-menu li {
	float:left;
	padding: 0 5px;
	margin-top: 7px;
}

ul.logout-menu li.pic {
	float:right;
	margin-top:3px
}

ul.logout-menu li.pic div {
	width:19px;
	height:19px;
	overflow:hidden;
	border:1px solid #990000
}

input.searchinput {
	float:left;
	width: 131px;
	height: 18px;
	padding: 2px;
	font-size: 14px;
	border-width: 2px;
	color: #999;
}

input.taginput {
	float:left;
	width: 220px;
	height: 15px;
	padding: 1px;
}

input.searchbutton {
	float:right;
}



a.nav, a.navactive {
	padding: 10px 10px 0 10px;
	min-width: 80px;
	height: 25px;
	display:block;
}
	 
a.nav:link    { color: #900; text-decoration: none; }    /* unvisited links */
a.nav:visited { color: #900; text-decoration: none; }   /* visited links   */
a.nav:hover   { color: #cdcccd; background-color: #060505; text-decoration: none; } /* user hovers     */
a.nav:active  { color: #900; text-decoration: none; }   /* active links    */

a.navactive:link    { color: #cdcccd; background-color: #060505; text-decoration: none; }    /* unvisited links */
a.navactive:visited { color: #cdcccd; background-color: #060505; text-decoration: none; }   /* visited links   */
a.navactive:hover   { color: #900; background-color: #060505; text-decoration: none; } /* user hovers     */
a.navactive:active  { color: #cdcccd; background-color: #060505; text-decoration: none; }   /* active links    */


/************************
	genre nav	
*************************/

div.genrenavwrapper {
	width:984px; 
	background-color:#f2f2f2;
}

div.genrenav {
	margin: 0pt 5px; 
	width: 974px; 
	background-color: #060505;
}

div.genrenav p {
	padding: 10px 30px;
}

div.genrenav p a {
	margin-right: 30px;
}

/************************
	footer	
*************************/


div.footer {
	float:left;
	width: 100%;
	min-height: 147px;
	background-image: url(../../../other_files/Adult/backgrounds/footer-background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	padding-bottom: 30px;
}

div.footer ul.inline {
	list-style-type:none;
	margin: 30px;
	float:right;
}

div.footer ul.inline li {
	display: inline;
	padding: 0 5px;
	border-right: solid 1px #333;
}

div.footer p {
	margin: 30px;
	float:left;
}

div.footermenus {
	clear:both;
	margin-left: 30px;
}

div.footermenus ul {
	
	display:block;
	list-style-type:none;
	font-size:9px;	
}

div.footermenus ul li {
	padding: 2px 0;
	min-width: 100px;
}

div.footermenus > ul {
	float: left;
	margin: 0 40px 0 0;	
}

div.footermenus ul.secondarylist {
	margin-left: 20px;
}

div.footermenus a, div.footermenus span {
	padding-left: 10px;
}

div.footermenus ul.secondarylist a, div.footermenus ul.secondarylist span {
	padding-left: 5px;
}

div.footermenus a.heading, div.footermenus span.heading {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 2px solid #efefef;
	padding-bottom: 3px;
	display:block;
	margin-bottom: 5px;
}

div.footer-logos {
	clear:both;
	float:left;
	width: 970px;
}

div.footer-logos a {
	display:block;
	float:right;
	margin-left: 30px;
}

div.footer a.share-it-link {
	display:block;
	float:right;
	margin-top: 30px;
	margin-right: 30px;
}
	

