/************************
	header	
*************************/



div.header {
	width: 100%;
	height: 170px;
}



div.header-left {
	float:left;
	width: 279px;
	height: 135px;
}

div.header-right {
	float:right;
	width: 400px;
	height: 23px;
	margin-right: 20px;
}

div.header-middle {
	float:right;
	width: 468px;
	height: 60px;
	margin: 0px 20px 9px 0;
}

div.header-middle-login {
	float: right;
	width: 468px;
	height: 21px;
	margin: 1px 0 9px 0;
	overflow: hidden;
}
	

div.header-nav {
	float:left;
	width: 984px;
	height: 33px;
	margin: 0;	
	border-top: solid 1px #ffa9e3;
	border-bottom: solid 1px #ffa9e3;
}

div.header-nav ul {
	list-style-type:none;
}

div.header-nav ul.header-nav-list  li {
	float: left;
	text-align: center;
	text-transform: uppercase;
	color: #ffa9e3;
	font-weight: bold;
	font-size: 14px;
	
}

div.header-nav ul.header-nav-list  li.current {
	color: #fff;
	padding: 10px 10px 0 10px;
	min-width: 80px;
	height: 23px;
}

ul.login-menu, ul.logout-menu {
	list-style-type:none;
	float: right;
	width: 400px;
	color: #fff;
}

ul.login-menu li, ul.logout-menu li {
	float:right;
	margin: 3px 0 0;
	padding: 0 5px;
	height: 21px;
}

ul.logout-menu li.pic {
	margin-top:0px;
	margin-right: 20px;
	padding-right: 0;
}

ul.logout-menu li.pic div {
	width:19px;
	height:19px;
	overflow:hidden;
	border:1px solid #fe84d7;
}

input.searchinput {
	float:left;
	width: 310px;
	height: 17px;
	padding: 2px;
	border: 1px solid #fda1df;
	color: #888;
	background-color: #000;
	font-size: 13px;
}

input.taginput {
	float:left;
	width: 220px;
	height: 17px;
	padding: 2px;;
	border: 1px solid #fda1df;
	color: #ffa9e3;
	background-color: #000;
}

input.searchbutton {
	float:right;
}



a.nav, a.navactive {
	padding: 10px 10px 0 10px;
	min-width: 80px;
	height: 23px;
	display:block;
}
	 
a.nav:link    { color: #ffa9e3; text-decoration: none; }    /* unvisited links */
a.nav:visited { color: #ffa9e3; text-decoration: none; }   /* visited links   */
a.nav:hover   { color: #fff; text-decoration: none; } /* user hovers     */
a.nav:active  { color: #ffa9e3; text-decoration: none; }   /* active links    */

a.navactive:link    { color: #fff; text-decoration: none; }    /* unvisited links */
a.navactive:visited { color: #fff; text-decoration: none; }   /* visited links   */
a.navactive:hover   { color: #ffa9e3; text-decoration: none; } /* user hovers     */
a.navactive:active  { color: #fff; text-decoration: none; }   /* active links    */



/************************
	genre nav	
*************************/

div.genrenavwrapper {
	width:984px; 
	float:left;
}

div.genrenav {
	margin: 0pt;  
	background-color: #fda1df;
	float:left;
}

div.genrenav p {
	padding: 10px 30px;
	float:left;
}

div.genrenav p a {
	margin-right: 30px;
	color: #906;
}

/************************
	footer	
*************************/


div.footer {
	float:left;
	width: 100%;
	min-height: 147px;
	background-image: url(../../../other_files/Spice/backgrounds/footer-background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 11px;
	padding-bottom: 30px;
	background-color: #a90750;
}

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 #fff;
}

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: 12px;
}

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;
	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;
}

