/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 49px;
	padding: 0;
	background: url(images/bdybg.jpg) repeat-x left top;
	font-family: /*"Trebuchet MS"*/Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/*image inserted in text*/

.picture { 
	background-color: #F9F9F9; 
	border: 1px solid #CCCCCC; padding: 0px; 
	font: 11px/1.4em Arial, sans-serif; 
}
 
.picture img { 
	border: 1px solid #CCCCCC; 
	vertical-align:middle; margin-bottom: 0px; 
}
 
.right { 
	margin: 0.5em 0pt 0.5em 0.8em; float:right; 
}
 
.left { 
	margin: 0.5em 0.8em 0.5em 0; float:left; 
} 

/*end image insert code*/


h1, h2, h3, {
	margin: 0;
	font-weight: normal;
	color: #559106;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
	color: #5C4033;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 23px;
}

h4 {
	letter-spacing: -1px;
	font-size: 23px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h7{
	margin: 0;
	font-size: 14px;
}

h8 {
	font-size: 21px;
}
p, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	text-indent: 15px;
	line-height: 26px;
	font-size: 15px;
}

ul {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
}

a:link {
	color: #4E8006;
}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #4E8006;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: /*"Trebuchet MS"*/Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#links a:hover, a:active {color: #411; background: #AAA; height: 22px;
}
	/* li ul 
	{display: none}
	li:hover > ul 
	{display: block;} */

/*#links2 a:hover, a:active {color: #411; background: #AAA; height: 20px;*/

#header{
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background: url(images/hdrftrbg.jpg) no-repeat left top;
}

/* Menu */

#menu{
	float: left;
	width: 860px;
	height: 54px;
}

#menu ul a:hover { text-decoration: underline; }

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	font: 20px /*"Trebuchet MS"*/Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover, a:active { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu2{
	float: left;
	width: 860px;
	height: 54px;
}

#menu2 ul a:hover { text-decoration: underline; }

#menu2 ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu2 li {
	display: block;
	float: left;
}

#menu2 a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 9px 19px;
	letter-spacing: -.5px;
	text-decoration: none;
	font: 18px /*"Trebuchet MS"*/ Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu2 a:hover, a:active { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu2 .current_page_item a {
	color: #FFFFFF;
}

/* LOGO */

#logo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

#logo {
	width: 820px;
	height: 196px;
	margin-left: 24px;
	background: url(images/banner.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 20px 0 0 20px;
	line-height: normal;
}

#logo h1 { 
	padding-top: 95px;
	font-family: /*"Trebuchet MS"*/ Tahoma, Verdana,  Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 115px 0 0 5px;
	font: italic 13px Tahoma, Verdana, Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 620px; 
}
/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	font-family: /*"Trebuchet MS"*/ Verdana,  Georgia, "Times New Roman", Times, serif;
}

.post h2 {
	height: 32px;
	padding: 8px 0 0 30px;
	background: url(images/psthdrbg.jpg) no-repeat left top;
	font-size: 18px;
	color: #663033;
}
.post h3 {
	height: 48px;
	padding: 8px 0 0 30px;
	background: url(images/psthdrbglrg.jpg) no-repeat left top;
	font-size: 18px;
	color: #663033;
}

.post .entry {
	padding: 0 15px;
	font-size: 21px;
}

.post .meta {
	padding: 15px 0 32px 0;
	border-bottom: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/more.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/comment.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	padding: 15px 5px;
}

#sidebar { 
}

#sidebar {
	float: left;
	width: 215px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar2 {
	padding: 15px 5px;
}

#sidebar2 { 
}

/*#sidebar2 {
	float: left;
	width: 215px;
}*/

#sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a:link {
	color: #4E8006;
}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/sdbrlstbg.jpg) no-repeat left 50%;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 5px;
	margin-bottom: 10px;
	background: url(images/sdbrhdrsmall.jpg) no-repeat left top;
	font-size: 18px;
	color: #663033;
	
}

#sidebar2 li {
	margin-bottom: 40px;
	padding: 0 15px;
}

#sidebar2 li ul {
}

#sidebar2 li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/sdbrlstbg.jpg) no-repeat left 50%;
}

#sidebar2 h2 {
	height: 64px;
	padding: 8px 0 0 5px;
	margin-bottom: 10px;
	background: url(images/sdbrhdrlrg.jpg) no-repeat left top;
	font-size: 18px;
	color: #663033;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #467805;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover,a:active {
	text-decoration: none;
	color: #3076E3;
}
 .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#ftr {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#footer-wrap {
	width: 860px;
	height: 64px;
	margin: 0 auto;
}

#footer-wrap2 {
	width: 860px;
	margin: 0 auto;
	height: 64px;
	background: url(images/hdrftrbg.jpg) no-repeat left top;
}

#footer-wrap3 {
	width: 860px;
	margin: 0 auto;
	height: 64px;
	background: url(images/hdrbg-3.jpg) no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#footer2{
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

#legal {
	clear: both;
	padding-top: 3px;
	text-align: center;
	color: #B6ACA2;
}

#legal a {
	color: #B6ACA2;
}


