/* THE NOVAKS css, by glen  -------------------------------------------  */

/* Basic -------------------------------------------  */

body {
	margin:0px; padding:0px;
	background:url(images/index_bg.jpg) repeat-x #000000;
	background-position:top center;
	font-family: century gothic, sans-serif;
	font-size:12px;
	line-height:14px;
	color: #ffffff;

}

#tourdates {
	font-size:16px;
}

#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
#header {
	background:url(images/index_header.png) no-repeat;
	height:257px;
	width:900px;
}

#subtitle {
	position:relative;
	padding:10px 4px 10px 0px;
	height: 38px;
	font-size:21px;
	line-height: 19px;
}

#content {
	position:relative;
	padding:4px 10px 10px 4px;
	min-height:150px;
}

#twitter_div {
	padding:6px 10px 4px 10px;
	min-height: 40px;
	background:#111824;
}

#footer {
	background:url(images/footer.jpg) no-repeat;
	min-height:57px;
}

/* Columns on certain pages only ---  */

#columnleft {
	padding:0px 0px 0px 0px;
	width: 350px;
	float: left;
	position:relative;
	display:inline
	overflow:hidden
	background:#333333;
}

#columnright {
	padding:0px 1px 1px 15px;
	width: 500px;
	float: right;
	position:relative;
	display:inline
	overflow:hidden
	font-size:15px;
}


/* Nav positioning -------------------------------------------  */

#header_home { position:relative; top:6px; left:3px; }
#header_info { position:relative; top:6px; left:26px; }
#header_media { position:relative; top:6px; left:46px; }
#header_live { position:relative; top:6px; left:66px; }
#header_store { position:relative; top:6px; left:86px; }

#header_facebook { position:relative; top:12px; left:106px; }
#header_twitter { position:relative; top:13px; left:99px; }
#header_myspace { position:relative; top:12px; left:94px; }
#header_youtube { position:relative; top:11px; left:89px; }
#header_lastfm { position:relative; top:12px; left:88px; }

#footer_facebook { position:relative; top:20px; left:20px; }
#footer_twitter { position:relative; top:20px; left:20px; }
#footer_myspace { position:relative; top:20px; left:20px; }
#footer_youtube { position:relative; top:20px; left:20px; }
#footer_seg { position:relative; top:13px; left:90px; }


/* Headers and fonts ------------------------------------------- */

h1.contentheader  {                                         
	color: #000000;
	font: 16pt "century gothic";  
	letter-spacing: -0.025em;
	vertical-align:absbottom; 
	display:inline;
	font-weight: bold;
}

h2.twitterheader  {                                         
	color: #cccccc;
	font: 13px Century Gothic;
	letter-spacing: -0.025em;
	vertical-align:absbottom; 
	display:inline;
	font-weight: bold;
}

/* Links ------------------------------------------- */

A.navlink:link {
	color: #e7d76b;
	text-decoration: none;
	font: 19px Century Gothic;
	font-weight: bold;
	padding: 1px 10px;
}
A.navlink:visited {
	text-decoration : none; 
	color: #e7d76b;
	font: 19px Century Gothic;
	font-weight: bold;
	padding: 1px 10px;
	}

A.navlink:hover {
	text-decoration: none;
	color: #bcab3a;
	font: 19px Century Gothic;
	font-weight: bold;
	padding: 1px 10px;
}


A.seglink:link {
	color: #fff;
	font: 10px/15px Century Gothic;
	padding: 1px 10px;
	background-color: #121212;
}
A.seglink:visited {
	text-decoration : none;   /*line-through;*/
	color: #ffffff;
	font: 10px/15px Century Gothic;
	padding: 1px 10px;
	background-color: #121212;
	}

A.seglink:hover {
	color: #000;
	font: 10px/15px Century Gothic;
	padding: 1px 10px;
	background-color: #e7d76b;
}
A.imagelink:hover {
	border: 5px solid #e7d76b;
}


/* Images ------------------------------------------- */

img.contentimage {
	float: left;
	margin: 5px 15px 5px 0px;
	border: 1px solid #333333; 
}

/* Lightbox ------------------------------------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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: 12px 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: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 2.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #2e2926; }
