/*---------全局 begin-----------*/
body {
	color:#35383D;
	font-family:verdana,sans-serif;
	font-size:14px;
	margin:0 8px;
}

html {
	margin:0pt;
	padding:0pt;
}

form {
	margin:0px;
	padding:0px;
}

a{
	color: #004d00;
	text-decoration : none;
}


a:visited{
	color: #004d00;
	text-decoration : none;
}
a:hover{
	color:blue;
	text-decoration : underline;
}
/* 编辑文本框，输入文章内容 */
textarea {
	width:80%;
	height : 350px;
}


div#outer {
	height:auto !important;
	margin:0 auto;
	max-width:1160px;
	min-height:100%;
	padding:0;
	position:relative;
}

/*---------全局 end-----------*/

/*---------上部 begin-----------*/
div#logo {
	/*
	background-image : url('http://www.blogjava.net/Skins/Valentine/images/bg_footer.jpg');
	background-color : #ccf;
		 */
	padding-top:10px;
	padding-left:20px;
	height : 50px;
}
div#blogtitle {
	display:inline;
	position:relative;

	color:blue;
	float : left;
	height: 100%;
	
}
span#title {
	font-weight: bold;
	font-size:20px;
	color: black;
}
span#title a{
	color: black;
}
span#description {
	color: black;
}
div#search {
	/*margin:0px 0 0 170px;*/
	float : right;
}
/* 导航条 */

div#header {
	background-color:#E5ECF9;
	border-top:1px solid #3366CC;
	margin:0;
	padding:1px 0;
	width:100%;
	height : 20px;
}

div.tabbar {
	font-family:"Georgia",Arial,Helvetica,sans-serif;
	padding-left:20px;
	float : left;
}

ul.tabul {
	list-style-type : none;
	list-style : none outside none;
	margin : 0;
	padding : 0;
}
ul.tabul li {
	float : left;
	margin : 2px 20px 0 0;
}
ul.tabul li a {
	color : #566D5E;
	text-decoration : none;
}

ul.tabul li a.focustab{
	color : #219A44;
	font-weight : bold;
}

div#toolbar {
	font-family:"Georgia",Arial,Helvetica,sans-serif;
	text-align : right;
	padding-right:20px;
	float : right;
}

/*---------上部 end-----------*/

/*---------左侧 文章列表 begin-----------*/

/*左侧主区域*/
div#main {
	float : left;
	width : 76%;
	margin-left : 10px;
	margin-top : 10px;
	padding-right : 2px;
}
div#main_nosidebar {
	width : 100%;
}
div.post {
	margin-bottom:10px;
	padding : 2px 10px 2px 2px;
}
/* 文章起头信息 */
div.date{
	border:1px outset #AEAEAE;
	float:left;
	font-family:Constantia,Georgia,serif;
	line-height:150%;
	margin-right:8px;
	padding:3px;
	text-align:center;
}
div.date span {
	display:block;
	margin:0; 
	padding:0;
}
span.styled_day {
	color:#8FBF60;
	font-size:35px;
}
.styled_month {
	font-size:14px;
	font-variant:small-caps;
	letter-spacing:2px;
}
div.postinfo {
	border-top:1px solid #CCCCCC;
	margin-bottom:10px;
	font-size: 12px;
	margin-left: 50px;
}

/*文章内容*/
div.content{
	clear:both;
}

/*文章标题*/
h1.title {
	font-family:Georgia,Times,serif;
	font-size:25px;
	font-weight:bold;
	line-height:120%;
	margin: 0 0 0 50px;
	padding: 0 0 0 0;
}
h1.title a{
	color: #333333;
}
h1.title a:HOVER{
	color: blue;
}

/* 翻页  */
div.page_panel {
	font-size : 12px;
	margin-top: 10px;
	margin-bottom: 8px;
}
div.page_panel span{
	/*margin : 0 20px 0 20px;
	padding : 2px;*/
	/*background-color:#C8DCF0;*/
	border:1px solid #2299CC;
	padding:3px;
}
div.page_panel a {
	text-decoration : none;
	color : blue;
}

/*---------左侧 文章列表 end-----------*/


/*---------右侧Widgets begin-----------*/

/*右侧侧边栏*/
div#sidebar {
	float : right;
	width : 20%;
	margin-top : 10px;
	margin-right:10px;
	margin-left:10px;
}
/*右侧Widgets条目的分割线*/
div.item{color:#333333;font-size:12px}
div.line{margin-top:2px;line-height:2px;border-top:1px solid #D2E9F4}

div.block {
	width : 100%;
	/*TODO*/
	margin-bottom : 10px;
	font-size : 12px;
}

div.block a {
	color:#004d00;
	text-decoration : none;
}
div.block a:visited {
	color:#004d00;
	text-decoration : none;
}
div.block a:hover {
	color: blue;
	text-decoration : underline;
}

div.block .header {
	font-weight : bold;
	color:#333333;
	border-bottom : 1px solid #999;
	font-size : 16px;
	padding-top : 2px;
	padding-left : 5px;
	cursor : pointer;
}
div.block .item {
	padding-left : 5px;
}


/*---------右侧Widgets end-----------*/


/*---------下部页脚 begin-----------*/

div.footer {
	clear : both;
	text-align : left;
	font-size : 12px;
	padding-top : 5px;
	padding-bottom:15px;
}
div.footer a {
	color:#004d00;
	text-decoration : none;
}
div.footer a:visited {
	color:#004d00;
	text-decoration : none;
}
div.footer a:hover {
	color: blue;
	text-decoration : underline;
}
/*---------下部页脚 end-----------*/

/*--------首页begin-------------*/

div.box{
	float:left;
	padding: 10px;
	width: 48%;
}
div.box .header {
	font-weight : bold;
	color:#16387C;
	background-color : #D9E7F0;
	font-size : 16px;
	padding-top : 2px;
	padding-left : 5px;
}
div.box .item a:hover{
	text-decoration: underline;
}
div.box .item {
	padding-left : 5px;
	font-size:14px;
}
div.box .des{
	padding-left : 5px;
	font-size:12px;
	color:#7F7F7F;
	height: 20px;
}
div.box .des a{
	color:#7F7F7F;
}
div.box .des a:hover{
	color:#7F7F7F;
	text-decoration: underline;
}
/*--------首页end---------------*/

/*---------其他 begin-----------*/
div.comment {
	border:1px solid #DCDDDD;
	margin : 10px 20px 0 0px;
}
div.quote {
	border:1px solid #DCDDDD;
	background-color : #EBEDF2;
	margin : 5px;
	padding: 3px 1px 3px 1px;
}
div.commenttitle {
	font-size:12px;
	border-bottom : 1px dotted #B9ECAE;
	background-color: #F1F4F7;
	padding: 3px 1px 3px 1px;
}

div.commenbody {
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	padding-left:1px;
	color:#000000;
}

div.description{
	padding : 1px;
	background:#EEFBEC;
	border-bottom : 1px dotted #B9ECAE;
}
div.description a{
	color:blue;
}
div.description a:hover{
	color:blue;
	text-decoration : underline;
}

div.errmsg {
	border: 1px solid #DD7870;
	color: red;
	display:inline;
}

/*---------其他 end-----------*/
