/****** Bo-blog (MarshalVersion8) CSS Styles 
        Designed BY Marshal 2008/7/30 For Olympic Games 08/8/8
        Mailto:niuyanbin@gmail.com
******/
body {
	margin: 0;
	padding: 0;
	font:80% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	line-height:150%;
	color:#6b6b6b;
	}	
table {
	font-family: Tahoma, Arial;
	color: #000;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
    text-decoration: none;
	color: #6b6b6b;
}
a:link, 
a:visited{
    text-decoration:none; 
	color:#6b6b6b;
}
a:hover{
	color:#f60;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #ddd;
}

acronym {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
	width: 500px;
}
input {
	font-family: Tahoma, Arial;
	font-size: 12px;
}
input.text {
    padding: 1px;
	color: #000000; 
	border:1px solid #BABABA;
	background: #F5F5E9;
}
input.text:hover {
    background: #f7f7f7;
}
input.inf {
	padding: 1px;
	color: #000000; 
	border:1px solid #BABABA;
	background: #F5F5E9;
}
input.button {
margin:8px 0px 0px;
border:#b2b0ad 1px solid;
width:64px;
height:20px;
background:#626262 url('images/btn_bg2.gif') repeat-x;
font-size:0.96em;
color:#FFF;
}
textarea {
	font:12px  Tahoma, Arial,sans-serif; 
	color: #000000;
    BORDER-RIGHT: #7b9ebd 1px solid; 
	background: #fff;
}
textare a:hover {
    background: #FFF;
}
select { 
	margin-top: 1px;
	color: #000000; 
	border: 1px solid #BABABA;
}
/*menu*/
#menu {
    position:relative; height:30px;
    width:900px;
	margin:0 auto;
	border-bottom: 1px solid #f60;
	height: 27px;
}
* html #menu ul {height: 28px;}
#menu ul {
    list-style:none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

#menu li {
    float:left;
    line-height: 20px;
    padding: 5px 12px 5px 12px;
}

#menu a, #menu a:active, #menu a:visited {
    text-decoration:none;
    color:#6b6b6b;
    font-family:微软雅黑,Arial;
    font-size:14px;
    display: block;
	padding: 0px 5px 0px 5px;
}

#menu a:hover, #menu .activepage a {
    color:#f60;
	border-bottom:5px solid #f60;}



/****** Main Layout Styles ******/
#wrapper{
    margin:0 auto; 
	padding:0;
    background:#eaeaea url("images/top_bg.gif") repeat-x left top;
}

#innerwrapperout{
width:902px;
margin:0 auto;
padding:0;
background: #f4f4f4 url("images/big_bg.gif") repeat-y top center;
}
#innerWrapper{
margin:0px auto; 
padding:0;
background:url("images/big2.gif") no-repeat top center;
}
/****** 头部Css Marshal******/
#header{
margin:0;
padding:0;
}
#innerHeader{
    margin:0 auto;
	padding:0;
	background:url(images/header.gif) no-repeat top center;
    height:165px;
	width:880px;
}

#footer{
min-height:200px;margin:0;
background:#cbcbcb url("images/footer_bg.gif") repeat-x;
width:100%;
}
#innerFooter{
width:950px;
margin:0px auto;
height:250px;
background:url("images/big_footer2.gif") no-repeat top center;
text-align:center;
padding:20px;
color:#6b6b6b;
font-family:Arial;
}

#innerFooter a{ 
	color:#777; text-decoration:none;
	font-weight:bold;
}
#innerFooter a:hover{ 
	color:#f60; text-decoration:underline;
	font-weight:bold;
}
/****** Header Elements Styles ******/
.blog-header{
text-align:center;
padding-top:85px;
}
.blog-desc{
	color:#6b6b6b; 
    font-size:12px;
}
/****** Content Layout ******/

#mainWrapper{
width:800px;
margin:0 auto;
margin-top:88px;
}
.sidebar {
    margin:0px 0px 0px 10px;
	float:right;
	width:200px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	float: left;
	width: 200px;
	padding: 0;
	overflow: hidden;
}
/* content */
.content {
    float:left; 
	width:590px;
}
.content-wide{
    width:auto; 
	margin:10px; 
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.content-only{
    width:auto; 
	margin:10px; 
}
#innerContent{
	width:100%;
	margin:0px;
	padding:0px;
}

