/*--------------------------全--局-------------------------------*/
* {
	margin:0;
	padding:0;
}
body{
	text-align:center;
	font-size:12px; 
	font-family:12px Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bolder;
	font-family:Arial;
}
ul{
	list-style-type:none;
	list-style-position:outside;
	word-break:break-all;
}
li{
	list-style-type:none;
}

img {
	border:none;
}
a{
	text-decoration: none;
	color:#027EE7;
	outline: none;
}
a:hover{
	text-decoration:underline;
	color:#FF8840;
}
p{
	word-break:break-all;
}
input.textfield, textarea {
	background:#fff url("img/textfield.gif") top left repeat-x;
	border:1px solid #A6A6A6;
	padding:2px 1px;
}



/*---------------------------各模块设定-------------------------------*/
#divAll{
	width:940px;
	margin:0 auto;
	text-align:center;
}
#divPage{
	width:940px;
	margin:0 auto;
	text-align:left;
}
#divMiddle{
	width:940px;
	text-align:center;
}
#divTop{
	clear:both;
	float:left;
	width:910px;
	height:95px;
	padding:10px 10px 10px 20px;
	background:url("img/header_bg.jpg") no-repeat;
    overflow: hidden; 
}
#navigation {
	clear:both;
	width:940px;
	height:42px;
	background:url("img/menu-bg.jpg") no-repeat; 
    overflow: hidden; 	
}
#divContent {
	clear:both;
	width:940px;
	padding:16px 0; 
	background:url("img/container_bg.gif") left top repeat-y; 
    overflow:hidden; 
}
#divBottom{
	width:940px;
	padding-top:20px;
	text-align:left;
	color:#333333;
}


/*---------------------------blog标题-----------------------------*/
#divTop h1#BlogTitle{
	float:left;
	width:370px;
	height:95px;
	line-height:95px;
	background:transparent url("img/logo.gif") left top no-repeat;
	font-size:300%;
	font-family:"Microsoft YaHei", arial, helvetica, sans-serif;
	text-align: right;
}
#divTop h2#BlogSubTitle {
	float:right;
	width:500px;
	height:15px;
	margin-top: 80px;
	font-size:100%;
    font-weight:normal;
	text-align: right;
}
#divTop a{
	color:#027EE7;
}
#divTop a:hover {
	color:#FF8840;
	text-decoration:none;
}



/*-----------------------------导航菜单-----------------------------*/
#navigation #menus li {
	display:inline;
	list-style:none;
}
#navigation #menus li a {
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	margin-left:-10px;
	padding:0 20px;
	text-decoration:none;
	font-size:100%;
	color:#382E1F;
	background:transparent url("img/menu.gif") no-repeat;
	z-index:1;
}
#navigation #menus li a:hover {
	background-position:0 -31px;
}
#navigation #menus li.current_page_item a, #menus li.current-cat a {
	background-position:0 -62px;
}
#navigation #menus li a.home {
	width:45px;
	margin-left:0;
	padding:0;
	background-position:0 -93px;
	text-indent:-999em;
}
#navigation #menus li a.home:hover {
	background-position:0 -124px;
}
#navigation #menus li.current_page_item a.home {
	background-position:0 -155px;
}
#navigation #menus li a.lastmenu:hover {
	background-position:0 0;
}
#navigation #searchbox {
	width:240px;
	height:23px;	
	float:right;
	padding:4px 10px;
	background: #BFE1FD;
    overflow: hidden; 
}
#navigation #searchbox .textfield {
	float:left;
	width:170px;
	line-height:16px;
}
#navigation #searchbox .switcher {
	display:block;
	float:right;
	width:18px;
	height:16px;
	line-height:16px;
	margin-right:14px;
	margin-top:3px;
	padding:0 2px;
	border: none;	
	background:url("img/icons.gif") 0 0 no-repeat;
	text-indent:-999em;
}
#navigation #searchbox .feed {
	display:block;
	float:right;
	width:18px;
	height:16px;
	line-height:16px;
	margin-top:3px;
	padding:0 2px;
	border: none;	
	background:url("img/icons.gif") 0 -256px no-repeat;
	text-indent:-999em;
}
#navigation #searchbox a:hover {
	background:url("img/icons.gif") 0 -336px no-repeat;
}

