/*
LoveDear-Temp2 Skin of Bo-Blog V2.1
By LoveDear Power www.LoveDear.com.cn
2009.7.21
*/

/****** General Styles ******/
*{
margin:0 auto;
padding:0;
}
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #2b241c;
	color: #333333;
	padding: 0;
	margin:0 auto;
	text-align: center;
}
* html body{
	width: 100%;
	overflow-x: hidden;
}

td{
	word-break: break-all;
}
a {
	text-decoration: none;
	color: #713116;
}
a:hover {
	text-decoration: none;
	color:#333333;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #333;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help;
}
img{
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto; 
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	background: #fff;
	border: 1px solid #D5C9B3;
}
input.button {
	background: #fff;
	padding:2px;
	border: 1px solid #D5C9B3;
}
textarea { 
	background: #fff;
	border: 1px solid #D5C9B3;
}
select { 
	background: #fff;
	border: 1px solid #D5C9B3;
}
/****** Main Layout Styles ******/
#top{
	margin:0 auto;
	padding:10px;
	color:#FFFFFF;
	background-color:#000000;
}
#top a{
	color:#FFFFFF;
}
#wrapper {
	margin:0 auto;
	padding:0;
	text-align: left;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#wrapper2{
	margin:0 auto;
	padding:0;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position: top;
}
#innerWrapper {
	/*clear:both;*/
	width: 940px;
	margin:0 auto;
	padding:0;
}
#header {
	height: 200px;
	width:100%;
}
#innerHeader {
	padding: 0;
	padding-top: 22px;
	height: 200px;

}

#footer {
	clear: both;
	background:#000000;
	height: 65px;
}
#footer a{
color: #FFFFFF;
}
#innerFooter {
	clear:both;
	padding: 20px;
	font-size: 12px;
	text-align: center;
	color:#FFFFFF;
	background:#000000;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding-top: 50px;
	padding-bottom:30px;
	padding-left: 70px;
	padding-right: 20px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #BE3708;
	font-size: 18px;
}
h1 a {
	color: #BE3708;
}
h1 a:hover {
	color: #BE3708;
}
/* blog description */
.blog-desc {
	margin-top:20px;
    color:#917341;
}
/* nav menu */
#menu {
	margin-top: 10px;
	margin-left:50px;
	float: left;
	height: 25px;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	margin: 0;
	padding: 8px;
	display: inline;
	list-style: none;
	text-align: center;
	float: left;
	font-size:14px;
	/*width: 72px;*/
}
#menu a{
	display: block;
	font-size:14px;
	color: #533513;
	border: 0px solid #fff;
	border-bottom: none;
}
#menu a:hover{
	color: #533513;
	border: 0px solid #9EC9FF;
	border-bottom: 1px solid #533513;
}
#menu .activepage a {
	color: #533513;
}

/****** Content Layout ******/
#mainWrapper {
	clear:both;
	margin-left: 15px;
	margin-right: 15px;
	margin-top:20px;

}

/* sidebar */
.sidebar {
	float:right;
	width: 260px;

}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0;
}
#innerSidebarOne {
	float: right;
	width: 260px;
	border: 0px solid #9EC9FF;
}
#innerSidebarTwo {
	float: left;
	width: 0px;
}
#innerSidebarSearch {
	clear: both;
	padding: 10px; 
	color: #000;
	background-color: #FFFFFF;
	text-align: right;
}
#innerSidebarFooter {
	clear: both;
	padding: 10px; 
	background-color: #000000;
}
/* content */
.content {
	width: 640px;
	overflow:hidden;
	float: left;	
	margin-right: 10px;
}
.content-wide {
}
.content-only {
	width: 100%;
}
#innerContent {
	margin-left: 0px;
	overflow: hidden;
	background:#FFFFFF;
}

/* 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:0;
	background:#FFFFFF;
	width: 260px;
	margin-top:10px;
}
.panel h5 {
	text-align: left;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1.5pt;
	padding-top: 10px;
	padding-bottom:10px;
	width:93%;
	margin: 0 auto;
	margin-bottom: 4px;
	border-bottom:1px solid #D5C9B3 ;
}
.panel h5 a{
	color: #000000;
}
.panel-content{
	width:93%;
	margin:0 auto;
	margin-bottom: 10px;
	line-height: 150%;

}
.panel-content a{

}
.panel-content a:hover {

}

.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding-top: 3px;
	padding-bottom:3px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #E1E1E1;
}


.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: 100%; 
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #999;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #000;
  font-size:11px;
  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:0px;
}
.calendar-saturday,
.calendar-sunday {
  color: #713116; 
}
.calendar-today { 
  color: #000;
  border: 1px solid #713116;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #713116; 
  text-decoration: underline;
}
.calendar-today a {
  color: #713116;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field {
	background: #fff;
	border: 1px solid #D5C9B3;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 0px;
}
.announce-content{
	padding: 20px;
	background: #FFFFFF;
}

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

/* page links */
.pages {
	padding: 3px;
	border: 1px solid #D5C9B3;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #D5C9B3;
	color: #333;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	border: 1px solid #D5C9B3;
	border-top: 0px solid #D5C9B3;
}
.listbox-entry a{
	word-wrap: break-all;
}

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

