﻿/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Default
    Version: 1.4
     Author: SiC
Last Update: 2005-05-07 11:30:03
==============================================================
*/

/****** General Styles ******/

body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #333;
	background-image: url("images/page-bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	margin: 75px 10px 0px 0px;
	padding: 0px;
}

table {
	font-family: Tahoma, Arial;
	color:  #333;
	font-size: 12px;
}
td {
     word-break: break-all; 
}

a:link,
a:visited {
	text-decoration: none;
	color: #336600;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
}

img{
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	
}
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;
	color: #333; 
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
input.button {
	height: 20px;
	color: #333; 
	border: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	background-color: #FFFFFF;
}
textarea { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #333;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #333; 
	background-color: #FFFFFF;
}

/****** Main Layout Styles ******/
#wrapper {}
#innerWrapper {
	width: 100%;
	position: relative;
}

#header {}
#innerHeader {
	padding: 0px;
	padding-bottom: 2px;
}

#footer {
	clear: both;
}

#footer a:link {color:#ccc;}
#footer a:hover,a:active {color:#0f0;}

}
#innerFooter {
	padding: 10px;
	padding-top: 25px;
        color:#ccc;
	font-size: 11px;
	text-align: center;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
	margin-right: 5px;
}

/* header title */
.blog-header {
	padding: 0px;

		
}

h1 {
	padding: 0px;
	padding-left:3px;
	margin: 0px;
	color: white;
	font-family: Georgia, "Times New Roman";
	font-size: 48px;
	font-weight:900;
}
h1 a:link,
h1 a:visited {
	color: white;
	text-decoration: none;
}
h1 a:hover {
	color: white;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: white;
	font-family: "Courier New";
	padding-left:12px;
	margin-right:0px;
	
}

/* nav menu */
#menu {
	margin-top: 8px;
	margin-bottom:3px;
	margin-left:8px;
	color: white;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 3px;
	margin: 0px;
	margin-right: 5px;
	border-right: 1px solid #fff;
}
#menu a{
	color: white;
}
#menu a:hover{
	border-bottom: #ff0 2px dotted;
}

/****** Content Layout ******/
#mainWrapper {}

/* sidebar */
.sidebar {
	float: right;
	width: 210px;
	margin-top:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#fff;
	background-image:url(images/sidebar-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0% bottom;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	padding: 0px;

}
/* links */
#linkmianbg {
	float: left;
	width: 170px;
}
#links{
	margin-right: 10px;
	margin-left: 10px;
	width: 170px;
	padding:10px;
	background-image: url(images/link-bg.gif);
	background-repeat: repeat;
	line-height:150%;
	}

.links-bgg {
	margin-left: 5px;
	width: 190px;
	height: 14px;
}

#links h5{
          color:#fff;
		  font-size: 12px;
		  font-family: Geneva, Arial;
		  background-color:#009900;
		  padding:2px;
		  padding-left:5px;
		  margin-bottom:5px;
		  margin-top:0px;
}


/* content */
.content {
	float: left;
	width: 100%;
	margin-right: -440px;

}
.content-wide {
	width: auto;
	margin: 0px;
	margin-right: -440px;
}
.content-only {
	width: auto;
	margin: 0px;
	margin-right: -440px;
}
#innerContent {
	margin-right: 440px;
	padding:10px;
	margin-top:10px;
	overflow: hidden;
	background-color:#fff;
}
.innerContent-bottom {
	margin-right: 440px;
	background-color:#F6F5F0;
	height:14px;
	}
.innerContent-bottom-left {
	width:8px;
	float:left;
	height:14px;
	background-color:#F6F5F0;
	background-image: url(images/innerContent-bottom-left.gif);
	background-position: left bottom;
	}	
.innerContent-bottom-right {
	height:14px;
	width:8px;
	float:right;
	background-color:#F6F5F0;
	background-image: url(images/innerContent-bottom-right.gif);
	background-position: right bottom;
	}

/* 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{
	margin-top: 5px;
	padding:1px;
	margin-bottom: 5px;
}
.panel h5 {
    text-indent: 5px;
	line-height: 20px;
	height: 20px;
	padding: 2px;
	margin: 0px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
    background-image: url("images/left_title.gif");
}
.panel-content{
	padding:5px;
	color:#999999;
	line-height: 150%;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #999999;
	list-style:url(images/list_dot.gif) square inside;
}
.panel-content-link{
	padding:5px;
	color: black;
	line-height: 120%;
}
.panel-content-link ul{
	padding: 0px;
	margin: 0px;
}
.panel-content-link li{
	padding: 0px;
	margin: 0px;
	color: white;
	list-style: square inside;
}
.link-style a{
	color: #000;
}
.link-style a:link,
.link-style a:visited{
	color: #000;
}
.link-style a:hover{
	color: #fff;
}
/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	text-align: right;
	background:#ccc url('images/panelcontent.gif');
	font:10px Geneva, Arial, Helvetica, sans-serif; 
}

.calendar-top {
	color: #333333;
	text-align: center;
	padding: 2px;
	font-size: 11px;
}
.calendar-year,
.calendar-month {
	font-size: 11px;
	color: #fff;
}

.calendar-weekdays {}
.calendar-weekday-cell {
	color: #ff0;
	font-size:11px;
	text-align: center;
	width: 14%;
	padding: 2px;
}

.calendar-main {}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #fff;
	text-align: center;
	width: 14%;
	font-size: 11px;
}
.calendar-saturday,
.calendar-sunday {
	color: #F80;
	font-size: 11px;
	text-align: center;
	background-color :#9FD98B;

}
.calendar-today {
	font-size: 11px;
	color:#fff;
	background-color :#f80;
}

.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;
	font-size: 11px;

}

/* stats panel */
#panelStats .panel-content{
	color: #333;
}

