﻿@charset "UTF-8";
/* CSS Document */

/* default tags */ 
					
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blodquote {padding: 0;margin: 0;}
h1, h2, h3, h4, h5, h6, pre, code {	font-size: 1em;}
#page a{	text-decoration: none;}
#page a img {border: none;}
#page a:hover, #header a:hover { 
	text-decoration: none;
	border: none;
}
 
/* and Major Structural Elements */
body {
	background-color: #82796D;
	margin-top: 20px;
    font: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
}
#pagewrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 862px;
	background-image: url(images/dropshadow.gif);
	background-repeat: repeat-y;
}
#page {
	position: relative;
	left: 20px;
	top: -45px;
	width: 822px;
	background-image: url(images/bg_grass.gif);
	background-repeat: no-repeat;
	height: 100%;
}
#header {
	width: 862px;
	height: 190px;
	background-image: url(images/header.jpg); 
	background-repeat: no-repeat;
}
#sidebar {
	position: relative;
	width: 230px;
	height: 100%;
	float: right;
	margin: 10px;
}
#content {  padding: 30px;
}
.narrowcolumn {
	position: relative;
	width: 500px;
	padding: 0px 0px 0px 10px;
	float: left;
}
.entry {}
#footer {
	width: 822px;
	clear: both;
	text-align:center;
}
.logo {
	position: relative;
	left: 50px;
	top: 37px;
	width: 107px;
	height: 148px;
	background-image: url(images/logo2.jpg); 
	text-decoration: none;
	border: none;
}


/*Contact info styles for tiny little box in corner*/
.contactinfo {
	position: absolute;
	right: 45px;
	top: 48px;
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	line-height: 13px;
	font-size: 12px;
	color: #ffffff;
}

.contactinfo a:link {
	color: #ffffff;
	text-decoration: none;
}
.contactinfo a:visited {
	text-decoration: none;
	color: #ffffff;
}
.contactinfo a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.contactinfo a:active {
	text-decoration: none;
	color: #CCCCCC;
}
/*Contact info styles for tiny little box in corner*/
.multipost {
	padding: 0px 0px 10px;
}

.navigation {
	padding: 10px 0 60px;
	line-height: 1.5em;
}
img.centered {
	margin: 0 auto 0;
	display: block;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	margin: 0 10px 0 0;
	padding: 4px 0 0 0;
	float: left;
	display: inline;
}
.alignright {
	margin: 0 0 0 10px;
	padding: 4px 0 0 0;
	float: right;
	display: inline;
}

/* End Body and Major Structure */

.center {
	text-align: center;
}
.clear {
	clear: both;
}
.inline {
	display: inline;
}
.hidden {
	display: none;
}

/* Begin Sidebar details*/
	
#sidebar a {
	border: none;
	color: #202020;
	text-decoration: none;
}
#page #sidebar a{ 
         color: #82796d;
         font: 14px "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
}
#sidebar a:hover {
	border: none;
	color: #202020;
	text-decoration: none;
}
#sidebar h2 {
	border-bottom: 1px solid #585045;
	font: 18px "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
#sidebar li {
	/* each main section, i.e., Pages, Categories, Archives, etc. */
         text-transform: uppercase;
         color: #010101;
         font-size: 18px;
}
#sidebar ol li {
	list-style: decimal outside;
}
#sidebar p, #sidebar select {
}
#sidebar ul, #sidebar ol {
         text-decoration; none;
	/* the block of links for all the Pages, Categories, Monthly Archives, etc. */
}
#sidebar ul li, #sidebar ol li {
	list-style-type: none;
         text-transform: capitalize;
         	/* each individual link, i.e., each page, each category, each month, etc. */
}
#sidebar ul li:hover {
	/* border-left: 1px solid #ff8900; */
}
#sidebar ul ul, #sidebar ol {
}
#sidebar form {
}

/* Search */

#searchform {
}
#sidebar #searchform #s {
	width: 200px;
	height: 22px;
	font: 1.2em "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
}
#sidebar #searchsubmit {
	padding: 1px;
}

