/*
THEME NAME: Evergreen
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: Based on Thematic.
VERSION: 0.7
AUTHOR: Samuel J. Parsons
AUTHOR URI: http://themeshaper.com/
TAGS:three columns,two columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS
.
Thematic is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
/*@import url('library/styles/reset.css'); */

/* Apply basic typography styles */
/*@import url('library/styles/typography.css');*/

/* Apply a basic layout */
/*@import url('library/layouts/2c-r-fixed.css'); */

/* Apply basic image styles */
/*@import url('library/styles/images.css'); */

/* Apply default theme styles and colors */
/*@import url('library/styles/default.css'); */

/* Prepare theme for plugins */
/*@import url('library/styles/plugins.css'); */

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

/*.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
*/

.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}



/* links */

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #95b600 ;
}
a:active {
	
}
a:hover {
text-decoration:underline;
color: #5ea081;
}


/* layout */


body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #190d07;
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/* typography */
	font-family: "Helvetica","Arial", sans-serif;
	color: #3c412d;
}

.main {
	margin: 20px auto 100px;
	border: 1px solid #b2b7a5;
	border-bottom: 1px solid #b2b7a5;
	padding: 11px;
	width: 900px;
	background-color: #f7faef;
}

.main .banner {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 175px;	
	border-top: 15px solid #5ea081;	
	background-color: #a3b50a;
	background-image: url(images/banner.jpg);
}
.main .banner h1, .main .banner p  {
	padding: 0;
	margin: 0;
}

.main .banner a, .main .banner a:link, .main .banner a:visited, .main .banner a:hover, .main .banner a:active {
	border: 0;
	display: block;
	height: 175px;
	width: 900px;
	padding-top: 0;
	margin-top: 0;
}
.main .banner  span {
	display: none;
	padding: 0;
}


.main .navigation {
	margin: 0;
	padding: 0;
	height: 42px;
	background-color: #4f0d00;
	color: #f2fae1;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
}

.main .navigation ul {
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
}

.main .navigation ul li {
	float: left;
	padding-top: 14px;
	
}
.main .navigation ul li a,
.main .navigation ul li a:link,
.main .navigation ul li a:visited,
.main .navigation ul li a:hover,
.main .navigation ul li a:active {
	text-decoration: none;
	padding: 14px 13px 10px;
	color: #f2fae1;
	height: 42px;
}
.main .navigation ul li a:hover {
	background-color: #4f0d00;
}

.main .navigation ul li.selected a,
.main .navigation ul li.selected a:link,
.main .navigation ul li.selected a:visited,
.main .navigation ul li.selected a:active {
	background-color: #b03c00;
}

.main .content {
}



.main .side {
	background-color: #eaf0d4;
}

.main .side .area1, .main .side .area2 {
	padding: 11px;
}

.main .side .area2 {
	background-color: #fff;
	color: #9f5b12;
}
.main .side .area2 p {
	font-size: 12px;
	}
.main .side .area2 h3 {
	color: #6c8f01;
	
	}
	
.main .footer {
	margin-top: 40px;
	border-top: 11px solid #718f00;
	background-color: #510000;
	padding: 0 20px 15px;
	color: #f7faef;
	font-size: 90%;
}

.main .footer .copyright {
	float: right;
	font-size: 90%;
}

dl.numbers {
	margin-top: 20px;
}
dl.numbers dt {
	margin: 4px 0;
	padding: 0;	
	clear: left;
	float: left;
	color: #fd691d;
	font-size: 140%;
}
dl.numbers dd {
	margin: 0;
	padding: 7px 0 0 13px;
	float: left;
	clear: none;
}

