/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Old School
    Version: 1.3
     Author: SiC
Last Update: 2005-05-07 11:30:16
==============================================================
*/

/****** General Styles ******/
body {
	SCROLLBAR-FACE-COLOR: #24242A; 
	SCROLLBAR-HIGHLIGHT-COLOR: #666666; 
	SCROLLBAR-SHADOW-COLOR: #24242A;
	SCROLLBAR-DARKSHADOW-COLOR: #24242A; 
	SCROLLBAR-3DLIGHT-COLOR: #24242A; 
	SCROLLBAR-ARROW-COLOR: #df0505;
	SCROLLBAR-TRACK-COLOR: #666666;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana,宋体;
	background-color: #24242A;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: center;
	line-height:160%;
}
li{
	line-height:160%;
}

table {
	font-family: Verdana;
	color: #7a7a7a;
	font-size: 11.5px;line-height:160%;
}
td{ color: #7a7a7a;
	word-break: break-all;line-height:160%;
}

a:link,a:visited {
	text-decoration: none;
	color: #7a7a7a;line-height:160%;
}
a:hover {
	text-decoration: underline;
	color:#DF0505;line-height:160%;
}

img {
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Verdana; 
	font-size: 11px; 
}
input.text {
	height: 16px;
	padding: 1px;
	border: 1px solid #cccccc;
	color: #000000; 
	background-color: #f5f5f5;
}
input.button {
	height: 20px;
	border: 1px solid #666666;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #ffffff; 
	background-color: #48494D;
}
textarea { 
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-family: Verdana; 
	font-size: 11px; 
	color: #000000; }
select { 
	font-family: Verdana; 
	font-size: 11px;  
	color: #000000; 
	background-color: #ffffff;
}

/****** Main Layout Styles 整个页面宽度******/
#wrapper {
	margin:0 auto;
	width: 100%;
	position: relative;
	text-align: left;
}
#innerWrapper {
	width: 100%;
}

#header {
	
	width: 100%;
}
#innerHeader {

	background-color:#24242A;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
	height: 90px;
}

#footer {
	clear: both;
	height: 65px;
}
#innerFooter {
	padding-top: 10px;
	padding-left: 30px;
	font-size: 11px;
	text-align: left;
	color: #7a7a7a;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 65px;
	margin-bottom: 0px;
	padding: 0px;
}

/* header title */
.blog-header {
	padding-top: 22px;
}
h1 {
	font-family: Arial, Verdana,宋体;
	padding: 0px;
	margin: 0px;
	color: #df0505;
	font-size: 18px;
	font-weight: none;
}
h1 a:link {
    font-family:  Arial, Verdana,宋体;
	color: #df0505;
	text-decoration: none;
}
h1 a:visited {
    font-family:  Arial, Verdana,宋体;
	color: #df0505;
	text-decoration: none;
}
h1 a:hover {
    font-family:  Arial, Verdana,宋体;
	color: #df0505;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #888888;
	padding-top: 0px;

}

/* nav menu */
#menu {
	margin-top: 5px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 5px;
	margin: 0px;
	margin-right: 10px;
	border-right: 1px solid #f0ece8;
}
#menu a{ color: #ffffff;}
#menu a:link, #menu a:visited { text-decoration: none;color: #fff;}
#menu a:link#current, #menu a:visited#current, #menu a:hover { border-bottom: 2px solid #ffffff; padding-bottom: 2px; margin-bottom: 0px;; color: #ffffff; }
#menu a:hover { }

/****** Content Layout ******/
#mainWrapper {
	margin-left: 0px;
	margin-right: 0px;
	border-top: 2px;border-left: 0px;border-right: 0px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #df0505;
	background-image: url(./images/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left;

}

/* sidebar */
.sidebar {
	float: left;
	width: 200px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -245px;
}
.content-wide {
	width: auto;
	margin-left: -245px;
}
.content-only {
	margin-left: -245px;
}
#innerContent {
	margin-left: 245px;
	background-color: #ffffff;
}

