/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #444;
	line-height: 1.5em;

	}


	
#main-body a {
	text-decoration: none;
	color: #236923;
	border-bottom: 1px solid #438943;
	}
	
#main-body a:hover {
	color: #539943;
	border-bottom: 1px solid #63a953;
	}
#footer a {
	text-decoration: none;
	color: #c2f4bD;
	border-bottom: 1px solid #cfc;
	}
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#main-body #content a img {
	border: none !important;
	}

#main-body #sidebar a img {
	border: none;
	}

#main-body #content a.img {
	border: none;
	}
	

	
.gibberish {
	color: #ccc;
	}


/* page structure */

#main-body {
	margin: 5px auto 0 auto;
	padding: 0;
	width: 730px;
	text-align: left;
	}
	
#content {
	width: 525px;
	float: left;
	}

#sidebar {
	width: 170px;
	float: right;
	padding-bottom: 10px;
	}
	





/* header and logo */

#header {
	margin: 0;
	padding: 0;
	background: #fff url("/img/header-bg.gif") left top repeat-x;
	text-align: center;
	height: 132px;
	}
#logo {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 730px;
	text-align: left;
	padding-top: 25px;
	}
#logo a {
	display: block;
	}



/* navigation */

#nav {
	margin: 0;
	padding: 0;
	background: #12340D url("/img/nav-bg.gif") left bottom repeat-x;
	font-size: 115%;
	font-family: Georgia, serif;
	letter-spacing: 1px;
}
#nav div {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 730px;

	}
#nav ul {
	position: relative;
	left: -15px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a {
	display: block;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	color: #fff;
	}
#nav li a:hover {
	color: #fff;
	background: url("/img/nav-arrow.gif") center bottom no-repeat;
	}
#nav li.active a {
	color: #fff;
	background: url("/img/nav-arrow.gif") center bottom no-repeat;
	padding-bottom: 8px;	
	font-weight: bold;
	}


/* tab effect: */
/*
	font-weight: bold;
	color: #fff;
	background: #fff;
	margin-top: 5px;
	padding-top: 4px;
	padding-bottom: 7px;
	color: #000;
*/  


/* footer */

#footer {
	margin: 0;
	padding: 18px;
	clear: both;
	color: #ccc;
	font-size: 85%;
	line-height: 1.2em;
	/*border-top: 1px solid #ccc;
	background: #14420D url("/img/footer-bg.gif") left top repeat-x;
	border-bottom: 2px solid #000;*/
	}
	
#footer p {
	width: 730px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	}




/* sidebar photos */

#sidebar #side-photos a { border: none; }

#side-photos { text-align: center; }

#side-photos .one-image {margin:10px 10px 15px 10px;}
#side-photos .one-image img {border: 1px solid #ccc !important; padding: 2px;}
#side-photos .one-image img:hover {border: 1px solid #0a0 !important; }

#side-photos p { margin: 0 0 30px 0; text-align: center;}





/* feature box */

#feature {

	font-size: 110%;
	color: #555;
	}

#feature #feature-box {
	float: left;
	width: 435px;
	padding: 0;
	padding-bottom: 18px;
	margin: 25px 0 0 0;
	background: url("/img/page-curl.gif") right bottom no-repeat;
	}


#feature #feature-box p {
	margin: 0;
	padding: 16px 19px 16px 19px;
	line-height: 1.5em;
	background: #FFFFC1 url("/img/feature-box-top.gif") left top no-repeat;
	
	}
	
/* rounded corners
#feature #feature-box {
	float: left;
	width: 435px;
	padding: 0;
	margin: 25px 0 0 0;
	background: #FFFFC1 url("/img/feature-box-top.gif") left top no-repeat;
	}


#feature #feature-box p {
	margin: 0;
	padding: 16px 19px 16px 19px;
	line-height: 1.5em;
	background: url("/img/feature-box-bottom.gif") right bottom no-repeat;
	
	}
	*/

#feature #feature-photo {
	float: right;
	text-align: right;
	width: 265px;
	margin-top: 15px;
	}





/* typography */

.green {
	color: #236923;
	}

#feature strong {
		color: #236923;
}
#feature a {
	font-weight: bold;
	}