/* End Sidebar */

/* Navigation */
#navlist  /* position of list */
{
	float: left;
	margin: 0px;
	position: relative;
	left: 170px;
	top: -33px;
	text-decoration: none;
}
#navlist ul, #navlist li   /*position of items in list */
{
	display: inline;
	list-style-type: none;
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
}

#navlist a:link
{
	float: left;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin: 0 0px 0px 0px;
	text-decoration: none;
	color: #ffffff;
	border: none;
}

#navlist a:visited
{
	float: left;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin: 0 0px 0px 0px;
	text-decoration: none;
	color: #ffffff;
	border: none;
}

#navlist a:link#current, #navlist a:visited#current
{
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	padding-bottom: 1px;
	background: transparent;
	color: #ffffff;
	border: none;
}

#navlist a:hover
{ 
	text-decoration: none;
	border: none;
}

/* Begin Paragraphs and Fonts */

acronym, abbr {
	border-bottom: 1px dashed #cacaca;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}
.entry h1 {
	color: #010101; /* color for post titles is in links section */
	text-decoration : none;
	font: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}
h1, h2, h3 {
    font-size: 24px;
	margin: 30px 0 0px;
	color: #585045; /* color for post titles is in links section */
	text-decoration: none;
	font: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}
.entry h3 {
	font: 20px "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
         padding: 0px 0px 5px;
}
.entry h3 a {
}

#footer h1 {
	margin: 0;
	display: inline;
	font: normal 1em "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
}
.entry h2 {
	font: 24px "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
         padding: 0px 0px 5px;
}
h4 {
	margin: 0;
	display: inline;
	font-size: 1em;
	font-weight: normal;
	/* used in footer on non-single pages */
}
h6 {
	margin: 9px 0px 14px;
	font: normal 0.9em "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	/* little sub-heading line, to be used on pages in place of a post's date line */
}
.bookmarks {
	margin: 40px 0 0 0;
	padding: 4px 0;
	font: 1.2em "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	/* social bookmarking */
}
.bookmarks a {
	border: none;
	/* social bookmarking */
}
.postmetadata  {
}
small {
	font: 1.0em/1.4 "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;}
.alt {
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
.entry blockquote {
	margin: 15px 40px 15px 20px;
	padding: 0 0 0 20px;
	border-left: 3px dotted #9FA63C;
	text-align: justify;
}
.entry blockquote p {
	line-height: 1.2em;
}
.entry p {
	margin: 0 0 15px 0;
	font: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	/* layout for paragraphs across all pages */
}
.entry a:hover {
}
#page .postdate {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	color: #9fa63c;
}
blockquote cite {
	margin: 4px 0 0 0;
	display: block;
}
pre {
	width: 95%;
	margin: 1em 0;
	padding: 1em 3em 1em 1em;
	font: 1.1em "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	overflow: scroll;
	border: 1px solid #cacaca;
}
code {
	color: #668800;
	font: 110% console;
}
.isolate {
	margin: 6px auto 12px;
	padding: 0;
	text-align: center;
}
.recentdate {
	padding: 0 20px 0 10px;
}
#footer p {
	margin: 0;
	padding: 4px 0 0;
        font: .75em "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
        text-align:center;
}
.post 
{
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;}
.post p
{
	font-size: 14px;
	color: #010101;
}
h2 a
{
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
    font-size: 24px;
	color: #585045;
	font-weight: bold;
}
h2 a:hover
{
	color: #82796d;
	text-decoration: none;
}
.multipost {
	padding: 0 0 80px;
}

					/* End Paragraphs and Fonts */

					/* Begin Comments */
