/****** General Styles ******/
*{
    margin:0 auto;
	padding:0;
}
body {
	font-size: 12px;
	font-family: Tahoma, Arial,宋体;
	color:#666666;
	background:url(images/header_bg2.png) repeat-x;
	margin:0 auto;
	padding:0;
	text-align: center;
}
td{
	word-break: break-all;
}
a {
	text-decoration:none;
	color: #81a514;
}
a:hover {
	text-decoration: underline;
	color:#ff9933;
}
ul,li{
	list-style:none;
	font-style:normal;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #333;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help;
}
img{
    border:none;
	margin:0px;
	padding:0px;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px;
	padding:1px;
}
input.text {
	background: #fff;
	border: 1px solid #333333;
}
input.button {
	background: #fff;
	padding:2px;
	border: 1px solid #CCCCCC;
}
textarea { 
	background: #fff;
	border: 1px solid #CCCCCC;
}
select { 
	background: #fff;
	border: 1px solid #666666;
}
/****** Main Layout Styles ******/
#wrapper {
	width: 960px;
	margin:0 auto;
	padding:0;
}
#innerWrapper {
	/*text-align:left;*/
	width: 960px;
	margin:0 auto;
	padding:0;
}
#header {
	margin:0 auto;
	padding:0;
	height: 90px;
	width:100%;
}
#main{
    width:960px;
	margin:0 auto;
	padding:0;
}
/*#footer */
#footer {
	border-top:1px solid #CCCCCC;
	clear: both;
	width:960px;
	margin:0 auto;
	padding:0;
}
#footer a{
    color:#666666;
}
#footer a:hover{
    color:#ff9933;
}
#innerFooter {
	margin:0 auto;
	padding:10px;
	clear:both;
	text-align:center;
	height: 47px;

}
#Copyrightinfo{
	width:100%;;
}
#processtime{width:100%;}

/****** Header Elements Styles ******/
#innerHeader {
	margin:0 auto;
	padding:0;
	height: 90px;
}
/* header title */
.blog-header {
	margin-top:10px;
	height:70px;
	width:700px;
	float:left;
	text-align:left;
	font-size:15px;
}

#logo{
	margin:0;
	padding:0;
	border:0;
}
#blog-menu{
	margin-top:-80px;
	padding:0;
	padding-top:17px;
	height: 90px;
	width:700px;
	float:right;
	text-align:left;
}
.blog-top{
	margin:0 auto;;
	padding:10px;
    height:22px;
	text-align:right;
}
.blog-top a{
    color:#666666;
}
/* nav menu */
#menu { 
	margin:0 auto;
	padding:0;
	height: 40px;
	width:700px;
	text-align:right;
	font-size:14px;
}
/*IE6 hack*/
*html #menu{
	padding-top:0px;
}

#menu ul {
	height: 40px;
	padding:0;
	list-style:none;

}
#menu li{
	display:inline; 
	float: left;
	height:30px;
	width:76px;
}
#menu li a{
	color:#666666;
	text-decoration:none;
	display: block;
	font-weight:bold;
	height:14px;
	width:76px;
	padding:12px 0px;
	text-align: center;
}
#menu  li span span{
	display: block;
}
#menu li a:hover{
    color:#ffffff;
	background:url(images/menu.png) no-repeat;
}
#menu li .activepage a {
    color:#ffffff;
	background:url(images/menu.png) no-repeat;
}
#menu li .activepage a:hover {
    color:#ffffff;
	background:url(images/menu.png) no-repeat;
}

#menu li .activepageitem {
    color:#ffffff;
}

/****** main Layout ******/
#mainWrapper {
    float:left;
	margin:0 auto;
	padding:0px;
	padding-top:10px;
	width:100%;
	text-align:left;
}
/*---------------- sidebar ------------*/
.sidebar {
	float:right;
	width: 260px;
	margin:0 auto;
	padding:0;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {

}
#innerSidebarOne {
	float: right;
	width: 260px;
	border: 0px solid #9EC9FF;
}
#innerSidebarTwo {
	float: left;
	width: 0px;
	display:none;
}
#innerSidebarSearch {
	margin:0 auto;
	padding:0;
	margin-bottom:10px;
	clear: both;
	color: #000;
	text-align: left;
}
#search-content{
	margin:0 auto;
	padding:0;
}
#search-content form{
	margin:0 auto;
	padding:0;
}
#innerSidebarSearch input{
	margin:0 auto;
	padding:0;
}
#innerSidebarSearch input[type="text"]{
	padding:5px;
	height:18px;
	width:173px;
	border:1px solid #dddddd;
	font-size:14px;
}
#innerSidebarSearch input[type="submit"]{
	height:30px;
	width:70px;
	border:0px solid #dddddd;
	background: url(images/search.gif) no-repeat 0px 0px;
}
#innerSidebarFooter {
	clear: both;
	padding: 10px; 
	background-color: #000000;
}

