/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Old School
    Version: 1.3
     Author: SiC
Last Update: 2005-05-07 11:30:16
==============================================================
*/

/****** General Styles ******/
body {
	font-size: 12px;
	
	font-family: Tahoma, Arial;
	background-color: white;
	background-image: url("images/bg.jpg");	
	margin: 0px;
	padding: 0px;
	margin-bottom: 40px;
	text-align: center;
}
/*****字的大小样式*****/
table {
	font-family: Tahoma, Arial;
	color: #999999;
	font-size: 12px;

}/****登陆展开面板的文字样式****/
td{
	word-break: break-all;
}

a:link{
    text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

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: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	border: 1px solid #FFFFEE;
	border-top: 1px solid #999999;
	border-left: 2px solid #999999;
	color: #000000; 
	background-color: #F7F7F7;
}
input.button {
	height: 20px;
	border: 1px solid #000000;
	border-top: 1px solid #999999;
	border-left: 2px solid #999999;
	color: #330000; 
	background-color: #ffffff;
}
textarea { 
	border: 1px solid #FFFF00;
	border-top: 1px solid #999999;
	border-left: 2px solid #999999;
	background-color: #F7F7F7;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000000; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #000000; 
	background-color: #F7F7F7;
}

/****** 主内容区Main Layout Styles ******/
#wrapper {
    
	position: relative;
	text-align: left;
}
#innerWrapper {
	background: url('') repeat-y;
	width: 100%;
}

#header {
    margin:auto;
	
	width:860px;
    
}/****BLOG的主标题处****/

#innerHeader {
    padding: 0px;
	padding-bottom: 12px;
	
	
	
	vertical-align: bottom;
}/****BLOG描述下的距离****/

/****footer的样式****/
#footer {
	clear: both;
	background: url('');
	height: 2px;
}/****footer的样式****/
#innerFooter {
	padding: 0px 0px 0px 0px;
	font-size: 9px;
	text-align: center;
	color: #000000;
}

/****** BLOG栏的样式Header Elements Styles ******/
#blogLogo {
    
}
#logo {
    width:0px;
	height:0px;
	float: right;
	margin: 5px;
	
	
}

/* header title */
.blog-header {
	margin: 0 auto;
	
	width:860px;
}
h1 {
	padding: 5px 0px 20px 5px;
	color: black;
	font-size: 29px;
	font-weight: bold;
}/****副标题栏的上下距离****/
h1 a:link {
	color: #330000;
	text-decoration: none;
}
h1 a:visited {
	color: #330000;
	text-decoration: none;
}
h1 a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

/* 描述blog description */
.blog-desc {
	color: #999999;
	margin:0px;
	width:858px;
	padding: 0px 0px 8px 5px;
}

/* BLOG栏下的菜单样式nav menu */
#menu {
	margin:auto;
	
	width:860px;
	
}
#menu ul{
	margin: 0px;
	padding: 5px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 3px;
	margin: 0px;
	margin-right: 5px;
	border-right: 2px solid #FFff00;
}
#menu a{
	color: #000000;
}
/****菜单颜色****/
/****** 主内容区两边的边距Content Layout ******/
#mainWrapper {
	margin:auto;
	
	width:860px;
}

/* 左边的样式sidebar */
.sidebar {
	float: left;
	width: 180px;
	margin-top:0px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0px;
}

/* 主内容区的样式content */
.content {
	float: right;
	width: 100%;
	margin-left: -210px;
}
.content-wide {
	width: auto;
	margin-left: -210px;
}
.content-only {
	width: 100%;
	margin-left: -180px;
}
#innerContent {
	margin-left: 210px;
	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:1px;
	margin-bottom: 10px;
	
}
.panel h5 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding:4px;
	padding-bottom: 4px;
	
	margin:0px;
	border-left: 1px solid  #FFff00;
	border-right: 1px solid  #FFff00;
	background-color: #F9F9F9;
}/****左边的线的样式****/
.panel-content{
	padding:5px;
	line-height: 130%;
	padding:5px;
	color:#999999;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: url('') 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: 155px; }

/****** 主内容区通告栏的线Announcement Box ******/
.announce{
	
	margin-bottom: 15px;
	margin-top: 14px;
	background: url('') no-repeat bottom center;
	border-left:1px solid  #FFff00;
	border-right:1px solid  #FFff00;
	background-color: #FFFFF4;
}/****solid为实线****/
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #330000; 
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #996600; 
}

/****** 页元素 Defaul Page Elements ******/
.article-top {
    border-left:1px solid #FFFF00;
	border-right:1px solid #FFFF00;
	padding: 5px;
	margin-bottom: 15px;
	background-color:#F7F7F7;
	width:98.3%;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
	border-left:1px solid #FFFF00;
	border-right:1px solid #FFFF00;
	background-color:#F7F7F7;
}

/* page links */
.pages {
	color: #999999;
	
	
	background-color:#F7F7F7;
	
}
.pagelink-current {
	font-weight: bold;
	
}

