body {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #333;
	background: #21455b;
}

.content_wrap {
	background: #f2f2f2;
	padding-bottom: 40px;
}

h1 {
	font-size: 5em;
	font-weight: bold;
}

	.header h1 {
		margin: 20px 0;
	}

h2 {
	font-size: 3em;
	font-weight: normal;
	line-height: 1.3em;
}

h3 {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #8c8372;
	line-height: 1.3em;
}

h4 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.1em;
}

a {
	text-decoration: none;
	color: #21455b;
}

	a:hover {
		color: #567d8c;
	}

p {
	line-height: 1.4em;
	font-size: 1.4em;
	margin: 1em 0;
}

.media_embed {
	margin: 14px 0;
}

input,
textarea {
	border: 1px solid #a59e8c;
	color: #333;
	padding: 2px;
}

	input {
		height: 16px;
	}
	
		input.button {
			background: #a59e8c;
			color: #f2f2f2;
			cursor: pointer;
			padding: 3px 8px;
			font-size: 1.1em;
			width: auto;
			height: auto;
			text-transform: uppercase;
			border: 0;
		}
		
		input.checkbox {
			width: auto;
		}

em,
cite {
	color: #8c8372;
	font-style: italic;
}

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

.captcha img {
	vertical-align: middle;
	margin-right: 5px;
}



/* Header
------------------------------ */
.nav_header {
	background: #8c8372;
	border-top: 1px solid #8c8372;
}

	.nav_header ul {
		float: right;
	}
	
		.nav_header li {
			float: left;
			font-size: 1.4em;
			font-weight: bold;
			text-transform: uppercase;
		}
		
			.nav_header li a {
				display: block;
				line-height: 25px;
				width: 80px;
				background: #8c8372;
				color: #f2f2f2;
				text-align: center;
			}
			
				.nav_header li a:hover,
				.nav_header li.current a {
					background: #a59e8c;
				}



/* Homepage
------------------------------ */
#header_photo {
	padding-bottom: 20px;
}



/* Blog
------------------------------ */
.teaser {
	clear: both;
}

	.teaser p {
		margin: 0;
	}

.post {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px solid #a59e8c;
}

.date {
	float: left;
	text-align: center;
	color: #f2f2f2;
	background: #8c8372;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-right: 10px;
}

	.date span {
		font-size: 2.5em;
	}
	
	.teaser .date {
		padding: 5px;
	}

p.info {
	font-size: 1.2em;
	text-transform: uppercase;
}


/* Photo Blog
------------------------------ */
.thumbs, .thumb_home {
	float: left;
	padding: 10px 10px 30px 10px;
	background: #fff;
	box-shadow: -2px 2px 10px #999;
	-moz-box-shadow: -2px 2px 10px #999;
	-webkit-box-shadow: -2px 2px 10px #999;
}

	.thumbs.one, .thumb_home.one {
		-webkit-transform: rotate(-5deg); 
		-moz-transform: rotate(-5deg);
	}
	
	.thumbs.two {
		-webkit-transform: rotate(2deg); 
		-moz-transform: rotate(2deg);
	}
	
	.thumbs.three {
		-webkit-transform: rotate(-10deg); 
		-moz-transform: rotate(-10deg);
	}
	
	.thumbs.four {
		-webkit-transform: rotate(5deg); 
		-moz-transform: rotate(5deg);
	}
	
	.thumbs.five {
		-webkit-transform: rotate(-3deg); 
		-moz-transform: rotate(-3deg);
	}
	
	.thumbs.six {
		-webkit-transform: rotate(10deg); 
		-moz-transform: rotate(10deg);
	}



/* Forms
------------------------------ */
#contact_form label,
#comment_form label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

#contact_form input,
#comment_form input {
	width: 200px;
}

	#contact_form input.button,
	#comment_form input.button,
	#comment_form input.checkbox {
		width: auto;
		margin-left: 110px;
	}

#contact_form textarea,
#comment_form textarea {
	width: 400px;
	height: 200px;
}

#contact_form p.captcha,
#comment_form p.captcha {
	margin-left: 110px;
}


/* Footer
------------------------------ */
.footer {
	padding: 20px 0;
	color: #f2f2f2;
	background: #21455b;
}

	.footer p {
		text-align: right;
		font-size: 1.2em;
	}
	
	.footer a {
		color: #a59e8c;
	}
	
		.footer a:hover {
			color: #8c8372;
		}


/* Lightbox
------------------------------ */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}