﻿/*
KongYang for Bo-Blog 2.0.3
Transplant by pfire
2007-02-15
2007-11-12Update
*/

/****** General Styles ******/
*{
	padding:0;
	margin:0;
}
body {
	background: #E1E1E1 url('images/bg.gif') repeat;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: "Verdana", "宋体";
}

body,table,select,textarea,input {
    font-size: 12px;
	color:#949494; 
	line-height:150%;
	font-family: "Verdana", "宋体";
}

td{
	word-break: break-all;
}

a {
	text-decoration: none; 
	color: #545454;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF; 
	background-color:#FF6600;
}

hr {
	height: 1px;
	border-top: 1px solid #CCCCCC;
}

acronym {
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px dotted #000;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
	margin:0px
}
input {
}
input.text {
	border:1px solid #666666;
	background:#FEFEFE;
    height:16px;
	font-size: 12px;
	padding: 1px;
    font-family:"宋体";
    color:#000000;
}
input.button {
    border:1px solid #999999;
    background:#E9E9E9;
    height:20px;
    font-size: 12px;
    font-family:"宋体";
    color:#000000;
}
textarea { 
	border: 1px solid #666;
	background-color: #fff;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000;
}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #949494; 
	background-color: #fff;
}


/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	padding:0px;
	width: 980px;
	border:0;
	border-left:4px solid #663300;
	border-right:4px solid #663300;
	text-align: left;
    background:#fff;
}
#innerWrapper {
	width: 100%;
	margin:0px;
	padding:0px;
	position: relative;
}

#header {
    margin:0px;
	padding:0px;
}
#innerHeader {
}

#footer {
	clear: both;
	margin:0px;
	background: #E1E1E1 url('images/footer.gif') no-repeat top left;
	height:46px;
}
#footer a{
color: #545454;
text-decoration: none;
}
#footer a:hover{
color: #fff;
text-decoration: underline;
}
#innerFooter {
	display :none;
	padding: 1px;
	font-size: 10px;
	text-align: left;
	color: #fff;
}

/****** Header Elements Styles ******/

#logo a:hover{
	background:none;
}

/* nav menu */
#menu {
	margin-top: 0px;
	margin-left:8px;
	margin-right:8px;
	padding: 3px;
	padding-left: 10px;
	color: #999999;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline;
	padding-right: 3px;
	margin-right: 5px;
	border-right: 1px solid #545454;
}
#menu a{
	margin-top: 4px;
	font-weight:bold;
	color: #545454;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
}
#menu a:hover {
	color: #FFF;
	background:#FF6600;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 8px;
	margin-right: 8px;
}

/* sidebar */
.sidebar {
	padding-top: 6px;
	padding-left: 0px;
	float: left;
	width: 180px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -185px;
}
.content-wide {
	width: auto;
	margin: 5px;
	margin-left: -185px;
}
.content-only {
	width: 100%;
	margin: 5px;
	margin-left: -170px;
}
#innerContent {
	margin-left: 190px;
	overflow: visible;
	margin-right: 0px;
	margin-top: 7px;
}

/* 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: 10px;
}
.panel h5 {
    font-family: "Verdana", "Arial"; 
	background: url('images/panel_t_bg.gif') no-repeat bottom;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding:2px;
	padding-left:8px;
	margin:0px;	
	cursor: pointer;
	cursor: hand;
}

.panel-content{
	margin:0px;
	padding:5px;
	line-height: 120%;
	color:#949494;
	background:#F8F8F8;	
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #949494;
	list-style : disc inside ; 
	list-style-type : decimal;
}

.panel-content li.indent{
	padding: 0px;
	text-indent: 8px;
}

.panel-content ul ul li{
	padding: 0px;
	text-indent: 8px;
}
/*panel ex*/
.panel-content-ex{
	margin:0px;
	padding:5px;
	line-height: 120%;
	color:#6D6B6B;
	font-weight: bold;
	background:#fff;	
	border: 1px solid #BD4401;
	border-top: 0px solid #BD4401;
}
.panel-content-ex ul{
	padding: 1px;
	margin: 0px;
}
.panel-content-ex li{
	padding: 0px;
	margin: 0px;
	color: #949494;
	list-style :none ; 
	border-bottom: 1px solid #EAEAEA;
}

.panel-content-ex li.indent{
	padding: 0px;
	text-indent: 8px;
}

.panel-content-ex ul ul li{
	padding: 0px;
	text-indent: 8px;
}
/*panel ex*/
/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 100%; 
  margin-top:0px;
  font-size: 9px;
  line-height: 120%
}
#calendarBG{
  background:#C8CCC8;
}
.panel_calendar_content{
	margin:0px;
	padding:0px;
	color:#949494;
	border:1px solid #FF4600;
	border-top:0px solid #FF4600;
}
.calendar-top {
  text-align: center;
  margin:0px;
  padding:0px;
  background:#F0F0F0;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #545454;
  text-align: center;
  width: 14%;
  padding:2px;
  background: #FFFFFF;
}
.calendar-weekday-cell {
  color: #000000;
  text-align: center;
  width: 14%;
  padding:2px;
  font-weight: bold;
  background: #F0F0F0;
}
.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,.calendar-saturday a, .calendar-sunday a{
  color: #000; 
}
.calendar-saturday a, .calendar-sunday a{
  font-weight:bold;
  text-decoration: underline;
}
.calendar-today { 
  color: #545454;
  background: #EFEFEF;
}
.calendar-day a {
  color: #000; 
  font-weight:bold;
  text-decoration: underline;
}
.calendar-today a {
  color: #fff;
  font-weight:bold;
  text-decoration: underline;
}
.calendar-today a:hover, .calendar-day a:hover, .calendar-saturday a:hover, .calendar-sunday a:hover {
  color: #000;
  background: #ffffff;
}