ul.xoxo {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul ul {
list-style-type:none;
	margin:0em 2em 2em 2em;
	padding: 0em;
	text-indent: -1em;
	list-style-image: url(images/icon.gif);
	list-style-position: inside;
	font-size: 1.0em;
}

/* columns */

	/* basic column styles */
	.columns .column {
		clear: none;
		float: left;
		width: 45%;
		padding: 0 5% 0 0;
	}
	
	
.columns .column.width0{width: 0%;} .columns .column.width1{width: 1%;} .columns .column.width5{width: 5%;} .columns .column.width10{width: 10%;} .columns .column.width12{width: 12%;} .columns .column.width14{width: 14%;} .columns .column.width15{width: 15%;} .columns .column.width16{width: 16%;} .columns .column.width18{width: 18%;} .columns .column.width20{width: 20%;} .columns .column.width22{width: 22%;} .columns .column.width25{width: 25%;} .columns .column.width27{width: 27%;} .columns .column.width29{width: 29%;} .columns .column.width30{width: 30%;} .columns .column.width32{width: 32%;} .columns .column.width35{width: 35%;} .columns .column.width40{width: 40%;} .columns .column.width43{width: 43%;} .columns .column.width45{width: 45%;} .columns .column.width50{width: 50%;} .columns .column.width55{width: 55%;} .columns .column.width60{width: 60%;} .columns .column.width65{width: 65%;} .columns .column.width70{width: 70%;} .columns .column.width73{width: 73%;} .columns .column.width75{width: 75%;} .columns .column.width80{width: 80%;} .columns .column.width90{width: 90%;} .columns .column.width91{width: 91%;} .columns .column.width95{width: 95%;} 

.columns .column.gutter0{padding-right: 0%;} .columns .column.gutter1{padding-right: 1%;} .columns .column.gutter2{padding-right: 2%;} .columns .column.gutter3{padding-right: 3%;} .columns .column.gutter4{padding-right: 4%;} .columns .column.gutter5{padding-right: 5%;} .columns .column.gutter7{padding-right: 7%;} .columns .column.gutter9{padding-right: 9%;} .columns .column.gutter10{padding-right: 10%;} .columns .column.gutter13{padding-right: 13%;} .columns .column.gutter15{padding-right: 15%;} .columns .column.gutter20{padding-right: 20%;} .columns .column.gutter25{padding-right: 25%;} .columns .column.gutter30{padding-right: 30%;} .columns .column.gutter35{padding-right: 35%;} 

.columns .column.gutter_left0{padding-left: 0%;} .columns .column.gutter_left1{padding-left: 1%;} .columns .column.gutter_left2{padding-left: 2%;} .columns .column.gutter_left3{padding-left: 3%;} .columns .column.gutter_left4{padding-left: 4%;} .columns .column.gutter_left5{padding-left: 5%;} .columns .column.gutter_left7{padding-left: 7%;} .columns .column.gutter_left9{padding-left: 9%;} .columns .column.gutter_left10{padding-left: 10%;} .columns .column.gutter_left13{padding-left: 13%;} .columns .column.gutter_left15{padding-left: 15%;} .columns .column.gutter_left20{padding-left: 20%;} .columns .column.gutter_left25{padding-left: 25%;} .columns .column.gutter_left30{padding-left: 30%;} .columns .column.gutter_left35{padding-left: 35%;} 



/* typography */

.text {
	font-size: 14px;
	line-height: 1.5em;
}

.text h1 {
	/* main title*/
	font-size: 28px;
	line-height: 1em ;
	margin: 1em 0;
	
	
}

.text h2 {
	/* part title */
	font-size: 20px;
	line-height: 1em;
	margin: 1em 0;
	color: #6C8F01;
}

.text h3 {
	/* sub title */
	font-size: 18px;
	line-height: 1;
	margin: 1 0;
	color:#6C8F01
	
}


.text h4 {
	/* paragraph title */
	font-size: 15px;
	line-height: 2em;
	margin: 2em 0 -1.0em;
}


.text .divider {
	/* mostly for separating things witin a page */
	background-color: #f0f0f0;
	border-top: 1px solid #ccc;
	clear:both;
	margin-top: 2em;
}

.text p {
	text-indent: 0;
}

.text p {
   margin-bottom: 0; 
}

.text p + p {
   text-indent:0em;
   margin-top:.7em;
}

.text ul {
	margin:2em 2em 2em 2em;
	padding: 0;
	text-indent: -1em;
	list-style-type: disc;
	list-style-position: inside;
}

.text ul li {
	/*margin: 2em 0; */
}

.text ol {
	list-style-type: decimal;
	margin: 2em 2em 2em 0;
	padding: 0;
	list-style-type: inside;
}

.text ol li {
	/*margin: 2em 0;		*/
}

.text dl {
	
}

.text dl dt {
	
}

.text dl dd {
	
}

.text abbr, .text acronym {
	
	letter-spacing: 0.1em;
	font-size: 12px;
	border-bottom: 0;
}

.text blockquote {
	margin: 2em 0 2em 2em;
}

.text blockquote.verse {

	padding: 0;
	width: auto;
}

.text blockquote.verse span {
	margin: 0 auto;
	width: auto;
	display: table;
	white-space: pre;
}

.text code {
	font-size: 12px;
	line-height: 2.5em;
	border-left: .2em solid #f0f0f0;
	padding: 0 1.8em;
	margin: 2em 0;
	color: #555;
	display: block;
	white-space: pre;
	overflow: auto;
}


/* generic / miscellaneous */

.clearboth {
	clear: both;
}


