﻿/*
=== 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: #abaaaa; 
	SCROLLBAR-HIGHLIGHT-COLOR: #abaaaa; 
	SCROLLBAR-SHADOW-COLOR: #abaaaa;
	SCROLLBAR-DARKSHADOW-COLOR: #abaaaa; 
	SCROLLBAR-3DLIGHT-COLOR: #abaaaa; 
	SCROLLBAR-ARROW-COLOR: #e5e4e4;
	SCROLLBAR-TRACK-COLOR: #e5e4e4;
	font-size: 11.5px;
	font-family: Verdana,Tahoma,Arial;
	background-color: #ffffff;
	margin: 10px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: center;
	line-height:160%;}
	li{
	line-height:160%;}

table {
	font-family: Verdana;
	color: #666666;
	font-size: 11.5px;
}
td{
	word-break: break-all;
}

a:link {
	text-decoration: none;
	color: #666666;/****** 全局连接颜色控制******/
}
a:visited {
	text-decoration: none;
	color: #666666;/****** 全局颜色控制******/
}
a:hover {
	text-decoration: underline;
	color:#ff0000;
}

img {
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
hr {
	border-left:0px none; border-right:0px none; border-bottom:0px none; height: 1px;
	border-top: 1px solid #CCCCCC
}

/****** Form Controls Styles登录框那一部分******/
form {
	display: inline;
}
input {
	font-family: Verdana; 
	font-size: 11.5px; 
}
input.text {
	height: 16px;
	padding: 1px;
	color: #7a7a7a; 
	border: 1px dashed  #CCCCCC;
	background-color: #F9F9F9;
}
input.button {
	height: 20px;
	color: #7a7a7a; 
	border: 1px dashed  #999999;
	border-top: 1px dashed  #CCCCCC;
	border-left: 1px dashed  #CCCCCC;
	background-color: #FFFFFF;
}
textarea { 
	font-size: 11.5px;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #7a7a7a;
	border: 1px dashed  #CCCCCC;
	background-color: #F9F9F9;
}
select { 
	font-size: 9px;  
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #7a7a7a; 
	background-color: #FFFFFF;
}

/****** Main Layout Styles******/
#wrapper {
	margin:0 auto;
	width: 99%;
	position: relative;
	text-align: left;
}
#innerWrapper {
	background-color:#ffffff;
	width: 85%;
	position: relative;
	display: block;
	background-position: center top;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	background-color:#f0ede8;
}
#innerHeader {
	background-color:#ffffff;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	height: 60px;
	vertical-align: bottom;
}

#footer {
	clear: both;
	background-color:#ffffff;
	height: 65px;
}
#innerFooter {
	padding: 30px;
	font-size: 11.5px;
	text-align: right;
	color: #666666;
}

/****** Header Elements Styles*****/
#blogLogo {}
#logo {
	float: left;
	margin-left: 0px;
}

/* header title 页面顶部，农民李威那一部分*/
.blog-header {
	padding: 0px;
}
h1 {
	padding-top: 5px;
	margin: 0px;
	color: #333333;
	font-size: 14px;
	font-weight: none;
}
h1 a:link {
	color: #666666;
	text-decoration: none;
}
h1 a:visited {
	color: #666666;
	text-decoration: none;
}
h1 a:hover {
	color: #666666;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	padding-top: 5px;
	color: #666666;/* blog 描述颜色 */
}

/* nav menu 菜单部分*/
#menu {
	margin-top: 0px;
}
#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 #666666;
}
#menu a{
	color: #666666;
}

/****** Content Layout **right****/
#mainWrapper {
	margin-left: 20px;
	margin-right: 20px;
}