#commentform p {
	margin: 5px 0;
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;}
.commentlist {
	padding: 0;
	border-bottom: 1px solid #cacaca;
	/* border-bottom styles the end of the list of comments */
	font: 1.1em/1.3 "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	/* keep font the same as .entry p */
}
.commentlist li {
	margin: 0;
	padding: 10px 18px;
	list-style: none;
	border-top: 1px solid #cacaca;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist a {
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.commentlist cite {
	font-weight: bold;
}
.commentlist li pre {
	/* controls text within <code> brackets within comments (pre is added automatically by codeautoescape plugin) */	
	width: 90%;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentlist cite a {
	border: none;
	text-decoration: none;
}
.commentlist cite a:hover {
	border: none;
	text-decoration: underline;
}
.commentmetadata {
	font-weight: normal;
}
.comment {
	background: #fff url(images/com_bubble_white.png) 0 12px no-repeat;
}
.oddcomment {
	background: #fff url(images/com_bubble_white.png) 0 12px no-repeat;
}
.authority {
	/* li.authority controls behavior of comment if comment author = post author */
	background: #fff url(images/com_bubble_auth_white.png) 0 12px no-repeat;
}
.commentnumber {
}

					/* End Comments */

					/* Links */

a {
	color: #9fa63c;
	text-decoration: none;
}
h2 a, h2 a:visited, h3 a, h3 a:visited {
	margin: 0 0 0 -1px;
	padding: 0 1px;
	color: #9fa63c;  /* color for post titles on index, archive, and search pages */
	font-weight: normal;
	text-decoration: none;
}
a:hover, h2 a:hover, h3 a:hover {
	border-bottom: 1px solid #ff8900;
	color: #82796d;
	text-decoration: none;
}
.postmetadata a {
	border: none;
	text-decoration: underline;
}
.postmetadata a:hover {
	border: none;
	text-decoration: none;
}
small a {
	border: none;
}
.download {
	background: #fff url(images/down_white.png) 0 50% no-repeat;
	padding: 0 0 0 18px;
}
.download a {
	padding: 0 2px;
	border-bottom: 1px solid #779900;
}
.download a:hover {
	border-bottom: 1px solid #779900;
	color: #fff;
	background: #779900;
}
.hidelink, a.hidelink:hover, a img {
	border: none;
}
li.tagcloudtags a {
	letter-spacing: 0;
	text-transform: none;
}
.more-link a {
	/* .more-link added by the_excerpt_reloaded plugin http://guff.szub.net/2005/02/26/the-excerpt-reloaded/ */
	border: none;
	color: #cacaca;
}
.more-link a:hover {
	border: none;
	color: #404040;
}

					/* End Links */

					/* Begin Lists */
					
.entry ol, .entry ul {
	margin: 0 0 0 4px;
	padding: 0 0 8px 0;
	font: 1.3em/1.2 "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	/* keep the same as .entry p */
}
.entry ol {
	list-style: decimal outside;
}
.entry ul {
	list-style: circle outside;
}
.entry ol li, .entry ul li {
	margin: 0 0 0 1.5em;
	padding: 2px 0 4px 0;
}
.nocomments {
	margin: 0 0 20px 0;
	text-align: center;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	clear: both;
	display: inline;
	list-style-type: none;
}

					/* End Lists */

					/* Begin Forms */
.entry form {
	/* text-align: center; */ 
	/* This is mainly for password protected posts, makes them look better. */
}
#commentform {
font: font: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
}

#commentform input, #contact input {
	width: 170px;
	margin: 5px 5px 1px 0;
	padding: 2px;
}
#commentform textarea {
	width: 520px;
	padding: 5px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
#contact input, #contact textarea {}
#contact p {
	margin: 5px 0;
}
#contact textarea {
	width: 100%;
	margin: 6px 0 0 0;
	padding: 2px;
	overflow: hidden;
}
#contact #submit {
	width: 100px;
	margin: 0;
	float: right;
}

					/* End Forms */

/* Captions */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text, .wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Header text style - from designer */
.header_green {color: #B2BC45}
.header_white {color: #FFFFFF}
.headline_18 {font-size: 18px; color: #010101; font-family: Geneva, Arial, Helvetica, sans-serif;}
.headline_14 {font-size: 14px; color: #010101; font-family: Geneva, Arial, Helvetica, sans-serif;}
