/*general layout*/
body, form, div, ul, li, dl, ol, dt, dd, fieldset{
	padding:0px;
	margin:0px;
}

body {
	background:#F9F7ED;
	color : #111; 
	font-family :'Lucida Sans Unicode',Tahoma, Helvetica, Arial, sans-serif;
	line-height:1.5em;
	font-size:13px;
}

img{border:0px;}

hr {border: 1px solid #ccc;} 

/*linkcolor*/
a:link, a:visited {
	font-weight:normal;
	color : #666;
	text-decoration : none; 
}
a:hover, a:active {
	color : #fff; 
	text-decoration : none;
	border:none;
}

/*forms*/
input , textarea, select, option {
	font-family :'Lucida Sans',"宋体", 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', 
			Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
	font-size:100%;
height:1.5em;

	background : #eee;
	color : #111; 
	border: 1px solid #ccc;

}

/*classes*/
.clear { clear:both; font-size:0;}




/* layout */
#home{width:970px;padding:40px 0 0 20px;}
#sideBar{width:230px;float:right;overflow:hidden;}
#main{margin-top:10px;}
#mainContent{float:left;width:700px;background:#fdfdfd;padding:10px;}
#footer{text-align:center;}


/* blogTitle */
#blogTitle{border-bottom:1px solid #eee;padding:0px 10px 15px 10px;}
#blogLogo{display:none;}
#blogTitle h1{font-size:225%; display:inline;}
#blogTitle h2{font-size:100%; font-weight:normal; display:inline; padding-left:10px;}
#blogTitle a:link, #blogTitle a:visited { color : #006E2E;}
#blogTitle a:hover, #blogTitle a:active{ color : #fff;background : #006E2E; }

/* navigator */
#navigator{border-bottom:1px solid #eee;padding:0px 10px; height:35px; line-height:35px;}
#navList li{list-style:none; float:left; padding:0px 5px;}
#navList li img{display:none;}
.blogStats{ float:right;}

#navigator a:hover, #navigator a:active{ background : #006E2E; }


/* mainContent */
#mainContent{}
.postTitle{font-size:140%;border-bottom: 1pt solid #eee;margin: 10px 0px;padding:4px 0px;}
#mainContent .postTitle a:link,#mainContent  .postTitle a:visited { color : #006E2E;font-weight:bold;}
#mainContent .postTitle a:hover,#mainContent  .postTitle a:active{ color : #fff;font-weight:bold;background : #006E2E; }

.day{margin-top:1em;}
.dayTitle{display:none;}
.postDesc{margin: 5px 0px 10px; float:right;}

.postBody{}
.postBody a:link, .postBody a:visited { color : #36C;}
.postBody a:hover, .postBody a:active{ color:#36C;text-decoration:underline; }

#mainContent a:hover, #mainContent a:active{ color:#333; }

/* feedback */
.feedback_area_title{color : #333;margin: 10px 0px 5px;padding:10px 0px;font-size:120%;border-top: 1pt solid #eee;}
.feedbackManage{float:right;}
.feedbackCon{border-bottom:1pt solid #eee;margin:10px 0px; padding-bottom:10px; padding-left:10px;}

/* sideBar */
#sideBar h3.catListTitle{color : #006E2E;margin: 15px 0px 2px 0px;font-size:100%;border-bottom: 1pt solid #eee;}
#sideBar div ul li{border-bottom: 1pt solid #eee;list-style:none;padding: 2px 0px;}
.divRecentComment{border-bottom: 1pt solid #eee;padding: 2px 0px;}
#sideBar a:hover, #sideBar a:active{ background: #006E2E; }

/* footer */
#footer{}

/* calendar */
#calendar{margin: 15px 0px 2px 0px;border: 1pt solid #eee; text-align:center; padding:2px;}
#calendar table{width:90%;}
#calendar .CalOtherMonthDay{color:#979797;}
#calendar .CalTitle{border-bottom:solid 1px #eee; line-height:20px;}

/* hide */
.c_ad_block, .commentbox_title_left a{display:none;}