@CHARSET "UTF-8";

#headbar{
font-weight:bold;
font-size:32px;
color:#000;
background-color:#000;
border:10px solid #000;
}
#main_nav{
float:right;
}
#main_nav img{
margin:10px 0 0 10px;
}
#footer{
clear:both;
text-align:center;
font-weight:bold;
font-size:32px;
color:#000;
background-color:#000;
border:10px solid #000;
}

.copyright{
clear:both;
margin-right:20px;
color:#fff;
font-family:"Courier New", Courier, monospace;
}

.copyright a{
color:#fff;
text-decoration:none;
}
.copyright a:hover{
text-decoration:underline;
}
#main_section{
margin-left:auto;
margin-right:auto;
width:1000px;
_width: 1001px;
}

/*---------------------------------------------------------------
当前位置条结构 ----BEGIN */
#cur_pos{
height:30px;
}
#cur_pos div{
text-align:left;
color:#000;
font-size:16px;
}
#cur_pos a{
display:inline-block;
padding:0 6px;
margin:10px 0 0 0;
font-size:16px;
text-decoration:none;
color:#09f;
}

#cur_pos a:hover{
text-decoration:underline;
}

#cur_pos .cur_pos_cur{
padding:3px 6px;
color:#999;
font-size:16px;
}
/* 当前位置条结构----END
---------------------------------------------------------------*/

/*------------------------------------------------
侧栏(非正文区域)----BEGIN */
#side_bar{
_display:inline;
float:left;
width:300px;
}

/* "天外说"栏(一般是对本页的介绍) */
#mywords{
margin-left:auto;
margin-right:auto;
width:300px;
height:200px;
background-image:url(../picture/mywords2.png);
background-repeat: no-repeat;
border:1px solid #000033;
}
#mywords #mywords_main{
margin:65px 30px 50px 30px;
height:100px;
}
#mywords .mywords_quote{
border:1px solid #fff;
margin:0px 15px;
padding:5px 20px;
text-align:left;
background-color:#BFCAE6;
}
.mywords_quote:first-letter{
float:left;
color:#8E1E20;
font-weight:bold;
font-size:30px;
}

/* 站内搜索条 */
#search{
float:left;
margin-left:auto;
margin-right:auto;
width:300px;
height:150px;
background-image:url(../picture/search.png);
}
#category_head{
background-color:#09f;
color:#fff;
padding:5px 0;
width:50px;
position:fixed;
top:120px;
left:0px;
cursor:pointer;
}
#category{
margin-left:auto;
margin-right:auto;
width:110px;
position:fixed;
top:120px;
left:0px;
background-color:#09f;
border:5px solid #09f;
display:none;
}
#category_nav{
margin-left:auto;
margin-right:auto;
text-align:left;
width:100px;
overflow:hidden;
}
#category_nav a{
color:#fff;
text-decoration:none;
display:block;
}
#category_nav a:hover{
color:#09f;
background-color:#fff;
border:1px solid white;
}
#category_nav div{

}
#category_nav .cur{
background-color:#fff;
}
#add_comment_body{
float:left;
width:100%;
height:120px;
margin:10px 0;
}

#add_comment_body form{
height:100px;
}

#add_comment_body input{
float:left;
font-family: "微软雅黑", "楷体", "宋体", "Courier New";
font-weight:bolder;
height: 26px;
margin:5px 10px 0 0;
width:100px;
border:0px solid gray;
border-bottom:1px solid gray;
}
#add_comment_body textarea{
float:left;
width:978px;
height: 100%;
*height: expression(eval(document.getElementById('comment_txt').offsetHeight)); /*For IE7 & IE6*/
background-image:url(../picture/msg_tip_msg.png);
background-repeat:no-repeat;
padding-left: 20px;
font-family: "微软雅黑", "楷体", "宋体", "Courier New";
font-size:16px;
}

#comment_info{
float:left;
}
#comment_info #name{
background-image:url(../picture/msg_tip_name.png);
background-repeat:no-repeat;
}
#comment_info #verify{
background-image:url(../picture/msg_tip_verify.png);
background-repeat:no-repeat;
}
#comment_info #conn_method{
background-image:url(../picture/msg_tip_connect.png);
background-repeat:no-repeat;
}

