html,body{ background:#FFF38A; font-size:12px;}
#header {
	background: transparent url(banner.jpg) no-repeat;
	height:308px;
	margin:auto;
	width:1023px;
}
#page_footer {width:1023px;margin:auto;background: url(banner.jpg) no-repeat;height:200px;}
#toolbar{width:1023px;}
#toolbar a{text-decoration:none;color:#00F;}
#blog_name {padding:40px;font-size:36px;font-weight:bold;color:#963; }
#container {margin:auto;margin-top:-90px;width:950px;}

/* new Widget Style */
.widgetTable { width:100%;} /* 整个表格样式 */
.widgetHead { height:26px;} /* 表格头部样式  */
.widgetEdit {background-color:#fee75d;} /* 编辑区域样式，默认不可见  */
.widgetContent { background-color:#fee75d;padding:6px 0;} /* 内容区域样式 */
.widgetFoot {} /* 尾部样式 */

/* 头部的左中右3列 */
.h_lt {background:url(h_lt.jpg) no-repeat;width:32px;height:26px;}
.h_mt {background:url(h_mt.jpg) repeat-x;}
.h_rt {background:url(h_rt.jpg) no-repeat;width:14px;height:26px;}

/* 编辑区域左中右3列 */
.e_lt {background:url(c_lt.jpg);}
.e_mt {}
.e_rt {background:url(c_rt.jpg) right;}

/* 内容部分左中右3列 */
.c_lt {background:url(c_lt.jpg);}
.c_mt { }
.c_rt {background:url(c_rt.jpg) right;}

/* 表尾左中右3列 */
.f_lt {background:url(f_lt.jpg) no-repeat;height:18px;}
.f_mt {background:url(f_mt.jpg);}
.f_rt {background:url(f_rt.jpg);}

.widgetWindow {	margin-bottom:6px;} /* 每个块之间的间隔大小 */

.widgetFrame {}
.widgetHeader{padding:2px 0 0 0;}

.showWidget {
	background:url('ico_showMod.gif') no-repeat;
	width:20px;
	height:16px;
	float:left;
	display:none;
	cursor:pointer;
}
.hideWidget {
	background:url('ico_hideMod.gif') no-repeat;
	width:20px;	
	height:16px;
	float:left;
	display:none;
	cursor:pointer;
}

.close {
	background:url('ico_cls.gif') no-repeat;
	width:20px;
	height:16px;
	float:right;
	display:none;
	cursor:pointer;
}

.edit {
	float:right;
	display:none;
	cursor:pointer;
}

.options {
	float:left;
	display:none;
	cursor:pointer;
}

.refresh {
	float:right;
	background:url('ico_rfs.gif') no-repeat;
	width:20px;
	height:16px;
	display:none;
	cursor:pointer;
}
.mod_icon{margin-top:-2px;padding:0 2px;}
.ico {float:left;padding:2px 0 0 0;}
.title {font-weight:bold;padding:2px 0 0 0;}

a.icoBlog { padding-left:20px;background:url('ico_profile.gif') no-repeat left center; }
a.icoProfile { padding-left:20px;background:url('ico_profile.gif') no-repeat left center; }
a.icoFriend { padding-left:20px;background:url('ico_addLink.gif') no-repeat left center; }
a.icoMessage { padding-left:20px;background:url('ico_writeMessage.gif') no-repeat left center; }

/* 表格 */
.list_table {  }
.list_table thead { font-weight:bold; }
.list_table thead td { border-bottom:2px solid #369;padding-bottom:2px;}
.list_table tbody td { border-bottom:1px solid #09f;padding-bottom:2px;}

/* 通用行列模式样式 */
.wrapGridFrame{	padding-top:}
.wrapGridItem{margin-bottom:6px;border:1px solid #300;}
.wrapGridItemHeader {padding:4px;}
.wrapGridBody {	padding:4px;}
.floatRight {float:right;}
.floatLeft {float:left;}
.fontBold{font-weight:bold;}
.padding2px{padding:2px;}

/* article comment */
.commentTable {width:100%;background:pink; margin:0 0 6px 0;}
.commentLeft{ width:60px; background:#FFF; text-align:center; vertical-align:top; } 
.commentLeft img{ width:64px;height:64px;border:0px; }
.commentRight{background:#FFF;width:100%;padding:6px;}
.commentHeader{ width:100%; border-bottom:1px solid #DDE; padding-bottom:4px;}
.commentContent { padding:6px; }
.commentTitle { font-weight:bold; }

/* 文章样式 */
.article_title {
	padding:6px 0 6px 0;
	font-weight:bold;
	color:#000;
	font-size:2.0em;
	border-bottom:1px solid #000;
}
.article_content,.articleContent {
	color:#000;
	font-size:11.5pt;
	padding:6px;
	overflow:hidden;
}
.article_footer{font-size:12px;}
.article_tags {padding:4px 0;}

.todo { color:red;font-weight:bold; }
