/*
=== 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: #000000;
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td {
     word-break: break-all; 
}

a {
    
	text-decoration: none;
    color: #900;
}
a:hover {
	text-decoration: none;
	color:#999;
}

img{
  	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
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: #000000; 
	background-color: #F9F9F9;
	border: 1px solid #D8893B;
	background: url(images/input_bg.gif);
}
input.button {
	height: 20px;
	color: #000000; 
	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: #000000;
	border: 1px solid #D8893B;
	background-color: #F9F9F9;
	background: url(images/input_bg.gif);
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000; 
	background-color: #FFFFFF;
}

/****** Main Layout Styles ******/
#wrapper {
	margin: 0 auto;
	/******width: 95%;******/
	width: 98%;
	position: relative;
	text-align: left;
}
#innerWrapper {}

#header {
	height: 100px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
#innerHeader {
	padding: 10px;
	padding-bottom: 15px;
}

#footer {}
#innerFooter {
	height: 39px;
	padding: 10px;
	padding-top: 25px;
	color: #666666;
	font-size: 11px;
	text-align: center;
	background: url(images/footer_bg.gif) repeat-x;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
	margin: 0px 10px 0px 0px;
}

/* header title */
.blog-header {
	padding: 0px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 24px;
	font-weight: bold;
	display: none;
}
h1 a:link,
h1 a:visited {
	color: black;
	text-decoration: none;
}
h1 a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	color: black;
	display: none;
}

/* nav menu */
#menu {
	float: right;
	margin-top: 55px;
	color: #999999;
}
#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 #999999;
}
#menu a{
	color: #ccc;
	padding: 0px 2px;
}
#menu a:hover {
	color: #000;
	background-color: #ccc;
}

/****** Content Layout ******/
#mainWrapper {}

/* sidebar */
.sidebar {
	float: left;
	width: 200px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0px 3px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -5px;
}
.content-wide {
	width: auto;
	margin: 10px;
	margin-left: -0px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-left: -0px;
}
#innerContent {
	margin-left: 3px;
	margin-right: 3px;
	overflow: visible;
    background-image: url(images/innercontent_top.gif);
	background-repeat: repeat-x;
	background-color: White;
	position: relative;
	padding: 0px;
	height: 100%
}
/* 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 ******/
/****** panelCategory ******/
#panelCategory {}
#panelCategory .title{
	height: 34px;
	background: url(images/fenlei_title.gif) no-repeat;
}
#panelCategory a {
	color: #fff;
}
#panelCategory a:hover {
	color: #000;
}
#panelCategory .bottom{
	height: 19px;
	background: url(images/fenlei_bm.gif) no-repeat;
}
#panelCategory ul{
	padding-left: 50px;
	margin: 0px;
	background: url(images/fenlei_bg.gif) repeat-y;
}
#panelCategory li{
	padding: 0px;
	margin: 0px;
	color: #999999;
	list-style: url(images/fenlei_icon.gif);
	height: 20px;
}
.panel{
	padding:0px;
	margin: 0px;
}
.panel h5 {
	padding: 5px 10px;
	margin: 0px;
	color: #000;
	font: normal 14px "ËÎÌå";
}
.panel-content{
	padding:0px;
	color:#999999;
	line-height: 120%;
}
.panel-content ul{
	padding-left: 30px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #999999;
	list-style: square;
}

/* user panel login form */
#panel_user, #panelUser, #panel_admin {}
#panel_user .title, #panelUser .title, #panel_admin .title {
	text-align: left;
	height: 34px;
	background: url(images/user_title.gif) no-repeat;
}
#panel_user .bg, #panelUser .bg, #panel_admin .bg {
	background: url(images/user_bg.gif) repeat-y;
}
#panel_user ul, #panel_admin ul {
	padding-left: 50px;
	margin: 0px;
	background: url(images/user_ok_bg.gif) repeat-y;
}
#panel_user li, #panel_admin li {
	padding: 0px;
	margin: 0px;
	color: #999999;
	list-style: url(images/user_icon.gif);
	height: 20px;
}
#panel_user a, #panelUser a, #panel_admin a {
	color: #fff;
}
#panel_user a:hover, #panelUser a:hover, #panel_admin a:hover {
	color: #000;
}
#panel_user .bottom, #panelUser .bottom, #panel_admin .bottom {
	height: 19px;
	background: url(images/user_bm.gif) no-repeat;
}
#loginForm {
	width: 100%;
}
#ccloveaa {
	font-family: Tahoma, Arial;
	color: #cff;
	font-size: 12px;
	line-height: 18px;
}
#ccloveaa .title{
	text-align: left;
	height: 34px;
	background: url(images/ccloveaa_title.gif) no-repeat;
}
#ccloveaa .bg {
	padding: 0px 8px 0px 6px;
	text-align:justify;
	text-justify:inter-ideograph;
	background: url(images/ccloveaa_bg.gif) repeat-y;
}
#ccloveaa a {
	color: #fff;
}
#ccloveaa a:hover {
	color: #000;
}
#ccloveaa .bottom{
	height: 20px;
	background: url(images/ccloveaa_bm.gif) no-repeat;
}
#ccloveaa1 {
	padding: 10px
}
/* calendar panel */
#panelCalendar {
	text-align: center;
}
#panelCalendar .title{
	text-align: left;
	height: 34px;
	background: url(images/rili_title.gif) no-repeat;
}
#panelCalendar .bg {
	background: url(images/rili_bg.gif) repeat-y;
}
#panelCalendar a {
	color: #fff;
}
#panelCalendar a:hover {
	color: #000;
}
#panelCalendar .bottom{
	height: 20px;
	background: url(images/rili_bm.gif) no-repeat;
}
#calendar {
	width: 175px;
	padding-left: 15px !important;
}
.calendar-top {
	color: #ccc;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
	background: #437D00;
}
.calendar-weekday-cell {
	color: #ccc;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding: 2px;
}