/*---------------------------主体定义--------------------------*/
#divMain{
	clear:left;
	float:left;
	width:650px;
	padding-right:30px;
	text-align:left;
    overflow: hidden;
}
#divSidebar{
	clear:right;
	float:left;
	width:240px;
	padding-left:20px;
    overflow: hidden;
}


/*---------------------------底部版权-----------------------------*/
#divBottom #gotop {
	display:block;
	clear:both;
	float:right;
	width:137px;
	height:47px;
	background:url("img/footfly.gif") left top no-repeat;
		text-indent:-999em;
}
#divBottom #copyinfo {
	clear: both;
	height:54px;
	margin-top:6px;
	padding:10px;
	border-top:6px solid #E9F7F6;
}
#divBottom #copyinfo h3{
	clear:both;
	height:20px;
	line-height:20px;
	font-size:100%;
	font-weight:normal;
	font-family:Georgia,serif;
	text-align:left;
}
#divBottom a{
	color:#3B6581;
}
#divBottom a:hover{
	color:#FF8840;
	text-decoration:underline;
}


/*--------------------------页码条-------------------------------*/
div.pagebar{
	clear:both;
	width:650px;
    overflow:hidden;
}
div.pagebar a, .now-page{
	display:block;
	float:left;
	width:20px;
	height:20px;
	line-height: 20px;	
	margin-left: 4px;
	padding: 2px;
	text-align: center;
	border: 1px solid #BFE3EB;
	text-decoration: none;
	color:#027EE7;
}
div.pagebar .now-page{
	background:#E4F3FF;
	font-weight:bolder;
	color:#FF8840;
}
div.pagebar a:hover{ 
	background:#E4F3FF;
	font-weight:bolder;
	color:#FF8840;
}


/*------------------------------侧栏定义---------------------------*/
div.function {
	float:left;
	width:240px;
	margin-bottom:30px;
	text-align:left;
    overflow: hidden;	
}
div.function h3{
	width:220px;
    height:30px;
    line-height:30px;
	border-bottom:1px solid #D4D0C8;
	font-size:100%;
	color:#555;
    overflow: hidden;	
}
div.function ul{
	display:block;
	width:220px;
	text-align:left;
	margin-top:10px;
    overflow: hidden;
}
div.function ul li{
	clear:both;
	width:220px;
	height:16px;
	line-height:16px;
	margin:5px 0;
	padding-left:14px;	
	letter-spacing:0.06em;
    overflow:hidden;
}
div.function a {
	color: #555;
}
div.function a:hover {
    background:#F5FEFF;
	text-decoration:underline;
	color:#027EE7;
}
div.function .article-date {
    display: none;
}


/*------------------------------侧栏栏目定义---------------------------*/
#divCatalog li{
	background:url("img/categories_yellow.gif") 0 2px no-repeat;
}
#divSearch table{
	width:220px;
	height: 30px;
	border-collapse:collapse;
}
#divSearch table tr .td1{
	width:120px;
	height: 30px;
	line-height: 30px;
}
#divSearch table tr .td2{
	width:100px;
	height: 30px;
	line-height: 30px;
}
#divSearch #sbi{
	width:100px;
	height:16px;
	line-height:16px;
	margin-right:2px;
}
#divSearch #sbb{
	float:left;
	width:46px;
	height:19px;
	border:none;
	background:url("img/searchbutton.gif") left top no-repeat;
	text-indent:-999em;
}
#divComments li{
	background:url("img/feeds_yellow.gif") 0 2px no-repeat;
}
#divPrevious li{ 
	background:url("img/feeds_yellow.gif") 0 2px no-repeat;
}
#divFavorites li{
	background:url("img/feeds_yellow.gif") 0 2px no-repeat;
}
#divLinkage li{
	background:url("img/links_yellow.gif") 0 2px no-repeat;
}
#divStatistics li{
	padding-left:18px;
	background:url("img/media.gif") left top no-repeat;
}
#divMisc li{
	float:left;
	display:block;
	height:auto;
	line-height:normal;
	padding-left:0;
}
#divMisc li a img {
	display:block;
}
#divMisc li a:hover {
    background:transparent;
	text-decoration:none;
}
#divMisc li iframe {
    border:1px solid #43834F;
}

