/*
Feather Skin For Bo-Blog V2
www.shadowsky.cn
2006.12.13
Author:Shadow
*/

/****** General Styles ******/
body {
	background-color:#f5fafd;
	color: #000000;
	font-size:12px;
	background: url(images/bg.gif) repeat-y top center;
	font-family: Tahoma, Arial;
	padding:0;
	margin:0;
}

table {
	font-family: Tahoma, Arial;
	color: #313031;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
    color: #2F94C0; 
    text-decoration: none;
}
a:hover {
    color: #83bed9;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #D6EEFA;
}

acronym {
	text-decoration: none;
	border-bottom: 1px solid #D6EEFA;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input.text {
	height: 16px;
	padding: 1px;
	color: #313031;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
input.button {
	height: 20px;
	color: #313031;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-right-width: 1px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bfbfbf;
	border-left-color: #bfbfbf;
	background-color: #fff;
}
textarea {
	border: 1px solid #bfbfbf;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #313031;
	width:95%;
}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #313031;
	border: 1px solid #D6EEFA;
}


/****** Main Layout Styles ******/
#wrapper {
	width: 100%;
	text-align: center;
}
#innerWrapper {
	width: 960px;
	margin:0 auto;
	text-align:left;
	position: relative;
	background: url(images/top.jpg) no-repeat top center;
}

#header {
	padding: 50px;
	padding-top: 80px;
	width: 860px;
	margin: 0 auto;
}
#innerHeader {
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 40px;
	width: 100%;
	background: #fff;
	margin: 0 auto;
	clear:both;
}
#innerFooter {
	text-align: right;
	color: #999999;
	font-size: 12px;
	padding:25px 0 10px 0;
	padding-right: 70px;
	margin: 0px;
	background: #fff url(images/bottom.jpg) no-repeat center top;
}
#innerFooter a{
	color: #999999;
}
/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding-top: 12px;
	padding-left: 409px;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}
h1 a {
	color: #fff;
	text-decoration: none;
}
h1 a:hover {
	background: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* blog description */
.blog-desc {
	color: #fff;
	height:80px;
	padding-right: 80px;
}

/* nav menu */
#menu {
	/* margin: 0px; */
	margin-top: 1px;
	margin-left: 75px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	width: 520px;
}
#menu ul{
	margin: 0px;
	padding: 0px 10px;
}
#menu li{
	list-style: none;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#menu a{
	padding: 0px 8px 0px 8px;
	color: #fff;
	font-size: 12px;
	display: block;
}
#menu a:hover {
	color: #EAEAEA;
	border: none;
}

/****** Content Layout ******/
#mainWrapper {
	padding-top: 25px;
	width: 850px;
	margin: 0 auto;
}

/* sidebar */
.sidebar {
	float: right;
	width: 180px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 10px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 10px 0px;
}

/* content */
.content {
	float: left;
	padding: 0px;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.content-wide {
	margin: 0px 4px;
	width: 600px;
}
.content-only {
	margin: 0px 4px;
	width: 550px;
}
#innerContent {
	overflow: visible;
	padding: 10px 15px;
}

/* 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{
	margin-bottom:20px;
	width:200px;
	background: url(images/sb.gif) no-repeat center bottom;
	padding-bottom:20px;
}
.panel h5 {
    background: url(images/panel.gif) no-repeat left center;
	color: #1987b8;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	text-align:left;
	height: 30px;
	margin: 5px;
	line-height: 30px;
	padding-top: 6px;
	padding-bottom: 10px;
	text-indent:26px;
}
.panel h5 a{
	color: #CC3300;
}
.panel-content{
	width: 180px;
	font-size: 12px;
	text-align:left;
	padding-left:20px;
	padding-bottom:5px;
	color: #5A5A5A;
	margin: 0px;
}
.panel-content a{
	color: #525252;
}
.panel-content a:hove {
	color: #8E8E8E;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	/*color: #CC0000;*/
	color: #69C3ED;
	list-style-type: square;
}
.panel-content li.indent{
	padding: 0px;
	text-indent: 14px;
}
.panel-content ul ul li{
	padding: 0px;
	text-indent: 15px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
   width: 90%; 
}
.calendar-top {
   text-align: center;
}
.calendar-year,
.calendar-month {
   font-weight: none;
}
.calendar-weekdays {
   color: #313031;
   font-size: 11px;
   text-align: center;
   width: 14%;
   padding: 1px 2px;
}
.calendar-weekday-cell {
   color: #313031;
   font-size: 11px;
   text-align: center;
   width: 14%;
   padding: 1px 2px;
}
.calendar-main {
   background: #FFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
   text-align: center;
   width: 14%;
   padding: 1px 2px;
}
.calendar-saturday,
.calendar-sunday {
   color: #313031; 
}
.calendar-today {
	color: #2F94C0;
	border: 1px solid #2F94C0;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
	color: #1987b8;
	text-decoration: line-through;
}
.calendar-today a {
   	color: #2F94C0;
	border: 1px solid #2F94C0;
}

