/*
LoveDear Skin10 CSS Styles Document 
Template by LoveDear. for Bo-Blog V2.1.1
blog:http://www.911usa.com.cn
Date:2010.08.01 v1.1
*/
/****** General Styles ******/
*{
    margin:0 auto;
	padding:0;
}
body {
	font-size: 12px;
	font-family: Tahoma, Arial,宋体;
	color:#666666;
	background:url(images/header-bg.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 {
	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:0 auto;
	padding:0;
	height:70px;
	width:200px;
	float:left;
    padding:20px;
	text-align:left;
}
/*
.blog-title{

}
h1 {
	color: #FFFFFF;
	font-size: 20px;
}
h1 a {
	color:#FFFFFF;
}
h1 a:hover {
	color: #ffffff;
	text-decoration:none;
}
.blog-desc {
	margin-top:0px;
	font-size:14px;
    color:#333333;
}*/
#logo{
	margin:0;
	padding:0;
	border:0;
}
#blog-menu{
	margin:0 auto;
	padding:0;
	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%;
}

/* calendar panel */
#calendar {
  width: 100%; 
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #333333;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #000;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
  font-weight: bold;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-saturday,
.calendar-sunday {
  color: #ff9933; 
}
.calendar-today { 
  color: #ff9933;
  border: 1px solid #ff9933;
  font-weight:bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #ff9933; 
  text-decoration: underline;
}
.calendar-today a {
  color: #ff9933;
  text-decoration: underline;
}

/****** 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: 20px;
	font-weight: bold;
	color:#298A06;
}
.textbox-title h4 a {
	font-weight: bold;
	color:#298A06;

}
.textbox-title h4 a:hover {

}

.textbox-title h1{
	margin:0px;
	padding:0px 0px 10px 0px;
	font-size: 20px;
	font-weight: bold;
	color:#298A06;
}
.textbox-title h1 a {
	font-weight: bold;
	color:#298A06;

}
.textbox-title h1 a:hover {

}
.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-content img{
	margin:0 auto;
	padding:2px;
	border: 1px dashed #333333;
}
.textbox-content .readmore img{
	border:0;
}*/

.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;
}
.tags a {

}
.tags a:hover{

}

/* 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;
} 
/*修改评论
#com_94{
	padding:2px;
}
#com_94 input,#com_94 textarea{
	margin:2px;
}*/

/* 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-comment-title1{
	color: #333333;
	height:21px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #cecece;
	font-weight: bold;
	font-size: 22px;
	background:#ffffff;
}
.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;
}
#reset{
    display:none;
}

/* smilies list */
.panel-smilies {
	text-align: center;
	position:relative;
	height:0px;
}
.panel-smilies-title {
	display:none;
}
.panel-smilies-content {
	padding: 3px;
	line-height: 120%;
	position:absolute;
	border: 1px solid #BFCAD2;
	background:#fff;
	left:160px;
	top:-1px;
}

/* Emot Page Selection */
#smileybuttons {
	text-align: right;
	margin-top: 9px;
}

.smileybut {
	margin-right:3px;
	padding: 3px;
	vertical-align: middle;
	font-weight: bold;
}

.smileybut  a{
	border: 1px solid #BEE6FD;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul*/
.code {
	word-wrap: break-all;
	border-left: 1px solid #ff9933;
	color: #000000;
	margin: 2px;
	padding: 2px 10px;
}
/*不能使用padding 或者 margin*/
.quote {

}
/*不能使用padding 或者 margin*/
.quote-title {
	/*padding: 5px;*/
	font-weight: bold;
}
.quote-title img {

}
.quote-content {
	word-wrap: break-all;
	padding: 2px 10px; 
	border-left: 1px solid #ff9933;
} 

/****** 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;
}