.repairie { /* 修复IE6捉迷藏BUG */
	clear:both;
	width:220px;
	height:1px;
}



/*------------------------------文章摘要正文---------------------------*/
#divMain .post{
	width:650px;
	padding-bottom:20px;
	text-align:left;
    overflow:hidden;
}
div.post .post-date{
	clear:both;
	width:630px;
	height:16px;
	line-height:16px;
	padding-left:20px;
	background:url("img/icons.gif") 0 -48px no-repeat;
	font-size:90%;
	color:#999;
}
div.post .post-title{
	clear:both;
	width:650px;
	height:36px;
	line-height:36px;	
	padding-bottom:10px;
	font-size:160%;
	color:#027EE7;
    overflow:hidden;
}
div.post .post-title a{
	color:#027EE7;
}
div.post .post-title a:hover{
	color:#FF6600;
	text-decoration:underline;
}
div.post .post-tags{ 
	clear:both;
	width:650px;
	height:22px;
	margin-top:20px;
	padding:0;
	font-size:100%;
	color:#999;
	overflow:hidden;
}
div.post .post-tags a{
	color:#027EE7;
}
div.post .post-tags a:hover{
	color:#FF6600;
	text-decoration:underline;	
}
div.post .post-tags h5{
	float:left;
	height:22px;
	line-height:22px;
}
div.post .post-tags h5 span a{
	color:#FF6600;
	font-weight:normal;
}
div.post .post-tags h5 span a:hover{
	color:#027EE7;
}
div.post .post-footer{
	clear:both;
	width:640px;
	height:18px;
	line-height:18px;	
	margin-top:10px;
	padding:2px 5px;
	border:1px solid #F3F4F4;
	border-width:1px 0;	
	background:#F5FEFF;	
	text-align:right;
	font-size:100%;
	color:#AAA;
}
div.post .post-footer a{
	color:#AAA;
}
div.post .post-footer a:hover{
	color:#FF8840;
}
div.post-body img.thumb { /* 摘要图文混排*/
    display:block;
    clear:none;
    width:120px;
    height:90px;
    float:left;
    margin-right:10px;
    padding:2px;
    border:2px solid #E0E0E0;
    backgroun:#F3F3F3;
    overflow:hidden;
}



/*------------------------------文章内容---------------------------*/
div.post div.post-body{
	width:650px;
	text-align:left;	
	font-size:100%;
	color:#5B5B5B;	
	word-break:break-all;
    overflow:hidden;
}
div.post-body p{
	margin-bottom:10px;
	line-height:180%;
	font-size:110%;
	table-layout: fixed;
	word-wrap: break-word;
}
div.post-body p img{
	padding:4px;
	border:1px solid #D4D0C8;
	vertical-align:middle;
}
div.post div.post-body a {
	color:#027EE7;
	text-decoration:underline;
}
div.post div.post-body a:hover {
	color:#E2B80E;
}
div.post div.post-body table{ /* 表格 */
	clear:both;
	margin:0 2px;
	border-collapse:collapse;
	border:1px solid #DADADA;
}
div.post div.post-body table td{
	padding:8px 10px;
	border:1px solid #DADADA;
	font-size:100%;
	color:#43A841;
	table-layout: fixed;        /* 防止撑开IE表格 */
	word-wrap: break-word;         /* 强制换行 */
	word-break: break-all;        /* 按字母折分 */
	overflow: hidden;        /* Firefox 超长隐藏 */
}
div.post div.post-body blockquote{ /* 引用 */
	margin-bottom:10px;
	padding:10px;
	padding-left:40px;
	background:#F4F5F7 url("img/blockquote.gif") left top no-repeat;		
	color:#777;
}
div.post div.post-body h3, div.post div.post-body h4, div.post div.post-body h5, div.post div.post-body h6 {
	font-size:120%;
	font-weight:bolder;
	font-family:Arial;
}
div.post div.post-body ul {
          margin:10px 0;
}
div.post div.post-body ul li {
	line-height:180%;
	font-size:110%;
}


