/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	margin: 15px 0 0 0;
	padding: 0;
	background: #0066B3 url(images/img01.jpg) repeat-x left top;
	/*text-align: justify;*/
	font: 105% Arial, Helvetica, sans-serif;
	color: #626262;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 5px;
	background: #FEFEFE;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ol, ul {
	margin-bottom: 2em;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #489D1F;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	height: 127px;
}

#logo h1, #logo p {
	float: left;
	text-transform: lowercase;
}

#logo h1 {
	font-size: 4.5em;
	padding: 0 0 0 40px;
	width:90%;
	float:left;
	margin:0;
	
}
#logo img{
	border:0;
	float:left;
	margin:0;
	padding:0;
}
#logo h1 span{
	color:#0066B3;
}
#logo p {
	margin: 0;
	margin-top:-45px;
	padding: 0 0 0 152px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	color:#617C37;
	font-style:italic;
}

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

#logo p a {
	color: #489D1F;
}

#menu{
	float:right;
}
#menu ul {
	list-style: none;
	margin-top:-15px;
	margin-left:1em;
}

#menu li {
	float: left;
	padding:0;
	margin:0;
}

#menu a {
	display: block;
	padding: 0px 20px;
	background: url(images/img03.jpg) repeat-x left top;
	border-top: 4px solid #FFF;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	margin-top: 0px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 110%;
	color: #0066B3;
}

#menu .last {
	margin-right: 20px;
}

#menu a:hover {
	background: url(images/img02.jpg) repeat-x left top;
	color: #FFFFFF;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	background: url(images/img02.jpg) repeat-x left top;
	color: #FFFFFF;
}

/* Page */

#page {
	padding: 40px 40px 0 40px;
}

/* Content */

#content {
	background: #FFFFFF url(images/img04.jpg) repeat-y left bottom;
	margin-right: 340px;
	padding: 0 30px;
	border-top: 6px #F4BA0F solid;
}

.post {
	padding-top: 20px;
	margin-bottom: 10px;
}

.post .title {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}

.post .title h2 {
	padding: 0px 30px 5px 0px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 2.2em;
	color: #489D1F;
	border-bottom:2px solid #F4BA0F;
}

.title h2 a {
	color: #489D1F;
}

.post .title p {
	margin: 0;
	padding: 10px 0 10px 20px;
	border-top: 1px #D8DFE6 dotted;
	line-height: 1em;
	color: #BABABA;
}

.post .title p a {
	color: #EEA90B;
}

.post .entry {
	padding: 0;
	border-top: 1px #D8DFE6 dotted;
}
.post .entry p{
	margin:0;
	padding:8px;
}
.post .links {
	padding: 5px 0;
	border-top: 1px #D8DFE6 dotted;
	border-bottom: 1px #D8DFE6 dotted;
	margin-top: 10px;
	text-align: right;
}

.post .links a {
	font-weight: bold;
}

.post .links a:hover {
}

.post .links .more {
}

.post .links .comments {
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	background: #FFFFFF;
	border-top: 6px #F4BA0F solid;
	
}

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

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 0 30px 40px 30px;
}

#sidebar li li {
	margin: 0;
	padding-left: 30px;
}

#sidebar h2 {
	padding: 0px 30px 10px 30px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.6em;
	color: #E47F07;
}


/* Search */

#search {
	padding: 20px 30px 40px 30px;
}

#search input {
	padding: 0;
	width: 70px;
	height: 29px;
	background: #EFAA0E;
	font-weight: bold;
	color:#fff;
	border:2px solid #6FB634;
}

#search #s {
	padding: 5px;
	width: 150px;
	height: auto;
	background: #FEFEFE;
	border: 1px solid #6FB634;
	font: normal 1em Arial, Helvetica, sans-serif;
	color:#0066B3;
}

#search br {
	display: none;
}

/* Categories */

#sidebar #categories li {
}

/* Calendar */

#calendar_wrap {
	padding: 0 30px 40px 30px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {
	background: #F1F1F1;
}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #EB1400;
	font-weight: bold;
	color: #EB1400
}

/* Footer */

#footer {
	padding: 20px 0 10px 0;
	border-top: 6px #F4BA0F solid;
	background: #65AE2D;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	color: #FFFFFF;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #E9E955;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .rss {
	background: url(images/img18.gif) no-repeat left center;
}

#footer .xhtml {
	background: url(images/img05.gif) no-repeat left center;
}

#footer .css {
	background: url(images/img20.gif) no-repeat left center;
}

#footer .legal a {
	padding: 0;
}
#featured{
	border:2px solid #F4BA0F;
	padding:10px 10px 0 10px;
	background-color:#F8E9C0;
	background-image:url('images/featured-bg.jpg');
	background-repeat:repeat-x;
	color:#0066B3;
	width:215px;
	margin-left:auto;
	margin-right:auto;
}
#featured h3{
	font-size:115%;
}
.commentYo{

	list-style-type:none;
	padding:25px;
	margin:35px;
	border:5px solid #EFAB0C;
	background-image:url(images/featured-bg.jpg);
	background-repeat:repeat-x;
	background-color:#F9E8BD;
}
.commentYo2{
	list-style-type:none;
	padding:25px;
	margin:35px;
	border:5px solid #0066B3;
	background-image:url(images/featured-bg.jpg);
	background-repeat:repeat-x;
	background-color:#F9E8BD;
}
.commentYo a{
	text-decoration:none;
	padding-right:25px;
}
.commentYo span{
	font-size:110%;
	color:#0066B3;
	font-weight:bold;
}
.commentYo2 span{
	font-size:110%;
	color:#6D9D1E;
	font-weight:bold;
}
.commentYo2 a{
	text-decoration:none;
}

.otherForms{
	padding:0px;
	margin:0;
	background:#FFF;
	border:0;
	
}
.otherForms fieldset{
	border: 0px solid #FFF;
	margin:0;
	padding:0;
}
.otherForms legend{
	font: 90%/2.0 Arial, Verdana,sans-serif;
	color: #00B366;
		margin:0;
		padding:0;
}
.otherForms fieldset label{
	float:left;
	display:inline;
	width:150px;
    line-height:15px;
	margin: 0px;
	margin-right:0px;
	background: #FFF;
	padding:10px;
	padding-right:0;

}
.otherForms input,.otherForms textarea, .otherForms select{
	margin:3px 0 8px;
	border-style:solid;
	border-color: #75A54B;
    border-width:2px 1px 1px 2px;
	width: 150px;
	color:#003C7A;
	padding:2px;
}
.otherForms input{
	height: 20px;
}