.clear{
    border-top:1px solid transparent !important; 
	margin-top:-1px !important; 
	border-top:0; 
	margin-top:0; 
	clear:both; visibility:hidden;
}
/****** Sidebar Panels ******/
.panel{
    padding-top:5px;
}

.panel h5{
    padding:5px;
	margin:0px;
	margin-bottom:3px;
	color:#676767; 
	font-size:1.4em;
}
.panel-content{
    padding:5px 5px 12px 7px;
    font-size:1.1em;
	color:#666; 
	line-height:135%;
}

.panel-content a{
	color:#777; 
}
.panel-content a:hover{
	color:#f60; 
}
.panel-content ul{
    padding:0px; 
	margin:0px;
}
.panel-content li{
	padding: 0px;
	list-style: none;
}
.panel-content li.indent {
    text-indent: 5px;
}
.panel-content ul ul li{
	padding: 0px;
	text-indent: 5px!important;
	text-indent: 20px;
	list-style: none;
}
#loginForm{
    width:95%;
}
#calendar{
    width:200px;
	margin-top:5px;
	text-align:center;
}
.calendar-top{
    color:#8A836D; 
	text-align:center; 
	padding:2px;
}
.calendar-year, 
.calendar-month{
    font-weight:bold;
}
.calendar-weekdays{
}
.calendar-weekday-cell{
    border-top:#eee solid 1px;
    color:#8A836D; 
	font-size:11px; 
	font-weight:bold; 
	text-align:center;
	width:14%; 
	padding:2px;
}
.calendar-main{}   
.calendar-day, 
.calendar-day-blank, 
.calendar-saturday, 
.calendar-sunday{
    color:#8A836D; 
	text-align:center; 
	width:14%; 
	padding:2px;
	font-size:12px;
} 
.calendar-today{    
    color:#8A836D; 
	text-align:center; 
	width:14%; 
	padding:2px;
	font-weight: bold;
	font-size:12px;
	}

.calendar-saturday, 
.calendar-sunday{
    color: #8A836D; 
	text-align: center; 
	font-weight:bold;
}


.calendar-day a:link, 
.calendar-day a:visited{
    text-decoration:underline; 
	font-weight:normal;
}
.calendar-saturday a:link, 
.calendar-saturday a:visited, 
.calendar-sunday a:link, 
.calendar-sunday a:visited{
    text-decoration:underline; 
	font-weight:bold;
}
.calendar-today a:link,
.calendar-today a:visited{
    text-decoration:underline; 
	font-weight:bold;
}
#panelStats .panel-content{
    color:black;
}

/****** Search Panel ******/
.search-field{width:155px}

/****** Announcement Box ******/
.announce{ 
	background: #fff url(images/wrapperbg.gif) repeat-y top left;
}
.announce-content{
    word-wrap:break-all; 
	padding:10px 10px 2px 10px; color:#4d5a89;
}
.announce-time{
    float:right; 
	font-size:12px; 
	color:#999;
}

/****** Defaul Page Elements ******/
.article-top {
    color: #4d5a89; 
	padding: 5px 5px 0px 15px; 
	margin-left: 0px; 
	margin-bottom: 15px;
}
.article-bottom {
    color: #4d5a89; 
	padding: 5px 5px 10px 15px;
	}
.article-content{
	padding: 5px 5px 10px 20px;
	margin: 0px;
}
.topic-previous{
margin:2px;
padding-left:20px;
background:url(images/up.png) no-repeat left top;
}
.topic-next{
margin:2px;
padding-left:20px;
background:url(images/dw.png) no-repeat left top;
}
.pages{
    color:#4d5a89;
}
.pagelink-current{
    font-weight:bold;
	border-bottom:1px dashed #fff;
}

.view-mode{
    float:right; 
	color:#999;
	display:none;
}