#comment_txt{
width: 100%;
height: 70%;
}

#comment_err{
display: none;
font-family: "楷体";
color: red;
font-size: small;
font-weight: bold;
}

#comment_opt{
float:right;
}
#comment_opt button{
padding:5px 30px;
}

/* 侧栏(非正文区域)----END
---------------------------------------------------------------*/

/*---------------------------------------------------------------
主内容区域----BEGIN */
#main_content{
float:left;
width:1000px;
min-height:500px;
}
/* 主内容区----END
---------------------------------------------------------------*/

#article{
width:100%;
float: left;
margin-left:auto;
margin-right:auto;
margin-top:2px;
margin-bottom:1px;
}

#article_body{
overflow:auto;
}

#article_foot{
height: 50px;
/*
background-image: url(../picture/text.png);
background-position: bottom;
*/
}

#article_foot #article_prev{
background-image: url(../picture/arrow_up.png);
background-repeat: no-repeat;
background-position: left;
margin-top: 10px;
margin-left: 20px;
padding-left: 15px;
float: left;
}
#article_foot a{
color: #09f;
font-size: 12px;
font-family: 'Lucida Console', Monaco;
}
#article_foot a:hover{
color: #802500;
}
#article_foot #article_next{
background-image: url(../picture/arrow_down.png);
background-repeat: no-repeat;
background-position: right;
margin-top: 10px;
margin-right: 20px;
padding-right: 15px;
float: right;
}
.clear{
clear:both;
}
/*---------------------------------------------------------------
留言/评论结构 ----BEGIN */
.msg{
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
border-top:1px dashed #000;
}
.msg_top{
height:60px;
}
.msg_id{
font-family:Arial, Helvetica, sans-serif;
float:left;
margin-top:10px;
margin-left:20px;
font-weight:bold;
font-size:large;
color:#000000;
display:none;
}
.msg_visitor_brief{
background-color:#fff;
}
.msg_visitor_brief_name{
float:left;
font-size:36px;
font-weight:bold;
color:#000;
margin-right:30px;
}
.msg_visitor_brief_info{
float:left;
font-family:Arial, Helvetica, sans-serif;
padding-top:25px;
font-size:12px;
color:#999;
}

.msg_bottom{
}
.msg_text{
text-align:left;
padding:5px 10px 5px 0px;
font-size:16px;
color:#000;
}

.msg_reply{
color:#007ACC;
margin-left:50px;
padding:5px 10px;
text-align:left;
background-color:#f0f0f0;
border-left:5px solid #007ACC;
}
.msg_reply .repinfo{
color:#004C80;
font-weight:bold;
}
.msg_del{
margin-left:10%;
margin-top:10px;
margin-bottom:20px;
width:80%;
}
.msg_del_top{
float:left;
width:55%;
height:30px;
}
.msg_del_brief{
font-family:Arial, Helvetica, sans-serif;
border:1px solid #959595;
text-align:left;
font-size:smaller;
background-color:#909091;
}
.msg_del_bottom{
}

/* 高度自适应 */
.msg_del_reason{
clear:both;
overflow:hidden;
text-align:left;
}
.msg_del_reason_text{
float:left;
text-align:left;
font-weight:bold;
width:70%;
margin-top:20px;
margin-bottom:20px;
color:#ccc;
text-decoration:line-through;
}
.msg_del_reason .delinfo{
color:#ccc;
font-weight:bold;
text-decoration:none;
}
/* 留言/评论结构----END
---------------------------------------------------------------*/

/*---------------------------------------------------------------
翻页条结构 ----BEGIN */
.page_nav{
text-align:center;
border-top:2px solid #000;
}
.page_nav a{
font-family:"Courier New", Courier, monospace;
display:inline-block;
padding:3px 6px;
font-size:24px;
text-decoration:none;
}
.page_nav a:visited{
background-color:#FFFFFF;
}
.page_nav a:hover{
text-decoration:underline;
}

.page_nav_cur{
padding:3px 6px;
font-size:36px;
font-weight:bold;
color:gray;
}
/* 翻页条结构----END
---------------------------------------------------------------*/

/*---------------------------------------------------------------
文章浏览 ----BEGIN */
.browse_article{
font-family:Arial, Helvetica, sans-serif;
clear:both;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
overflow:auto;
}

