/*
Name: True Nature
Date: Nov 2007
Author: Colby Otero
Website: http://www.colbyotero.com

Feel free to use and modify but please provide credits.
*/

/* default elements */
* {margin: px; padding: 0;}

body {
	background: #9a906d;
	color: #6B6B6A;
	font: 80%/1.6em verdana, tahoma, arial,  sans-serif;
        text-align:justify;
	line-height: 1.3em;
	padding: 4% 0;
}

a {color: maroon;}
a:hover {color: orange;}

big {font-size: 1.2em;}

h1,h2,h3 {color: orange; padding: px 0 2px;}

h1 {display: none;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.4em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */

#wrapper {
	background: #ECEDDD url(img/wrapper.gif) no-repeat left bottom; 
	margin: 0px auto;
	width: 790px;
        border: 10px solid white;

}
#container {
	background: #ECEDDD;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 790px;

}


/* header */
.title {
	background: gray url(img/header-h1.jpg) repeat-x;
	
}
.title h1 {
        display:none
	}

.header {
	border-top: 1px solid #CEC8BF;
        border-left: 1px solid #CEC8BF;	
        border-right: 1px solid #CEC8BF;
        background: #ECEDDD url(img/header.jpg) no-repeat center;
	height: 174px;
}


/* navigation */
.navigation {
	background: #EAE7DF url(img/nav.gif) repeat-x; height: 0px;
	border-top: 1px solid white;
	border-bottom: px solid #996;

}
.navigation ul {padding: 0; margin: 0;}
.navigation li {float: right; list-style: none;}
.navigation li a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-left: 1px solid #C9C6B3;
	color: #553;
	display: block;
	font: bold 1em Tahoma,sans-serif;
	line-height: 32px;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;

}
.navigation a:hover {
	background-position: left bottom;
	color: #221;
}
.navigation .current_page_item a {color: #331;}


/* main */
/* K */
.main {
	border-left: 1px solid #CEC8BF;
	border-bottom: 1px solid #CEC8BF;
	border-right: 1px solid #CEC8BF;
}

.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	background: #ECEDDD;
	border-bottom: 0px solid #CEC8BF;
	color: #938671;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}



/* footer */
.footer {
	background: #7C6F5C url('img/footer.gif');
	color: #EED;
	padding: 0px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
/* K */
.col2 {
	border: 1px solid #CEC8BF;
	background: #F7F8F1;
	margin: 0px 22px 5px 21px;
}
.col2 .left {
        width: 72%;
		background: #F7F8F1;
		margin: 0px;
		border: none;
}
.col2 .right .content {
	background: #F7F8F1;
        padding-left: 0px;
}

.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
/* .col2 .left {width: 71%; background: #F7F8F1;} */
/* .col2 .right .content {background: #ECEDDD;} */
.col2 .right {width: 27%;}
.content {padding: 12px 20px 10px 0px;}
.left {float: right;}
.right {float: left;}
.right .content {padding: 16px 1px 0px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: gray;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 1%;
	margin-left: -20px;
	text-decoration: none;
        color: #938671;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: orange;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: white;}

/* K */
.right .block li.current_page_item a {
        background: white;
        color: orange;
}
.right .block ul ul a:link, .right .block ul ul a:visited {
        background-color: #F7F8F1;
        color: #6B6B6A;

}
.right .block ul ul li.current_page_item a {
        background: white;
        color: orange;
}
