/*
Qmihudiandian skin 
of Bo-blog
By cacala
2007-05-12
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #ffffff;
	margin: 0px;
}

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

a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color:#E13166;
}

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: 20px;
	padding: 1px;
	border: 1px solid #F8B5C5;
	color: #666666; 
	background-color: #FBFCFD;
}
input.button {
	height: 20px;
	border: 1px solid #F8B5C5;
	border-top: 1px solid #F8B5C5;
	border-left: 6px solid #F8B5C5;
	color: #333333; 
	background-color: #FBFCFD;
}
textarea { 
	border: 1px solid #F8B5C5;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #333333; 
	}
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #333333; 
	background-color: #FBFCFD;
	border: 1px solid #FF4A75;
}


/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 780px;
	text-align: left;
	
}
#innerWrapper {
    background: url('images/bg.jpg') no-repeat;
}

#header {
}

#innerHeader {
    vertical-align: auto;
}

#footer {
	clear: both;
	background: url('images/fbg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 65px;
}
#footer a{
color: #000;
}
#innerFooter {
	padding: 15px;
	font-size: 12px;
	text-align: center;
	color: #000;
}
#innerFooter a{
	color: #FE3A68;
}
#innerFooter a:hover {
	background-color: #FA4787;
	color: #ffffff;
	text-decoration: none;
}
/****** Header Elements Styles ******/
/* header title */
.blogLogo{

}
.blog-header {
	padding-top: 20px;
	padding-bottom:20px;
}
h1 {
	padding-top: 120px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
}
h1 a {
	color: #333333;
	text-decoration: none;
}
h1 a:hover {
	color: #FA6794;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #333333;
	padding-left:80px;
}

/* nav menu */
#menu {
	margin-top: 15px;
	height: 25px;
	padding-bottom: 10px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style: none;
	width: 60px;
	float: left;
	text-align: left;
	padding: 0px;
}
#menu a{
	padding-top: 0px;
	display: block;
	color: #666666;
	height: 15px;
	padding: 0px;
}
#menu a:hover, #menu .activepage a {
	color: #FA6794;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 0px;
	margin-right: 0px;
}

/* sidebar */
.sidebar {
	padding-top: 0px;
	padding-left: 0px;
	float: left;
	width: 200px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -200px;
}
.content-wide {
	width: auto;
	margin-left: -200px;
}
.content-only {
	width: 100%;
	margin-left: -180px;
}
#innerContent {
	margin-left: 200px;
	overflow: visible;
	margin-right: 0px;
	margin-top: 0px;
}

/* 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;
	margin-bottom: 10px;
}
.panel h5 {
	text-align: left;
	color: #000000;
	font-size: 12px;
	font-weight: bolder;
	padding-top:2px;
	padding-bottom: 2px;
	margin:0px;
	background: url('images/btbg.gif') no-repeat;
	height :21px;
}
.panel h5 a{
	color: #ffffff;
}
.panel-content{
	width: 178px;
	margin:0px;
	padding-left:0px;
	padding-top:6px;
	padding-bottom:6px;
	line-height: 120%;
	color:#6C9800;
}
.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;
}

.panel-content ul ul li{
	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:0px;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #666666;
  font-size:12px;
  text-align: center;
  width: 10px;
  padding:0px;
}
.calendar-weekday-cell {
  color: #666666;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:3px;
  font-weight: nomal;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
  height:20px;
}
.calendar-saturday,
.calendar-sunday {
  color: #FC87AD; 
  font-weight: bold;
}
.calendar-today { 
  color:#84BC02;
  border:#84BC02 dotted 1px;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #84BC02; 
  font-weight:bold;
}
.calendar-today a {
  color: #000000;
  text-decoration: none;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #FFBFCF;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 5px;
	border : 2px dotted #FFBFCF;
}
.announce-content{
	word-wrap: break-word;
	padding: 8px; 
	color: #666666; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 2px;
	margin-bottom: 3px;
    text-align : right;
	overflow:hidden;
	height:18px;
}
.article-bottom {
	padding: 3px;
	margin-top: 5px;
	text-align : right;
}

/* page links */
.pages {
	color: #FC5C95;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 100%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted #FC77A6;
	border-top: 1px dotted #FC77A6;
	/*background: url('images/menu_bg2.png') repeat-x;*/
	color: #666666;
	padding:5px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #FC5C95;
	border-bottom: 1px dotted #FFB3CB;
	padding:4px;
}
.listbox-entry a{
	word-wrap: break-all;
}

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



/* text box */
.textbox{
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.textbox-title{
	background: url('./images/tbg.gif') repeat-x;
	word-wrap: break-all;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom:20px;
	height: 20px;
}
.textbox-title h4{
	margin-left: 0px;
	color: #000000;
	padding-left: 0px;
	font-size: 12px;
	display: inline;
}
.textbox-title h4 a {
	color: #000000;
}
.textbox-label{
	padding-top: 3px;
	padding-left: 5px;
	color: #FF446E;
	font-size: 12px;
}
.textbox-fontsize{
	color: #666666;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	word-wrap: break-word;
	color:#666666;
	padding-top: 10px;
}
.textbox-bottom{
	border-top: 1px dotted #FEBFCF;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #666666;
	text-align:right;
}
.textbox-bottom a {
	color: #666666;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #FA4787;
	color: #ffffff;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #FA4787;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #666666;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tb_bg.gif') no-repeat 0px;
}
.tags {
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: 12px;
	color: #FA4787;
	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-left: 3px solid #FC4E8D;
	background-color: #FEE0E8;
}
.commentbox-label{
	display: inline;
	color: #999999;
	font-size: 12px;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 6px;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #3F67A5;
	background: url('images/sidebar_bg.png') repeat-y;
}
.trackbackbox-label{
	display: inline;
	color: #3F67A5;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 90%;
	border:1px solid  #F8B5C5;
	margin:0 auto;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 120px;
 border: 1px solid #FEBBCB; 
 border-top: 0px; 
 text-align: center; 
}
.messagebox-title{
 background-color:#F8A0B5;
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #FE406C; 
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #3F67A5; 
 background-color: #FDD7E0; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{
    width:80%;
	border:1px solid #FEBBCB;
	margin:10px;
}
.formbox-comment{
	padding-top: 0px;	
}

.formbox-title,
.formbox-comment-title{
	color: #666666;
	font-weight: nomal;
	background-color: #F8B5C5;
	padding: 5px;
}

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

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #3F67A5;
	text-align: left;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 3px solid #3F67A5;
	background-color: #EBEBEB;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dotted #B4E636;
	padding: 5px;
	font-weight: none;
	color: #999999;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
	border-top: 0px;
}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
}
.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;
	margin-bottom: 5px;
	color: #FF4975;
}