/* a style which makes mainWrapper touch the bottom of sidebar and content */
.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:0;
	width: 260px;
	clear:both;
	text-align:center;
	margin-bottom:15px
}
.panel a{
}
.panel-top{
	height:36px;
	padding: 0px;
	clear: both; 
    position: relative;
	background: url(images/panel-bg.png) no-repeat 0px 0px;
}
.panel h5 {
	text-align: left;
	margin:0 auto;
	padding:5px 10px 5px 20px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1.5pt;
	border-bottom:1px solid #cecece;
	background:url(images/heading2-bullet.png) no-repeat 5px 2px;
}
.panel h5 a{
	color: #666666;
}
.panel-content{
	margin:0 auto;
	padding:10px;
	text-align:left;
    line-height: 1.6em;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;	
}
.panel-content a{
}
.panel-content a:hover {
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	color:#333333;
}
.panel-content li{
	padding-top: 3px;
	padding-bottom:3px;
	margin: 0px;
	list-style: none;
	text-indent:14px;
	background:url(images/list-bullet.png) no-repeat 0px 10px;
}
.panel-bottom{
    height:10px;
	background: url(images/panel-bg.png) no-repeat 0px -67px;
}
.rowcouple,.rowodd{
}

/**Sidebar second Links**/
#sideblock_category .indent{
	width:96%;
	list-style: none;
	margin-left:14px;
}
#sideblock_category .indent a{

}
#sideblock_category .indent a:hover{
}
/* user panel login form */
#loginForm {
	width: 90%;
}

/****** Search Panel ******/
.search-field {
	background: #fff;
	border: 1px solid #666666;
}

