/* gloryhound css, by glenleck.com  -------------------------------------------  */

/* Basic -------------------------------------------  */

body {
	margin:0px; padding:0px;
	background: url(images/bg.jpg) repeat-x #000;
	background-position: top center;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color: #ffffff;
}

#tourdates {
	font-size:16px;
}

#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	background:url(images/header.jpg) no-repeat;
	height:320px;
	width:1000px;
}

#nav {
	position:relative;
	padding:0px 25px 30px 25px;
	height: 40px;
}

#content {
	position:relative;
	padding:10px;
	min-height:150px;
}

#footer {
	clear: both;
	background:url(images/footer.jpg) no-repeat;
	height:70px;
}

/* Columns */

.column1 { float:left; width:225px; margin-right:25px; margin-left: 15px;}
.column2 { float:left; width:450px; margin-right:25px;}
.column3 { float:left; width:225px;}


/* Twitter */

#twitter {
	padding:0px 0px 10px 0px;
}

#twitter ul {
	margin:0px;
	padding:0px 2px 2px 2px;	
}
#twitter ul li {
	list-style:none;
	margin-bottom:8px;
	border-bottom: 1px dotted #cfcfcf; 
	margin-left:0px;
	font-size:12px;
}
#twitter ul li a {
    color:#cfcfcf;
	text-decoration: none;
	line-height:19px;
}

#twitter ul li a:hover {
    color:#fff;
	position:relative;
	text-decoration: none;
	line-height:19px;
}


/* Nav  -------------------------------------------  */

#nav ul {
	display: inline;
	margin:0px;
	padding:0px 2px 2px 2px;	
}
#nav ul li {
	display: inline;
	vertical-align: middle;
	list-style:none;
	margin-left:20px;
	margin-right: 20px;
	font-size:12px;
}
#nav ul li a {

}

/* 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 {
    color:#565656;
	text-decoration: none;
	line-height:19px;
}
a:hover{
    color:#fff;
	text-decoration: none;
	line-height:19px;
}

a:visited {
    color:#565656;
	text-decoration: none;
	line-height:19px;
}

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: #000; }