/* text box */
.textbox{
	padding:10px;
	margin-bottom: 5px;
	clear: both;
	border-bottom:1px dashed #CCCCCC;
}

.textbox-title{
	font-size: 16px;
	height: 68px;
	margin-left: 5px;
}
.textbox-title h4{
	color: #713116;
	font-size: 14px;
	padding: 5px;
	display: inline;
	font-weight: bold;
	border-bottom:1px solid #D5C9B3 ;
}
.textbox-title h4 a {
	font-weight: bold;
	color: #713116;
}
.textbox-title h4 a:hover {
	color: #D65C11;

}
.textbox-label{
	padding-top: 10px;
	font-size: 12px;
	text-indent: 29px;
}
*+html .textbox-label{
	text-indent: 15px;
}
* html .textbox-label{
	text-indent: 15px;
}
.text-label-indented {
	font-size: 12px;
	display: block;
	text-align: right;
	float: right;
	margin-top: -15px;
}
*+html .text-label-indented {margin-top: -20px;}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	clear: both;
	word-wrap: break-word;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
}
.textbox-bottom{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.textbox-bottom a {
	color: #000;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #000;
	color: #ffffff;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #333333;
	text-align:left;
}
.tags {
	clear: both;
	padding-top: 3px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #333333;
	text-align:left;
	text-align:right;
}
.tags a {
	color: #713116;
}
.tags a:hover{
    color:#666666;
}
/* comments wrapper */
.comment-wrapper{
}

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

/* commnet box */
.commentbox, .trackbackbox {
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}
.commentbox-odd {
	background: #FBFEFF;
	border-top: 1px solid #CCCCCC;
}
.commentbox-couple {/*评论与内容的分割线*/
	background: #fff;
	border-top: 1px solid #CCCCCC;
}
.trackbackbox {
	background: #E9FDF1;
	border-top: 1px solid #CCCCCC;
}
.commentbox-title, .trackbackbox-title{
	padding: 5px;
	font-size: 14px;
	color:#666666;
}
.commentbox-title a, .trackbackbox-title a{
	font-weight: bold;
	color:#666666;
}

.commentbox-label, .trackbackbox-label{
	display: block;

	font-size: 12px;
}
.commentbox-label a, .trackbackbox-label a{
	font-weight: normal;
}

.commentbox-content, .trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}


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

/****** normal message box ******/
.messagebox{
 width: 550px;
 margin-top: 120px;
 border: 1px solid #CCCCCC; 
 border-top: 0px; 
 text-align: center; 
 background-color: #D5C9B3;
}
.messagebox-title{
 color: #333333; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #333333; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #000; 
 background-color:#F1F1F1; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
	border-top: 1px dashed #666666;
}

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

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

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #000;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.panel-smilies-content {
        width:130px;
	padding: 5px;
	line-height: 180%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	background-color:#F1F1F1;
	border: 1px solid #DBDBDB;
	color: #666666;
	margin: 5px;
	padding: 10px;
}

.quote {
	border: 1px solid #DBDBDB;
	background-color:#F1F1F1;
	margin: 10px;
}
.quote-title {
	background-color: #FBFEFF;
	padding: 5px;
	font-weight: bold;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
	border-top: 0px;
}

/****** Link ******/
.linkover {
	margin-bottom: 20px;
	padding:15px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 12px;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-indent: 3px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #E2E2E2;
}

/*Page*/
.pagebox {
    padding:15px;
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
}
.pagebox-title{
	font-size: 16px;
	height: 68px;
	margin-left: 5px;
}
.pagebox-title h4{
	color: #666666;
	font-size: 16px;
	padding: 5px;
	margin: 0;
	display: block;
	border-bottom: 1px solid #666666;
	font-weight: bold;
}
.pagebox-content{
	margin-top: -30px;
	clear: both;
	word-wrap: break-word;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
}


/* Emot Page Selection */
#smileybuttons {
	text-align: right;
	margin-top: 9px;
}

.smileybut {
	margin-right:3px;
	padding: 3px;
	vertical-align: middle;
	font-weight: bold;
}

.smileybut  a{
	border: 1px solid #666666;
}

/*OpenID input area */
#openid_url {
	background: url(../../images/others/openid.gif) no-repeat;
	text-indent: 20px;
}