/*
Bo-Blog V2
Default Skin
By Bob Shen
2005-12-3
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: center;
}

table {
	font-family: Tahoma, Arial;
	color: #FF0000;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #2e8701;
}
a:hover {
	text-decoration: none;
	color:#ff0000;
}

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

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #2e8701;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 20px;
	padding: 1px;
	border: 1px solid #2e8701;
	color: #000000; 
	background-color: #FBFCFD;
}
input.button {
	height: 20px;
	border: 1px solid #2e8701;
	border-top: 1px solid #2e8701;
	border-left: 4px solid #2e8701;
	color: #2e8701; 
	background-color: #FBFCFD;
}
textarea {
	border: 1px solid #2e8701;
	background-color: #FBFCFD;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	padding: 6px;
}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #2e8701; 
	background-color: #FBFCFD;
	border: 1px solid #2e8701;
}


/****** Main Layout Styles ******/
#wrapper {
	width: 100%;
	/*position: relative;*/
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#innerWrapper {
	width: 100%;
	background-color: #F3F1F1;
	background-image: none;
	background-repeat: no-repeat;
}

#header {
	background-image: url(images/header_bg_l.jpg);
	background-repeat: no-repeat;
	
	height: 300px;
}
#innerHeader {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 300px;
	vertical-align: bottom;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: right top;
	background-image: url(images/header_bg.jpg);
}

#footer {
	clear: both;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 65px;
	background-image: none;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F3F1F1;
}
#footer a{
color: #000;
}
#innerFooter {
	font-size: 12px;
	text-align: center;
	color: #000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/****** Header Elements Styles ******/
/* header title */

.blog-header {
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	height: 275px;
}

h1 {
	margin: 0;
	color: green;
	font-size: 20px;
	font-family:"黑体"
 ;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	padding-left: 120px;
}
h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #2e8701;
	text-decoration: none;
}
.blog-title{
	padding-top: 30px;
}
/* blog description */
.blog-desc {
	color: #ffffff;
	padding-left: 120px;
}

/* nav menu */
#menu { margin-top: 100; height: 5px; background-color: #FF0000; background-image: url(images/menu_bg.gif); background-repeat: repeat-x; }
#menu ul{ margin: 0; padding: 0; }
#menu li{ background-image: url(images/menu_bg_b.gif); list-style: none; width: 74px; float: left; text-align: center; padding: 0; margin: 0; }
#menu a{
	padding-top: 5px;
	display: block;
	color: #ffffff;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
}
#menu a:hover { color: white; background-color: #2e8701; background-image: url(images/menu_bg_a.gif); }

/****** Content Layout ******/
#mainWrapper {
	margin: 10px;
}

/* sidebar */
.sidebar {
	float: left;
	width: 195px;
	padding: 0px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -200px;
}
.content-wide {
	width: auto;
	margin-left: -200px;
}
.content-only {
	width: 100%;
	margin-left: -180px;
}
#innerContent {
	margin-left: 200px;
	overflow: visible;
}

/* 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:0px;
	margin-bottom: 0px;
}
.panel h5 {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	height: 22px;
	background-color: #FF0000;
	width: 185px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.panel h5 a{
	color: #ffffff;
}
.panel-content{
	width: 173px;
	line-height: 120%;
	color:#2e8701;
	background-color: #FFFFFF;
	padding: 6px;
	margin-bottom: 10px;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
}

.panel-content ul ul li{
	padding: 0px;
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 100%;
	padding-right: 4px;
	padding-left: 4px;
	font-family: Arial;
}
.calendar-top {
  text-align: center;
  padding:2px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #2e8701;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-weekday-cell {
  color: #2e8701;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
  font-weight: bold;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #2e8701;
	font-weight: bold;
}
.calendar-today { 
  color: #ffffff;
  background: #2e8701;
  font-weight:bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #2e8701; 
  font-weight:bold;
  text-decoration: underline;
}
.calendar-today a {
  color: #fff;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #2e8701;
}

/****** Announcement Box ******/
.announce{
	border: 1px dashed #2e8701!important;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #000; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #2e8701;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	background-color: #FFFFFF;
	padding: 6px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	color: #2e8701;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e8701;
}
.listbox-entry {
	word-wrap: break-all;
	color: #2e8701;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{
	float: left;
}
.next-article{
	float: right;
}

