/*
===========
Bo-Blog V2.1
bloody roses Skin
div&css By lstk
2008/03/19
-----------
--->>>my.anyy.cn<<<---
===========
*/

/****** General Styles ******/
body {
	padding: 0;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 75%;
	text-align: left;
	color: #5A5A5A;
	background: #C9D3BD  url('images/bg_l.jpg') left top no-repeat fixed;
}

td{
	word-break: break-all;
}

a {
    text-decoration: none;
    color: #909A84;
}

a:hover {
    text-decoration: none;
    color: #5A5A5A;
}

img {
    border: none;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	padding: 1px;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 100%;
    color: #5A5A5A;
    border: 1px solid #D9D9D9;
    background: none;
}
input.text {
	background: none;
	border: 1px solid #D9D9D9;
}
input.button {
	width: 48px;
    height: 22px;
    padding: 0 0 2px 7px;
    *padding: 3px 0 2px 3px;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.5em;
    text-align: center;
    color: #5A5A5A;
    border: 1px solid #D9D9D9;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    background: #C9D3BD;
    cursor: pointer;
}
textarea { 
	padding: 2px 3px;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 100%;
	color: #5A5A5A;
    border: 1px solid #D9D9D9;
    background: none;
    overflow: auto;
}
select { 
	background: #fff;
	border: 1px solid #A9DBF6;
}
#index {
    padding:0;
    background: url('images/bg_rb.jpg') right bottom no-repeat fixed;
}

/****** Main Layout Styles ******/
#wrapper {
	width: 610px;
    padding: 35px 0;
    margin: 0 auto;
}
#innerWrapper {
	width: 610px;
}
.innerTop {
    width: 600px;
    height: 27px;
	margin: 0 auto;
	background: url('images/innerTop.gif') left top repeat;
}
#containerTop {
    width: 600px;
	padding: 4px 5px 0;
	background: url('images/containerTop.png') center top no-repeat;
}
#header {
    background-color: transparent;
}
#innerHeader {
	width: 530px;
	padding: 30px 35px;
	text-align: center;
	background: url('images/header.png') left top repeat;
}
#footer {
	width: 600px;
	height: 43px;
	margin-top: 0pt;
	margin-right: 5px;
	margin-bottom: 0pt;
	margin-left: 5px;
	padding-top: 23px;
	text-align: center;
	color: #ffffff;
	background-color: transparent;
	background-image: url('images/header.png');
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: top;
}
#footer a{
    color: #CAD3BE;
}
#innerFooter {
	padding: 10px;
	margin-top:-15px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.innerBottom {
    width: 600px;
	height: 27px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	background-color: transparent;
	background-image: url('images/innerTop.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: top;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	font-family: "Microsoft Yahei", "Trebuchet MS", Verdana;
	font-size: 130%;
    color: #c0c3ba;
}
.blog-title {
	margin-left:-200px;
	font-size: 130%;
    line-height: 150%;
    color: #C0C3BA;
}
.blog-title a {
	text-decoration: none;
    color: #FFF;
}
.blog-title a:hover {
	color: #444;
}
/* blog description */
.blog-desc {
	margin-top:-25px;
	margin-left: 30px;
}
/* nav menu */

/****** Content Layout ******/
#mainWrapper {
	width:610px;
	background: url('images/innerContainer.png') center top repeat-y;
}

/* sidebar */
.sidebar {
	width: 570px;
    margin: 0 20px;
    padding-bottom: 50px;
    padding-top:40px;
	text-align: left;
	line-height: 170%;
	overflow: hidden;
	table-layout: fixed;
	word-break: break-all;

}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0;
}
#innerSidebarOne {
	float: left;
    padding-left:10px;
	width: 270px;
}
#innerSidebarTwo {
	float: right;
	width: 270px;
}
.content {
	width: auto;
}
.content-wide {
}
.content-only {
	width: 100%;
}
#innerContent {
	margin-left: 0;
	overflow: hidden;
	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:0;
}
.panel h5 {
	margin-bottom: 5px;
	font-family: "Microsoft Yahei", "Trebuchet MS", Verdana;
	font-size: 100%;
}
.panel h5 a{
	color: #000;
}
.panel-content{
	width: 95%;
	margin:0;
	margin-bottom: 25px;
	line-height: 150%;
}
.panel-content a{
 	text-decoration: none;
	color: #909a84;
}
.panel-content a:hover {
 	text-decoration: none;
	color: #5a5a5a;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #D3E7FC;
}
.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: #0D80BD; 
}
.calendar-today { 
  color: #000;
  border: 1px solid #0D80BD;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #0D80BD; 
  text-decoration: underline;
}
.calendar-today a {
  color: #0D80BD;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field {
	background: #fff;
	border: 1px solid #A9DBF6;
}