/*------------ content ---------------*/
.content {
    clear:both;
	margin:0 auto;
	padding:0;
	width: 670px;
	overflow:hidden;
	float:left;
	text-align:left;
}
.content-wide {
}
.content-only {
	width: 100%;
}
/****** announce ******/
.announce{
    clear:both;
    margin:0 auto;
	padding:0;
    margin-bottom:10px;
}
.announce-top{
	background:url(images/announce-bg.png) no-repeat 0 0;
	height:10px;
}
.announce-content{
	margin:0 auto;
	padding:0;
	padding: 0px 10px;
	line-height:1.6em;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.announce-bottom{
    clear:both;
	background:url(images/announce-bg.png) no-repeat 0 -29px;
	height:10px;
}
/*IE6 hack*/
*html .announce-top{
}
*html .announce-content{
	/*height:50px;*/
}

.announce-content a{

}
.announce-content a:hover{

}
#content-top{
    clear:both;
	height:5px;
}
#innerContent {
    clear:both;
	margin:0 auto;
	padding:0px;
	/*overflow: hidden;*/
	position: relative;
}
#content-bottom {
    clear:both;
    height:10px;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 10px;
	margin-bottom: 20px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	padding: 3px;
	border:0;
}
.pagebar-selections a{
	font-weight: bold;
}
.pagebar-selections a:hover{
	text-decoration:none;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding: 0px;
	width:100%;

}
.listbox-table {
	width: 668px;
	border:1px solid #CCCCCC;
	border-bottom:none;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	color: #5B5B66;
	height: 25px;

}
.listbox-entry {
	word-wrap: break-all;
	padding:8px 2px;
	border-bottom: 1px solid #CCCCCC;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }
.textbox-top{
}

.textbox-top{
    clear:both;
	background:url(images/announce-bg.png) no-repeat 0 0;
	height:5px;
}

/* textbox */
.textbox{
    clear:both;
	margin:0 auto;
	padding:0px 10px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.textbox-bottom{
    margin-bottom:15px;
	padding: 0px;
    clear:both;
	background:url(images/announce-bg.png) no-repeat 0 -29px;
    height:10px;
}
.textbox-bottom a {
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #000;
	text-decoration: none;
}

/*textbox-title*/
.textbox-title{
	height: 59px;
}
.textbox-title h4{
	margin:0px;
	padding:0px 0px 10px 0px;
	font-size: 24px;
	font-weight: bold;
	color:#298A06;
}
.textbox-title h4 a {
	font-weight: bold;
	color:#298A06;
}

.textbox-label{
    margin:0 auto;
	padding: 0;
	font-size: 12px;
	text-indent:0;
}
.textbox-label a{
	color:#008cbf;
}
.textbox-label a:hover{
    color:#ff9933;
}
*+html .textbox-label{
	text-indent: 0px;
}
* html .textbox-label{
	text-indent: 0px;
}
.text-label-indented {
	font-size: 12px;
	display: block;
	text-align: right;
	float: right;
	margin-top: 15px;
}
*+html .text-label-indented {margin-top: -20px;}
.textbox-fontsize{
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
}
/*textbox-content*/
.textbox-content{
	clear: both;
	word-wrap: break-word;
	padding: 10px 0px;
	font-size: 14px;
	line-height: 160%;
}

.textbox-adminbar {
	padding: 0px;
	font-size: 12px;
	text-align: left;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	text-align:left;
}
.tags {
	clear: both;
	padding: 3px 20px;;
	font-size: 12px;
	text-align:left;
	text-align:right;
}

/* comments wrapper */
.comment-wrapper{
    width:100%;
	margin-top:10px;
}

/* comments top box */
.comment-top{
    height:21px;
	background:url(images/comment-title.png) no-repeat;
	padding-bottom:10px;
	border-bottom:1px solid #cecece;
	margin-bottom:10px;
}
.comment-pages{
	padding:5px 0px;
	margin: 5px 0px;
}

/* commnet box 评论显示*/
.commentbox, .trackbackbox {
	word-wrap: break-word;
	line-height:1.6em;
}
.commentbox, .trackbackbox img{
	border:1px solid #dddddd;
}
.commentbox-odd {
	background:#F4FDEE;
	border: 0;
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
}
.commentbox-couple {
	background: #ffffff;
	border: 0;
	padding: 5px;
}
.trackbackbox {
	background: #E9FDF1;
}
.commentbox-title, .trackbackbox-title{
	padding: 0px;
	font-size: 14px;
	font-weight:bold;
    color:#298A06;
}
.commentbox-title a, .trackbackbox-title a{
    color:#298A06;
}
.commentbox-title a:hover, .trackbackbox-title a:hover{
    color:#ff9933;
}
.commentbox-label, .trackbackbox-label{
	display: block;
	font-size: 11px;
	color:#666666;
}
.commentbox-label a, .trackbackbox-label a{
	font-weight: normal;
}

.commentbox-content, .trackbackbox-content{
    margin:0 auto;
	padding:0;
} 

/* comment form wrapper */
#commentForm {
	width: 100%;
	padding-top:2px;
}

/****** normal message box ******/
.messagebox{
    width: 550px;
    margin-top: 120px;
	clear:both;
	text-align:center;
	margin-bottom:10px;
	background:#ffffff;
}
.messagebox-top{
    position: relative;
	padding: 0px;
	padding-bottom:2px;
	CLEAR: both;
/*	height:23px;*/
}
.messagebox-title{
 color: #ff9933; 
 font-weight: bold; 
 padding: 5px;
 font-size:22px;
}

.messagebox-content{
	margin:0 auto;
	padding:10px;
	text-align:left;
    line-height: 1.6em;
	border-top:0;
	border-bottom:0;
	color:#ff0000;
}
.messagebox-content a{
}
.messagebox-content a:hover {
}
.messagebox-bottom{
    height:10px;
}

/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
    margin-top:10px;
	margin-bottom:10px;
}

.formbox-title,
.formbox-comment-title{
	color: #333333;
	height:21px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #cecece;
	font-weight: bold;
	font-size: 22px;
	background:url(images/formbox-comment-title.png) no-repeat;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}
.formbox-comment-content{
	font-size:13px;
}
.formbox-comment-content input[type="text"]{
	border:1px solid #CCCCCC;
	width:190px;
	font-size:12px;
	padding:3px;
	margin:2px 0px;
}
.formbox-comment-content #v_replier{}
.formbox-comment-content #v_password{ display:none;}
.formbox-comment-content #v_repurl{}
.formbox-comment-content #v_repemail{}
.formbox-comment-content #v_content{
	width:470px;
	padding:3px;
	margin:2px 0px;
}
.formbox-comment-content #btnSubmit{
	width:82px;
	height:30px;
	border:0;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	background:url(images/button_submit.png) no-repeat;
}


/*不能使用padding 或者 margin*/
.quote-title {
	/*padding: 5px;*/
	font-weight: bold;
}
.quote-content {
	margin-top:5px;
	word-wrap: break-all;
	padding: 2px 10px; 
	border-left: 2px solid #ff9933;
	color:#009900;
} 

/****** Link ******/
.linkover {
	margin-bottom: 20px;
	padding:15px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 12px;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-indent: 3px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #E2E2E2;
}

/*Page*/
.pagebox {
    padding:15px;
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
	width:100%;
}
.pagebox-title{
	font-size: 16px;
	height: 68px;
	margin-left: 5px;
}
.pagebox-title h4{
	color: #666666;
	font-size: 16px;
	padding: 5px;
	margin: 0;
	display: block;
	border-bottom:1px dashed #cccccc;
	font-weight: bold;
}
.pagebox-content{
	margin-top: -30px;
	clear: both;
	word-wrap: break-word;
	padding: 5px;
	font-size: 12px;
	line-height: 180%;
}

