/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Microsoft
    Version: 1.0
     Author: CnNicho
Last Update: 2006-03-09 16:01:03
==============================================================
*/

/****** General Styles ******/

body {

	font-size: 12px;

	font-family: Tahoma, Arial;

	background-color: white;

	margin: 0px;

	padding: 0px;

}

table {

	font-family: Tahoma, Arial;

	color: #000000;

	font-size: 12px;
}

td{ 

     word-break: break-all;

}

a:link,
a:visited {

	text-decoration: none;

	color: black;

}

a:hover {

	text-decoration: none;

	color: #f00;

}
img {
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}

hr {

	height: 1px;

	border: 0;

	border-top: 1px solid #CCCCCC;

}
#referer {
  word-break:break-all;
  width:99%;
  overflow:hidden;
}



/****** Form Controls Styles ******/

form { 
    display: inline; 
}

input {

	font-family: Tahoma, Arial; 

	font-size: 12px; 

}

input.text {
	height: 16px;

	padding: 1px;

	border: 1px solid #CCCCCC;

	color: #000000; 

	background-color: #FFFFFF;
}

.upload-file {

	padding: 1px;

	color: #000000; 
	border: 1px solid #CCC;

	background-color: #FFFFFF;

}

input.button {

	height: 20px;

	color: #000000; 
	border: 1px solid #CCCCCC;

	border-top: 1px solid #BEBEBE;

	border-left: 4px solid #BEBEBE;

	background-color: #FFFFFF;

}

textarea { 
	font-size: 12px; 
	font-family: Tahoma, Arial; 
	color: #000000; 
	border: 1px solid #CCCCCC;

	background-color: #FFFFFF;

}

select { 

	font-size: 12px;  
	font-family: Tahoma, Arial; 

	color: #000000; 

	background-color: #FFFFFF;

}



/****** Main Layout Styles ******/

#wrapper {}

#innerWrapper {

	margin:0px;
	width: 100%;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
	overflow:hidden;
}

#header {}

#innerHeader {

	height: 70px;
	padding: 0px;
	vertical-align: bottom;

	background-color: #3D6DB5;

	border-bottom: 6px solid #6B90C7;

}
#footer {
	clear: both;
    margin-top:20px;
}
#innerFooter { 
	padding: 10px;
	padding-top:10px;
	font-size: 11px;
	text-align: center;
	color: #999;
	border-top: 1px solid #CCCCCC;
}


/****** Header Elements Styles ******/
#blogLogo {}
#logo {
    display: none;
}

/* header title */
.blog-header { 
    padding: 0px; 
	margin: 0px; 
	padding-top: 10px; 
	padding-left:10px;
}
h1 { 
	padding: 0px; 
	margin: 0px; 
	color: black; 
	font-size: 14px; 
	font-weight: bold;
}
h1 a:link,
h1 a:visited,
h1 a:hover { 
	color: #FFFFFF; 
	text-decoration: none
}

/* blog description */
.blog-desc { 
	color: #FFFFFF;
}

/* nav menu */

#menu { 

	float: right;

	text-align: right;

	padding-left:5px;

	padding-top:2px;

	padding-bottom:2px;

	background-color: #517FC5;

	border-left: 1px solid #5F89C9;

	border-top: 1px solid #5F89C9;

	border-right: 1px solid #4F7CC1;

	border-bottom: 1px solid #4F7CC1;

	margin-right: 3px;

}

#menu a:link, 
#menu a:visited {

	padding: 0px 3px 0px 3px;

	text-decoration: none;

	color: #FFFFFF;

	background: url(images/menu_main.gif) no-repeat center 16px;

}

#menu a:hover  {

	color: #FFFFFF;

	text-decoration: none;

	background: url(images/menu_main.gif) no-repeat center 0px;

}

#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 #9BB5DC;

}


/****** Content Layout ******/

#mainWrapper {}

/* sidebar */

