/* RESETS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img { 
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}

/* DEFAULTS */
a {
	color: #6d6e70;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.hidden {
	display: none;
}
.fix1 {
	display: block;
	height: 100%;
	overflow: hidden;
}.noheader {	margin:20px 0 0 0;}
.fix2 {
	display: inline;
	height: 100%;
	overflow: hidden;
}
img.alignleft {
	padding: 0 20px 5px 0;
}
img.alignright {
	padding: 0 0 5px 20px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.textalignleft {
	text-align: left;
}
.textalignright {
	text-align: right;
}
.clear {
	clear: both;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
/* LAYOUTS */
body {
	background: url(images/bodybg.png) #fff repeat-x 0 0;
	color: #6d6e70;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrap {
	clear: both;
	height: 100%;
	margin: 0 auto;
	width: 900px;
}
#main1 {
}
#header1 {
	padding: 0 0 15px;
}
#header2 {
	background-color: #bfd2a1;
}
#header3 {
	padding: 0 0 20px;
}
.header3fix {
	padding: 0 !important;
}
#footer1 {
	background-color: #eff6e9;
	font-size: 10px;
	padding: 30px 35px 35px;
}
/* HEADER-1 STYLE */
#header1 h1, #header1 h2 {
	display: block;
	float: left;
	padding: 30px 0 0;
	width: 300px;
}
#header1 h1 a, #header1 h2 a {
	background: url(images/logo.png) no-repeat 0 0;
	display: block;
	height: 90px;
	text-indent: -9999px;
	width: 300px;
}
#headerlinks {
	float: right;
	padding: 30px 10px 0 0;
	width: 420px;
}
#headerlinks .link {
	display: block;
	float: left;
	height: 100%;
	overflow: hidden;
	width: 25%;
}
#headerlinks .link p {
	text-align: center;
}
/* HEADER-2 STYLE */
#pages {
}
#pages li {
	display: block;
	float: left;
	height: 100%;
	overflow: hidden;
}
#pages li a {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 25px;
}
#pages li a:hover, #pages li.current_page_item a {
	background-color: #d5e1c1;
	color: #fff;
}
/* HEADER-3 STYLE */
#mainimg img {
	float: left;
}
/* W */
.w100 {
	margin: 0 0 20px;
}
.w50 {
	float: left;
	width: 50%;
}
.w50inside {
	padding: 0 15px;
}
.w100inside {
	padding: 0;
}
.hgreenborder {
	border-right: 1px solid #f8f9e3;
}
/* W STYLE */
.w100 h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
}
.w100 h3 {
	color: #53852A;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 20px;
}
.w100 .green {
	color: #53852A;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 20px;
}
.w100 .green a {
	color: #53852A;
	font-size: 13px;
	font-weight: bold;
}
.w100 p {
	margin: 0 0 20px;
}
.w100 ul {
	margin: 0 0 20px;
}
.w100 ol {
	margin: 0 0 20px;
}
.w100 li {
	background: url(images/bullet.png) no-repeat 0 15%;
	padding: 2px 0 2px 12px;
}

}
.w100 .catlink {
	background: url(images/catimg.png) no-repeat 0 50%;
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 4px 28px;
	text-transform: uppercase;
}
#wc {
	background: url(images/sidebarbg.png) repeat-y 0 0;
	padding: 0 0 0 230px;
}
#wcleft {
	margin: 0 0 0 -230px;
	width: 230px;
}
#wcleftinside {
	padding: 30px;
}
#wcright {
	width: 100%;
}
#wcrightinside {
	padding: 30px;
}
/* BLOG SIDEBAR */
h3.title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
}
/* BLOCK */
.block h3 {
	color: #53852A;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px;
}
.block ul {
	margin: 0 0 20px;
}
.block li {
	padding: 1px 0;
}
.block li a {
	background: url(images/bullet.png) no-repeat 0 50%;
	padding: 1px 0 1px 12px;
}
/* POST */
#postlist {
	margin: 0 0 20px;
}
.posttop {
	padding: 0 0 20px;
}
.posttop h1, .posttop h2 {
	color: #53852A;
	font-size: 13px;
	font-weight: bold;
}
.posttop h1 a, .posttop h2 a {
	color: #53852A;
}
/* POST STYLE */
.post {	
	color: #303030;
}
.post p {
	padding: 0 0 20px;
}
.post ul {
	padding: 0 0 20px;
}
.post ol {
	padding: 0 0 20px;
}
.post em {
	font-style: italic;
}
.post a {
	color: #79c042;
	font-weight: bold;
}
.post a:hover {
	color: #000;
}
/* COMMENT */
h2#comments {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}
#commentlist li {
	display: block;
	height: 100%;
	overflow: hidden;
	padding: 0 0 20px;
}
.commgravatar {
	float: left;
}
.commcontent {
	float: left;
	padding: 0 0 0 10px;
}
.comminfo {
	clear: both;
	padding: 10px 0 0;
}
h2#postcomment {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0 20px;
}
/* CONTACT FORM */
.contactwrap {
	padding: 15px 0 0;
}
/* FOOTER */
#footercopyright {
	display: inline;
	overflow: hidden;
	padding: 5px 5px 0;
}
#footerpages {
	display: inline;
	overflow: hidden;
	padding: 5px 0 0;
}
#footerpages span {
	padding: 0 1px;
}
