@charset "iso-8859-1";
/*
*make text disappear
*size element to img size
*place img in background 
*/
/*
to target everything, use the * selector
*/
*{
	margin:0;
	padding:0;
}
/*a:link {color: #FF0000}*/     /* unvisited link */
/*a:visited {color: #00FF00}*/  /* visited link */
/*a:hover {color: #FF00FF}*/  /* mouse over link */
/*a:active {color: #0000FF}*/   /* selected link */
a:link{
	color:#999999;
}
a:visited{
	color:YELLOW;
}
a:hover{
	color:PINK;
}
a:active{
	color:#00CC33
}
a img{
	border:none;
}
/*body#links a:visited{
	text-decoration:line-through;
		color:WHITE;
}*/
div#content{
		margin:0px 0px 0px 0px;
		}
div#contentText{
		margin:10px 10px 10px 10px;
}	
div.hr{
	border-top:1px solid #999;
	height:0px;
	overflow:hidden;
	margin:1em 0;
}
div#noscript{
	color:#E53990;
	border:3px dotted #D3E4CD;
	padding:20px;
	background-color:#BLACK;
}
	div#noscript p{
		margin:0;
	}
		div#noscript p + p{
			margin-top:1em;
		}
select, textarea, input {
	font-size:1em;
	margin:0;
	padding:0;
}
select > option { /* fixes select box display in firefox, when universal margin and padding have been zero'd */
  padding: 0 5px 0 3px;
}
textarea {
	font-family:inherit;
}
p{
	margin-bottom:1em;
}	
/*
use CSS selectors to target the h1 text: "find the h1 called "logo" and the span of that"
*/
h2 {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:.5em;
}	
div#pageNav{
	text-align:right;
	clear:both;	  
	margin-right:1.5em;
}
div#pageNav a{
	text-decoration:none;
}	  
/*div#wrapper {position: relative; width: 1280px; margin: 100 300; text-align: left; }

there are some things which can be applied to all the topNavs... do those first! "find the ul called "topNav and go to the li's"
*/
#imgContent {
	float:left;
	margin: 0;
	padding: 0;
	clear:both;
}
/* ------- TOP NAV ------- */
div#navigation{
	position: relative;
	padding-left: 220px;
	/*clear:both;*/
}
div#navigationSub{
	position: relative;
	left: 10px;
	/*clear:both;*/
}
#logoAlcazar{
	position: relative;	
	border: 0;
	margin: 0;
	float: right;
	padding-right: 130px;
	margin-top: -18px;	
}
ul#topNav {
	position:relative;
	list-style:none;
	left:200;
    float:left;
	width:700px;
	margin-left:300;
	clear:both;
	text-indent: -3000px;
}
	ul#topNav li {
		float:left;
		margin:0 0 0 7px;
		
	}
		ul#topNav li a {
			height:19px;
			display:block;
			background-repeat:no-repeat;
		}
		/*ul#topNav li.on a,
		ul#topNav li a:hover,
		ul#topNav li.on a:hover{
			background-position:0px -19px;
		}*/
ul#topNav li#bio a{
	width:36px;
	background-image:url(../images/bottomNav_bio.jpg); 
	}