.browse_article .l{
float:left;
width:200px;
height:70px;
}
.l .l_id{
color:#ccc;
font-weight:bold;
font-size:48px;
}
.browse_article .m{
float:left;
width:800px;
padding:10px 0;
text-align:left;
}
.m .m_title{
}
.m_title a{
font-size:30px;
font-weight:bold;
text-decoration:none;
}
.m_title a:hover{
color:#666;
}
.m .m_summary{
color:#666;
}
.m .m_delete{
font-size:smaller;
color:#8E1E20;
}

.browse_article .r{
float:left;
width:200px;
text-align:left;
display:none;
}
.r .r_info{
margin:10px 0 10px;
line-height:100%;
color:#959595;
}
.r_info a{
font-size:9px;
text-decoration:none;
}
.r_info a:hover{
color:#8E1E20;
font-weight:bold;
}
/* 文章浏览----END
---------------------------------------------------------------*/
/*==============================================
以下部分是对基本元素的定义
*/
*{
margin:0;
padding:0;
font-style:normal;
font-variant:normal;
font-weight:normal;
font-size:12px;
line-height: 1.5em;
color:#000033;
font-family:Corbel,Verdana,Arial,Helvetica,sans-serif;
}

body{
text-align:center;
background-color:#fff;
}

/* 去掉图片边框,美化图片超链接 */
img{
border:0 none;
}

a{
text-decoration:none;
}

.logo_btn a:hover{
border:0 none;
}

input, textarea{
border:1px solid #000000;
}

/* 提示用户输入用的 */
/* 3种状态：正常、出错、正确 */
.tip_normal{
font-family:Arial, Helvetica, sans-serif;
font-size:smaller;
color:yellow;
}
.tip_error{
font-family:Arial, Helvetica, sans-serif;
font-size:smaller;
font-weight:bold;
color:#FF0000;
}
.tip_ok{
font-family:Arial, Helvetica, sans-serif;
font-size:smaller;
font-weight:bold;
color:#00FF00;
}

/* for ie6 png support(http://www.twinhelix.com/css/iepngfix/) */
#logo,#mywords,#search,#site_status,#article_head,#article_foot,#add_comment a, #category_head, #category_foot{_behavior: url(./resource/css/pngfix/iepngfix.htc) }

.big_red{
margin:0 20px 10px -20px;
float:left;
padding:0 30px 4px 30px;
color:#fff;
font-size:20px;
font-weight:bold;
text-align:center;
background-color:#900;
}
.big_blue{
margin:0 20px 10px -20px;
float:left;
padding:0 30px 4px 30px;
color:#fff;
font-size:20px;
font-weight:bold;
text-align:center;
background-color:#09f;
}
.gray_normal_fonts{
color:#959595;
}
.bold_fonts{
font-weight:bold;
}
.normal_fonts
{
}

/* 强调 */
.emphasize{
font-weight:bolder;
border-bottom:1px dashed #8E1E20;
}

/* 解释 */
.explain{
font-size:smaller;
color:#B6292B;
}

/* 引用 */
.quote{
border:2px solid #FFFFFF;
padding:10px 20px;
background-color:#BFCAE6;
}

/* 备注 */
.remark{
border-left:3px solid #8E1E20;
padding:10px 5px;
}

/* 工具提示 */
.tool_tip{
color:#000099;
border-bottom:1px dashed #993300;
cursor:help;
font-weight:bold;
}

/* 代码 */
.code{
border-left:5px solid #000066;
padding:10px 5px;
}
.code pre{
font-family:"Courier New", Courier, monospace;
}

.hidden{
display:none;
}

/* 本页地址 */
.self_url{
font-size:smaller;
background-color:#CCCCCC;
border:2px solid #666666;
padding:10px 20px;
margin:5px 0;
color:#000066;
}

.small_code{
font-family:"Courier New", Courier, monospace;
color:#000099;
background-color:#CCCCCC;
}

.courier_new{
font-family:"Courier New", Courier, monospace;
}

.announce{
padding:5px 10px;
border:2px solid #999999;
background-color:#990000;
color:#999999;
}

.border-5 {
border-bottom-left-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
}
