/*
Bo-Blog Style 2.0.3+
FireFlower
By Ignorant
2008-01-10
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background:#222222 url("images/tbbg.jpg") repeat-x;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
    color: #999999;
}
table {
	font-family: Tahoma, Arial;
	color: #fff;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #888;
}
a:hover {
	text-decoration: underline;
	color:#cccccc;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #444;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 20px;
	padding: 1px;
	border: 1px solid #e2dfbe;
	color: #666666; 
	background-color: #f3f2e4;
}
input.button {
	height: 20px;
	border: 1px solid #444;
	border-top: 1px solid #444;
	border-left: 4px solid #444;
	color: #444; 
	background-color: #FBFCFD;
}
textarea { 
	border: 1px solid #444;
	background-color: #FBFCFD;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #444; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #444; 
	background-color: #FBFCFD;
	border: 1px solid #444;
}


/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 780px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {background: url("images/bg.jpg") repeat-y;
	width: 100%;
}

#header {
	background: url("images/header_bg.jpg") no-repeat;
}
#innerHeader {
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 12px;
	height:95px;
	vertical-align: bottom;
}

#footer {
	clear: both;
	background:#222222 url("images/foot.jpg") no-repeat top ;
	height:80px;
}
#footer a{
color: #ccc;
}
#innerFooter {
padding-top:40px;
	font-size: 12px;
	text-align: center;
	color: #ccc;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size:20px;
	font-weight: bold;
}
h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #FCFCFC;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #999999;
}

/* nav menu */
#menu {
	margin-top:15px;
	height: 25px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style: none;
	width: 70px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: url("images/menu1.gif") no-repeat;
}
#menu a{
	padding-top: 5px;
	display: block;
	color: #AAAAAA;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
}
#menu a:hover, #menu .activepage a {
	color: #FFF;
	background: url("images/menu.gif") no-repeat;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left:5px;
	margin-right: 10px;
}

/* sidebar */
.sidebar {
	padding-top: 4px;
	padding-left: 3px;
	float: left;
	width: 190px;
}
.sidebar-hide {
	display: none;
	float: left;
}
.sidebar ul li{
	background-repeat: no-repeat;
}
.sidebar ul li ul li{
	background-repeat: no-repeat;
}
.sidebar a, .sidebar a:visited {
	color: #cccccc;
	text-decoration:none;
}
.sidebar a:hover, .sidebar a:focus, .sidebar a:active {
	text-decoration:underline;
}

#sidebar_archive ul li {
	background-repeat: no-repeat;
}
#sidebar_replies ul li {
	background-repeat: no-repeat;
}
#sidebar_category ul li {
	background-repeat: no-repeat;
}
#sidebar_category ul li.indent {
	padding: 0px;
	background-image: none;
	list-style-image: url("images/list.gif");
	text-indent: 30px;
}
#sidebar_entries ul li {
	background-repeat: no-repeat;
}
#sidebar_link ul li.indent {
	background-repeat: no-repeat;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: left;
	width: 100%;
	margin-left: -200px;
}
.content-wide {
	width: auto;
	margin-left: -200px;
}
.content-only {
	width: 100%;
	margin-left: -180px;
}
#innerContent {
	margin-left: 205px;
	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:1px;
	margin-bottom: 10px;
}
.panel h5 {
	text-align: left;
	color: #cccccc;
	font-size: 12px;
	font-weight: bold;
margin:0px;
	background: url("images/panel_bg.gif") no-repeat;
	border-bottom: 1px solid #444;
        text-indent:20px;
	height:25px;
	line-height:25px;	
}
.panel h5 a{
	color: #888;
}
.panel-content{
	width: 184px;
	margin:0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 120%;
	color:#999999;
	border: 1px solid #303030;
	background:#303030;
}
.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.png");
	background-repeat: no-repeat;
	text-indent: 15px;
}

.panel-content ul ul li{
	padding: 0px;
	background-image: url("images/list.png");
	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: #666666;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #999999;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
  font-weight: bold;
}
.calendar-main {
  background: #999999;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-saturday,
.calendar-sunday {
  color: #9DC450; 
}
.calendar-today { 
  color: #000;
  background: #fff;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #fff; 
  text-decoration: underline;
}
.calendar-today a {
  color: #000;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field {
	width: 125px;
	margin-bottom: 5px;
	border: 1px solid #444;
	background-color: #A8A8A8;
}

/****** Announcement Box ******/
.announce{
	border: 1px groove #222222;
	background:#303030;
	margin-bottom: 15px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #ffffff; 
}
/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 3px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #ccc;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 90%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #669900;
	background: #222222;
	color: #999999;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #515151;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box 
.prev-article{ float: left; }
.next-article{ float: right; }
*/

/* text box */
.textbox{
    width: 100%;
    padding: 8px 0 0 0;
}
.textbox-calendar {
	float: left;
	height: 56px;
	width: 50px;
	margin: 0 0 0 13px;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
}
* html .textbox-calendar {margin: -3px 0 0 5px;}
.textbox-calendar-day {
	display: block;
    font-weight: bold;
	color: #606060;
	font-size: 16px;
}
.textbox-calendar-month {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #606060;
	font-weight: bold;
}

.textbox-calendar-month {
	margin-top: 0px;
}

.textbox-title{
	word-wrap: break-all;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	border-bottom-style: none;
}
.textbox-title h4{
	font-size: 14px;
	padding: 0 0 0 10px;
	display: inline;
}
.textbox-title h4 a {
	color: #EEEEEE;
}
.textbox-label{
	margin: 0 0 0 65px;
	color: #cccccc;
	font-size: 12px;
}
*+html .textbox-label{ margin: 0 0 0 6px;}
* html .textbox-label{ margin: 0 0 0 6px;}
.textbox-label a { 
    color: #cccccc;
}

.textbox-fontsize{
	color: #666;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #666;
}
.textbox-content{
	word-wrap: break-word;
	padding: 0 10px 0 15px;
	color: #888888;
	line-height: 180%;
}
.textbox-bottom{
	padding: 5px 0 9px 0;
	font-size: 12px;
	color: #cccccc;
	text-align: left;
	margin: 0 15px 5px 15px;
	background: transparent url('images/top_b.gif') 0 20px repeat-x;
}
.textbox-bottom a {
	color: #cccccc;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0 5px 5px 0;
	font-size: 12px;
	color: #cccccc;
	text-align: left;
}
.textbox-adminbar a {
    color: #cccccc;
}
.textbox-tburl {
	font-size: 12px;
	color: #cccccc;
	text-align:left;
}
.textbox a:hover {
	text-decoration: none;
	color: #FFF;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #999999;
	text-align:left;
	padding-left: 15px;
	background-repeat: no-repeat;
}
/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #999;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px 0px 15px 0px;
	border: 1px solid #303030;
	background:#303030;
}
.commentbox-title{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 12px;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 0px;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px 0px 15px 0px;
	border: 1px solid #E7F1D4;
	background:#F8FBF4;
}
.trackbackbox-title{
	padding: 5px;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	border-top: 1px solid #E7F1D4;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 120px;
 border: 1px solid #303030; 
 border-top: 0px; 
 text-align: center; 
 background-color: #ffffff;
}
.messagebox-title{
    background: #333;
    color: #FF0000; 
    font-weight: bold; 
    padding: 5px;
}
.messagebox-content{
 color: #999; 
 background:#303030;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #999; 
 background-color: #222222; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	color: #666666;
	font-weight: bold;
	border-left: 3px solid #888888;
	padding: 5px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #888888;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	color: #669900;
	margin: 7px;
	padding: 0px;
}
.quote {
  background: #303030 url("images/quote.gif") no-repeat left top;
  border:1px solid #444;
  padding:6px;
  padding-left:15px;
  margin-top:5px;
}

/****** 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: 14px;
	margin-bottom: 5px;
	color: #666666;
}
.insertimage {
    border: 1px solid #E7F1D4;
    padding: 3px;
    background-color: #FFFFFF;
}
/****** Zhuce ******/

.dlld {
	width:165px; padding-left:5px;}

.go {
	margin-right:5px;
	float:right;
	height:36px;
	width:36px;
	text-align:center;
	background:#535353;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #737373;
	border-left:1px solid #737373;
	color:#EFEFEF;
	font-size:11.5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.login {
	background:#E4E4E4 url("images/login.gif") no-repeat ;
	width:115px;
	height:15px;
	padding-left:28px;
	border-bottom:1px solid #C7C7C7;
	border-right:1px solid #C7C7C7;
	border-top:1px solid #848484;
	border-left:1px solid #848484;
	overflow:hidden;
}

.logi {
	height:14px;
	width:87px;
	border:0px;color:#515151;
	background: none;
}

.pass {
	background:#E4E4E4 url("images/pass.gif") no-repeat;
	height:15px;width:115px;
	padding-left:28px;
	border-bottom:1px solid #C7C7C7;
	border-right:1px solid #C7C7C7;
	border-top:1px solid #848484;
	border-left:1px solid #848484;
	overflow:hidden;
}

.baoc {
	border-bottom:1px solid #C6C7C6;
	border-right:1px solid #C6C7C6;
	border-top:1px solid #848684;
	border-left:1px solid #848684; 
	position:absolute;
	overflow:hidden
}

.zhuce {
	border-top:none  !important ;
	border-top:3px solid #a4a7da;
}
/* Emot Page Selection */
#smileybuttons {
 text-align: right;
 margin-top: 9px;
}

.smileybut {
	margin-right:3px;
	padding: 3px;
	vertical-align: middle;
	font-weight: bold;
	color: #666666;
	text-align: center;
	background-color: #303030;
}

.smileybut  a{
}