/****** Announcement Box ******/
.announce{
	margin-top:-5px;
	margin-bottom: 15px;
}
.announce-content{
	padding: 15px; 
	color: #000;
	background: none; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	margin-left:3px;
	color: #B29A84;
	padding: 2px;
	border: 1px solid #D9D9D9;
    padding-right:5px;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
    padding-left:15px;
    padding-right:10px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #A9DBF6;
	color: #333;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	border-bottom: 1px solid #A9DBF6;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
	background-color: transparent;
	background-position: 50px 20px;
}
.textbox-calendar {
	padding-left:15px;
	margin-right: 10px;
    font-family: "Microsoft Yahei", "Trebuchet MS", Verdana;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    color: #C1736A;
}
.textbox-title{
	
}
.textbox-title h4{
	margin-top:-21px;
	margin-left:115px;
	font-size: 120%;
	font-weight: bold;
	font-family: "Microsoft Yahei", "Trebuchet MS", Verdana;
	text-decoration: none;
	text-align: left;
	line-height: 140%;
	overflow: hidden;
}
.textbox-title h4 a {

}
.textbox-title h4 a:hover {

}
.textbox-label{
	padding-top: 10px;
	margin-left: -10px;
	font-size: 12px;
	text-indent: 29px;
}
*+html .textbox-label{
	margin-left: 3px;
	text-indent: 15px;
}
* html .textbox-label{
	text-indent: 15px;
}
.text-label-indented {
	font-size: 12px;
	display: block;
	text-align: right;
	float: right;
	margin-top: -20px;
    padding-right:10px;
}
*+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-right: 10px;
	padding-left:17px;
	font-size: 12px;
	line-height: 160%;
}
.textbox-bottom{
	padding-bottom: 2px;
    line-height: 160%;
    color: #909A84;
    background: url('images/postFootertrans.gif') right bottom no-repeat;
}
.textbox-bottom a {
	
}
.textbox-bottom a:hover {
	
}
.textbox-adminbar {
	padding: 0px;
	font-size: 12px;
	color: #000;
	padding-left:20px;
	text-align: left;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #000;
	text-align:left;
}
.tags {
	clear: both;
	padding-left:17px;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #333
	text-align:left;
	background:none;
}
.tags a {
	color: #333;
}
/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #000;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #000;
}

/* commnet box */
.commentbox, .trackbackbox {
	word-wrap: break-word;
	padding: 0px;
	margin-left: 13px;
    margin-right: 13px;
}
.commentbox-odd {
	background: none;
	border-top: 1px solid #A9DBF6;
}
.commentbox-couple {
	background: none;
	border-top: 1px solid #A9DBF6;
}
.trackbackbox {
	background: none;
	border-top: 1px solid #A9DBF6;
}
.commentbox-title, .trackbackbox-title{
	padding: 5px;
	font-size: 12px;
	font-family: "Microsoft Yahei", "Trebuchet MS", Verdana;
	color: #65695B;
}
.commentbox-title a, .trackbackbox-title a{
 	color: #65695B;
	font-weight:bold;
}

.commentbox-label, .trackbackbox-label{
	display: block;
	color: #909A84;
	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 #A9DBF6; 
 border-top: 0px; 
 text-align: center; 
 background-color: #A9DBF6;
}
.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #000; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #000; 
 background-color: #E6EEF7; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
	padding-left:10px;
	padding-right:10px;
}

*+html .formbox-comment{
	padding-top: 10px;
	margin-left:10px;
	padding-right:10px;
}
.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 #BFCAD2;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/*******pinglun gongju lan*******/
.button-img{
    width:50px;
    height:13px;
	float:right;
    margin: -11px 0 0 350px;
    padding-bottom:10px;
    cursor: pointer;
}
#comment-tool {
    margin: 3px 0 2px 0;
    padding: 5px 5px 0 5px;
    border: 1px solid #666;
	background: #dcdcdc;
    color: #333;
    float: left;
	width:563px;
}
*+html #comment-tool {width: 553px;}
#emots {
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    width: 450px;
}
#ubb {
    padding: 0;
    text-align: left;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 4px solid #65695B;
	background-color: #F4F6F1;
	color: #000000;
	margin: 5px;
	padding: 15px;
}
.quote {
	border-left: 0px solid #333;
	margin: 10px;
}
.quote-title {
	background-color: #CAD3BE;
	border-bottom: 2px solid ##d9d9d9;
	padding: 5px;
	font-weight: bold;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
	background-color: #FBFEFF;
	border: 1px solid ##d9d9d9;
	border-top: 0px;
}

/****** Link ******/
.linkover {
	margin-bottom: 20px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 14px;
}
.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: 14px;
	color: #0D80BD;
	text-indent: 3px;
}

/*Page*/
.pagebox {
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
}
.pagebox-title{
	font-size: 16px;
	height: 68px;
	margin-left: 5px;
}
.pagebox-title h4{
	color: #0D80BD;
	font-size: 16px;
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 3px solid #BEE6FD;
	font-weight: bold;
}
.pagebox-content{
	margin-top: -30px;
	clear: both;
	word-wrap: break-word;
	padding: 0;
	font-size: 14px;
	line-height: 120%;
}

/* 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 #BEE6FD;
}