/*--------------------------引用评论---------------------------------*/
ul.msg, div.msg{
	display:block;
	clear:both;
	width:648px;
	margin-bottom:10px;
	text-align:left;
	border:1px solid #C3DCF1;
	background:#E4F3FF;
          overflow:hidden;	
}
ul.msg li{
	display:block;
	margin:0;
	padding:0;
}
ul.msglinks li{
	padding:8px 0 6px 8px;
}
ul.msglinks li a{ 
	color:#000;
	text-decoration:underline;
}
ul.msglinks li span{ 
	display:block;
	float:left;
	padding:2px 14px 6px 6px;
	font-weight:bolder;
}
ul.msglinks li img{
	padding-right:4px;
}
ul.mutuality li.msgname{
	height:26px;
	line-height:26px;
	padding-left:12px;
	border-bottom:1px solid #C3DCF1;
	font-weight:bold;
}
ul.mutuality li.msgarticle{
	padding:10px 12px;
}
ul.mutuality li.msgarticle p{ 
	margin-bottom:6px;
	font-size:110%;
	color:#aaa;
}
ul.mutuality li.msgarticle p a{
	margin-right:20px;
}
ul.msgcomment li.msgname{
	height:20px;
	padding:8px 0 0 12px;
}
ul.msgcomment li.msgurl{
	height:24px;
	line-height:24px;
	padding-right:12px;
	text-align:right;
	background:#C3DCF1;	
}
ul.msgcomment li.msgarticle{
	line-height:150%;
	padding:12px;
	text-align:left;
	font-size:110%;
	color:#555;
	vertical-align:middle;
	table-layout: fixed;        
	word-wrap: break-word;         
}
ul.msgcomment li.msgarticle img{
	vertical-align:middle;
}
ul.msgcomment li.msgtime{
	height:24px;
	line-height:24px;
	padding-right:12px;
	text-align:right;
	color:#999;
}
ul.msgcomment li.msgtime a{
	margin-left:10px;
	padding-left:20px;
	background:url("img/icons.gif") left -114px no-repeat;	
}
div.quote{
	margin:20px 20px 20px 200px;
	color:#67A6E8;
}
div.quote-title{
	margin-bottom:8px;
	border-bottom:1px dotted #67A6E8;
	font-weight:bolder;
	color:#67A6E8;
}