ul#topNav li#bio a:hover{
	background-position:0px -19px; 
}
/*  ------------------------------------------------------------------  */
ul#topNav li#lifestyle a{	
	width:83px;
	background-image:url(../images/bottomNav_lifestyle.jpg);
}
ul#topNav li#lifestyle a:hover{
	background-position:0px -19px; 
}
/*  ------------------------------------------------------------------  */
ul#topNav li#gallery a{
	width:73px;
	background-image:url(../images/bottomNav_gallery.jpg);
}
ul#topNav li#gallery a:hover{
	background-position:0px -19px; 
}
/*  ------------------------------------------------------------------  */
ul#topNav li#blog a{
	width:144px;
	background-image:url(../images/bottomNav_blog.jpg);
}
ul#topNav li#blog a:hover{
	background-position:0px -19px; 
}
/*  ------------------------------------------------------------------  */
ul#topNav li#multimedia a{
	width:98px;
	background-image:url(../images/bottomNav_multimedia.jpg);
} 
ul#topNav li#multimedia a:hover{
	background-position:0px -19px; 
}
/*  ------------------------------------------------------------------  */
ul#topNav li#contact a{
	width:75px;
	background-image:url(../images/bottomNav_contact.jpg);
}
ul#topNav li#contact a:hover{
	background-position:0px -19px; 
}
/*  ------------------------------------------------------------------  */
ul#topNav li#links a{
	width:49px;
	background-image:url(../images/bottomNav_links.jpg);
}
ul#topNav li#links a:hover{
	background-position:0px -19px; 
}
/*  ------------------------------------------------------------------  */
ul#address {
	clear:both;
	height:30px;
	margin:0 0 0 0;
	background-image:url(../images/bottomNav_address.jpg);
	background-repeat:no-repeat;
}
ul#address li{
	position:absolute;
	left:-3000px;
}
/*  ------------------------------------------------------------------  */
/*  ----------------------- Category Selection ----------------------- */
/*  ------------------------------------------------------------------  */
ul#topNav li#bio_act{
	width:36px;
	background-image:url(../images/bottomNav_bio.jpg); 
	background-position:0px -19px;
} 
ul#topNav li#lifestyle_act{
	width:83px;
	background-image:url(../images/bottomNav_lifestyle.jpg);
	background-position:0px -19px;
}
ul#topNav li#gallery_act{
	width:73px;
	background-image:url(../images/bottomNav_gallery.jpg);
	background-position:0px -19px;
}
ul#topNav li#blog_act{
	width:144px;
	background-image:url(../images/bottomNav_blog.jpg);
	background-position:0px -19px;
}	
ul#topNav li#multimedia_act{
	width:98px;
	background-image:url(../images/bottomNav_multimedia.jpg);
	background-position:0px -19px;
}
ul#topNav li#contact_act{
	width:75px;
	background-image:url(../images/bottomNav_contact.jpg);
	background-position:0px -19px;
}
ul#topNav li#links_act{
	width:49px;
	background-image:url(../images/bottomNav_links.jpg);
	background-position:0px -19px;
}
/*  ------------------------------------------------------------------  */
/* ----------------------- Second Menu ----------------------- */
/*  ------------------------------------------------------------------  */
ul#nextNav {
	position:relative;
	list-style:none;
	text-indent: -9000px;
	float:left;
	padding-left:70px;
	clear:both;
}
ul#nextNav li {
	float:left; 
	margin:0 0 0 7px;
}
ul#nextNav li a {
	height:19px;
	display:block;
	background-repeat:no-repeat;
}
/*  ------------------------------------------------------------------  */
ul#nextNav li#autoracing a{
	width:70px;
	background-image:url(../images/nextNav_autoracing.jpg); 
}
ul#nextNav li#autoracing a:link{
	background-position:0px 0px;
}
ul#nextNav li#autoracing a:visted{
	background-position:0px 0px;
}
ul#nextNav li#autoracing a:hover{
	background-position:0px -19px;
}
ul#nextNav li#autoracing a:active{
	background-position:0px -19px;
}
/**/
/*  ------------------------------------------------------------------  */
ul#nextNav li#poker a{	
	width:40px;
	background-image:url(../images/nextNav_poker.jpg);
}
ul#nextNav li#poker a:link{
	background-position:0px 0px;
}
ul#nextNav li#poker a:visted{
	background-position:0px 0px;
}
ul#nextNav li#poker a:hover{
	background-position:0px -19px;
}
ul#nextNav li#poker a:active{
	background-position:0px -19px;
}
/*  ------------------------------------------------------------------  */
ul#nextNav li#videogames a{
	width:70px;
	background-image:url(../images/nextNav_videogames.jpg);
}
ul#nextNav li#videogames a:link{
	background-position:0px 0px;
}
ul#nextNav li#videogames a:visted{
	background-position:0px 0px;
}
ul#nextNav li#videogames a:hover{
	background-position:0px -19px;
}
ul#nextNav li#videogames a:active{
	background-position:0px -19px;
}
/*  ------------------------------------------------------------------  */
ul#nextNav li#techgadgets a{
	width:74px;
	background-image:url(../images/nextNav_techgadgets.jpg)
}
ul#nextNav li#techgadgets a:link{
	background-position:0px 0px;
}
ul#nextNav li#techgadgets a:visted{
	background-position:0px 0px;
}
ul#nextNav li#techgadgets a:hover{
	background-position:0px -19px;
}
ul#nextNav li#techgadgets a:active{
	background-position:0px -19px;
}
/*  ------------------------------------------------------------------  */
ul#nextNav li#sports a{
	width:40px;
	background-image:url(../images/nextNav_sports.jpg);
} 
ul#nextNav li#sports a:link{
	background-position:0px 0px;
}
ul#nextNav li#sports a:visted{
	background-position:0px 0px;
}
ul#nextNav li#sports a:hover{
	background-position:0px -19px;
}
ul#nextNav li#sports a:active{
	background-position:0px -19px;
}
/*  ------------------------------------------------------------------  */
ul#nextNav li#dating a{
	width:42px;
	background-image:url(../images/nextNav_dating.jpg);
} 
ul#nextNav li#dating a:link{
	background-position:0px 0px;
}
ul#nextNav li#dating a:visted{
	background-position:0px 0px;
}
ul#nextNav li#dating a:hover{
	background-position:0px -19px;
}
ul#nextNav li#dating a:active{
	background-position:0px -19px;
}
/*  ------------------------------------------------------------------  */
/*  ----------------------- Category Selection ----------------------- */
/*  ------------------------------------------------------------------  */
ul#nextNav li#autoracing_act{
	width:70px;
	background-image:url(../images/nextNav_autoracing.jpg); 
	background-position:0px -19px;
} 
ul#nextNav li#poker_act{
	width:40px;
	background-image:url(../images/nextNav_poker.jpg);	
	background-position:0px -19px;
}
ul#nextNav li#videogames_act{
	width:70px;
	background-image:url(../images/nextNav_videogames.jpg);
	background-position:0px -19px;
}
ul#nextNav li#techgadgets_act{
	width:74px;
	background-image:url(../images/nextNav_techgadgets.jpg);
	background-position:0px -19px;
}	
ul#nextNav li#sports_act{
	width:40px;
	background-image:url(../images/nextNav_sports.jpg);
	background-position:0px -19px;
}
ul#nextNav li#dating_act{
	width:42px;
	background-image:url(../images/nextNav_dating.jpg);
	background-position:0px -19px;
}
