/*
Bo-Blog V2.0.3
xingqing Skin
By lengku
2007-8-12
*/

/****** General Styles ******/
* {
	margin:0;
	padding:0;
}
body {
	font:12px Verdana, Tahoma, sans-serif;
	color:#000;
	background: #219ED2 url('images/bg.jpg') repeat-x;
}

table {
	font-family: Tahoma, Arial;
	color: #d96b11;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	color:#339;
	text-decoration: none;
}
a:hover {
	color:#C00;
	text-decoration:none;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #3F68A6;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	border: 1px solid #BDBABD;
	color: #000; 
	background-color: #EFF3FF;
}
input.button {
	height: 20px;
	border: 1px solid #BDBABD;
	border-top: 1px solid #BDBABD;
	border-left: 4px solid #BDBABD;
	color: #000; 
	background-color: #EFF3FF;
}
textarea { 
	border: 1px solid #e2dfbe;
	background-color: #f3f2e4;
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #000;
}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #31309C; 
	background-color: #EFF3FF;
	border: 1px solid #BDBABD;
}


/****** Main Layout Styles ******/
#wrapper {
	width:800px;
	margin:auto;
	padding:0px;
	background: #fff;
}
#innerWrapper {
	width: 100%;
	background: #fff;
}

#header {
	height:198px;
	background: #fff url('images/header.jpg') no-repeat;
}

#footer {
	clear: both;
	height:71px;
	background: #fff url('images/footer.jpg') no-repeat bottom;
	background-position: center;
}
#footer a{
	color: #31309C;
}
#innerFooter {
	padding: 2px;
	font-size: 12px;
	text-align: center;
	color: #000;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding: 0px;
	padding-left: 39px;
	padding-top: 50px;
}
h1 {
	color: #D96B11;
	font: bold 28px Georgia, Verdana;
}
h1 a {
	color: #F5F5F5;
	text-decoration: none;
}
h1 a:hover {
	color: #D96B11;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #94C7DE;
	padding-top: 10px;
	padding-left: 30px;
}

/* nav menu */
#menu {
	float:left;
	width:100%;
	padding-top: 5px;
	padding-bottom: 11px;
	font:12px Verdana;
	color:#fff;
	background: #fff url('images/menu.gif') no-repeat;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style: none;
	width: 68px;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
}
#menu a{
	display: block;
	color: #fff;
	text-decoration: none;
}
#menu a:hover, #menu .activepage a {
	color: #D96B11;
}

/****** Content Layout ******/
#mainWrapper {
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 2px;
}

/* sidebar */
.sidebar {
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	width: 205px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: left;
	width: 100%;
	margin-left: -220px;
}
* html .content {
	float: left;
	width: 100%;
	margin-left: -220px;
	overflow-x: hidden;
}
*+html .content {
	float: left;
	width: 100%;
	margin-left: -220px;
	overflow-x: hidden;
}
.content-wide {
	width: auto;
	margin-left: -220px;
}
.content-only {
	width: 100%;
	margin-left: 205px;
}
#innerContent {
	margin-left: 230px;
	overflow: visible;
	margin-right: 5px;
	margin-top: 5px;

}

/* 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;
	width: 204px;
	margin-bottom: 10px;
	border: none;
}
.panel h5 {
	color: #C00;
	font-size: 13px;
	font-weight: bold;
	background-image: url('images/panel.gif');
	border-bottom: #cccccc 1px solid;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin:0px;
	cursor: pointer;
	cursor: hand;
}
.panel h5 a{
	color: #f00;
}
.panel-content{
	margin-top: -2px;
	border-top: 0px;
	padding: 5px 0px 5px 5px;
	line-height: 128%;
	color:#000;
	background-color: #f9f9f9;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 98%; 
	margin-top: 1px;
}
.calendar-top {
	text-align: center;
	padding-bottom: 5px;
}
.calendar-year,
.calendar-month {
	font-family:Tahoma;
	font-weight: bold;
	font-size:12px;
}
.calendar-weekdays {
	color: #333333;
	font-size: 12px;
	padding: 2px;
	text-align: center;
	width: 14%;
}
.calendar-weekday-cell {
	color: #c8161d;
	font-size:12px;
	text-align: center;
	width: 14%;
	padding:0px;
	font-weight: bold;
}
.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 {
	color: #000; 
}
.calendar-today { 
	color: #f00;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
	color: #076AA6;
	font-weight: bold; 
	text-decoration: underline;
}
.calendar-today a {
	color: #f00;
	text-decoration: underline;
}

/****** Search Panel ******/
.search-field { 
	width: 125px;
	margin-bottom: 5px;
	border: 1px solid #BCBCBC;
}