#content h2, #sidebar h2 {
	margin: 25px 0 15px 0;
	padding: 2px;
	font-size: 80%;
	font-weight: normal;
	font-family: Georgia, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #88B588;
	border-top: 1px solid #88b588;
	border-bottom: 1px solid #88b588;
	background: #E3EFE1;
	}
	
#sidebar p, #sidebar li {
	font-size: 83%;
}	
#sidebar ul, #sidebar dl {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	line-height: 1.3em;
	}
#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 15px;
	background: url("/img/bullet-bg.gif") 1px 4px no-repeat;
	}

#sidebar a {
	border-bottom: 1px solid #C3E9B3;
	}
#sidebar a:hover {
	border-bottom: 1px solid #63a953;
	}

	
#sidebar #subpages h2 {
	margin: 0 0 15px 0;
	padding: 2px;
	font-size: 80%;
	font-weight: normal;
	font-family: Georgia, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border: none;
	border-bottom: 1px solid  #010;
	background: #104c0c;
	}

#sidebar #subpages {
	margin: 25px 0 0 0;
	padding: 0;
	background: #E3EFE1;
	border: 1px solid #104c0c;
	}


#sidebar #subpages ul {
	padding-left: 5px;
	}
#sidebar #subpages li {
	padding-left: 15px;
	background: url("/img/bullet-arr-bg.gif") 2px 6px no-repeat;
	}

#sidebar #subpages li.current a {
	color: #000;
	border: none;
	font-weight: bold;
	}


/* posts */

.post {
	margin-bottom: 2.5em;
	font-size: 95%;
}

#content.content-single .post {
	margin-bottom: 1.5em;
}

#content {
	width: 555px;
	}

#content h2 {
	margin-right: 30px;
	}

#content .post h2 {
	margin-right: 0;
	}
	
#content .post {
	background: url("/img/post-bg.gif") right bottom no-repeat;
	margin-right: 0;
	padding-right: 30px;
	padding-bottom: 22px;
	}


.post .post-date {
	font-size: 80%;
	color: #999;
}

h3 {
	margin: 0 0 .9em 0;
	font-weight: normal;
	font-size: 150%;
	font-family: Georgia, serif;
	color: #236923;
}

#content.content-page h3 {
	margin: 25px 0 15px 0;
}
#content.content-page h2 {
	margin-top: 40px;
}

#main-body h3 a {
	border: none;
}

.post .post-content p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.post .postmetadata {
	font-weight: bold;
}
#main-body .postmetadata a {
	color: #d00;
	border-bottom: 1px solid #d00;
	}




#content .big-link {
	font-size: 1.2em;
	font-weight: bold;
	}


/* post navigation */

.navigation {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 85%;
	}
.navigation .alignleft {
	width: 40%;
	float: left;
	}
.navigation .alignright {
	width: 40%;
	float: right;
	text-align: right;
	padding-right: 30px;
	}
.readmore {
	margin-top: 0;
	padding-top: 0;
	text-align: right;
	font-weight: bold;
	}


/* misc */

div.clear {
	clear: both;
	}

img.float-right {
	float: right;
	}
img {
	border: none;
	}
.flash-error {
	color: #f00;
	font-weight: bold;
}
#searchform {
	text-align: center;
	margin-top:25px;
	}
ul.archives-list li {
	margin-left: 25px;
	padding-left: .5em;
	margin-bottom: 3em;
	}


#main-page.home {
	margin-top: 0;
	}



#main-body .post h4 {
	margin-top: 35px;
	font-size: 1.1em;
	font-weight: bold;
	}


.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}


/* images */

.img-right-custom {
	float: right;
	margin: 0 0 0 10px;
	}


#content .img-b {
	padding: 1px;
	border: 5px solid #ccc;
	}
	

	



/* hacks */

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

#main-body .noborder, #main-body .noborder:hover {
	border: none;
	}




#main-body blockquote {
	margin: 25px 50px 15px 50px;
	padding: 2px 13px;
	font-family: Georgia, serif;
	
	color: #336533;
	border-top: 1px solid #A8D5A8;
	border-bottom: 1px solid #A8D5A8;
	background: #F4FaF4;
	}
#main-body blockquote h2 {
	margin-top: 0;
	}

.post-content ul li {
	margin-bottom: 5px;
	}

#main-body #content .archives-list li {
	margin-bottom: 5px;
	}
	
	
	
	
	
	
	
	
/**
 * 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;	
}	