* {
	margin: 0;
	padding: 0;
}

body {
background: #2a3742 url(images/bg.jpg) repeat-x top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #eee;
}

a {
text-decoration: none;
color: #7CBF0F;
}
a:hover {
text-decoration: underline;
color: #A3D74F;
}

#wrap {
margin: 0 auto;
width: 990px;
}

#header {
height: 120px;
background: #2a3742 url(images/header.jpg) no-repeat;

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 35px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #A3D74F;
}
#header h2 {
font-size: 19px;
color: #e1c70e;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

/* Menu */

#menu {
height: 30px;
line-height: 30px;
background: #e1f2d0 url(images/menu01.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #00CC33;
text-decoration: none;
}

/* End Menu  */





#contentbar {
background: #e1f2d0 url(images/contentbar.jpg) no-repeat top;
height: 50px;
line-height: 50px;
margin-top: 10px;
}
.contentbarleft {
float: left;
padding-left: 20px;
font-weight: 600;
font-size: 15px;
width: 220px;
}
.contentbarright {
float: right;
padding-left: 20px;
font-weight: 600;
font-size: 15px;
text-align: left;
width: 530px;
}

#content {
padding: 0 10px;
}

/* List content index */
.listcontent {
width:130px; 
height:200px; 
float:left; 
margin-left:5px; 
margin-right:5px; 
margin-top:3px; 
/*float: right;
width: 760px;
text-align: justify;
padding-top: 10px; */
}
.listcontent h2 {
margin-bottom:3px;
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #fff url(images/contenth2_.jpg) no-repeat;
}
.listcontent h2 a {
text-decoration: none;
color: #fff;
}
.listcontent h2 a:hover {
color: #111;
}

.listcontent h3 a {
text-decoration: none;
color: #7bb346;
font-size: 12px;
}
.listcontent h3 a:hover {
color: #FFFFFF;
}
.listcontent img {border: 1px solid #FFFFFF; margin: 2px 0;}
.listcontent a img {border: 1px solid #FFFFFF;}
.listcontent a:hover img {border-color: #7bb346;}


/* List content archive */
.listarchive {
width:130px; 
height:200px; 
float:left; 
margin-left:5px; 
margin-right:5px; 
margin-top:3px; 
/*float: right;
width: 760px;
text-align: justify;
padding-top: 10px; */
}
.listarchive h2 {
margin-bottom:3px;
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #fff url(images/contenth2_.jpg) no-repeat;
}
.listarchive h2 a {
text-decoration: none;
color: #fff;
}
.listarchive h2 a:hover {
color: #111;
}

.listarchive h3 a {
text-decoration: none;
color: #7bb346;
font-size: 12px;
}
.listarchive h3 a:hover {
color: #FFFFFF;
}
.listarchive img {border: 1px solid #FFFFFF; margin: 2px 0;}
.listarchive a img {border: 1px solid #FFFFFF;}
.listarchive a:hover img {border-color: #7bb346;}


/* End list content */



.right {
float: right;
width: 750px;
text-align: justify;
padding-top: 20px;
font-size: 14px;
background: #000000;
}
.right h2 {
font-size: 18px;
font-weight: 100;
height: 30px;
line-height: 30px;
color: #00FF33;
}
.right h2 a {
text-decoration: none;
color: #00FF33;
}
.right h2 a:hover {
color: #fff;
}
.right img {border: 3px solid #FFFFFF; margin: 3px 0;}
.right a img {border: 3px solid #FFFFFF;}
.right a:hover img {border-color: #7bb346;}

.left {
float: left;
width: 200px;
padding-top: 10px;
background: #333333;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
font-size: 13px;
}
.left ul li a:hover {

}

/* post */

.post h1 { 
font-size:18px;
padding:5px; 

 }


.commentlist   {
float: left;
width:680px;
padding-top: 5px;
background: #2a3742;
}




#footer {
text-align: center;
font-size: 11px;
color: #eee;
margin-top: 40px;
border-top: 1px dotted #A2D84C;
padding-top: 10px;
padding-bottom: 10px;
}
#footer a { color: #eee; }
#footer a:hover { color: #aaa; }



