/*------------------------------------------------
333Half Evil
design - development - implementation by Trafick IMS
http://www.trafick.net - Curtis Rostad 
curtis@trafick.net 
-------------------------------------------------*/

*{padding:0px;
margin:0px;
}

html, body{
background-image: url(../images/333halfevil_webbg.jpg);
background-repeat:no-repeat;
text-align:center;
background-position:top;
background-color:#808080;
font-family:Tahoma, "Myriad Web", Helvetica, sans-serif;
font-size:100%;

}

a{outline:none;
text-decoration:none;
color:#666;
}

a:hover{outline:none;
text-decoration:none;
color:#333;
}

a:visited{outline:none;
text-decoration:none;
}

a:active{outline:none;
text-decoration:none;
}

img{outline:none;
text-decoration:none;
border:0;
}

h1{
margin:0px ;
padding:0px ; 
}

#container{
width:840px;
margin:0px auto;
background-color:#fff;
background-image: url(../images/333halfevil_pagebg.jpg);

}

/* ------------- Gallery --------------------------------------*/

#gallery{
color: #666;
}

#gallery ul{
list-style:none;
}

#gallery li{
padding:15px;
display:inline;
}

#gallery img{
border: 1px #000 solid;
}

	#gallery  li a{outline:none;
	text-decoration:none;
	border: none;
	}

	#gallery li a:hover{outline:none;
	text-decoration:none;
	border: none;
	}

/* --------------------------- end gallery ----------------------*/


/*------------ Lightbox ------------*/


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#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;
	}
/*------------ Lightbox ------------*/

/*-----NAVIGATION ROLLOVERS----------------------------------------*/

#nav{height:67px;}

ul#nav li {
		list-style-type: none;
		float: left;
		cursor: pointer;
		}
		ul#nav li#first { margin-left: 0 }
		ul#nav li a { display: block; text-indent: -9999px;}
			
			ul#nav a#about { background: url("../images/about.jpg") no-repeat left top; height: 67px; width: 407px; }
			ul#nav a#profiles { background: url("../images/profiles.jpg") no-repeat left top; height: 67px; width: 141px; }
			ul#nav a#laser { background: url("../images/laser.jpg") no-repeat left top; height: 67px; width: 176px; }
			ul#nav a#contact { background: url("../images/contact.jpg") no-repeat left top; height: 67px; width: 116px; }

			
			ul#nav a:hover#about, ul#nav a#about-here { background: url("../images/about.jpg") no-repeat left -67px; height: 67px; width: 407px; }
			ul#nav a:hover#profiles, ul#nav a#profiles-here { background: url("../images/profiles.jpg") no-repeat left -67px; height: 67px; width: 141px; }
			ul#nav a:hover#laser, ul#nav a#laser-here { background: url("../images/laser.jpg") no-repeat left -67px; height: 67px; width: 176px; }
			ul#nav a:hover#contact, ul#nav a#contact-here { background: url("../images/contact.jpg") no-repeat left -67px; height: 67px; width: 116px; }

/*------------END NAV----------------------------------------------*/

#header{
background-image: url(../images/333halfevil_header.jpg);
height:86px;
text-indent:-9999px;
}

	#header h1{
	text-indent:-9999px;
	}

#contenttop{
height:47px;
background-image: url(../images/333_halfevil_content_top.jpg);
}

#apDiv1 {
	position:relative;
	left:840px;
	top:0px;
	width:79px;
	height:291px;
	z-index:1;}


#content{
width:570px;
float:right;
text-align:left;
line-height: 19px;
padding-right:12px;
font-size:85%
}
	#content h1{
	text-indent:-9999px;
	}
	
	#content p{
	padding:10px 20px;
	}

	#content a{outline:none;
	display:inline;
/*	background-color:#ffc;
	border-bottom: dashed #666 1px;
*/	text-decoration:none;
	color:#666;
	}

	#content a:hover{outline:none;
	text-decoration:none;
/*	border-bottom: dashed #333 1px;
*/	color:#333;}

#profile{
width:550px;
float:right;
background-color:#ffc;
margin:5px 15px;
border:dashed 1px #ccc;
height:auto;
}

	#profile p{
	padding:0px;
	}

#profilebox{
padding:0px;
float:right;
width:240px;
margin-right:15px;
text-align:center;}

#rtcol{
float:left;
/*background-image:url(../images/rt_col_bg.jpg);
*/background-repeat:no-repeat;
width:233px;
padding: 0px 0px 0px 19px;
text-align:left;
/*background-color: #FFC;
*/}

	#rtcol p{
	margin: 10px;
	padding:5px 5px 0px 5px;
	font-size:80%;
	}

	#rtcol img {
	padding:20px 5px 0px 10px;
	}

	#rtcol h1{
	text-indent: -9999px;
	background-image:url(../images/news.gif);
	width:200px;
	height:50px;
	}
	
	#rtcol h2{
	padding-left:9px;
	font-size:90%;}

#footer{
width:840px;
clear:both;
height:137px;
background-image:url(../images/333halfevil_footerbg.jpg);
}

	#footer p{
	text-align:right;
	padding: 30px 20px 0px 0px;
	color:#999;
	font-size:75%;
	}
	
	#footer a{
	color:#fff;
	text-decoration:none;
	border-bottom:dashed 1px #fff;
	}
	
	
#eventbox{
width:auto;
min-height:275px;
margin: 5px 2px;
padding:5px;
background-color:#ffc;
border:1px #000 solid;

}

.floatleft{
float:left;
margin: 5px;
border: 1px #000 solid;
}

.floatright{
float:right;
margin: 5px;
border: 1px #000 solid;

}

.clearer {clear: both;}

/* -------------------- classes --------------------*/

.title {
	padding:0px 15px 15px 75px;
	outline:none;
	border:0px;
	float: right;
}

.about{
background-image:url(../images/333halfevil_welcome.jpg);
width:460px;
height:79px;
}

.profiles{
background-image:url(../images/333halfevil_artist_profile.jpg);
width:460px;
height:79px;
}

.contact{
background-image:url(../images/333halfevil_contact.jpg);
width:460px;
height:79px;
}

.gallery{
background-image:url(../images/333halfevil_gallery.jpg);
width:460px;
height:79px;
}

.laser{
background-image:url(../images/333halfevil_laser.jpg);
width:460px;
height:79px;
}


/* --------------------------Misc--------------------------------------------*/

img.floatLeft { 
	float: left; 
	margin: 10px;
}

img.floatRight {
	float: right;

}

img.floatNone {
	border:.1em solid #333;
	float: none;
	margin: 4px;

}

/* ----------------typography -----------------*/

.small{
font-size:65%;

}
