body {
	margin: 0px;
	padding: 0px;
	background: url("../../../images/bg_top.jpg") repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #212121;
}

.style4 {color: #AA0000;}
.style2 {color: #FFFFCC;}

#toptable {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
#toptable a {
	font-size: 12px;
	color: #197039;
}
#toptable a:link, #toptable a:visited {
	color: #0B7D3F;
}
#toptable a:active, #toptable a:hover {
	color: #AA0000;
}


h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #175500;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 880px;
	height: 110px;
	margin: 0px auto;
}


#header a {
	text-decoration: none;
	color: #000;
}

/* Logo */

#logo {
	float: left;
	padding: 30px 0 0 20px;

}

#logo h1, #logo p {
	margin: 0px;
	color: #15a54a;
}

#logo h1 {
	padding: 35px 0px 0px 0px;
	display: none;
}

/* Menu */

#menu {
	float: right;
	background: #15a54a;
	border-top: 3px #1c3909 solid;
	margin: 15px 0 0 5px;
	border-left: 1px solid #1c3909;
	border-bottom: 1px solid #1c3909;
	display: none;
}

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

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 23px;
	padding: 5px 15px 0 15px;
	border-right: 1px solid #1c3909;
}

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

#menu .first {
	background: none;
}

#menu .active a {
}

/* Page */

#page {
	width: 880px;
	margin: 0px auto;
	padding: 2px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 0 0 20px 0;
}

.post {
	margin: 0px 0px 30px 0px;
	background: #e5f3e8;
	padding: 10px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #000 solid 1px;
	color: #208520;
}

.post .title a {
	color: #232F01;
	text-decoration: none;
}

.post .entry {
}

.entry a {
	font-weight: bold;
}

.alignleft {
	float: left;
	text-align: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	text-align: right;
	margin-left: 10px;
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 20px;
}

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

#sidebar li ul {
	margin-bottom: 1.8em;
	padding-left: 15px;
	list-style: none;
}

#sidebar h2 {
	padding: 3px 22px;
	background: url("images/img01.jpg") repeat-x;
	background-position: 0% 20%;
	font-size: 1.3em;
	color: #000;

}

#sidebar a {
	text-decoration: none;
	font-weight: bold;
	color: #1f5e2f;
}

#sidebar a:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
	clear: both;
	width: 880px;
	height: 40px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	background: #66a266;
}

#footer p {
	margin: 0px;
	padding: 14px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 0.9em;
}

#footer a {
	color: #FFFFFF;
}

#comment {
	width: 550px;
	height: 100px;
}
#cmnt {
    width: 50px;
	height: 50px;
	background: url("images/cmnt.jpg") no-repeat;
	padding-top: 15px;
	text-align: center;
	display: none;
}
#cmnt a{
    font-size: 1.2em;
}
.clearfix::after{content:"";display:table;clear:both}