/*------------------------评论框区 -------------------------------------*/
#divCommentPost form{
	padding:10px;
	background:#E4F3FF;
}
#divCommentPost p.posttop{
	margin:10px 0;
	padding:0 0 2px 20px;
	border-bottom:1px solid #BABABA;
	background:url("img/icons.gif") left -96px no-repeat;
	font-weight:bolder;
}
#divCommentPost p.postbottom{
	margin:10px 0;
	padding:10px 0 0 10px;
	border-top:1px solid #BABABA;
	color:#A8A8A8;
}
#divCommentPost #frmSumbit p{
	padding:5px 0;
}
#divCommentPost #frmSumbit p input{
	height:20px;
	line-height:20px;
	padding:2px;
	border:1px solid #C3DCF1;
}
#divCommentPost #frmSumbit p label{
	color:#555;
}
#divCommentPost #frmSumbit p #inpEmail{	
	display:none;
}
#divCommentPost #frmSumbit p textarea{	
	height:120px;
	padding:2px;
	border:1px solid #C3DCF1;
	background:#fff;
	background-img:none;
}
#divCommentPost #frmSumbit p a#btnSumbit{
	display:block;
	clear:left;
    float:left;
	width:182px;
	height:24px;
    margin-right:10px;
	background:url(img/SubmitComment.png) left 0 no-repeat;
	text-indent:-999em;
}
#divCommentPost #frmSumbit p a#btnSumbit:hover{
	background:url(img/SubmitComment.png) left -24px no-repeat;
}

#divCommentPost #frmSumbit p #chkRemember{
    padding:0;
    border:none; 
    vertical-align: middle;
}
#divCommentPost #frmSumbit p #forRemember{
}


/*---------------------------搜索结果页--------------------------*/
#divMain #lookup{
	width:628px;
	margin-bottom:20px;
	padding:10px;
	border:1px solid #82B6EA;
	background:#E4EEFA;
	font-size:140%;
	color:#333;
}
#lookup span{
	color:#FF6347;
	font-weight:bolder;
}

#lookup table{
	width:220px;
	height: 30px;
	border-collapse:collapse;
}
#lookup table tr .td1{
	width:120px;
	height: 30px;
	line-height: 30px;
}
#lookup table tr .td2{
	width:100px;
	height: 30px;
	line-height: 30px;
}
#lookup #sbi{
	width:180px;
	height:16px;
	line-height:16px;
	margin-right:10px;
}
#lookup #sbb{
	float:left;
	width:46px;
	height:19px;
	border:none;
	background:url("img/searchbutton.gif") left top no-repeat;
	text-indent:-999em;
}


/*--------------------- 首页文章置顶 ---------------------------*/

#arttop h2{
	color:#FF5614;
}










/*---------------------------文章内容--------------------------*/
div.post-body p.inscript{
	margin:0;
	padding:0;
	padding-right:20px;
	text-align:right;
}

div.post-body .t_table{		/* 正文表格 */
	border:1px double #D3D3D3;
	color:#43A841;
	width:98%;
}

div.post-body .t_table td{	/* 正文表格 */
	border:1px double #D3D3D3;
	padding:4px 6px 4px 10px;
}

div.post-body .t_table caption{	/* 正文表格 */
	font-weight:bold;
}

#t1_table a{	/* 正文表格-1 */
	border:0;
	color:#43A841;
	text-decoration:none;
	background-color:transparent;
}

#t1_table a:hover {
	color:#003366;
	border:1px #003366;
}

div.post-body #t1_table{		
	border:1px double #D3D3D3;
	color:#43A841;
	width:90%;
}

div.post-body #t1_table td{	
	border:1px double #D3D3D3;
	padding:4px 0 4px 10px;
}

div.post-body #t1_table caption{	/* 正文表格-1 */	
	font-weight:bold;
}			



/*----------文章中引用code------*/

div.post-body p.code{
	margin:0 0 15px 0;
	width:630px;
	background-color:#FFFFFF;
	padding:4px 4px 4px 4px;
	border-left:1px dashed #A1CE30;
	border-right:1px dashed #A1CE30;
	border-top:1px dashed #A1CE30;
	border-bottom:1px dashed #A1CE30;
}

div.post-body div.code{		/* 源码示例 */
	margin:20px;
	padding:10px;
	background-color:#F6FCF0;
	border:1px solid #EEEEEE;
	border-left:8px; 
	color:#58516C;
}

div.post-body div.cite{		/* 原文引用 */
	margin:10px 6px 10px 6px;
	padding:10px;
	background-color:#F9F9F9;
	border:1px solid #EEEEEE;
	color:#5B5B5B;
}