/****** Search Panel ******/
.search-field {
	width: 125px;
	margin: 2px 0px;
	border: 1px solid #D6EEFA;
}

/****** Announcement Box ******/
.announce{
	border: 1px solid #D6EEFA;
}
.announce-content{
	word-wrap: break-all;
	padding: 5px; 
	color: #313031;
}

/****** Defaul Page Elements ******/
.article-top {
	margin: 5px 0px 0px 0px;
}
.article-bottom {
	padding: 5px 0px 0px 0px;
}

/* page links */
.pages {
	color: #313031;
}
.pagelink-current {
	text-decoration: none;
}

.listbox {
	padding: 10px 0px;
}
.listbox-table {
	width: 100%;
}
.listbox-header {
	background-color: #D6EEFA;
	border: 1px solid #D6EEFA;
	font-size: 12px;
	color: #313031;
	font-weight: bold;
	text-align: center;
	height: 20px;
}
.listbox-entry {
	word-wrap: break-all;
	padding: 8px 0px;
	color: #313031;
	border-bottom: 1px solid #D6EEFA;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{float: left;}
.next-article{float: right;}

/* text box */
.textbox{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom: 1px dashed #60AACE;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 12px;
	color: #000000;
	background: #D6EEFA;
	padding:4px;
	border:1px solid #69C3ED;
}
.textbox-title h4{
	color: black;
	font-size: 12px;
	display: inline;
}
.textbox-label{
	padding-top:5px;
	padding-bottom:5px;
	color: #999;
	font-size: 12px;
}
.textbox-label a{
	color: #999;
}
.textbox-label a:hover{
	color: #000;
}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	word-wrap: break-word;
	padding: 5px 10px 10px 10px;
	line-height: 130%;
}
.textbox-content img{
    padding: 0px 2px;
}
.textbox-bottom{
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
	font-size: 12px;
	color: #999999;
    text-align: right;
}
.textbox-adminbar {
	font-size: 12px;
	color: #CC3300;
	text-align: right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #CC0000;
	text-align:left;
	padding-left: 15px;
	background: url('./images/trackback.gif') no-repeat 0px;
}
.tags {
	font-size: 11px;
	color: #CCCCCC;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tag_bg.gif') no-repeat 0px;
}

/* comments wrapper */
.comment-wrapper{
	padding-top: 10px;
}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #FFFFFF;
	text-align: right;
}
.comment-pages{
	padding: 0px 0px 5px 0px;
	margin: 5px;
	color: #666666;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px 0px 15px 0px;
}
.commentbox-title{
	background-color: #D6EEFA;
	border-top: 1px solid #D6EEFA;
	border-right: 1px solid #D6EEFA;
	border-left: 1px solid #D6EEFA;
	padding: 5px 12px;
	color: #313031;
}
.commentbox-label{
	display: inline;
	color: #313031;
	font-size: 12px;
}
.commentbox-content{
	word-wrap: break-all;
	color: #313031;
	padding: 10px; 
	background-color: #FFF;
	border: 1px solid #D6EEFA;
	border-top: 0px;
}

/* trackback box */
.trackbackbox{
	padding: 0px 0px 15px 0px;
}
.trackbackbox-title{
	background-color: #D6EEFA;
	border-top: 1px solid #D6EEFA;
	border-right: 1px solid #D6EEFA;
	border-left: 1px solid #D6EEFA;
	padding: 5px;
	color: #313031;
}
.trackbackbox-label{
	display: inline;
	color: #313031;
	font-size: 11px;
}
.trackbackbox-content{
	color: #313031;
	padding: 5px 10px; 
	background-color: #FFF;
	border: 1px solid #D6EEFA;
	border-top: 0px;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 120px;
 border: 1px solid #ddd; 
 border-top: 0px; 
 text-align: center; 
 background-color: #FFF;
}
.messagebox-title{
	background-color: #D6EEFA;
	border-top: 1px solid #ddd;
	border-right: 1px solid #D6EEFA;
	border-left: 1px solid #D6EEFA;
	padding: 5px;
	color: #313031;
}
.messagebox-content{
 color: #313031; 
 background:#FFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #83bed9; 
 background-color: #D6EEFA; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{
}
.formbox-comment{
    margin-bottom: 10px;
}

.formbox-title,
.formbox-comment-title{
	color: #313031;
	font-size: 14px;
	font-weight: bold;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #313031;
	text-align: left;
	border-bottom: 1px solid #D6EEFA;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border: 2px solid #D6EEFA;
	color: #313031;
	margin: 10px;
	padding: 10px;
}

.quote {
	margin: 10px;
}
.quote-title {
	background-color: #D6EEFA;
	border-top: 1px solid #D6EEFA;
	border-right: 1px solid #D6EEFA;
	border-left: 3px solid #D6EEFA;
	padding: 5px;
	color: #313031;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #313031;
	padding: 5px 10px; 
	background-color: #FFF;
	border: 2px solid #D6EEFA;
	border-top: 0px;
}

/****** Link ******/
.linkover {
	margin-bottom: 10px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 1px;
	width: 48%;
	float: left;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
}
.linkgroup {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	color: #4BB6E9;
}
