/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Raison'Blog[http://www.Raisoncn.com]
    Version: 1.0
     Author: Raison.Zhou
Last Update: 2005-11-4 17:37:00
==============================================================
*/

/****** General Styles ******/
body {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: #444444 ;
	font:12px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}

table {
	color: #666666;
}
td {
   
}

a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color:#990000;
}

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: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	color: #000000; 
	border: 1px solid #CCCCCC;
	background-color: #f5f5f5;
}
input.button {
	height: 20px;
	border: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	border-left: 6px solid #FFA200;
	color: #FFFFFF; 
	background-color: #CC0000;
}
option{
    background-color: #FFE6E6;
}
textarea { 
	border: 1px solid #7E7E7E;
	background-color: #FFFFFF;
	font-family: "Arial"; 
	font-size: 11px; 
	color: #000000; }
select {
	font-family: "Arial";
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #7E7E7E;
}
/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 98%;
	position: relative;
	text-align: left;
}
#innerWrapper {
	width: 100%;
	position: relative;
}

#header {}
#innerHeader {
	padding: 10px;
	padding-bottom: 15px;
}

#footer {
	clear: both;
}
#innerFooter {
	padding: 10px;
	padding-top: 25px;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
	height: 0px;
	width: 0px;
}

/* header title */
.blog-header {
	padding: 0px;
}
h1 {
	color: #FFFFFF;
	font-size: 45px;
	font-weight: bold;
	font-family: "Arial";
	line-height: 20px;

}
h1 a:link,
h1 a:visited {
	color: #f5f5f5;
	text-decoration: none;
}
h1 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	color: #e5e5e5;
}

/* nav menu */
#menu {
	margin-top: 2px;
	color: #999999;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-left: 6px;	
	padding-right: 6px;
	margin: 0px;
	margin-right: 5px;
	border-right: 1px solid #f5f5f5;
}
#menu a{
	color: #f5f5f5;
}

/****** Content Layout ******/
#mainWrapper {}

/* sidebar */
.sidebar {
	border:6px solid #ffffff; float: left;
	width: 190px;
	background-color: #585757;
	background-position:  left bottom;
	background-repeat: repeat-x	
	
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -220px;
}
.content-wide {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
#innerContent {
	width: auto;	
	margin-left: 210px;
	overflow: visible;
	background-color: #C5C5C5 ;	
	border-top: 6px solid #ffffff;		
	border-bottom: 6px solid #ffffff;
	border-right: 6px solid #ffffff;
	border-left: 6px solid #ffffff;	
}

/* 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:5px;
	margin-bottom: 0px;
	
}
.panel h5 {
	margin: 0px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	width: 180px;
	height: 24px;
	line-height: 24px;
	padding: 0px;
	text-indent: 6pt;
	background-color: #494949;	
}
.panel-content{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #A2A2A2;
	width: 180px;
    line-height: 120%;
	/*border-bottom: 1px solid #FFFFFF;*/
}
.panel-nv{
	padding:5px;
}
.panel-content{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #A2A2A2;
	width: 180px;
    line-height: 120%;
	/*border-bottom: 1px solid #FFFFFF;*/
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
    list-style-type: none;
}
.panel-content li{
	list-style-type: none;
	width: 180px;
	height: 24px;
	background-color: #A2A2A2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	overflow: hidden;
	text-indent: 10px;
	line-height: 24px;
}
/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
    width: 180px;
	font-size:11px;
	background: #A2A2A2;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}

.calendar-top {
	margin: 0px;
	padding: 0px;
	background: #686868;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
	}
.calendar-weekday-cell {
	background: #C7C7C7;
	line-height: 20px;
	color: #181818;
	font-size:10px;
	font-weight:bold;
	width: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}

.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	line-height: 20px;
	width : 30px;
	color: #FFFFFF;
	margin: 0px;
}
.calendar-saturday,
.calendar-sunday {
	color: #FFFFFF;
}
.calendar-today {
	color: #FFFFFF;
	border: 1px solid #C7C7C7;
	background-color: #666666;
}
.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: bold;
}

/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
.search-field { width: 120px; }

/****** Announcement Box ******/
.announce{
	margin-bottom: 0px;
	background-color: #E6E6E6;
	margin-top: 6px;	
	margin-left: 6px;
	margin-right: 6px;			
}
.announce-content{
	word-wrap: break-all;
	padding: 5px;
	color: #FF7200;
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #DE4400; 
}

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
	padding: 5px;
}

/* 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{
	margin-left: 5px;
	margin-right: 5px;	

	padding: 6px;
	font-size: 14px;
	background-color: #E6E6E6 ;
}
.textbox-title h4{
	margin-left: 5px;
	margin-right: 5px;
	word-wrap: break-word;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-label{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	color: #666666;
	font-size: 11px;
}
.textbox-fontsize{
	padding: 5px;
	color: #666666;
	text-align: right;
}
.textbox-content{
	margin-left: 5px;
	margin-right: 5px;
	word-wrap: break-word;
	padding: 10px;
	background-color: #f5f5f5 ;	
}
.textbox-bottom {
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	color: #666666;
	font-size: 11px;
	border-top: 1px dashed #C0C0C0;
	background-color: #f5f5f5 ;	
}
.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: #FBFBF8;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	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: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 1px #CCCCCC;
	text-align: center;
	background: #FCFCFC;
}
.messagebox-title{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CCCCCC;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #666666;
	text-align: left;
}
.messagebox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #F3F3F3;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	text-align: center;
	background: #FFEEDD;
	border: solid 1px #CC0000;
}
.errorbox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC3300;
	padding: 5px;
}
.errorbox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #990000;
	text-align: left;
}
.errorbox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFE3D0;
}

/****** 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;
	background-color: #f5f5f5;	
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
	color: #333333;	
	background-color: #f5f5f5;	
}

/* 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: url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/09MRWXMN/none');
}
.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 11px;
	color: #333333;
}
.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: "Courier New";
	color: #000000;
	background-color: #F9F9F9;
	border-left: 3px solid #E0E0E0;
}

.quote {
	margin: 10px;
	background-color: #F9F9F9;
	border-left: 3px solid #E0E0E0;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px dashed #E0E0E0;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}
