/*
Theme Name: Chris Voll
Theme URI: http://chrisvoll.com
Description: The new theme celebrating the relaunch of the site.
Version: 1.0
Author: Chris Voll
Author URI: http://chrisvoll.com
*/

body {
	background: #292929;
	color: #414141;
	font-family: Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	margin: 0;
}

#wrapper { width: 500px; margin: 30px auto; }

#content {
	background: #FFF;
	margin: 10px 0 0;
	width: 480px;
	border: 10px solid #191919;
	position: relative;
}

a { color: #439bce; text-decoration: none; }
a:hover { color: #000; }

#tip {
	width: 95px;
	height: 34px;
	background: url(img/tip.png);
	position: absolute;
	top: -34px;
	left: 80px;
}

a#logo {
	display: block;
	width: 90px;
	height: 53px;
	background: url(img/logo.png);
	margin: 15px 0 0 10px;
}

img { outline: none; border: 0; }

#toolbar {
	background: url(img/toolbar.png) repeat-x;
	width: 480px;
	height: 34px;
	padding: 1px 0 0 0;
}

#toolbar ul {
	margin: 0 0 0 6px;
	padding: 0;
	list-style: none;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
}

#toolbar ul li {
	float: left;
	font-size: 10px;
	text-shadow: 0 1px 0 #FFF;
	margin: 0;
	padding: 0;
}

#toolbar ul li.selected {
	background: url(img/selectedTab.png) bottom center no-repeat;
}

#toolbar ul li a {
	color: #CCC;
	display: block;
	padding: 11px 9px;
}
#toolbar ul li.selected a { color: #439bce; }
#toolbar ul li a:hover { color: #000; }
#toolbar ul li a:active { padding: 12px 9px 10px; text-shadow: none; }

#main { padding: 5px 25px 0 25px; }

#search {
	float: right;
	width: 110px;
	margin: 7px 6px 0 0;
	border-bottom: 1px solid #FFF;
}

#search input {
	width: 100px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 10px;
	padding: 3px 4px;
	color: #CCC;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	outline: none;
	cursor: pointer;
}

#search input:focus { color: #000; border: 1px solid #999; cursor: text; }

/* Posts */
.post { margin: 0 0 60px 0; }

h2 { font: normal 27px Georgia; }
h3 { font-family: Georgia; }

ul { margin: 0; padding: 0 0 10px 10px; }
ul li { margin: 0; padding: 0 0 5px 0; }

.navigation { margin: 10px 0 0 0; height: 10px; }

.alignleft { float: left; }
.alignright { float: right; }

/* General Formatting */
p { line-height: 21px; padding: 0 0 10px 0; }

#footer {
	color: #FFF;
	text-align: center;
	font-style: italic;
	font-family: Georgia, Baskerville, "Times New Roman", Times, serif;
	font-size: 10px;
	text-shadow: 0 -1px 0 #000;
}

#footer span { font-size: 9px; }
#footer a:hover { color: #FFF; }

#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: 10px 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: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.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; }
