﻿
/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Huacn'Blog 2006
    Version: 1.0
     Author: huacn
Last Update: 2006-05-02 11:30:16
==============================================================
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background: #687885 url('images/bg.jpg');
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	text-align: center;
}

table {
	font-family: Tahoma, Arial;
	color: #49545D;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a:link,a:visited {
	text-decoration: none;
	color: #CA2B0B;
}
a:hover {
	text-decoration: none;
	color:#F13212;
}

img {
	vertical-align: middle;
	border: 1px none;
	max-width:560px;
	height:auto;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #49545D;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	border: 1px solid #000000;
	color: #FFFFFF; 
	background-color: #687885;
}
input.button {
	height: 20px;
	border: 1px solid #687885;
	border-left: 4px solid #687885;
	color: #000000; 
	background-color:#BFC6CD;
	/*background-image:url(images/bbg.gif);*/

}
textarea { 
	border: 1px solid #000000;
	background-color: #687885;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #FFFFFF; 
	}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #FFFFFF; 
	background-color: #687885;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 780px;
	text-align: left;
	position: relative;
	background: #687885 url('images/main_bg.jpg') repeat-y;
}
#innerWrapper {

}

#header {
	height:193px;
}
#innerHeader {
	background: #687885 url('images/header_bg.jpg') no-repeat;
	padding-top: 193px;
	padding-bottom: 0px;
	height: 0px;
}

#footer {
	margin-top: 0px;
	background: #687885 url('images/footer_bg.jpg') no-repeat;
}
#innerFooter {
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}
#innerFooter a{
	color:#FFC100;
}
#innerFooter a:hover{
	color:#FF6C00;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
	display: none;
}

/* header title */
.blog-header {
display: none;
padding: 0px; 
margin: 1px; 
padding-top: 25px; 
padding-left:150px;}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 24px;
	font-weight: bold;
}
h1 a:link {
	color: #93B344;
	text-decoration: none;
}
h1 a:visited {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	color: #FF3300;
	text-decoration: none;
}

/* blog description */
.blog-desc {
display: none;
	padding-top: 0px;
	color: #333333;
}

/* nav menu */
#menu {
	color:#FFFFFF;
	float:center;
	margin-top: -46px;
	margin-right: -10px;
	text-align: center;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-left: 2px;
	padding-right: 10px;
	margin: 0px;
	margin-right: 10px;
	border-right: 1px solid #FFFFFF;
}
#menu a{
	color: #FFFFFF;
}

#menu a:hover {
	color: #FF3300;
	text-decoration: none;
}
/****** Content Layout ******/
#mainWrapper {
	margin-top: 5px;


}

/* sidebar */
#sidebar{
}
#sidebar a:link{
	color:#687885;
}
#sidebar a:hover{
	color:#FFFFFF;
	background-color:#687885;
}
.sidebar {
	float: right;
	margin-right: 5px;
	width: 175px;
	
}
.sidebar-hide {
	display: right;
	float: right;
	
}
#innerSidebar {
	padding: 0px;
}
#innerSidebar a{
	color: #57646F;
}

.panelCategory{
	float: right;
}

/* content */
#content {

}
.content {

}
.content-wide {
	width: auto;
}
.content-only {
	width: 100%;
}
#innerContent {
	float:left;
	width:560px;
	padding-left:13px;
}

/* 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: 0px;
}
.panel h5 {
	color: #4E5A63;
	font-size: 11px;
	padding:2px;
	border-left: 3px solid 4;
	font-weight: bold;
	background-color:#FF9510;
	/*background: url('images/panel_line.gif') no-repeat left bottom;*/
}
.panel-content{
	padding:5px;
	line-height: 120%;
	padding:5px;
	color:#000001;
}
.panel-content ul{
	padding:3px;
	margin: 0px;
	margin-left: 10px;
}
.panel-content li{
	padding:0px;
	margin-right: 0px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 170px;
	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: #666666;
	font-weight:bold;
}
.calendar-today {
	color: black;
	border: dashed 1px black;
}

.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: none;
	font-weight: normal;
}

/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
.search-field { width: 145px; }

/****** Announcement Box ******/
.announce{
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px;
	background: #FFCB17;
	border: 1px solid #FFAC17;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #000000; 
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #000000; 
}
.announce a{
	font-size: 11px;
	color: #FFFFFF; 
}