.calendar-main {
	background: #FFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #ccc;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #ccc;
	font-weight:bold;
}
.calendar-today {
	color: #3f3;
	background: url(images/today.gif);
}

.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: bold;
}

/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
#panelSearch {
	text-align: center;
}
#panelSearch .title{
	text-align: left;
	height: 34px;
	background: url(images/search_title.gif) no-repeat;
}
#panelSearch .bg {
	background: url(images/search_bg.gif) repeat-y;
}
#panelSearch a {
	color: #fff;
}
#panelSearch a:hover {
	color: #000;
}
#panelSearch .bottom{
	height: 10px;
	background: url(images/search_bm.gif) no-repeat;
}
#panelSearch .go{
	margin: 2px 0px 0px 15px;
	background: url(images/search.gif);
	border: 0px;
	width: 63px;
	height: 24px;
	color: #630;
	filter:dropshadow(color=#ffffff,offx=1,offy=1);
}
.search-field { width: 155px; }

/****** Aticle & Comment & Stats Panel ******/
#panelArticle, #panelComment, #panelStats, #panelLinks {}
#panelArticle .title, #panelComment .title, #panelStats .title, #panelLinks .title {
	text-align: left;
	padding-top: 5px;
	height: 29px;
	background: url(images/panel_title.gif) no-repeat;
}
#panelArticle .bg, #panelComment .bg, #panelStats .bg,  #panelLinks .bg  {
	background: url(images/panel_bg.gif) repeat-y;
	line-height: 18px;
}
#panelStats .statsimg {
	text-align: center;
}
#panelStats .bottom{
	height: 15px;
	background: url(images/panel_bm.gif) no-repeat;
}

/****** Announcement Box ******/
.announce{
	padding: 5px;
}
.announce-content{
	word-wrap: break-all;
	height: 36px;
	padding: 10px 10px 0px 10px;
	color: #666666;
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #999999; 
}

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
	padding: 10px 10px;
	height: 100%
}

/* page links */
.pages {
	color: #999999;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #999999;
}

.listbox {
	padding: 5px 0px;
	margin: 0px 10px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
.listbox-table {
	width: 100%;
}
.listbox-header {
	word-wrap: break-all;
	color: #666666;
	font-weight: bold;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	margin: 15px 10px 0px 10px;
	border: 1px solid #CCCCCC;
}
.no-entry-message {
	padding: 0px 10px;
	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{
	padding: 5px 10px;
	margin-bottom: 15px;
}
.textbox-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	padding: 6px;
	font-size: 14px;
	background: url("images/title_line.gif") repeat-x;	
	background-position: center;
	line-height: 24px;
}

.textbox-title h4{
	word-wrap: break-word;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	color: #000;
}
a.h4link {
	color: #000;
	text-decoration: none;
}
a.h4link:hover {
	color: #999;
}
.textbox-label{
	padding-left: 5px;
	color: #666666;
	font-size: 11px;
}
.textbox-fontsize{
	padding: 5px;
	color: #666666;
	text-align: right;
}
.textbox-content{
	word-wrap: break-word;
	padding: 0px 10px;
	margin-bottom: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.textbox-bottom {
	padding: 5px;
	color: #666666;
	font-size: 11px;
	border-top: 1px solid #B2B2B2;
}
.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: 0px 10px;
	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: 5px 10px;
}
.gbbox-reply {
	padding: 5px 15px;
	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{
	margin: 0px 10px;
	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: #000;
	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: #000;
	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{
	text-align: center;
	font-size: 12px;
	color: #990;
	padding-bottom: 3px;
}
.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;
}
/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.AD{
	   /* background-color: #E6E6E8;*/
       /* height: 94px;*/
	    margin: 10px;
		padding: 5px;
		border: 1px solid #E0E0E0;
}
.Google-AD{
        /*background-color: #E6E6E6;*/
		
}
.textbox-QQ{
    margin-left: 15px;
	margin-right: 15px;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    color: #3C9FDE;
	border: 1px solid #E0E0E0;
}
center{
    color: #3C9FDE
}