/* text box */
.textbox{
	margin-bottom: 10px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 12px;
	padding-top: 2px;
	height: 42px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding-bottom: 0px;
	font-weight: bold;
}
.textbox-title h4{
	color: #FFFFFF;
	padding-left: 8px;
	font-size: 12px;
	display: inline;
}
.textbox-title h4 a {
	color: #ffffff;
	font-size: 13px;
	top: 4px;
}
.textbox-label{
	padding-top: 5px;
	padding-left: 5px;
	color: #2e8701;
	font-size: 12px;
}
.textbox-fontsize{
	color: #2e8701;
	float: right;
	text-align: right;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.textbox-fontsize a{
	color: #2e8701;
}
.textbox-content{
	word-wrap: break-word;
	padding: 6px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.textbox-bottom{
	font-size: 12px;
	color: #2e8701;
	text-align:right;
	background-color: #FFFFFF;
	padding: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2e8701;
}
.textbox-bottom a {
	color: #2e8701;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #2e8701;
	color: #ffffff;
	text-decoration: none;
}
.textbox-adminbar {
	font-size: 12px;
	color: #2e8701;
	text-align:right;
	background-color: #FFFFFF;
	padding: 6px;
}
.textbox-tburl {
	font-size: 12px;
	color: #2e8701;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(images/tb_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 6px;
}
.tags {
	font-size: 12px;
	color: #2e8701;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(images/tag_bg.gif);
	background-repeat: no-repeat;
	left: 20px;
	right: 20px;
	background-position: 8px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #2e8701;
	text-align: right;
}
.comment-pages{
	color: #2e8701;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e8701;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.commentbox-title{
	padding: 5px;
	background-repeat: repeat-x;
	color: #2e8701;
	background-color: #FFFFFF;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 12px;
}
.commentbox-content{
	background-color: #FFFFFF;
	padding: 6px;
	color: #979797;
	overflow: hidden;
}

/* trackback box */
.trackbackbox{
	background-color: #FFFFFF;
	color: #979797;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e8701;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.trackbackbox-title{
	color: #979797;
}
.trackbackbox-label{
	display: inline;
	font-size: 12px;
}
.trackbackbox-content{
	padding-bottom: 12px;
	padding-top: 6px;
	padding-right: 3px;
	padding-left: 3px;
	color: #979797;;
}
.trackbackbox a{
	color: #2e8701;
}

/* comment form wrapper */
#commentForm {
	width: 100%;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	margin-top: 120px;
	text-align: center;
	background-color: #ffffff;
}
.messagebox-title{
 background: url(images/menu_bg2.png) repeat-x;
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
	color: #2e8701;
	background:#FFFFFF;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2e8701;
	border-right-color: #2e8701;
	border-bottom-color: #2e8701;
	border-left-color: #2e8701;
}
.messagebox-bottom{
	color: #2e8701;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2e8701;
	border-right-color: #2e8701;
	border-bottom-color: #2e8701;
	border-left-color: #2e8701;
}


/****** Input Form Styles (table) ******/
.formbox{
}
.formbox-comment{
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.formbox-title{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #2e8701;
	text-indent: 8px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.formbox-comment-title{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #2e8701;
	text-indent: 8px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}


.formbox-rowheader {
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 80px;
	font-size: 12px;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #197CAD;
	text-align: left;
	border-bottom: 1px solid #2e8701;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 3px solid #2e8701;
	background-color: #EBEBEB;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	margin: 10px;
}
.quote-title {
	background-color: #2e8701;
	font-weight: bold;
	color: #2e8701;
	height: 20px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 6px;
}
.modts {
	width: 15px;
}

.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
	background-color: #ffffff;
	border: 1px solid #2e8701;
	border-top: 0px;
}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
}
.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;
	margin-bottom: 5px;
	color: #2e8701;
}

/*标题栏*/
.modth {
	height: 24px;
	width: 100%;
	background-color: #2e8701;
	background-image: url(images/ptitc.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.modtl {
	background: url(images/ptitl.gif) no-repeat left top;
	width: 14px;
	height: 24px;
}
.modtl-p {
	height: 24px;
	width: 15px;
	vertical-align: middle;
	background-position: center;
}
.modttitle,.modttitle a{
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma, Arial;
	font-size: 12px;
	padding: 3px;
}

.modttitle a:hover {
	text-decoration: none;
	color:#2e8701;
}

.modtr { 
	background: url(images/ptitr.gif) no-repeat right top; 
	width: 14px; 
	height: 24px; }

/*留言评论附加*/
.txtbox{
	width: 90%;
}
.txtboxtitle{
	padding: 10px;
}

.textbox-title-xx{
	background:#FFFFFF;
	color: #FFFFFF;
	padding-bottom: 6px;
}

.textbox-xx{
	background:#FFFFFF;
	color: #FFFFFF;
}
.textbox-content-xx{
	word-wrap: break-word;
	word-break: break-all;
	padding: 6px;
	background-color: #FFFFFF;
	overflow: hidden;
	top: 0px;
	color: #000000;

}