/****** Defaul Page Elements ******/
.article-top {
	padding: 1px;
	margin-bottom: 5px;
	color:#62647D;
}
.article-top a:link,a:visited {
	color:#FF5B00;
}
.article-top a:hover {
	color:#FF3300;
}
.article-bottom {
	padding: 5px;
	margin-top: 5px;
}
.article-bottom a:link,a:visited {
	color:#FF5B00;
}
.article-bottom a:hover {
	color:#FF3300;
}

/* page links */
.pages {
	color: #FF9000;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	font-weight: bold;
	color: #FF9000;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #203202;
	border-bottom: 1px dashed #203202;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color:#203202;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
}
.listbox-entry {
	word-wrap: break-all;
	color: #203202;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #6C8D36;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #687885;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	margin-top: 15px;
	margin-bottom: 35px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	border: 0px solid #FFCB17;
	border-left: 5px solid #FF7209;
	background-color: #FFCB17;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 99% ;
	height: 30px;
}
.textbox-title h4{
	color: #FFFFFF;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link,a:visited{
	color: #CA2B0B;
}

.textbox-title h4 a:hover {
	color: #FF5200;
}
.textbox-label{
	padding-left: 5px;
	color: #876900;
	font-size: 11px;
}
.textbox-fontsize{
	text-align: right;
	color: #666666;
	padding: 5px;
}
.textbox-content{
	word-wrap: break-word;
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
}
.textbox-bottom{
	padding: 5px;
	font-size: 11px;
	background-color:#E8EAED;
	color: #3D3F54;
}
.textbox-bottom a:link,a:visited
{
	color: #3D3F54;
	text-decoration: none;
}
.textbox-bottom a:hover 
{
	color: #3D3F54;
	text-decoration: none;
}

.editmark {
	margin-top: 20px;
	font-size: 11px;
	color: #666666;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	font-size: 11px;
	color: #666666;
	border-top: 1px dashed #BEA46D;
}

/* guestbook entry box */
.gbbox{
	margin-bottom: 15px;
	border: 1px solid #FF8F02;
}
.gbbox-title{
	font-weight: bold;
	border: 1px solid #FF8F02;
	border-left: 5px solid #FF8F02;
	background-color:#FECC17;
	/*background: url('./images/title.jpg');*/
	padding: 5px;
	margin-bottom: 5px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #3D3F54;
}
.gbbox-label{
	display: inline;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
	background: #FFFFFF;
}
.gbbox-reply {
	padding: 10px;
	background: #FFEDAC;
	color: #333333;
	border-top: 1px soild #BFC6CD;
}
.gbbox-reply-title{
	color: #3D3F54;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #666666;
	font-size: 11px;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	margin: 5px;
	color: #666666;
	background: #BFC6CD;
	border-left: 3px solid #687885;
	text-align: center;
}
.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 #666666;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
}
.no-comment-box{
	padding:10px;
	border: 1px solid #BFC6CD;
	background: #FCFCFC;
	color: #666666;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #666666;
}
.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{
	background: url("images/message_bg.gif") no-repeat top left;
	padding-left: 100px;
	padding-bottom: 50px;
	margin-left: 150px;
	text-align: left;
}
.messagebox-title{
	color: #666666;
	font-weight: bold;
	padding: 5px;
}
.messagebox-content{
	color: #666666;
	padding: 5px;
	padding-bottom: 20px;
}
.messagebox-bottom{
	padding: 5px;
}

/****** error message box ******/
.errorbox{
	background: url("images/error_bg.gif") no-repeat top left;
	padding-left: 100px;
	padding-bottom: 50px;
	margin-left: 150px;
	text-align: left;
}
.errorbox-title{
	color: #990000;
	font-weight: bold;
	padding: 5px;
}
.errorbox-content{
	color: #990000;
	padding: 5px;
}
.errorbox-bottom{
	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: none;
	background-color: #FFFFFF;
	text-align: left;
}
.upload-file{
	width: 260px;
	height: 21px;
}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text{
	font-size: 11px;
	color: #666666;
}
.hidden-note{
	font-size: 11px;
	color: #666666;
}
.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;
	border:1px solid  #687885;
	border-left: 3px solid #687885;
	background-color:#F7FAF3;
	margin: 10px;
	padding: 10px;
}

.quote {
	border:1px solid  #687885;
	border-left: 3px solid #687885;
	background-color:#F7FAF3;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px solid #687885;
	padding: 5px;
	font-weight: bold;
	color: #666666;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	border:1px solid  #687885;
	border-left: 3px solid #687885;
	background-color:#F7FAF3;
	margin: 10px;
}