/****** Announcement Box ******/
.announce{
	border: 0px dashed #BFCAD2 !important;
	border: 0px dotted #BFCAD2;
	margin-bottom: 10px;
}
.announce-content{
	word-wrap: break-all;
	padding: 5px;
	color: #000; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 10px;
}

/* page links */
.pages {
	color: #000;
}
.pagelink-current {
	color: #f00;
	font-weight: bold;
}
.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #18C7F7;
	color: #CE0000;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #076AA6;
	padding: 5px;
	border-bottom: 1px dashed #18C7F7;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	padding-bottom: 20px;
	margin-bottom: 5px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	height: 50px;
	padding-top: 5px;
	background: #fff url('images/bar.gif') no-repeat;
}
.textbox-title h4{
	margin-left: 5px;
	color: #000000;
	padding-left: 30px;
	font-size: 14px;
	display: inline;
}
.textbox-title h4 a {
	color: #356080;
}
.textbox-label{
	padding-top: 8px;
	padding-left: 10px;
	color: #737573;
	font-size: 12px;
}
.textbox-label a{
	color: #31309C;
}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	padding-top: 5px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	overflow-x: hidden;
	background: #FFF;
}
.textbox-bottom{
	border-top: 1px dashed #B3CBE1;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #3F67A5;
	text-align:right;
}
.textbox-bottom a {
	color: #3F67A5;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #3F67A5;
	color: #ffffff;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #3F67A5;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 12px;
	color: #3F67A5;
	text-align:left;
	padding-left: 15px;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 12px;
	color: #3F67A5;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tag_bg.gif') no-repeat 0px;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #3F67A5;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #3F67A5;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-title{
	padding: 5px;
	border-bottom: 1px dashed #18C7F7;
}
.commentbox-label{
	display: inline;
	color: #6ba3c4;
	font-size: 12px;
}
.commentbox-content{
	padding: 5px;
	padding-bottom: 5px;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #6BA3C4;
}
.trackbackbox-label{
	display: inline;
	color: #999999;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	margin-top: 120px;
	border-top: 0px; 
	text-align: center; 
	background-color: #ffffcc;
}
.messagebox-title{
	color: #FFF; 
	font-weight: bold; 
	padding: 5px;
	background-color: #6ba3c4;
}
.messagebox-content{
	color: #3F67A5; 
	background:#FFFFcc;
	padding: 20px; 
	text-align: left;
}
.messagebox-bottom{
	color: #3F67A5; 
	background-color: #f3f2e4; 
	padding: 5px;
}

/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	color: #ab0800;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #c7b77e;
	text-align: left;
	border-bottom: 1px solid #c7b77e;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 5px solid #BDBABD;
	background-color: #EFF3FF;
	color: #000;
	margin: 5px;
	padding: 10px;
	font-family: verdana;
	font-size: 12px;
}

.quote {
	border: 1px solid #BDBABD;
	margin: 10px;
}
.quote-title {
	background-color: #DFF3FD;
	border-bottom: 1px solid #BDBABD !important;
	border-bottom: 1px solid #BDBABD;
	padding: 5px;
	font-weight: bold;
	color: #3F67A5;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 8px; 
	background-color: #EFF3FF;
	border-top: 0px;
}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
}
.linkimg {
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	color: #000000;
}