.listbox{
    padding:5px; 
	border-top:1px dashed #fff; 
	border-bottom:1px dashed #fff;
}
.listbox-table{
    width:99%;
}
.listbox-header{
    word-wrap:break-all; 
	color:#666; 
	font-weight:bold; 
	text-decoration:underline;
}
.listbox-entry{
    word-wrap:break-all;
	color:#666;
}
.listbox-entry a{
    word-wrap:break-all
}
.no-entry{
    border:1px solid #999; 
	margin-top:15px;
}
.no-entry-message{
    padding-top:25px; 
	padding-bottom:25px; 
	color:#666; 
	background:#FCFCFC; 
	text-align:center;
}
.prev-article{
    float:left;
}
.next-article{
    float:right;
}
.category-label{
    text-align:center;
}

.textbox{
    clear: both; 
	margin-bottom:18px; 
	padding:0px; 
	text-align: left;
	margin-top:10px;
}
.textbox-title{
	padding:0px;
	line-height:25px;
	padding:0px; 
	margin:5px;
}

.textbox-title a{
    color:#ff6600;}
.textbox-title a:hover{
    color:#999;
}
.textbox-title h4{
    word-wrap:break-word; 
	padding:0px; 
	font-size:1.8em; 
	font-weight:bold; 
	display:inline;
}
.textbox-label{
    padding:5px; 
	color:#b8b8b8;
	font-size:12px;
	width:95%;
	margin:0 auto;
}
.textbox-label a{color:#ccc;
}
.textbox-label a:hover{color:#f60;
text-decoration:underline;
}
.textbox-label2{
    padding:5px; 
	color:#b8b8b8;
	font-size:15px;
	width:95%;
	margin:0 auto;
}
.textbox-label2 a{color:#b8b8b8;
}
.textbox-label2 a:hover{color:#999;
text-decoration:underline;
}
.textbox-fontsize{
    margin:0px;
	padding-right:10px; 
	color:#333; 
	text-align:right; 
	font-size:10px;
}
.textbox-fontsize a{
	color:#333; 
}
.textbox-content{
    word-wrap:break-word; 
	padding-top:8px;
	padding-left:10px; 
	padding-right:10px; 
	margin:0px;
	font-size:1.1em;
	line-height:150%;
	color:#777;
}
.tags {
    padding-top: 12px; 
	padding-left:25px;
	font-size: 15px; 
	font-weight:bold;
	text-align:left; 
	line-height:15px;
	background:url(images/tags.png) no-repeat 6px 12px;
}
.tags a{color: #6b6b6b;  
}
.tags a:hover{color: #f60; 
}
.gbbox{
    margin-bottom:15px; 
}
.gbbox-title{
    margin-bottom:10px; 
	font-weight:bold;
}
.gbbox-label{
    display:inline; 
	color:#999; 
	font-size:12px; 
	font-weight:normal;
}
.gbbox-content{
    word-wrap:break-word; 
	padding:10px; 
	background-color:#FBFBF8;
}
.gbbox-reply{
    padding:10px; 
	color:#333; 
	background-color:#F8F8F6; 
	border-top:1px dashed #E0E0E0;
}
.gbbox-reply-title{
    font-weight:bold; 
	margin-bottom:5px;
}
.gbbox-reply-label{
    color:#999; 
	font-size:12px; 
	font-weight:normal; 
	display:inline;
}
.comment-wrapper{
    margin:0 auto;
    width:98%;
}
.comment-top{
    padding:5px; 
	margin:5px; 
	color:#666; 
	background:#F6F6F6; 
	text-align:right;
}
.comment-pages{
    padding:5px; 
	margin:5px; 
	color:#999;
}
.commentbox{
    word-wrap:break-word; 
	padding:5px; 
	margin:5px;
	background:#fff;
}
.commentbox a{
    color:#666;
}
.commentbox-title{
    padding:5px; 
	border-bottom:#d0d0d0 solid 1px;
	margin-bottom:8px;
}
.commentbox-label{
    display:inline; 
	color:#666; 
	font-size:12px;
}
.commentbox-content-odd {
    margin: 0;
	padding: 20px 20px 20px 40px;
	color: #333;
	background:#f7f7f7 url('images/quote.png') no-repeat 10px 10px;
}

.commentbox-content-couple {
    margin: 0;
	padding: 20px 20px 20px 40px;
	color: #333;
	background:#f2f2f2 url('images/quote.png') no-repeat 10px 10px;
}
.no-comment-box{
    padding:10px; 
	color:#666; 
	background:#FCFCFC; 
}

.trackbackbox{
    padding:5px; 
	margin:5px;
}
.trackbackbox-title{
    padding:3px; 
	border-bottom:1px dashed #fe7001;
}
.trackbackbox-label{
    display:inline; 
	color:#666; 
	font-size:12px;
}
.trackbackbox-content{
    padding:3px; 
	color:#333;
}
.trackbackbox a{
    color:#000;
}



/****** normal message box ******/
.messagebox{
    width:500px; 
	border:solid 1px #eee; 
	text-align:center; 
	background:#f8f8f8;
	margin-top:160px;
}
.messagebox-title{
    padding:5px; 
	color:#333; 
	font-weight:bold; 
	background-color:#ccc;
    border-bottom:solid 1px #eee; 
}
.messagebox-content{
    padding:10px; 
	padding-bottom:20px; 
	color:#666; 
	text-align:left;
}
.messagebox-bottom{
    padding:5px; 
	color:#FFF; 
	background-color:#F3F3F3;
}

/****** error message box ******/
.errorbox{
    width:500px; 
	text-align:center; 
	background:#FED; 
	border:solid 1px #C00;
}
.errorbox-title{
    color:#FFF; 
	font-weight:bold; 
	background-color:#C30; 
	padding:5px;
}
.errorbox-content{
    padding:10px; 
	padding-bottom:20px; 
	color:#900; 
	text-align:left;
}
.errorbox-bottom{
    padding:5px; color:#FFF; 
	background-color:#FFE3D0;
}

/****** Input Form Styles (table) ******/
#commentForm{
    width:100%;
}
.formbox{
	width:100%;
	margin:0 auto;
}
.formbox-comment{
}