.sidebar {
	float: left;
	width: 200px;
	background-color: #F5F7F7;
	border-bottom: 1px solid #CCCCCC;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	padding: 0px;
	padding-bottom:15px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -200px;
	background-color: #FFFFFF;
}
.content-wide {
	width: auto;
	margin-left: -200px;
}
.content-only {
	width: auto;
	margin-left: -200px;
}
#innerContent {
	margin-left: 200px;
	overflow: visible;
	padding:10px;
	border-left: 1px solid #CCCCCC;
}

/* 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:0px;
}
.panel h5 {
	color: #3E3E2F;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	padding-top:12px;
	padding-left:12px;
	padding-bottom:3px;
	margin:0px;
	border:0px;
	border-bottom: 1px solid #ccc;
}
.panel-content{ 
	padding:3px; 
	padding-left:12px;
	line-height: 150%;
	color:#000000;
	border-top: 1px solid #FFFFFF;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #6B90C7;
	list-style: circle inside;
}
.panel-content a:link,
.panel-content a:visited {
    overflow:hidden;
	padding-left:1px;
	line-height:140%;
	border:1px solid #F5F7F7;
}
.panel-content a:hover{
    color:#ff0000;
	overflow:hidden;
	background:#fff;
	padding-left:1px;
	border:1px solid #ccc;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar { 
    font-family:arial;
	width: 180px; 
	margin-top:5px;
	margin-left:6px;
}
.calendar-top { 
    color: #333; 
	text-align: center; 
	padding:2px;
}
.calendar-year,
.calendar-month { 
    font-weight: bold;
}
.calendar-weekdays {}
.calendar-weekday-cell {
    text-align:center;
	height:20px;
	padding:0px 0px 0px 2%;
	font-weight:bold;
}
.calendar-main { 
    background: #FFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{ 
    color: #666; 
	text-align: center; 
	width: 14%; 
	padding:2px;
}
.calendar-saturday,
.calendar-sunday { 
    color: #999; 
	font-weight:bold;
}
.calendar-today { 
    background:#FFFFFF;
	color:#000;
	border:1px solid #ccc;
}
.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: bold; 
}

/* stats panel */
#panelStats .panel-content{
	color: #3E3E2F;
}
#panelStats .panel-content a:link,
#panelStats .panel-content a:visited {
	color: #3E3E2F;
	overflow:hidden;
	padding-left:1px;
	line-height:140%;
	border:1px solid #F5F7F7;
}
#panelStats .panel-content a:hover {
    color:#ff0000;
	overflow:hidden;
	background:#fff;
	padding-left:1px;
	border:1px solid #ccc;
}


/****** Search Panel ******/
.search-field {}

/****** Announcement Box ******/
.announce{}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #000000; 
}
.announce-time{
	float: right;
	font-size: 12px;
	color: #999999; 
}

/****** Defaul Page Elements ******/
.article-top { 
    padding: 2px; 
	margin-bottom: 2px;
}
.article-bottom { 
    padding: 2px; 
	margin-top: 2px;
}

/* page links */
.pages {}
.pagelink-current {
    font-weight: bold;
}
.view-mode {
    float: right;
}
.listbox { 
    margin-top: 10px;
    margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #9CC3DE;
    border-left: 1px solid #9CC3DE;
	border-top: 1px dashed #9CC3DE;
	border-bottom: 1px dashed #9CC3DE;
}
.listbox-table { 
    width: 99%;
}
.listbox-header { 
    word-wrap: break-all; 
	text-decoration: underline; 
    font-weight: bold;
}
.listbox-entry { 
    word-wrap: break-all
}
.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: #FEFFFA; 
	text-align: center;
}
.prev-article{ 
    float: left; 
}
.next-article{ 
    float: right; 
}
.category-label{ 
    text-align: center;
}

