﻿/*
=== LBS^2 StyleSheet File ====================================
 Style Name: mac black
    Version: 1.0
     Author: 婴尘
Last Update: 2005-06-04 13:48:35
        url: http://www.niwospace.com/yingchen/
==============================================================
*/

/****** General Styles ******/
body {
	font-size: 14px;
	font-family: Tahoma, Arial;
	margin: 0px;
	padding: 0px;
	margin-bottom: 40px;
	text-align: center;
	background-color: #000000;
}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 14px;
}
td{
	word-break: break-all;
}

a:link,a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color:#000000;
}

img {
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #000000;
}

/****** 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: #000000; 
	background-color: #FFFFFF;
}
input.button {
	height: 20px;
	border: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 4px solid #000000;
	color: #000000; 
	background-color: #FFFFFF;
}
textarea { 
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000000; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #000000; 
	background-color: White;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 750px;
	position: relative;
	text-align: left;
}
#innerWrapper {
	background: #FFFFFF url('images/main_bg.gif') repeat-y;
	width: 100%;
}

#header {}
#innerHeader {
	background: #FFFFFF url('images/header_bg.jpg') no-repeat;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 36px;
	height: 150px;
}

#footer {
	margin-top: 20px;
	clear: both;
	background: #FFFFFF url('images/footer_bg.gif') no-repeat;
	height: 100px;
}
#innerFooter {
	margin: 10px;
	border-top: 1px dashed #666666;
	padding-top: 30px;
	font-size: 11px;
	text-align: center;
	color: #000000;
}
#innerFooter a{
	color: #000000;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
	display: none;
}

/* header title */
.blog-header {
	float: left;
	padding: 0px;
	padding-top: 5px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 24px;
	font-weight: bold;
}
h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	padding-top: 5px;
	color: #FFFFFF;
}

/* nav menu */
#menu {
	padding-top: 80px
}
#menu ul{
	margin: 0px;
	padding: 12px 0 12px 20px;
	background: #FFFFFF url('images/mu_bg.jpg') no-repeat;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	margin-right: 5px;
	border-right: 1px solid #FFFFFF;
}
#menu a{
	color: #FFFFFF;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 30px;
	margin-right: 30px;
}

/* sidebar */
.sidebar {
	float: left;
	width: 200px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}
#innerSidebar a{
	color: #000000;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -210px;
}
.content-wide {
	width: auto;
	margin-left: -210px;
}
.content-only {
	width: 100%;
	margin-left: -170px;
}
#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;
	background: #FFFFFF url('images/panel_bg.gif') no-repeat;
}
.panel h5 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align : center;
	padding-top: 3px;
	margin:0px;
}
.panel-content{
	padding:5px;
	line-height: 120%;
	padding-top: 10px;
	color:#000000;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: square inside;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 180px;
	margin-top: 5px;
	font-family: Verdana, Arial, sans-serif;
}

.calendar-top {
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
	background: #EEEEEE;
}
.calendar-weekday-cell {
	color: #006699;
	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{
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	font-weight:bold;
}
.calendar-today {
	font-weight:bold; 
	background: #E6E6FA;
}

.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 {
	font-weight:no;
	text-decoration: underline;
}

/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
.search-field { width: 155px; }

/****** Announcement Box ******/
.announce{
	margin-bottom: 15px;
	background: #FFFFFF;
}
.announce-content{
	padding: 5px;
	color: #000000; 
}
.announce-time{
	float: right;
	color: #000000;
	font-size: 11px;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 5px;
}
.article-bottom {
	padding: 5px;
	margin-top: 5px;
}

/* page links */
.pages {
	color: #000000;font-size: 11px;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #666666;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.listbox-entry {
	word-wrap: break-all;
	color: #000000;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #000000;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #FFFFFF;
	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;
	background: url('./images/title_icon.jpg') no-repeat left top;
	padding-left: 42px;
	padding-top: 5px;
	height: 42px;
}
.textbox-title h4{
	color: #000000;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited,
.textbox-title h4 a:active {
	color: #CC0000;
}
.textbox-label{
	padding-left: 5px;
	color: #666666;
	font-size: 11px;
}
.textbox-fontsize{
	text-align: right;
	color: #666666;
	padding: 5px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.textbox-bottom{
	padding: 5px;
	font-size: 11px;
	color: #666666;
}
.textbox-bottom a:link,
.textbox-bottom a:visited,
.textbox-bottom a:active,
{
	color: #666666;
}
.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 #666666;
}

/* guestbook entry box */
.gbbox{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #666666;
}
.gbbox-title{
	font-weight: bold;
	padding-left: 0px;
	margin-bottom: 10px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #CC0000;
}
.gbbox-label{
	display: inline;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.gbbox-reply {
	margin-left: 40px;
	padding: 10px;
	border-left: 3px solid #006699;
}
.gbbox-reply-title{
	color: #000000;
	font-weight: bold;
	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: #eeeeee;
	border-left: 2px solid #006699;
	text-align: center;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #000000;
}

/* 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 #666666;
	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: #000000;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	padding-bottom: 50px;
	width: 500px; 
	border: 1px solid #191970; 
	text-align: center;
}
.messagebox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	padding: 5px;
}
.messagebox-content{
	color: #666666;
	padding: 5px;
	padding-bottom: 20px;
}
.messagebox-bottom{
	padding: 5px;
}

/****** error message box ******/
.errorbox{
	margin-top:10px; 
	width: 500px; 
	border: 1px solid Black; 
	text-align: center;
}
.errorbox-title{
	color: #FFFFFF; 
	font-weight: bold; 
	background-color: #000000; 
	padding: 5px;
}
.errorbox-content{
	color: #000000;
	padding: 10px;
}
.errorbox-bottom{
	padding: 5px;
}

/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	color: #000000;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #666666;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #666666;
}
.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: 200px;
}

.upload-error { color: #FF0000;}
.upload-done { color: #000000;}

/****** 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-left: 3px solid #006699;
	background-color: #666666;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 3px solid #666666;
	background-color: #666666;
	margin: 12px;
}
.quote-title {
	border-bottom: 1px dashed #000000;
	padding: 6px;
	font-weight: bold;
	color: #000000;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 12px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	background-color: #666666;
	color: #666666;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #666666;
}