.formbox-title, 
.formbox-comment-title{
    margin-top:5px;
    padding:10px; 
	color:#f60; 
	font-size:1.7em;
	font-weight:bold; 
	text-align:left; 
	margin:0;
}

.formbox-rowheader, 
.formbox-comment-rowheader{
    padding:5px; color:#333; 
    font-weight:bold; text-align:right;
}
.formbox-contentheader, 
    padding:5px; color:#333; 
    font-weight:bold; text-align:left;
}
.formbox-content, 
.formbox-comment-content{
    padding:5px;
}

.formbox-comment-content2{
    padding:5px 5px 25px 20px;
}
.panel-smilies{
    padding:5px; 
	text-align:center;
}
.panel-smilies-title{
    display:none;
	text-align:left; 
}
.panel-smilies-content{
    padding:5px; 
	line-height:120%;
}
/*******评论/留言工具栏*******/
.button-img{
    float: left;
    cursor: pointer;
}
#morereply{float:right; padding-right:10px;}
#comment-tool {
    margin: 3px 0 2px 0;
    padding: 5px 5px 0 5px;
    border: 3px solid #ccc;
    background: #efefef;
    color: #666;
    float: left;
    width: 340px;
}
* html #comment-tool {width: 342px;}
*+html #comment-tool {width: 342px;}
#emots {
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    width: 220px;
}
#ubb {
    padding: 0;
    text-align: left;
}
#v_content,#v_input,#v_replier,#v_password,#v_repurl,#v_repemail{
padding:0px;
margin:1px;
border: 2px solid #ebebeb;
background: #f8f8f8;}
*+html #v_content,#v_input,#v_replier,#v_password,#v_repurl,#v_repemail{
padding:0px;
margin:0px;
border: 2px solid #ebebeb;
background: #f8f8f8;}

/****** Upload Page ******/
.upload-page{
    margin:0px; 
	padding:0px; 
	background-color:#FFF; 
	background-image:none;
}
.upload-file{}

.upload-error{
    color:#900;
}
.upload-done{
    color:#030;
}

/****** Misc Styles ******/
.comment-text, 
.hidden-note{
    font-size:12px; 
	color:gray;
}
.red{
    color:red;
}
.highlight{
    font-weight:bold; 
	color:#F60; 
	background:#FF0;
}
.meta-button{
    margin:1px;
}