/* 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{
    width: 195px;
	padding-left:20px;
	padding-right:20px;
	margin-left: 10px;
	margin-top: 5px;
}
.panel h5 {
	color: #ffffff;
	font-size: 11.5px;
	font-weight: bold;
	padding:2px;
    padding-top: 8px;
	margin:0px;
	border-bottom: 1px solid #48494D; padding-bottom: 5px;
}
.panel-content{
	color:#7A7A7A;
	word-wrap: break-all;
	padding-top:10px;
	padding-bottom:5px;
	line-height: 140%;
	
}
.panel-content ul{
	word-wrap: break-all;
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
}
.panel-content li{
	word-wrap: break-all;
	padding: 0px;
	margin-bottom: 5px;
	color: #7A7A7A;
	list-style: url('images/list_dot.gif') outside;
}

.panel-content li a:link {color: #7A7A7A;}
.panel-content li a:visited {color: #7A7A7A;}
.panel-content li a:hover {border-bottom: 1px solid #ffffff; padding-bottom: 1px; margin-bottom: 0px; color: #ffffff; text-decoration: none;}


/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 180px;
	margin-top: 5px;
}

.calendar-top {
	color: #f5f5f5;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;color: #7a7a7a;
}

.calendar-weekdays {
}
.calendar-weekday-cell {
	color: #7A7A7A;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding: 2px;
}

.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #666666;
	text-align: center;
	width: 14%;
	padding: 2px;border: solid 1px #48494D;
}
.calendar-saturday,
.calendar-sunday {
	color: #7A7A7A;
	font-weight:bold;
}
.calendar-today {
	color: #fff;
	border: solid 1px #fff;
}

.calendar-day a:link,
.calendar-day a:visited,
.calendar-saturday a:link,
.calendar-saturday a:visited,
.calendar-sunday a:link,
.calendar-sunday a:visited,
.calendar-today a:link,
.calendar-today a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
.search-field { width: 131px; }

/****** Announcement Box ******/
.announce{
    padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	background: #f9f9f9;
}
.announce-content{
	word-wrap: break-all;
	color: #000000; 
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #DF0505; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding-top:8px;
	padding-left:25px;
	padding-right:25px;
	height:23px;
	background: #f9f9f9;
}
.article-bottom {
	padding-top:8px;
	padding-left:25px;
	padding-right:25px;
	height:23px;
	background: #f9f9f9;
}

/* page links */
.pages {
	color: #999999;	
}
.pagelink-current {
	font-weight: bold;
	font-size: 11px;
	padding: 0 2px;
	color: #DF0505;
}

.view-mode {
	float: right;
	color: #999999;
}

