/* ------------- Structure ------------- */
body
{
	font-family: Arial, Verdana, Tahoma;
	background:#829431 url(images/body.jpg) no-repeat 0 280px;
	font-size:12px; color:#757575;
	margin:0; padding:0;
}
#wrapper
{
	margin:0;
	width:1024px;
	
}
#header
{
    height:280px;width:1024px;margin:0;
}
#header .left{ float:left;
background:url(images/header_left.jpg) no-repeat;
height:280px;width:327px;
}
#header .main{ float:left;
background:url(images/header_main.jpg) no-repeat;
height:280px;width:597px;
}
#header .right{ float:left;
background:url(images/header_right.jpg) no-repeat;
height:280px;width:100px;
}

#sidebar {
	float:left;
	width:227px;
	padding:0 75px 0 25px;
	color: #FFFFFF;
}

#content{
	float:left;
	width:597px;
	margin-top: -5px;
}
#content_main{
 width:597px;  
  background:url(images/content.jpg) repeat;
}

#post {width:577px;margin:0; padding:0px 10px;}
#footer {
	background:url(images/footer1.jpg) no-repeat;
	width:597px;
	padding-bottom:10px;
	margin-top: -5px;
}

/* -------- Header ------- */


form {margin:60px 0 0 25px; padding:0;}
form p{ margin:0; padding:0;border:0;}
input.txt {width: 255px;height:22px;background:#fff;
    margin:0; padding:5px; border:3px solid #485412; color:#485412; font-weight:bold;
}
h1 {;
	margin:0;
	padding:10px 0px 10px 10px;
	font-size:14px;
	color: #757575;
}
h1 a,h1 a:hover {text-decoration:underline; }
h2.desc {margin:0; padding:5px 0 0 56px; font-weight:bold; font-size:12px; line-height:12px; color:#555555; font-weight:bold;}

/* ------- SideBar --------- */


#sidebar ul {
list-style: none; margin:0; padding:0;
}
#sidebar ul li{
	list-style: none;
	margin:0;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#sidebar ul li h2 {
    margin:0; line-height:16px;
    font-size:16px; text-align:left;padding:40 0 0;
    color:#FFFFFF; font-weight:bold;
}

#sidebar ul ul{
    list-style: none; margin:0; padding:0px 0 0;
}

#sidebar ul ul li {
    list-style: none; margin:0 0 0 10px; padding:5px 5px 0 10px; font-weight:normal;
    background:url(images/sidebar-li.jpg) no-repeat 0 8px;
}

#sidebar a {
    margin:0;padding:0;
    text-decoration:none; color: #fff
}
#sidebar a:hover {
	color: #fbe107;
}


/* ------- Content --------- */
.post-title {background:#485411; width:557px; color:#D1D4C4;padding:10px; min-height:18px;}
.post-title h2{
  font-size:18px; text-align:left;padding:0;margin:0;
  color:#D1D4C4; font-weight:normal; float:left;background:#485411;
}
.post-title h2 a {
  color:#D1D4C4; text-decoration:none;
}
h2 a:hover {
  color:#eee; text-decoration:none;
}


.post-title small {color:#D1D4C4; background:#485411; padding:0;font-size:11px;font-weight:bold; float:right;}

.entry {
	margin:5px 0;
	width:577px;
	border-top:6px none;
	border-bottom:6px none;
	padding-top: 10px;
	border-right-style: none;
	border-left-style: none;
}

.entry p {
  margin:0; padding:0px 8px; text-align:justify; color:#757575;
}

.entry a {
	color:#829431;
	text-decoration:none;
	font-weight: bold;
}
.entry a:hover {
	color:#829431;
	font-weight: bold;
	text-decoration: underline overline;
}
.entry img a{border:0;}

.comnt p{margin:0; padding:0; font-weight:bold; font-size:12px; text-align:right;text-decoration:underline;padding-bottom:5px;}
.comnt a{font-weight:bold;}


/*  ------- Footer -------- */
#footer p{ color:#FFFFF5; font-weight:normal; font-size:11px;line-height:11px;
  padding-top:10px; margin:0; text-align:center;
}
#footer a{
  color:#FFFFF5; text-decoration:none; font-weight:bold;
}
#footer a:hover{
  color:#FFFFF5; text-decoration:underline;
}




/*  ------- Others -------- */
.clr {clear:both; display: none; }
hr {display:none;padding:0; margin:0}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;border:0;
    visibility: hidden; line-height:0;font-size:1px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;line-height:0;font-size:1px;}
/* End hide from IE-mac */
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #829431;
	text-align: left;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AA9FAA;
}
h3 {
	color: #757575;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AA9FAA;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
img {margin: 0; padding: 0; border:0;}h6 {
	font-size: 0.9em;
	color: #000000;
	font-style: italic;
}

