/*
Designed in 2008 by Max Traversa 
http://www.traversaweb.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/img01.png) repeat-y center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9E9D89;
}

form {
}

input, textarea {
	border: 1px solid #DEDED1;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input.text {
	padding: .15em;
	background: #FDFDFB url(../images/img06.gif) repeat-x;
}

input.button {
	background: #763320 url(../images/img07.gif) repeat-x;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D15803;
}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}

h3 {
	margin-top: 1em;
}

p {
	margin-top: .5em;
	text-align: justify;
	line-height: 130%;
}

ul, ol {
	margin-top: .5em;
	line-height: 160%;
}

ul {
	list-style: none;
}

ul li {
	margin-left: 1em;
	padding-left: .75em;
	background: url(../images/img05.gif) no-repeat left center;
}

ol {
	margin-left: 1em;
	list-style-position: inside;
}

blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

a {
	text-decoration: none;
	color: #D15803;
}

a:hover {
	text-decoration: underline;
	color: #827F4F;
}



/* Header */

#header {
	width: 860px;
	height: 100px;
	margin: 0 auto;
	padding: 0 40px;
	background: url(../images/img02.png);
}

#logo {
	float: left;
}

#logo h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #d2800e;	
	letter-spacing: -.055em;
	font-size: 1.4em;
	font-weight: bold;
}

#logo h2 {
	margin: 5px 0px 0px -40px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 4em;
	font-style: italic;
	color: #FFFFFF;
}

#logo p {
	margin: -15px 0px 0px 130px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #E6E6D8;
}

#logo a {
	color: #F3F3E9;
}



/* Page */

#page {
	width: 940px;
	margin: 0 auto;
}



/* Content */

#content {
	float: right;
	width: 580px;
	padding: 5px 70px 0 0;
	background: url(../images/img04.png) no-repeat right top;
}

.post {
}

.post .meta {
	margin: 0 0 1.5em 0;
	padding: 0 0 1px 10px;
	background: url(../images/img08.png) no-repeat left bottom;
	line-height: normal;
}

.post .meta small {
	font-size: 12px;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 20px 0 0 30px;
	background: url(../images/img03.png) no-repeat;
	font-size: smaller;
	color: #E3E3D4;
}

#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 3em;
	padding: 0;
	line-height: normal;
	background: none;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0 0 0 1em;
	padding-left: .75em;
	background: url(../images/img09.gif) no-repeat left center;
}

#sidebar h2 {
	color: #FFFFFF;
}

#sidebar a {
	color: #E7E7DA;
}

/* Footer */

#footer {
	width: 860px;
	margin: 0 auto;
	padding: 0px 40px;
	text-align: right;
}

#footer p {
	font-size: 10px;
	text-align: 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: #ffa417;
	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(../images/blank.gif) no-repeat; /* 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: ##FFA417;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #FFFFFF; }
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

