@charset "utf-8";
/* CSS Document */

body{margin:0; padding:0; background:url(../images/bg.jpg) repeat-x #ebe8d9;}
img{border:0;}
.clear{clear:both}
/*wrapper and container*/
#wrapper{
	width:1100px;
	margin:0 auto;
}

#container{
	margin:0 auto;
	width:1030px;
	height:auto;
	background:url(../images/bg.jpg) repeat-x;
}

/*left contentbox*/
#ltcontent{
	float:left;
	width:360px;
}

/*right contentbox*/
#rtcontent{
	float:right;
	width:660px;
}


.publish{
	margin-top:46px;
	font:14px Tahoma, Geneva, sans-serif;
	color:#5c3315;
	text-transform:uppercase;
}

.head{
	font:58px Verdana, Geneva, sans-serif;
	color:#FFF;
	margin-top: 10px;
}

.tagln{
	margin-top:30px;
	font:12px Tahoma, Geneva, sans-serif;
	color:#5c3315;
	text-transform:uppercase;
	line-height:23px;
}

.italics{
	font-style: italic;	
	text-transform:none;
}

/*menulinks*/
#menulinks ul{
	list-style:none;
	margin-top:15px;
	height:40px;
	float:left;
	width:570px;
	margin-left:0px;
}

#menulinks li{
	display:inline;	
	float:left;
	/*width:87px;*/
	padding-right:10px;
	padding-left:10px;
	margin-right:60px;
	text-align:center;
	background-color:#FFF;
	margin-left:-40px;
	text-transform:uppercase;
}



#menulinks a{
	display:block;
	font:18px Tahoma, Geneva, sans-serif;
	color:#5c3315;
	text-decoration:none;
	line-height:30px;
}

#menulinks a:hover{
	display:block;
	background-color:#fff;
	text-decoration:none;
	line-height:30px;
	border-bottom: 5px solid #689e18;
	color:#5c3315;
}

.clear{clear:both;}

/*right content details*/
.document{
	height:450px;
	background-color:#fff;
	width: 655px;
}

.dochead{

	background-color:#689e18;
	height:45px;
	font:24px Tahoma, Geneva, sans-serif;
	color:#FFF;
	width: 385px;
	margin-left:-10px;

}

.dochead span{
	margin-left: 20px;	
}

.dhead{
	line-height:45px;	
}

.post{
	color:#656565;
	font:12px Tahoma, Geneva, sans-serif;
	line-height: 30px;
	margin-left: 15px;
}

.dcontent{
	font:16px Tahoma, Geneva, sans-serif;
	color:#1f1e1e;
	margin-top:20px;
	line-height:23px;
	margin-left: 15px;
	letter-spacing:1px;
}
.dcontent p{
   line-height:1.7;
}




#about{
	width:310px;
	background-color:#d5d1bf;
	margin-left:24px;
	margin-top: 15px;
	height:220px;
}

#mostpop{
	width:310px;
	background-color:#d5d1bf;
	margin-left:24px;
	margin-top: 15px;
	height:240px;
}

/*footer*/
#footer{
	border-top:1px dashed #b7b4a3;
	margin-top: 70px;
	background-color:#ebe8d9;
	height:95px;
	margin-left:25px;
	margin-right:45px;
}

.copy{
	margin-left:14px;	
	float:left;
	font:12px Tahoma, Geneva, sans-serif;
	color:#6b664f;
	line-height:50px;
}

.flinks{
	float:right;
	line-height:50px;
	width: 600px;
	text-align:right;
}

.flinks a,a:link{
	font:12px Tahoma, Geneva, sans-serif;
	color:#6b664f;
	text-decoration:none;
}

.flinks a:hover{
	font:12px Tahoma, Geneva, sans-serif;
	color:#6b664f;
	text-decoration:underline;
}

.separator{
	color:#6b664f;
}

.textbox{
	width:190px; border:none; padding:2px; color:#444;	
}

.form { 
  margin: 8px 0 0 0;
}
.form input { 
  padding: 2px; 
  width: 200px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
.form input[type="Submit"] { 
  font: 13px arial, sans-serif; 
  border: 0; 
  width: 90px;
  height: 25px;
  padding: 0 0 3px 0;
  cursor: pointer; 
  background: #6EA31F; 
  color: #FFF;
  text-shadow: 1px 1px #0BA0E5;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}