/* text box */
.textbox{
	padding: 0px;
	margin-bottom: 15px;
}
.textbox-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	font-size: 12px;
	height: 18px;
	background-color: #F5F7F7;
	border: 1px solid #E7E7E7;
	border-left: 4px solid #E7E7E7;
	text-align:left;
	padding:6px 12px 0px 0px;
}
.textbox-title h4{
	color: #000000;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
.textbox-label{
	padding-left: 16px;
	color: #999999;
	font-size: 11px;
	display: inline;
}
.textbox-fontsize{
	text-align: right;
	color: #666666;
	padding: 5px;
	font-size: 12px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 5px;
	padding-left: 11px;
    line-height:160%;
}
.textbox-content a:link,.textbox-content a:visited{
	color:#4A9AE9;
	padding:0px 1px;
	border: 1px solid #FFFFFF;
	text-decoration:none;
}
.textbox-content a:hover{
	background: url(images/bg-blue.gif);
	border: 1px solid #97cdeb;
	color:#666666;
}
.textbox-bottom{
	text-align: right;
	border-top: 1px solid #ccc;
	padding: 5px;
	color: #666666;
}
.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{
	text-align:left;
	margin:0px 12px 15px 12px;
	border:1px solid #ccc;
	background:#fff;
}
.gbbox-title{ 
    font-weight: bold; 
	padding: 4px; 
	padding-left: 12px; 
	border:1px solid #ccc; 
	border-bottom: 1px dashed #C0C0C0; 
	background-color: #F5F7F7; 
    margin-bottom:6px; 
}
.gbbox-label{
	font-weight: normal;
	color: #999;
	font-size: 11px;
	display: inline;
}
.gbbox-content{
	padding:10px;
	line-height:140%;
	overflow:hidden;
	width:96%;
}
.gbbox-reply {
	padding: 30px;
	color: #333;
}
.gbbox-reply-title{ 
    font-weight: bold; 
    padding: 4px; 
	padding-left: 12px; 
	border:1px solid #ccc; 
	border-bottom: 1px dashed #C0C0C0; 
	background-color: #F5F7F7; 
	margin-bottom:6px; 
	}
.gbbox-reply-label{
	font-weight: normal;
	color: #999;
	font-size: 11px;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{ 
    padding:5px; 
	margin: 5px; 
	color: #666666;
}
.comment-pages{ 
    padding:5px; 
	margin: 5px; 
	color: #999999;
}

/* commnet box */
.commentbox{ 
    word-wrap: break-word; 
	padding: 0px; 
	margin: 10px; 
	border:1px solid #CCCCCC; }
.commentbox-title{ 
    padding: 3px; 
	border-bottom: 1px dashed #C0C0C0; 
	background-color: #F5F7F7; 
}
.commentbox-label{ 
    display: inline; 
	color: #666666; 
	font-size: 11px;
}
.commentbox-content{ 
    padding: 10px;
}
.no-comment-box{ 
    padding:10px; 
	border: 1px solid #E0E0E0; 
	background: #FCFCFC; 
	color: #666666;
}

/* trackback box */
.trackbackbox{ 
    word-wrap: break-word; 
	padding: 0px; 
	margin: 10px; 
	border:1px solid #CCCCCC; 
}
.trackbackbox-title{ 
    padding: 3px; 
	border-bottom: 1px dashed #C0C0C0; 
	background-color: #F5F7F7; 
}
.trackbackbox-label{ 
    display: inline; 
	color: #666; 
	font-size: 11px;
}
.trackbackbox-content{ 
    padding: 10px;
	line-height: 150%;
}

/* comment form wrapper */
#commentForm { 
    width: 99%; 
	border:1px solid #CCCCCC;
}

/****** normal message box ******/
.messagebox{ 
    margin-top: 10px; 
	margin-bottom: 20px; 
	width: 80%; 
	border: 1px solid #CCCCCC; 
	text-align: center; 
	background: #FCFCFC;
}
.messagebox-title{ 
    background-image: url(images/title_bg.gif); 
	color: #FFFFFF; 
	font-weight: bold; 
	background-color: #3D6DB5; 
	padding: 5px;
}
.messagebox-content{ 
    color: #333333; 
	padding: 10px; 
	padding-bottom: 20px; 
	text-align: left;
}
.messagebox-bottom{ 
    background-image: url(images/title_bg.gif); 
	color: #FFFFFF; 
	background-color: #6B92C6; 
	padding: 5px;
}


/****** error message box ******/
.errorbox{ 
    margin-top: 10px; 
	margin-bottom: 10px; 
	width: 80%; 
	border: solid 1px #CCCCCC; 
	text-align: center; 
	background: #FCFCFC;
}
.errorbox-title{ 
    background-image: url(images/title_bg.gif); 
	color: #F00000; 
	font-weight: bold; 
	background-color: #CCCCCC; 
	padding: 5px;
}
.errorbox-content{ 
    color: #333333; 
	padding: 10px; 
	padding-bottom: 20px; 
	text-align: left;
}
.errorbox-bottom{ 
    background-image: url(images/title_bg.gif); 
	color: #FFFFFF; 
	background-color: #F3F3F3; 
	padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{ 
    border: 1px solid #CCCCCC; 
	background: #FFFFFF
}
.formbox-comment{}
.formbox-title,
.formbox-comment-title{ 
    font-size: 12px; 
	color: #000000; 
	font-weight: bold; 
	padding: 5px; 
	text-align: center; 
	background-color: #F5F7F7; 
	border:1px dashed #CCCCCC; 
}
.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{}
.upload-error { color: #000000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 12px; 
	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","宋体";
	padding: 3px;
	padding-left: 12px;
	border:1px solid #dedede;
	border-bottom: 1px dashed #dedede;
	background-color: #F5F7F7;
	color: #000000;
	border-left: 3px solid #dedede;
	margin: 5px;
	font-size: 12px;
}
.quote {
	margin: 5px;
	padding: 0px;
}
.quote-title {
	padding: 3px;
	padding-left: 12px;
	border:1px solid #dedede;
	border-bottom: 1px dashed #dedede;
	background-color: #F5F7F7;
	border-left: 3px solid #dedede;
	color: #666;
	font-weight: bold;
}
.quote-content {
	border:1px solid #dedede;
	border-left: 3px solid #dedede;
	border-top: 0px;
	word-wrap: break-all;
	color: #666;
	padding: 10px; 
}
.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	border: 1px solid #dedede;
}

/* About */
a#about {
display:block !important;
display:none;
position: fixed;
right: 0;
bottom: 0;
height: 150px;
width: 200px;
background: url(../default/images/about.png) top right no-repeat;
text-indent: -999em;
text-decoration: none;
}

/* Addition */
.abouttop{padding:4px;background:#F5F7F7;BORDER-BOTTOM: #ccc 1px dotted;}
.aboutcontent{padding:10px;line-height:140%;overflow:hidden;width:96%;}
.commentbox-reply-title{
  padding-top:5px;
  padding-bottom:5px;
  border-top:2px solid #9B9F8E;
  border-bottom:1px dotted #9B9F8E;
  margin-bottom:3px;
  margin-top:10px;
}
.commentbox-reply-label{
  display: inline;
  color: #666666;
  font-size: 11px;
}
.commentbox-reply-content{
  padding: 3px;
}
/* 日志标题时间日历 */
.year
{border:2px solid #C2CBCF; background:#454A4D; padding:3px 2px 2px 2px; color:#FAEBD7; font-weight:bold;font-size:8px; float:left; margin:0 2px 2px 1px;}
.inneryear
{padding:2px 1px;}
.day
{background:#F5F5DC; font-size:18px; font-weight:bold; color:#46A6BF; text-align:center; padding:1px 0;}