

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	color: #2F2F2F;
	width: 100%;
}
a {
	color: #094904;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 8px 0;
}
img {border: none;}
blockquote {
	margin: 10px 10px 10px 20px;
	padding: 0 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
.post.margin {
	margin-top: -215px;
	position: relative;
	min-height: 300px;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0 0 40px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 278px;
	position: relative;
	padding-top: 37px;
	background:  100% 100% no-repeat;
}
#top {
	height: 73px;
	padding: 0 20px;
}
#menu {
	float: right;
	list-style: none;
	font-size: 11px;
	padding: 15px 0 0;
}
#menu li {
	float: left;
	margin: 0 3px;
}
#menu a {
	color: #000;
	padding: 4px 12px;
	display: block;
	float: left;
}
#menu a:hover,
#menu li.current_page_item a {
	background: #DCDCDC;
}

#header-image {
	float: right;
	padding: 2px 12px 0 0;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	padding: 10px 0 30px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 100%;
	float: left;
}
* html #content {overflow: hidden;}
#text {
	margin: 0 456px 0 19px;
}
.post {
	margin: 0 0 50px;
	position: relative;
}
.post.first {
	background: #FEF5C1;
	width: 524px;
	border: 1px solid #E6E6E6;
	padding: 11px 17px;
	position: relative;
	margin: -215px -30px 20px -17px;
}
.post.first .date {
	background: #E4DCAD;
	color: #949073;
}
.post.first .entry {
	background: none;
	font-size: 14px;
}
.tl,
.tr,
.bl,
.br {
	position: absolute;
	width: 5px;
	height: 5px;
}
.first .tl {
	top: -1px;
	left: -1px;

}
.first .tr {
	top: -1px;
	right: -1px;

}
.first .bl {
	bottom: -1px;
	left: -1px;

}
* html .first .bl {bottom: -12px;}
.first .br {
	bottom: -1px;
	right: -1px;

}
* html .first .br {bottom: -12px;}
.date {
	background: #E5E5E5;
	font: 10px Tahoma, Arial;
	color: #959595;
	padding: 1px 5px;
	margin-right: 7px;
}
.post h2 {
	font-size: 24px;
	line-height: 25px;
	font-weight: normal;
	padding: 10px 0 3px;
}
.post h2 a {
	color: #4C4A45;
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration: underline;
}
.entry {
	text-align: justify;

}
.entry img {
	float: left;
	margin: 0 5px 5px 0;
}
#single .entry {
	background: none;
	font-size: 14px;
}
.postmetadata {
	font-size: 11px;
	margin: 5px 0 0;
}
.category a {
	color: #999;

	padding: 0 0 0 16px;
}
.comments {
	float: right;
	font-weight: none;
}
.comments a {

	padding: 0 0 0 15px;
}
.post ul,
.post ol,
.more-posts {
	margin: 7px 0 7px 30px;
}
.post li,
.more-posts li {
	padding: 2px 0;
}
.more-posts {
	margin-bottom: 45px;
}

#single-top {
	margin: -215px -26px 17px -17px;
	width: 520px;
	position: relative;
	background: #EAF4E1;
	border: 1px solid #E6E6E6;
	padding: 13px 18px;
	font: 11px/14px Tahoma, Arial;
	color: #6E7764;
}
* html #single-top {height: 1%;}
*+html #single-top {height: 1%;}
#single-top:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#single-top h2 {
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #8A8F85;
	background: #D2DBCA;
	display: inline;
	padding: 0 7px 2px;
}
#single-top p {
	padding-top: 14px;
}
#single-top ul {
	list-style: none;
	margin: 14px 0 0;
}
#single-top li {
	padding-left: 8px;

}
#single-top ul a {
	color: #6E7764;
	text-decoration: none;
}
#single-top ul a:hover {
	text-decoration: underline;
}
#l-block {
	float: left;
	width: 225px;
	padding-right: 35px;
	margin-right: -1px;
	border-right: 1px solid #E2EBD8;
}
#r-block {
	float: right;
	width: 224px;
	padding-left: 35px;
	border-left: 1px solid #E2EBD8;
}
#single-top .tl {
	top: -1px;
	left: -1px;

}
#single-top .tr {
	top: -1px;
	right: -1px;

}
#single-top .bl {
	bottom: -1px;
	left: -1px;

}
* html #single-top .bl {bottom: -9px;}
#single-top .br {
	bottom: -1px;
	right: -1px;

}
* html #single-top .br {bottom: -9px;}

#content h3 {
	font-size: 15px;
	margin: 0 0 10px;
}
h3.pagetitle {
	margin: -215px 0 20px !important;
	font-weight: normal;
	text-align: center;
	font-size: 16px !important;
	position: relative;
}