/****** UBB Code Custom Styles ******/
* html .ubb-list{
    margin:5px; 
	margin-left:25px;  
	margin-bottom:15px;
}
.ubb-list li{
    margin:1px; 
	padding:1px;
}

.code {
	display: block;
	padding: 10px;
	color: #666;
	background: #cbcbcb url(images/footer_bg.gif) repeat-x top left;
	font-size: 1.0em;
	border: 1px solid #999;
    margin-bottom:5px;
	margin-top:5px;
	width:90%;
	}
.quote{
	border-left: 4px solid #eee;
	padding: 0 10px;
	margin: 5px;
	font-weight:bold;
	background:#f2f2f2;
	width:90%;
	}
.quote-title{
    padding:5px; 
	color:#f60; 
	font-size:21px;
	font-weight:bold; 
	border-bottom:1px dashed #ccc;
	padding:18px 0px 8px 38px;
	background:url('images/quote.png') no-repeat 10px 10px;
}
.quote-content{
    word-wrap:break-all; 
	color:#666; 
	padding:10px;
}
.ubb-obj-div{
    word-wrap:break-all; 
	margin:5px; 
	padding:5px; 
	color:#666; 
	background-color:#FFF; 
	border:1px dashed #fff;
}
/****** Link ******/
.linkover{
    margin-bottom:50px; 
	height:auto; 
	clear:both; 
	padding-bottom:3px;  
	margin-top:10px;
}
.linkbody{
    margin-top:5px; 
	width:50%; 
	float:left;
}
.linkimg{
    text-align:right; 
	margin-right:4px; 
	float:left;
}
.linktxt{padding-left:7px; }
.linktitle a:link, 
#linktitle a:visited{
    text-decoration:none; 
    color:#666;
}
.linktitle a:hover{
    color:#aaa; 
}
.linkgroup{
    font-weight:bold; 
	font-size:1.1em;
	margin-bottom:2px; 
	color:#777;
	padding:6px;
}
.insertimage{
	padding:2px;  
	background-color:#FFF;
	border:#ccc solid 1px;
	margin:2px;
}




/****** More 更多进行模板修正的css代码 Marshal fixed******/

/****** 阅读全文的******/
#readmore{
padding:5px;
color:#b6b6b6;
font-size:1.4em;
}
 #readmore a {color:#f60;}
 #readmore a:hover {color:#f60;}

 /******引用的css代码******/
.quote-comment{
	padding: 5px;
	margin-left:15px;;
	font-weight:bold;
	background:#fff url(images/wrapperbg.gif) repeat-y;
	}
.quote-comment-title{
    padding:5px; 
	color:#666; 
	border-bottom:1px solid #999;
}
.quote-comment-content{
    word-wrap:break-all; 
	color:#666; 
	padding:15px;
}
/****** 顶部的那条线 ******/
#line {
width:100%;
height:10px;
line-height:0px;
font-size: 0px;
position:relative;
background: url("images/line_bg.gif") repeat-x;clear:both;
}
/****** 拉长背景图 ******/
#fix {
width:100%;
line-height:0px;
font-size: 0px;
margin:0px;
padding:0px;
clear:both;
}

/****** 搜索框 ******/
#searchform {
	margin: 5px;
	height: 21px;
}
#searchform br {
	display: none;
}
#searchform input {
	border-top:3px #666 solid;
	background:#f7f7f7;
	border-left: 1px none;
	border-right: 1px none;
	border-bottom:1px none;
	width: 180px;
	height: 21px;
	padding:1px;
	color: #f60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 4px;
	margin-left:3px;
}
/****** 评论的那个图片 ******/
#entrycomment{
    background:url(images/msg.gif) no-repeat top left;
    float:right; margin-right:10px;
    padding:0px 5px 10px 30px;
    font-size:20px;}

/****** CSS结束 ******/
/****** MarshalV8 由Marshal从Taobao UED 官方博客移植 ******/
/****** MarshalV8 Theme transplated by Marshal. Powered by Bo-Blog 2.1.0+******/