/****** Search Panel ******/
.search-field { 
  width: 155px;
  margin-bottom: 5px;
  border: 1px solid #666;
}
#minisearcharea { 
	width: 150px;
	height: 36px;
	margin:0px;
	padding:0px;
	padding-top: 10px;
	padding-left: 30px;
	background: url('images/search.gif') no-repeat top;
}
.minisearcharea input { 
	border: none;
	background: #fff;
	width: 100px;
	padding-left: 5px;
}

/****** Announcement Box ******/
.announce{
	border: 1px solid #C8CCC8;
	margin-bottom: 10px;
	background:#F8F8F8;
	line-height:150%;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #000; 
}

/****** Defaul Page Elements ******/
.article-top, .article-bottom {
	padding: 5px;
}

/* page links */
.pages {
    color: #949494;
}
.pagelink-current {
	font-weight: bold;
}
.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #f60;
	color: #ffffff;
	height: 25px;
	word-wrap: break-all;
}
.listbox-entry {
	word-wrap: break-all;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	clear:both;
	margin-top: 15px;
	margin-bottom: 15px;
}
.textbox-calendar {
	float: left;
	height: 56px;
	width: 46px;
	background: url('images/date.gif') no-repeat;
	text-align: center;
}
.textbox-calendar-day {
	margin: auto;
	display: block;
	font-family: 'Arial Black', Arial;
	color: #fff;
	font-size: 24px;
	margin-top: 13px;
}
.textbox-calendar-month {
	margin: auto;
	margin-top: 2px;
	display: block;
	font-family: 'Arial Black', Arial;
	font-size: 12px;
	color: #fff;
}
.textbox-title-short{
	float: right;
	width:725px;
	font-size: 12px;
	margin:0;
	padding: 6px 0 0 0;
	height: 40px;
	text-align:left;
}
.textbox-title{
	font-size: 12px;
	padding: 13px 0 0 0px;
	height: 40px;
	text-align:left;
}
.textbox-title-short h4,
.textbox-title h4{
	color: #FF3300;	
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom:1px solid #FF5A00;
	display: block;
}
.textbox-title-short h4 a,
.textbox-title h4 a {
	color: #000;
    text-decoration: none;
}
.textbox-title-short h4 a:hover,
.textbox-title h4 a:hover {
	color: #000;
	background-color:#f60;
	text-decoration: underline;
}
.textbox-label{
	padding:0;
	padding-left: 10px;
	color: #979797;
	font-size: 10px;
	margin:3px 0 3px 0;
	background:#F9F9F9;
	display: block;
}
.textbox-bottom{
	display: inline;
	color: #D5D5D5;
	padding-left:15px;
	font-size: 12px !important;
	font-size: 11px;
}
.textbox-bottom a {
	color: #D5D5D5;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #979797f;
}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px !important;
	font-size: 11px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	word-wrap: break-word;
	clear:both;
	margin:0;
	color: #333333;	
	padding-bottom:1px;
	background: #f2f2f2 url('images/dian.gif') repeat-x left bottom;
}
.textbox-content-inner{
	padding: 5px 10px 15px 10px;
}
.textbox-content-inner li{
	list-style: square inside;
}
.textbox-content-admin{
	padding: 0 10px 15px 10px;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #979797;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 12px !important;
	font-size: 11px;
	color: #979797;
	text-align:left;
	padding-left: 15px;
}
.tags {
	padding: 3px 0 3px 10px;
	font-size: 12px !important;
	font-size: 11px;
	color: #979797;
	background:#E4E4E4;
	text-align:left;
}
/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #979797;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #979797;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-title{
	padding: 5px;
	border-left: 3px solid #f60;
	background: #F2F2F2;
}
.commentbox-label{
	display: inline;
	color: #979797;
	font-size: 12px;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 14px;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #f60;
	background: #F2F2F2;
}
.trackbackbox-label{
	display: inline;
	color: #979797;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	text-decoration: none; 
	color: #545454;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 border: 1px solid #C8CCC8; 
 text-align: center; 
 background-color: #F0F0F0;
 	margin-top: 150px;
}
.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
  background-color: #F60;
}
.messagebox-content{
 color: #949494; 
 background:#F8F8F8;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #949494; 
 background:#F8F8F8;
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
}

.formbox-title,
.formbox-comment-title{
	color: #949494;
	font-weight: bold;
	border-left: 3px solid #f60;
	background: #F2F2F2;
	padding: 2px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #949494;
	text-align: left;
	border-bottom: 1px solid #BFCAD2;
}
.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 #979797;
	border-right: 3px solid #979797;
	background-color: #F8F8F8;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	margin: 10px;
	background-color: #F0F0F0;
	border: 1px solid #C8CCC8;
}
.quote-title {
	border-bottom: 1px solid #C8CCC8;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #949494;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
	background-color: #ffffff;
}

/****** 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: 14px;
	margin-bottom: 5px;
	color: #979797;
}
