
/* ------------- Structure ------------- */
body
{
	font-family: Arial, Verdana, Tahoma;
	background:#829431 url('images/body-bg.jpg') no-repeat 0 184px;
	font-size:12px; color:#757575;
	margin:0; padding:0
}
#wrapper
{
	margin:0;
	width:1024px; 

	
}
#header
{
    height:184px;width:1024px; background:#485412;margin:0;
}
#header .left{ float:left;
background:url('imagesces/header-left.jpg') no-repeat;
height:184px;width:329px
}
#header .main{ float:left;
background:url('imagesces/header.jpg') no-repeat;
height:184px;width:593px
}
#header .right{ float:left;
background:url('imagesces/header-right.jpg') no-repeat;
height:184px;width:102px
}

#sidebar {
  float:left; width:277px; padding:0 25px;
}

#content{
  float:left; width:597px;
}
#content_main{
 width:597px;  
  background:url('imagesces/content_bg.jpg');
}

#post {width:577px;margin:0; padding:10px;}
#footer {
	background:url('imagesces/footer.gif') no-repeat;
	width:597px;padding-bottom:10px
}

/* -------- Header ------- */


form {margin:60px 0 0 25px; padding:0;}
form p{ margin:0; padding:0;border:0px none;}
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:20px 0 0 56px; font-weight:normal; font-size:36px; line-height:36px;}
h1 a, h1 a:hover {color:#485412; text-decoration:none; }
h2.desc {margin:0; padding:5px 0 0 56px; font-weight:normal; font-size:15px; line-height:15px; color:#1D1C16; font-weight:bold;}

/* ------- SideBar --------- */


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

#sidebar ul li h2 {
    margin:0; line-height:14px;
    font-size:14px; text-align:left;padding:0;
    color:#FBE107; font-weight:bold;
}
#sidebar ul ul{
    list-style: none; margin:0; padding:10px 0 0 0;
}

#sidebar ul ul li {
    font-weight:normal;
    background:url('imagesces/sidebar-li.jpg') no-repeat 0 8px;; list-style-type:none; margin-left:20px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:15px; padding-right:5px; padding-top:5px; padding-bottom:0
}

#sidebar a {
    margin:0;padding:0;
    text-decoration:none; color: #fff
}
#sidebar a:hover {
    text-decoration:underline;
}


/* ------- Content --------- */
.post-title {background:#485411; width:557px; color:#D1D4C4;padding:10px; min-height:20px;}
.post-title h2{
  font-size:20px; 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 #9D9C9C solid;
  border-bottom:6px #9D9C9C solid;
}

.entry p {
  margin:0; padding:5px 10px; text-align:justify; color:#757575;
}

.entry a { color:#626262; text-decoration:none;}
.entry a:hover { color:#373737; text-decoration:underline;}
.entry img a{border:0px none;}

.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;text-decoration:underline;}


/*  ------- 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:0px none;
    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 */