/* sidebar */
.sidebar {
	float: left;
	width: 200px;
	background-color: #f0f3f4;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}

/* 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{
	margin-top:-1px !important;
	border-top:0px none !important;
	margin-top:0 !important;
	clear:both;
	visibility:hidden
}

/****** Sidebar Panels侧边栏 ******/
.panel{
	padding:1px;
	margin-bottom: 10px;
}
.panel h5 {
	color: #666666;
	font-size: 11.5px;
	font-weight: bold;
	padding-bottom: 8px;
	margin:0px;
	border-bottom:1px dashed #999999; 
	padding-left:2px; 
	padding-right:2px; 
	padding-top:2px
}
.panel-content{
	padding:5px;
	line-height: 120%;
	padding:5px;
	color:#666666;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style-image:url('images/list_dot.gif'); list-style-position:outside
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 180px;
	margin-top: 5px;
}

.calendar-top {
	color: #333333;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
}
.calendar-weekday-cell {
	color: #666666;
	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;
}
.calendar-saturday,
.calendar-sunday {
	color: #999999;
	font-weight:bold;
}
.calendar-today {
	border: dashed 1px #CCCCCC;
}

.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 {
	text-decoration: underline;
	font-weight: normal;
}

/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
.search-field { width: 131px; }

/****** Announcement Box公告盒子 ******/
.announce{
	margin-bottom: 10px;
	border: dashed  1px #555555;
	border-top: dashed  1px #555555;
	background-color: #f9f9f9;
	/*background-image: url("images/article-title-bg.gif");*/	
	background-position: top left;
	background-repeat: repeat-x;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #383737;
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #999999; 
}

/****** Defaul Page Elements Defaul 页面关键部分******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
	border-bottom:1px dashed #999999;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #666666;
	
}
.pagelink-current {
	font-weight: bold;
		font-size: 15px;
}

.view-mode {
	float: right;
	color: #999999;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 3px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
.listbox-entry {
	word-wrap: break-all;
	color: #999999;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px dashed #CFB88C;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #F7F3E8;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 7px;
	height: 30px;
}
.textbox-title h4{
	color: #666666;
	padding-left: 5px;
	font-size: 11.5px;/* 调整文章标题的大小 */
	font-weight: none;
	display: inline;
}
.textbox-title h4 a:link
.textbox-title h4 a:visited,
.textbox-title h4 a:active {
	color: #666666;/* 文章标题颜色 */
}
.textbox-label{
	padding-left: 5px;
	color: #666666;/* 文章标题下面的时间等颜色 */
	font-size: 11.5px;
}
.textbox-fontsize{
	text-align: right;
	color: #666666;
	padding: 5px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	color: #666666;
        line-height: 170%;/* 文章内容的间距 */
}
.textbox-bottom{
	padding: 5px;
	font-size: 11.5px;
	border-bottom:1px dashed #999999;
	color: #666666;
}
.textbox-bottom a:link, .textbox-bottom a:visited, .textbox-bottom a:active
{
	color: #fb1111;/* 文章标题点击时变化的颜色 */
	text-decoration: none;
}
.editmark {
	margin-top: 20px;
	font-size: 11px;
	color: #999999;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dashed #C0C0C0;
	font-size: 11px;
	color: #666666;
}

/* guestbook entry box留言本部分 */
.gbbox{
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url('images/textbox_line.gif') no-repeat bottom center;
}
.gbbox-title{
	font-weight: bold;
	padding-left: 0px;
	margin-bottom: 0px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #000000;
}
.gbbox-label{
	font-weight: normal;
	color: #999999;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	padding: 10px;
	color: #de4760;
	border-top: 0px dashed #dcdbdb;
}
.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:5px;
	margin: 5px;
	color: #666666;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
}
.no-comment-box{
	padding:10px;
	border: 1px solid #E0E0E0;
	background: #FCFCFC;
	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 {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 1px #c9c7c4;
	text-align: center; background: #f9f9f9;
}
.messagebox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #dcdbdb;
	padding: 5px;
}
.messagebox-content{
	color: #666666;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.messagebox-bottom{
	color: #FFFFFF;
	background-color: #dcdbdb;
	padding: 5px;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	border: solid 1px #CC0000;
	text-align: center;
	background: #FFEEDD;
}
.errorbox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC3300;
	padding: 5px;
}
.errorbox-content{
	color: #990000;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.errorbox-bottom{
	color: #FFFFFF;
	background-color: #FFE3D0;
	padding: 5px;
}

/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	color: #666666;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #999999;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	color: #333333;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: url('none');
	background-color: #F1ECD6;
	text-align: left
}
.upload-file{
	width: 190px;
}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text{
	font-size: 11px;
	color: gray;
}
.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: "Courier New","宋体";
	border-left: 3px solid #D6C094;
	background-color: #f9f9f9;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	margin: 10px;
	background: #ffffff url(images/bg-quote.gif) top center no-repeat;;
	border-top: 1px dashed #c0c0c0;
	border-bottom: 1px dashed #c0c0c0;
	border-right: 1px dashed #c0c0c0;
	border-left: 1px dashed #c0c0c0;
}
.quote-title {
	border-bottom: 1px dashed #c0c0c0;
	padding: 5px;
	font-weight: bold;
	color: #666666;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	background-color: #f9f9f9;
	color: #666666;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #D6C094;
}



/****** 随即代码******/
.randomArticle{float:right; margin:10px 0 10px 5px; font-size:12px; background:#F7FFFf; border:1px solid #23434E; border-top:3px solid #23434E; padding:8px 3px 3px 3px;}
.randomArticle li{list-style:none; padding:0px; margin:0px;}
.randomArticle ul{padding:0px; margin:0px;}
.randomArticle h5{padding:0px 6px 0 6px;margin-top:-25px;float:left;    position:absolute;color: #116093;font-size: 14px;font-weight: bold;color:#333;background:#F7FFFf;}


/****** 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;
} 