.commentlist {
	margin: 15px 0 25px;
	list-style: none;
	font-size: 11px;
	line-height: 15px;
}
.commentlist li {padding: 11px 0;}
.cauthor {
	padding: 0 0 0 30px;
	font-weight: bold;
}
.commentmetadata {
	border-bottom: 1px solid #CCC;
	padding: 0 0 8px 30px;
	font-size: 10px;
}
.commentmetadata a {
	text-decoration: none;
	color: #7E7E7E;
}

#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 3px;
	width: 240px;
	border: 1px solid #ACACAC;
}
#comment {
	width: 450px;
	height: 150px;
}
#submit {
	width: 110px;
	height: 22px;
	padding: 0;
	background: #ECECEC;
	cursor: pointer;
	overflow: visible;
}

.navigation {height: 30px;}
.alignleft {float: left;}
.alignright {float: right;}



/* Sidebars
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 410px;
	margin-left: -410px;
	font: 11px/14px Tahoma, Arial;
	color: #4C4A45;
}

#logo {
	display: block;
	position: relative;
	height: 82px;
	text-align: center;
	text-decoration: none;
	font: 25px/45px "Century Gothic";
	text-transform: uppercase;
	color: #1F1F1F;
	background: #BBD99B;
	cursor: pointer;
}
#logo span {
	display: block;
	font: 10px/13px Arial, Tahoma;
	text-transform: none;
	height: 27px;
	background: #FFF;
	padding: 10px 0 0;
	color: #7A7A7A;
}
#logo b {
	position: absolute;
	top: 0;
	left: 0;
	width: 410px;
	height: 82px;

}

#left {
	float: left;
	width: 190px;
	padding-top: 14px;
}

#right {
	float: right;
	width: 210px;
	padding-top: 14px;
}

#sidebar .block {
	padding: 10px 14px 20px;
	margin: 0 0 11px;
	position: relative;
	height: 1%;
}
#sidebar h3 {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 8px;
}

.icon1 {

	padding: 3px 0 5px 26px;
	margin-right: -5px !important;
}
.icon2 {

	padding: 3px 0 6px 28px;
}
.icon3 {

	padding: 3px 0 7px 28px;
}
.icon4 {

	padding: 3px 0 9px 25px;
}
.icon5 {

	padding: 3px 0 6px 28px;
}
.icon6 {

	padding: 3px 0 6px 28px;
}
.icon7 {

	padding: 3px 0 8px 28px;
}
.icon8 {

	padding: 3px 0 7px 28px;
}
.icon9 {

	padding: 3px 0 6px 28px;
}
.icon10 {

	padding: 3px 0 5px 28px;
}
.icon11 {

	padding: 3px 0 4px 30px;
}

#sidebar ul {
	list-style: none;
	margin: 15px 0 0;
}
#sidebar ul ul {
	margin: 0 0 0 10px;
}
#sidebar li {
	padding-left: 8px;

}
#sidebar li a {
	text-decoration: none;
	color: #4C4A45;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar .recent-comments li a {
	text-decoration: underline;
}
#sidebar .recent-comments li a:hover {
	text-decoration: none;
}

.block .tl {
	top: 0;
	left: 0;
}
.block .tr {
	top: 0;
	right: 0;
}
.block .bl {
	bottom: 0;
	left: 0;
}
* html .block .bl {bottom: -9px}
.block .br {
	bottom: 0;
	right: 0;
}
* html .block .br {bottom: -9px}

.light-orange {background: #FEF9E6;}


.orange {background: #FDF1C1;}


.green {background: #EEF5E6;}


.violet {background: #F5ECE6;}


#search {
	margin: 0 0 -10px;
	height: 1%;
	overflow: hidden;
}
#search input {
	font: 12px Arial, Tahoma;
	padding: 1px;
	float: left;
}
.keyword {
	width: 110px;
	margin: 1px 3px 0 0;
}
* html .keyword {margin-top: 2px;}
*+html .keyword {margin-top: 2px;}
.search {
	overflow: hidden;
	cursor: pointer;
	width: 60px;
}

.rss a {
	padding-left: 15px;

}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding: 17px 15px;
	background: #E5E5E5;
	position: relative;
	font: 11px/18px Tahoma, Arial;
	color: #5D5D5D;
	height: 1%;
}
#footer a {
	color: #5D5D5D;
}
#bottom-adv {
	float: right;
}
#copyright {
	padding: 10px 0 11px 10px;
	width: 450px;
}
#footer .tl {
	top: 0;
	left: 0;

}
#footer .tr {
	top: 0;
	right: 0;

}
#footer .bl {
	bottom: 0;
	left: 0;
}
* html #footer .bl {bottom: -9px;}
#footer .br {
	bottom: 0;
	right: 0;

}
* html #footer .br {bottom: -9px;}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#ads {
  margin-left:-3px;
}

#ads .ad-link a {
  font-weight:normal !important;
  text-decoration:none !important;
  font-size:22px !important;
  line-height:normal !important;
}

#ads .y5_black, #ads .y5_h a {
color:#999999 !important;
}