.listbox {
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.listbox-table {
	width: 100%;
}
.listbox-header {
	word-wrap: break-all;
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
.listbox-entry {
	padding-top: 5px;
	word-wrap: break-all;
	color: #999999;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #cccccc;
	margin: 20px;
}
.no-entry-message {
	padding: 10px;
	color: #666666;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;

}
.textbox-title{
	word-wrap: break-all;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 5px;
	height: 20px;
	border-bottom: 1px solid #f5f5f5;	
}
.textbox-title h4{
	color: #DF0505;
	padding-left: 5px;
	font-size: 14px;
	font-weight: none;
	display: inline;
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited,
.textbox-title h4 a:active {
	color: #DF0505;
}
.textbox-label{
	padding-left: 5px;
	color: #666666;
	font-size: 11px;
}
.textbox-fontsize{
	text-align: right;
	color: #666666;
	padding-top: 5px;
	padding-right: 10px;
}
.textbox-content{
	word-wrap: break-word;
	color: #666666;
	line-height:14pt;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.textbox-bottom{
	padding: 5px;
	font-size: 11.5px;
	color: #666666;
}
.textbox-bottom a:link,
.textbox-bottom a:visited,
.textbox-bottom a:active,
{
	color: #666666;
	text-decoration: none;
}
.editmark {
	margin-top: 20px;
	font-size: 11px;
	color: #999999;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #cccccc;
	font-size: 11px;
	color: #666666;
}

/* guestbook entry box */
.gbbox{
	padding: 10px;
	margin-bottom: 5px;

}
.gbbox-title{
	font-weight: bold;
	padding-left: 0px;
	margin-bottom: 0px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #df0505;
}
.gbbox-label{
	font-weight: normal;
	color: #999999;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;border-bottom: 1px solid #CCCCCC;
}
.gbbox-reply {
	padding: 10px;
	color: #df0505;
	border-top: 0px dashed #DBC9A2;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #999999;
	font-size: 11px;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding-left:25px;
	margin: 0px;
	color: #666666;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px;
}
.commentbox-title{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.commentbox-content{
	padding: 10px;
}
.no-comment-box{
	margin: 25px;
	padding:15px;
	border: 1px solid #E0E0E0;
	color: #666666;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	
	padding: 25px;
	background: #ffffff;
}

/****** normal message box ******/
.messagebox{
	width: 100%;
	border: solid 1px #df0505;
	text-align: center; background: #eeeeee;
}
.messagebox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #df0505;
	padding: 5px;
}
.messagebox-content{
	color: #df0505;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.messagebox-bottom{
	color: #FFFFFF;
	background-color: #E7E7E7;
	padding: 5px;
}

/****** error message box ******/
.errorbox{
	margin:25px
	width: 500px;
	border: solid 1px #df0505;
	text-align: center;
	background: #eeeeee;
}
.errorbox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #df0505;
	padding: 5px;
}
.errorbox-content{
	color: #df0505;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.errorbox-bottom{
	color: #FFFFFF;
	background-color: #E7E7E7;
	padding: 5px;
}

/****** Input Form Styles (table) ******/
.formbox{margin-left:250px;}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	color: #666666;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	color: #333333;
}

.formbox-content,
.formbox-comment-content{
	padding: 10px;
}

/* smilies list */
.panel-smilies {
	padding-top: 10px;
	text-align: left;
}
.panel-smilies-title {
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
.panel-smilies-content {
	padding: 10px;margin: 5px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #ffffff;
	text-align: left;
}
.upload-file{
	width: 190px;
}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text{
	font-size: 11px;
	color: #df0505;
}
.hidden-note{
	font-size: 11px;
	color: gray;
}
.red {
	color: red;
}
.highlight {
	font-weight: bold;
	color: #ff6600;
	background: #FFFF00;
}
.meta-button {
	margin: 1px;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 15px;}
.ubb-list li{
	margin: 1px;
	padding: 1px;
}

.code {
	word-wrap: break-all;
	font-family: Tahoma, Arial, Verdana,宋体;
	border-left: 3px solid #dedede;
	background-color: #f9f9f9;
	color: #000000;
	margin-top: 5px;margin-bottom: 5px;
	padding: 15px;
}

.quote {
	border-left: 3px solid #df0505;
	background-color: #f9f9f9;
	margin-top: 5px;margin-bottom: 5px;
}
.quote-title {
	border-bottom: 1px dashed #df0505;
	padding: 10px;
	font-weight: bold;
	color: #000000;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	background-color: #f9f9f9;
	color: #666666;
	margin: 5px;
	padding: 15px;
	border-left: 3px solid #df0505;
}



/****** LBS2.0.304的Tags、置顶、可视化编辑器补丁---TAT ******/
.rteImage {
        border: 1px solid #fff;
        cursor: pointer;
        cursor: hand;
        width: 25px;
        height: 24px;
}

.rteImageRaised, .rteImage:hover {
        background: #CFE1FF;
        border: 1px solid #3169C6;
        cursor: pointer;
        cursor: hand;
}

.rteImageLowered, .rteImage:active {
        background: #ABC6F2;
        border: 1px solid #3169C6;
        cursor: pointer;
        cursor: hand;
}

.rteVertSep {
        margin: 0 4px 0 4px;
}

.rteBack {
        background: #fff;
        border-top: 1px solid #eee;
        letter-spacing: 0;
        padding: 2px;
}

.rteDiv {
        display: block;
        position: relative;
}
.controlBar{
        margin-top: 4px;
}
.controlBar div{
        float: left;
        width: 70px;
        margin-left: 10px;
        cursor: pointer;
        text-align: center;
        padding: 3px;
} 

.textbox-relate{
  margin-top: 15px;
  background: #fff;
  padding: 10px;
  border: 1px dashed #df0505;
}
.textbox-relate ul{
  margin: 0px;
  margin-left: 20px;
  padding: 0px;
  list-style: cycle inside;
}
.textbox-tags{
	word-wrap: break-word;
	color: #df0505;

}
.textbox-tag{
	word-wrap: break-word;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 2em;
}
.textbox-tag a{padding-left: 6px; display: block; float: left;}
.textbox-tag a:hover{color: #ffffff;background: #df0505;text-decoration: none;}