/*OpenID input area */
#openid_url {
	background: url(../../images/others/openid.gif) no-repeat;
	text-indent: 20px;
}

#related_log{
border-top:1px solid #CCCCCC;
padding-top:10px;
margin-top:10px;
}
#related_log p{
font-size:14px;
color:#FF0000;
}
#related_log p a{
font-size:13px;
color:#FF0000;
padding-left:10px;
}
#twitter li {border-bottom: dotted #CCCCCC 1px;list-style:none;}
#twitter li p {font-size: 10px;padding-left: 68px; text-align:right; padding:5px 0px 2px;}
#twitter li small {font-size: 10px;padding: 0px 10px;}

#content .main_img{ border:1px #2772ae solid; float:left;}
#content .main_img img{ border:1px #fff solid}
#content .op{ float:left; height:18px;margin:6px 5px 3px;}
#content .top{ font-size:12px; text-align:right; border-bottom:1px #F7F7F7 solid; line-height:2;width:560px;}
#content .top a{ padding:0px 5px 0px 17px; background: url(images/t.gif) no-repeat}
#content ul{ margin:5px 0px 3px 25px; width:520px; line-height:1.8;padding:0px;}
#content ul .li{ margin:10px 0px;padding:5px 0px;border-bottom: #F7F7F7 1px solid;}
#content ul li{margin:0px 0px; padding:0;}
#content ul li .main_img{ margin-top:5px;}
#content ul li .post1{ float:left;font-size:14px; padding:0px;margin:0; width:470px; padding:0px 0px 0px 8px;}
#content ul li{ clear:both; padding:0px; margin:0px;}
#content ul li .bttome {margin:3px 0;vertical-align:middle}
#content ul li .bttome .time{ float:left;line-height:14px;margin:0;}
#content ul li .bttome .post{ float: right;font-size:12px;line-height:14px;margin:0;}
#content .time{ font-size:12px; color:#999999; padding-left:43px}
#content ul .r{ margin:5px 0px 0px 40px;color:#666666; border:0; padding:0px;}
#content ul .r li{padding:5px 3px 3px;border-bottom: #F7F7F7 1px solid; width:475px}
#content ul .r .num{ font-size:16px; font-weight:bold; color:#0079b7;padding:0px 5px; float:left; width:20px;}
#content ul .r .time{ padding:0px 5px;}
#content ul .r .name{ padding:0px 0px 0px 0px; font-size:12px; color:#336699;}
#content ul .r em a{ font-style:normal;}
#content ul .huifu{margin:5px 0px 0px 43px; background:#F5F5F5;border:#CCCCCC solid 1px;text-align:center;display:none;}
#content ul .huifu textarea{ margin:5px; width:460px; border:#CCCCCC solid 1px;overflow:auto;}
#content ul .huifu input{ margin:0px 5px;}
#content ul .huifu div{ text-align:left; padding:0px 5px; text-align:center}
#content ul .huifu .text{ width:60px;}
#content ul .button_p{background:url(images/weibe_button.gif) no-repeat; border:0;cursor:pointer; _cursor:hand; width:63px; height:25px;}
#content .tbutton{ font-size:12px;float:none; margin-bottom:3px;}
#content .loading{background:url(images/loading.gif) no-repeat 200px 2px; height:20px;}
#content .tbutton input{ width:90px; border:#CCCCCC solid 1px; }
#content .tbutton .button_p{ background:url(images/weibe_button.gif) no-repeat; border:0;cursor:pointer; _cursor:hand; width:60px; height:25px;}
#content .tbutton .tinfo{ float:left; }
#content .msg{ clear:both}
#content ul li ul{ line-height:0;font-size:0;}
#content ul li ul li{ font-size:12px; line-height:22px;}

.calendar{/*background-image:url(images/bg.jpg); */margin-bottom:10px}
.calendar td{font-size:12px; text-align:center; padding:1px 6px; line-height:1.6;}
.calendar a:visited{color:#F30; text-decoration:none}
.calendar td a:link{color:#F30; text-decoration:none}
.calendar td a:hover{color:#F30; text-decoration:none}
.day{background:url(images/bg_cal_today.gif)  no-repeat 4px 2px;}
.day2{font-weight:bold}
.sun{background-color:#F5F5F5; color:#333; font-weight:bold}
.week{background-color:#F5F5F5; color:#333}
.calendartop{text-align:center; font-size:14px; margin-left:41px}

.fujian{
font-size:14px;
font-weight:bold;
}
.fujian a{
background:url(images/download.gif) no-repeat;
padding-left:20px;
}
