/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url("img/img01.jpg") repeat-y top center;
	font-size: 15px;
	color: #C0C0C0;
}

body, th, td, input, textarea, select, option {
/*	text-transform: lowercase; */
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #CBA61A;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 140%;
}


p, ul, ol {
	line-height: 124%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #9AC0CD;
}

a:hover {
	text-decoration: none;
	color: #E6B715;
}


/* Header */

#header {
	width: 760px;
	height: 90px;
	margin: 0 auto;
	margin-top: 20px;
/*	background: url(img/img03.jpg) no-repeat right top; */
}

#header h1, #header p {
	margin: 0;
	color: #E6B715;
}

#header h1 {
	padding: 100px 0 0 50px;
}

#header p {
	padding-left: 53px;
	margin-top: -10px;
}
#header a {
	color: #9AC0CD;
}

#header a:hover {
	text-decoration: none;
	color: #E6B715;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 470px;
	margin: 0;
	margin-top: 6px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 2px dashed #333333;
}

.byline {
	margin: 0;
	color: #9AC0CD;
}

.meta {
	text-align: right;
	color: #FFFFCC;
	padding: 5px 10px;
	border: 1px dashed #333333;
}

.meta .more {
	padding-left: 20px;
	background: url("img/img05.gif") no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url("img/img06.gif") no-repeat left center;
}

/* Image with border and caption */

.picture { 
	color: #CCCC99;
	background-color: #3C1E00; 
	border: 1px solid #6D7B8D; 
	padding: 3px; 
	font: 11px/1.4em Arial, sans-serif;
	text-align: center; 
	} 

.picture img { 
	border: 1px solid #6D7B8D; 
	vertical-align:middle; 
	margin-bottom: 3px; 
	} 

.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
	} 

.left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
	} 

.none { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:none; 
	} 


/* Other image classes */

.imgright {
	margin: 5px; 
	padding: 5px; 
	border: 1px; 
	border-color: #6D7B8D; 
	float: right;
	}

.imgleft {
	margin: 5px; 
	padding: 5px; 
	border: 1px; 
	border-color: #6D7B8D; 
	float: left;
	}


.imgnone {
	margin: 5px; 
	padding: 5px; 
	border: 1px; 
	border-color: #6D7B8D; 
	float: none;
	}




/* Form */

form { 
 background: #663300;
 border: 2px solid #FFEE33; 
 padding-top: 12px;
 padding-bottom: 12px;
 padding-left: 40px; 
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #241200;
	background: url("img/img02.gif") no-repeat 5px 50%;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #0F0F0F;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
	font-size: smaller;
	color: #996633;
}

/* LightBox style elements */

#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; }