.view-mode {
	float: right;
	color: #999999;
	margin-top: 0px;
	
	
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #666666;
	text-decoration: underline;
	font-size:14px;
	font-weight: bold;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
	font-size:12px;
}/****列表时的字体大小样式****/
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #FFFF00;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #ffffe0;
	text-align: center;
}

.prev-article{ float: left; 
    
	
}
.next-article{ float: right;
   
 }
.category-label{ text-align: center;
    
}

/* 内容文本区的样式text box */
.textbox{
    
	padding-bottom: 20px;
	margin-bottom: 15px;
	background: url('') no-repeat bottom center;
	
	
}/****登陆后的分类样式****/
.textbox-title{
	word-wrap: break-all;
	position: relative;
	font-size: 14px;
	background: url('') no-repeat left top;
	border-left: 1px solid #FFff00;
	border-right: 1px solid #FFff00;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid	#EEEEEE;
	background: #FCFCFC;
	padding-left: 2px;
	padding-top: 2px;
	height: 34px;
}
.textbox-title h4{
    word-wrap: break-word;
	color: #000000;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}/****日志区标题字体属性****/
.textbox-title h4 a:link{
    color: #666666;
	text-decoration: none;
}
.textbox-title h4 a:visited{
    color: #CCCCCC;
	text-decoration: none;
}
.textbox-title h4 a:active,
.textbox-title h4 a:hover {
	color: #FFFF00;
	text-decoration:underline;
}
.textbox-label{
	padding-left: 5px;
	color: #666666;
	font-size: 11px;
}/****日志标题底下的字****/
.textbox-fontsize{
	text-align: right;
	color: #666666;
	padding: 5px;
}
.textbox-content{
margin-top:5px;

    line-height: 15px;
	word-wrap: break-word;
	padding: 6px;
	border-bottom:1px solid #EEEEEE;
}/****分类上面的线****/
.textbox-bottom{
	padding: 5px;margin-bottom:5px;
	font-size: 11px;
	color: #666666;
	background-color: #FCFCFC;
	border-left: 1px solid #FFff00;
	border-right: 1px solid #FFff00;
	border-bottom:1px solid #EEEEEE;
}
.textbox-bottom a:link{
    color: #666666;
	text-decoration: none;
}
.textbox-bottom a:visited {
    color: #CCCCCC;
	text-decoration: none;
}
.textbox-bottom a:active,
.textbox-bottom a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}
.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{
	margin-bottom: 15px;
	border-top: 1px dashed #C0C0C0;
	border-bottom: 1px dashed #C0C0C0;
}
.gbbox-title{
	font-weight: bold;
	background: url('') no-repeat left;
	padding-left: 0px;
	margin-bottom: 10px;
	background-color:#F6F6F6
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #330000;
}
.gbbox-label{
	font-weight: normal;
	color: #999999;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
	background-color:#F6F6F6
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	border-top: 1px dashed #DBC9A2;
	background-color: #FFFFF4;
}
.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;
	border-left:1px solid #FFFF00;
	border-right:1px solid #FFFF00;
	background: #F6F6F6;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-title{
	padding: 3px;
	border: 1px;
	background-color:#F6F6F6;
}
.commentbox-label{
	display: inline;
	color: #000000;
	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 #CCCCCC;
	
	text-align: center; 
	background: #ffffff;
	
}
.messagebox-title{
	color: #000000;
	font-weight: bold;
	font-size:14px ;
	border-bottom: solid 1px #CCCCCC;
	background-color: #EBEBEB;
	padding: 5px;
}
.messagebox-content{
	color: #666666;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.messagebox-bottom{
	color: #FFFFFF;
	background-color: #F6F6F6;
	padding: 5px;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	border: solid 1px #CC0000;
	text-align: center;
	background: #F6F6F6;
}
.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: #F2F2F2;
	padding: 5px;
}

/****** 用户注册Input Form Styles (table) ******/
.formbox{

    background: #F7F7F7;
	border: 1px solid #cccccc;
	
	background-color: #ffffff;
}
.formbox-comment{
    width:101%;
	background: #F7F7F7;
	border-bottom: 1px solid #EBEBEB;
	background-color: #ffffff;
	
}/****登陆时的框的样式****/

/****用户注册****/
.formbox-title,
.formbox-comment-title{
    margin-top:20px;
	color: #000000;
    border-bottom: 1px solid #cccccc;
	
	padding: 5px;
	
	background-color: #EBEBEB;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	
	
}/****登陆时的标题栏****/

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	font-size:12px;
	color: #333333;
}/****表情图标处的文字样式****/

.formbox-content{
    font-size:12px;
	
	text-align:left;
	padding: 5px;
	
}
.formbox-comment-content{
	padding: 5px;
	font-size:12px;
	color:#666666;
}/****评论处的用户名样式****/

/* 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: none;
	background-color: #F6F6F6;
	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: #FAF8ED;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 3px solid #D6C094;
	background-color: #FAF8ED;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dashed #F5F5F5;
	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: 000000;
	color: #666666;
	padding: 0px;
	margin-top:4px;
	
}

