/* MATT MAYS css, by glen  -------------------------------------------  */

/* Basic -------------------------------------------  */

body {
	margin:0px; 
	background: url(images/bg.jpg) #000 no-repeat;
	background-size: 2000px 1100px;
	background-position: top center;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color: #ffffff;
}

#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	background:url(images/header.png) no-repeat;
	margin-top: 115px;
	height:470px;
}

#content {
	clear:both;
	padding:4px 10px 10px 4px;
	min-height:150px;
	margin-bottom: 60px;
}

#footer {
	border-top: 4px #fff solid;
	padding-top: 8px;
	clear: both;
	min-height:80px;
}

#columnleft {
	padding:0px 0px 0px 0px;
	width: 500px;
	float: left;
}

#columnright {
	padding:0px 0px 0px 20px;
	width: 410px;
	float: right;
}

/* Twitter */

#twitter {
	background: url(images/div_bg.png) repeat;
	padding:4px 4px 4px 4px;
	margin-bottom: 12px;
}

#twitter ul {
	margin:0px;
	padding:2px 4px 2px 4px;	
}
#twitter ul li {
	list-style:none;
	margin: 4px 2px 4px 2px;
	border-bottom: 1px dotted #565656; 
	margin-left:0px;
	font-size:12px;
	line-height: 16px;
}
#twitter ul li a {
    color:#c0bdbe;
	text-decoration: none;
}

#twitter ul li a:hover {
    color:#fff;
	position:relative;
	text-decoration: none;
}



/* 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;
}

hr {
       border : 0;
       height : 3px;
       background : #fff;
       margin : 3em 0 1em 0;
       }

/* Links ------------------------------------------- */

A:link {
	color: #b2b2b2;
	text-decoration: none;
	font: 12px arial;
	font-weight: bold;
}
A:visited {
	text-decoration : none; 
	color: #b2b2b2;
	font: 12px arial;
	font-weight: bold;
	}

A:hover {
	text-decoration: none;
	color: #fff;
	font: 12px arial;
	font-weight: bold;
}

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; }