/****** Search Panel ******/
.search-field { width: 155px; margin-bottom:3px; }

/****** Announcement Box ******/
.announce{
	margin-bottom: 10px;
	border: dashed 1px #ccc;
	border-top: solid 6px #efefef;
	
}
.announce-content{
	word-wrap: break-all;
	padding: 5px 10px 10px 70px;
	color: #333;
        background:url(images/info.png) no-repeat 2px 0px;
}

.announce-time{
	float: right;
        font-family: Georgia,Times New Roman;
	font-size:9px;
	color: #ccc; 
}

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
	padding: 5px;
	margin-top: 10px;
}

/* page links */
.pages {
	color: #999999;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #999999;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #FCFCFC;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	margin-bottom: 15px;
}
.textbox-title{
	text-indent: 25px;
        word-wrap:break-all;
	position: relative;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom:8px;
	font-size: 14px;
	background: url(images/title_icon.gif) no-repeat 3px 3px;
	background-color:#efefef;
	height: 42px;
	top: 5px;
}

.textbox-title h4 {
	padding-left:5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	color: #336600;
}
.textbox-label{
	padding-left:5px;
	color: #333;
	font-family: Georgia,PMingLiU;
	font-size: 10px;
}
.textbox-fontsize{
	padding: 5px;
	color: #666666;
	text-align: right;
}
.textbox-content{
	text-align:justify;
	text-justify : auto;	
	word-wrap: break-word;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 150%;	
	color:#333;
}
.textbox-bottom {
	padding: 5px;
	color: #666666;
	font-family: Georgia,PMingLiU ; 
	font-size: 11px;
	border-top: 1px dashed #C0C0C0;
}
.editmark {
	margin-top: 20px;
	color: #999999;
	font-size: 11px;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #666666;
	font-size: 11px;
	border-top: 1px dashed #C0C0C0;
}

/* guestbook entry box */
.gbbox{
	margin-bottom: 15px;
	border-top: 1px dashed #C0C0C0;
	border-bottom: 1px dashed #C0C0C0;
}
.gbbox-title{
	margin-bottom: 10px;
	font-weight: bold;
}
.gbbox-label{
	display: inline;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
	background-color: #fff;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	font-weight:bold;
	background-color: #F8F8F6;
	border-top: 1px dashed #E0E0E0;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding: 5px;
	margin: 5px;
	color: #666666;
	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-bottom: 1px dashed #C0C0C0;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
}
.no-comment-box{
	padding:10px;
	color: #666666;
	background: #FCFCFC;
	border: 1px solid #E0E0E0;
}

/* 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: #333;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	width:100%;
	border: solid 1px #CCCCCC;
	text-align: center;
	background: #fff;
}
.messagebox-title{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#009900;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.messagebox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #fff;
}

/****** error message box ******/
.errorbox{
	width:100%;
	text-align: center;
	background: #fff;
	border: solid 1px #ccc;
}
.errorbox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color:#009900;
	padding: 5px;
}
.errorbox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #339900;
	text-align: left;
}
.errorbox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color:#FAFAFA;
}

/****** Input Form Styles (table) ******/
.formbox{
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	background-color: #EFEFEF;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}

.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-color: #FFFFFF;
	background-image: none;
}
.upload-file{}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text,
.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;
	padding: 10px;
	margin: 5px;
	font-family: Georgia, "Courier New", Courier, monospace;
	font-size:12px;
	font-weight:800;
	color: #393;
	background-color: #f6f6f6;
	border-left: 5px solid #393;
}

.quote {
	margin: 5px;
	
		
}
.quote-title {
	padding: 3px;
	color: #993300;
	font-weight: bold;
	border-bottom: 1px dashed #E0E0E0;
}
.quote-content {
	word-wrap: break-all;
	color:green;
	padding:8px; 
	border-bottom:1px dashed #E0E0E0;
}

.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}
/****** е ******/

#hotArticles { 
	color: #808080;
	font-family:Georgia,"Times New Roman",;
	font-size:10px;
}
#AD {position:relative;left:10px;top:10px;}
#AD_danyuan {position:relative;}
#AD_468 {position:relative;}
#AD_468_pic{}


