/* gl e n le c k de si g n - glen.leck@gmail.com  -------------------------------------------  */

/* Basic -------------------------------------------  */

body {
	margin:0px; padding:0px;
	background:url(/images/bg.jpg) repeat #FFFFFF;
	background-position:top center;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color: #000000;
}

#container {
	width: 1000px;
	text-align: left;
	padding:0px 0px 0px 0px;
	margin: 0 auto;
}
#header {
	height:300px;
	width:950px;
	background:url(/images/header_bg.jpg) no-repeat;
	background-position:top center;
}

#content {
	margin:1px 30px 4px 60px;
	width:910px;
}

#columnleft {
	padding:5px 15px 10px 38px;
	width: 535px;
	min-height: 500px;
	float: left; 
	position:relative;
	display:inline-block;
	overflow:auto;
	background: url(/images/content_bg.jpg) repeat-y;
	color: #282828;
}

#columnright {
	padding:1px 1px 1px 0px;
	width: 310px;
	float: right;
	position:relative;
	display:inline
	overflow:hidden
}

#footer {
	width: 200px;
	padding:5px 25px 25px 38px;
	position:relative;
	color:#938c6f;
	clear: both;
}

#twitter_div {
	font-family: arial, helvetica, sans-serif;
	font-size:6px;
	line-height:10px;
	color: #000000;
	width: 820px;
	height: 20px;
	padding: 1px 5px 0px 0px;
	margin: 3px 0px 2px 0px;
	background: #fff;
	position:relative; top:225px; left:60px; 
}

#twitter_div ul li {
	list-style:none;
	margin-bottom:10px;
	margin-left:0px;
	font-size:11px;
	line-height: 10px;
}

#imagerotator {
	border: 4px white solid;
	height: 200px;
	width: 250px;
}

/* Nav positioning -------------------------------------------  */

#news { position:relative; top:45px; left:710px; }
#info { position:relative; top:77px; left:610px; }
#media { position:relative; top:105px; left:530px; }
#calendar { position:relative; top:134px; left:410px; }
#store { position:relative; top:164px; left:230px; }
#contact { position:relative; top:190px; left:170px; }



/* Headers ------------------------------------- */

h1.title  {                                         
	color: #000000;
	font: 20pt "century gothic";  
	letter-spacing: -0.025em;
	vertical-align:absbottom; 
	display:inline;
	font-weight: bold;
}


/* Links ------------------------------------------- */

A.link:link {
	color: #fff;
	background: #b11f1d;
	text-decoration: none;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 1px 4px;
	line-height: 16px;
	font-weight:bold;
}
A.link:visited {
	text-decoration : none;   /*line-through;*/
	color: #fff;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 1px 4px;
	background: #b11f1d;
	line-height: 16px;
	font-weight:bold;
}
A.link:hover {
	color: #fff;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 1px 4px;
	background-color: #000;
	line-height: 16px;
	font-weight:bold;
}

A.glenlink:link {
	color: #cec49b;
	background: #938c6f;
	text-decoration: none;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 1px 4px;
	line-height: 16px;
	font-weight:bold;
}
A.glenlink:visited {
	text-decoration : none;   /*line-through;*/
	color: #cec49b;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 1px 4px;
	background: #938c6f;
	line-height: 16px;
	font-weight:bold;
}
A.glenlink:hover {
	color: #cec49b;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 1px 4px;
	background-color: #7a7459;
	line-height: 16px;
	font-weight:bold;
}
A.imagelink:link {
	border: 2px solid #ffffff;
	background: #cec49b;
}
A.imagelink:hover {
	border: 2px solid #cec49b;
	background: #cec49b;
}
A.imagelink:visited {
	border: 2px solid #ffffff;
	background: #cec49b;
}

/* Images ------------------------------------------- */

img.contentimage {
	float: left;
	margin: 0.5em 0.85em 0.5em 0.0em;
	border: 4px solid #fff; 
}

img.socialmedia {
	margin: 0.75em 0.5em 0em 0.0em;
}

/* 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(#); /* 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: 13px Georgia, Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.2em; 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; }

