/* 
Gliknik CSS Styling and Design
author: Dustin Pfeifer
contact: dustin@dustinpfiefer.com
*/




/* Global Elements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* {
	margin:0;
	padding:0;
}

body { 
	background:#fff;
	width:800px;
	text-align:center;
	font:12px lucida grande, arial, sans-serif;
	color:#3c3c3c;
	line-height:18px;
	width:800px;
	margin:0 auto;
	padding:0; 
}

#container {  
	text-align:left;
}

h1 {
	font-size:18px;
	color:#06c;
	font-weight:normal;
	margin:0 0 20px;
}

h1 sup {
	font-size:10px;
}
	
a {
	color:#06c;
	text-decoration:underline;
}
	
a:hover, a.selected {
	color:#3cf;
}



/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header { 
	background-color:#fff;
	height:95px;
	width:720px;
	padding:0 40px;
}
	
#logo {	
	width:171px;
	height:48px;
	float:left; 
	margin-left:0
}


	

/* Main Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainnav {   
	float:right; 
	padding:38px 0 0 0;
}
	
#mainnav li {   
	list-style-type:none; 
	text-align:center;
	display:inline;
}
	
#mainnav a {
	color:#06c;
	text-decoration:none;
	width:85px;
	display:block;
	float:left;
}

#mainnav a:hover, #mainnav a.selected {
	font-size:16px;
	color:#3cf;
}



/* Main Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	width:720px;
	padding:0 40px;
}

#right-content {
	width:438px;
	float:right;
}
    
#left-content {
	width:242px;
	float:left;
}
		
	
/* Left Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#leftnav {   
	margin:30px 0 0 0;
	text-align:right;
	line-height:22px; 
}
	
#leftnav li {
	list-style-type: none;
}
	
#leftnav a:link, #leftnav a:visited { 
	/* text-decoration:none; */
	/* color:#808080; */
	height:25px;
	display:block;
}
	
#leftnav a:link.selected, #leftnav a:visited.selected, #leftnav a:hover { 
	/* color:#333; */
	/* font-size:14px; */
}


/* Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	border-top:1px solid #C9ecfc;
	margin:20px auto 0 auto;
	width:720px;
}

.footerleft, .footerright { 
	font-size:11px; 
	padding:20px 0; 
	text-align:left;
	color:#06c; 
}

.footerleft {
	float:left;
}

.footerright {
	float:right;
}


/* 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(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) 0 0 no-repeat; }
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) 100% 0 no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) 0 0 no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) 100% 0 no-repeat;; }

#imageDataContainer{
	font-size:11px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0px 10px 0 10px; color: #06c; font-size:12px; } 
#imageData a { color:#ff0099; text-decoration:none; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color:#666;	}			
#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: #8bc5e0;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
	
/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */