body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background:#171717 url('images/tbbg.jpg') repeat-x;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;

}
html, body { 
scrollbar-face-color: #505050;
scrollbar-highlight-color: #707070;/*左上里*/
scrollbar-3dlight-color: #303030;/*左上外*/
scrollbar-darkshadow-color: #303030;/*右下外*/
scrollbar-shadow-color: #707070;/*右下里*/
scrollbar-arrow-color: #a8a8a8;/*上下两箭头*/
scrollbar-track-color: #a8a8a8;/*背景颜色*/
}
table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
       
	text-decoration: none;
	color: #888;
}
a:hover {
	text-decoration: underline;
	color:#000;
}

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 #444;
	color: #444; 
	background-color: #FBFCFD;
}
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; }
	
.textarea1 { background: #eeeeee url('images/nowater.gif') no-repeat; background-position:95% 95%;}
.textarea2 { background: #eeeeee url('images/nowater.gif') no-repeat; background-position:95% 95%;}
.textarea3 { background: #eeeeee url('images/nowater.gif') no-repeat; background-position:95% 95%;}

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:#171717 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 {
	padding: 0px;
	padding-left: 160px;
	padding-right: 20px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size:14px;
	font-weight: bold;
}
h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #4971AD;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #ffffff;
}

/* nav menu */
#menu {
	margin-top:19px;
	height: 25px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style: none;
	width: 70px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#menu a{
	padding-top: 5px;
	display: block;
	color: #ccc;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
}
#menu a:hover, #menu .activepage a {
	color: #111;
	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: 200px;
}
.sidebar-hide {
	display: none;
	float: left;
}
.sidebar ul li{
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
}
.sidebar ul li ul li{
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}
.sidebar a, .sidebar a:visited {
	color: #000000;
	text-decoration:none;
}
.sidebar a:hover, .sidebar a:focus, .sidebar a:active {
	text-decoration:underline;
}

#sidebar_archive ul li {
	background: url(images/mini-archive.gif) no-repeat;
}
#sidebar_replies ul li {
	background: url(images/mini-comment.gif) no-repeat;
}
#sidebar_category ul li {
	background: url(images/mini-category.gif) 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: url(images/mini-page.gif) no-repeat;
}
#sidebar_link ul li.indent {
	background: url(images/mini-blogroll.gif) no-repeat;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -220px;
}
.content-wide {
	width: auto;
	margin-left: -220px;
}
.content-only {
	width: 100%;
	margin-left: -200px;
}
#innerContent {
	margin-left: 225px;
	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: #669900;
	font-size: 12px;
	font-weight: bold;
margin:0px;
	background: url(images/panel_bg.png) no-repeat;
	border-bottom: 3px solid #ffffff;
        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:#666666;
	border: 1px solid #E7F1D4;
	background:#F8FBF4;
}
.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: #666666;
  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: #000000; 
}
.calendar-today { 
  color: #fff;
  background: #669900;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #666666; 
  text-decoration: underline;
}
.calendar-today a {
  color: #fff;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #444;
}

/****** Announcement Box ******/
.announce{
	border: 1px solid #E7F1D4;
	background:#F8FBF4;
	margin-bottom: 15px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #000; 
}
/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

.article-bottom {
  clear:both;
}

/* entry display box 
.prev-article{ float: left; }
.next-article{ float: right; }
*/

/* text box */
.textbox{
	padding-bottom: 0px;
	margin-bottom: 15px;
	border: 1px solid #E7F1D4;
	background:#F8FBF4;
}
.textbox-comment {
    position: relative;
	float: left;
	height: 48px;
	width: 48px;
	background: url('images/comment_icon.gif') no-repeat;
	text-align: center;
}
.textbox-comment-num {
	display: block;
	font-family: Arial;
	color: #000;
	font-size: 16px;
	padding: 10px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}
*+html .textbox-title{padding: 2px 0px 2px 0px;}
.textbox-title h4{
	margin-left: -5px;
	color: #666666;
	padding-left: 5px;
	font-size: 14px;
	display: inline;
}
.textbox-title h4 a {
	color: #669900;
}
.textbox-top {
    position: relative;
    float: right;
    text-align:right; 
    width: 1%; 
    margin-right: 20px;
    margin-top: -10px;
}
* html .textbox-top {margin-right: 3px;}
.textbox-label{
	padding-top: 2px;
	padding-left: 15px;
	color: #666666;
	font-size: 12px;
}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	border-top: 1px solid #E7F1D4;
	border-bottom: 1px solid #E7F1D4;
}
.textbox-bottom{
    margin-right: 10px;
	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 {
	color: #000;
	text-decoration: none;
}
.textbox-adminbar {
    margin-right: 10px;
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #666666;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #666666;
	text-align:left;
	padding-left: 15px;
}
.item_m{
float: left;
padding: 0px 5px 0px 0px;
}
.item_date {
height: 46px;
width: 43px;
text-align: center;
background: url("images/date-bg.gif") no-repeat center top;
}

.item_date .date_month {
color: #DDDDDD;
font-size: 11px;
padding-top: 2px;
padding-left: 1px;
}
.item_date .date_day {
color: #705f0b;
font: 18px Arial, Sans-Serif;
margin-top: 5px;
}
/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #999;
	text-align: right;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px 0px 15px 0px;
	border: 1px solid #E7F1D4;
	background:#F8FBF4;
}
.commentbox-title{
	padding: 5px;
	border-bottom: 1px solid #E7F1D4;
}
.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 #999; 
 border-top: 0px; 
 text-align: center; 
 background-color: #ffffff;
}
.messagebox-title{
 background: url('images/menu_bg2.png') repeat-x;
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #999; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #999; 
 background-color: #E6EEF7; 
 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 #669900;
	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 #669900;
}
.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: #F8FBF4 url('images/quote.gif') no-repeat left top;
  border:1px solid #a5d11f;
  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 {
	height:15px;
	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 {
	font-size:12px;
	border-top:none  !important ;
	border-top:3px solid #FFFFFF;

}
div#qTip {
	padding:3px;
	padding-top:3px   !important ;
	padding-top:5px;
	display: none;
	position: absolute;
	z-index: 1000;
	line-height:14px;
	font-size:12px;
	background:#171717;
	border:1px solid #999999;
color: #fff;filter:Alpha(opacity=70);
-moz-opacity:0.7;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}
.highlightit1 img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.5;
}
.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
.readmore{
               padding-top:2px;
               border: 1px solid #DADADA;
               background-color: #ffffff;
               font-family:"宋体","Tahoma";font-size:12px;color:#DADADA;
}

.seac {
	width:165px; padding-left:5px;
padding-bottom:5px;
}
.go1 {
	margin-right:5px;
	float:right;
	height:18px;
	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;
}
.login1 {
	background:#E4E4E4 url(images/se.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;
}


/* page links */
.comment-pages {font-size:0px;float:left;color:#FFFFFF;margin-bottom:10px;margin-top:5px;width:100%;height:25px;}
.comment-pages a{display: block;float:left;padding-left:5px;padding-right:5px;border:1px solid #f7ca06;background:#fffbca;color:#cb6a24;margin-right:2px;margin-top:0px;height:20px;line-height:20px;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.comment-pages a:hover {border:1px solid #4A4FB0;color:#4A4FB0}
.pages {font-size:0px;float:left;color:#000;margin-top:15px;margin-left:0px;height:25px;overflow:hidden;width:100%;}
.pages a {display: block;float:left;padding-left:5px;padding-right:5px;border:1px solid #f7ca06;background:#fffbca;color:#cb6a24;margin-right:2px;height:20px;line-height:20px;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.pages a:hover {border:1px solid #cb6a24;color:#cb6a24;}
.pagebar-mainbody{}
.pagebar-mainbody a{color:#000;background: #fff;border: 1px solid #DEDEB8;}
.pagebar-mainbody a:hover {border:1px solid #F7CA06;color:#000}
.pagelink-current {border:1px solid #DEDEB8;color:#000;background-color:#F1F1F1;display: block;float:left;padding-left:5px;padding-right:5px;margin-right:2px;margin-top:0px;height:20px;line-height:20px;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;}

#openid_url {
  background: url("images/openid.gif") no-repeat;
  padding: 0 3px 0 16px;
}