/****** General Styles ******/
*{
	margin:0; 
	padding:0; 
}
body{
	font:12px/150% "Microsoft YaHei","宋体","Segoe UI",Tahoma,Arial;
	color:#333333;
	margin:0px;
	padding:0px;
}
a{
	color:#135E93;
	text-decoration:none;
}
a:visited{
	color:#135E93;
	text-decoration:none;
}
a:hover{
	color: #FF105A;
	text-decoration:none;
}
img{	
	border:none;
}

table {
}
td {
	word-break: break-all; 
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}


/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
}
input.text {
	height: 16px;
	padding: 3px;
	color: #000; 
	border: 1px solid #92C3F1;
	background: #FFF url('images/input_bg.gif') no-repeat top left;
}
input.button {
	height: 20px;
	border: 1px solid #92C3F1;
	background-color: #FFFFFF;
}
textarea { 
	border: 1px solid #92C3F1;
	background:#FFF url('images/input_bg.gif') no-repeat top left;
}
select { 
	border: 1px solid #92C3F1;
	background: #FFFFFF url('images/input_bg.gif') no-repeat top left;
}

/****** Main Layout Styles ******/
#wrapper {
	background:#ffffff url('images/head_bg.gif') repeat-x;
}
#innerWrapper {
	width: 96%;
	margin: 0 auto;
	padding:0px;
}
#header {	
	width:98%;
	height:115px;
	margin:0px;
	position:relative;
	color:#ffffff;
	margin-bottom: 20px!important;
	margin-bottom: 8px;
	}
#innerHeader {
	margin:0px;
	padding:0px;
}
#footer {
	clear: both;
}
#innerFooter {
	width: 98%;
	padding: 1px;
	padding-top: 1px;
	margin-left: 10px;
	background-color: #F9FCFE;
	color: #000000;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman";
	border-top: 1px solid #E1F0F7;
}

#innerFooter a,#innerFooter a:visited{
color:#000000;
text-decoration:none;
}
#innerFooter a:hover{
color:#135E93;
text-decoration:none;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	height:115px;
	margin:0px;
	position:relative;
	color:#ffffff;
}
h1 {
	margin:0px;
	margin-left:10px;
	height:36px;
	font:bold 24px/100% "Microsoft YaHei","宋体","Segoe UI",Tahoma,Arial;
	color:#FFFFFF;
	padding: 12px;
	padding-bottom: 0px;
	margin: 0px;
}
h1 a,h1 a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
h1 a:hover{
	text-decoration:none;
}

/* blog description */
.blog-desc {
	color: #ffffff;
	padding-left: 120px;
}

/* nav menu */
#menu {
	width:auto;	
	position:absolute;
	left:0px;
	top:75px;
}
#menu ul{ 
list-style:none;
	margin: 0; 
	padding: 0; 
}
#menu li{ 
	
	float:left;
	margin-left:0px;
	}
#menu a{
	text-decoration:none;
	color:#ffffff;
	padding:10px 20px 10px 20px;
	font:12px/130% "Microsoft YaHei","宋体","Segoe UI",Tahoma,sans-serif;
	display:block;
}
#menu a:hover { 
	color:#ffffff;
	background:url('images/nav-button-bg.png') top center no-repeat;
}
#mini_search{
	width:200px;
	height:20px;
	position:absolute;
	right:-30px;
	top:81px;
	color:#A7B0BF;
}
#search-text{
	width:150px;
	float:left;
	border:solid 2px #4B7B9F;
	border-right-style: none;
}
.keyword{
	width:100%;
	background:url('images/searchbox_background.png') right no-repeat;
	border: 0 Transparent;
	height:20px;
	color:#A7B0BF;
}
#search-submit{
	float:left;
	width:23px;
	margin-left:2px;
	padding-top:2px;
}
.search{
}
/****** Content Layout ******/
#mainWrapper {
}

/* sidebar */
.sidebar {
	float:right;	
	width:220px;
	color:#135E93;
	overflow:hidden;
	margin-right: -20px;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: left;
	width: 100%;
	margin-left: -220px;
}
.content-wide {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
#innerContent {
	margin-left: 220px;
	overflow: visible;
}

/* 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;
	margin-right: 15px;
}
.panel h5 {
	text-align: left;
	color:#000000;
	font-size: 14px;
	padding: 0px 25px;
	width: 190px;
	height: 16px;
	padding-bottom: 4px;
	margin:0px;	
}
* html .panel h5 { padding: 5px 20px;}/* IE6 */
.panel h5 a{
	color:#333;
}
.panel-content{
	width: 190px;
	margin:0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 120%;
	color:#000000;
	border: 1px solid #E1F0F7;
	background:#F9FCFE;
}
.panel-content a,.panel-content a:visited{
	color:#333;
	text-decoration:none;
}
.panel-content a:hover{
	color:#135E93;
	text-decoration:none;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
}
.panel-content li{
	padding: 0px;
	padding-bottom: 2px;
	margin: 0px;
}

.panel-content li.indent{
	padding: 0px;
	text-indent: 15px;	
}
.panel-footer{
	width: 190px;
	margin:0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 120%;
	color:#000000;
	border-bottom: 1px solid #E1F0F7;
	border-left: 1px solid #E1F0F7;
	border-right: 1px solid #E1F0F7;
	background:#F9FCFE;
}
.panel-footer a,.panel-footer a:visited{
	color:#333;
	text-decoration:none;
}
.panel-footer a:hover{
	color:#135E93;
	text-decoration:none;
}
/* extra panel */
#sidebar_link li{
	padding: 2px;
	margin:0;
}
#sidebar_link li.indent{
	background:url('images/blogroll.png') no-repeat left center;
	padding-left:8px;
}
/* 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;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #666666;
  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: #0081BF;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #666666; 
  text-decoration: underline;
}
.calendar-today a {
  color: #fff;
  text-decoration: underline;
}

/****** Announcement Box ******/
.announce{
	border: 1px dashed #6CB6E5!important;
	margin-bottom: 10px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; 
	color: #000; 
}

/****** Defaul Page Elements ******/
.article-top {
	clear:both;
	padding: 0px;
	margin-bottom: 15px;
}
.article-bottom {
	clear:both;
	padding: 0px;
	margin-top: 15px;
	
}
/* page links */
.pages {
	margin-left:15px;
	margin-top:10px;
	line-height:30px;
	height:30px;
	font-size:12px;
	padding:1px 3px 2px 3px;
}
.pagelink-current{
	padding:1px 3px 2px 3px;
	margin:2px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana;
	border:1px solid #ccc;
	text-decoration:none;
}
.listbox {
	background-color: #FFFFFF;
	padding: 6px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	color: #3399CC;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399cc;
}
.listbox-entry {
	word-wrap: break-all;
	color: #3399CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2E9F4;
	padding: 3px;
}

.listbox-entry a{
	word-wrap: break-all;
}
/* entry display box */
.prev-article{
	float:left;
	padding-left:18px;
	font-size: 14px; 
}
.next-article{
	float:right;
	padding-right:18px;
	font-size: 14px; 
}
/* text box */
.textbox{
	clear:both;
	letter-spacing:0.5px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	border: 1px solid #E1F0F7;
	background:#F9FCFE;	
}
.textbox-date {
	margin-left: 5px;
	height: 48px;
	width: 45px;
	background: url('images/calendar.gif') no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 4px 0 0;
	line-height: 100%;
	float: left;
}
.textbox-date span {
	margin-left: 5px;
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
}

.textbox-title{
	padding-top: 3px;
	padding-bottom: 6px;
}
*+html .textbox-title{padding: 2px 0px 2px 0px;}
.textbox-title h4{
	margin-left: -5px;
	padding-left: 5px;
	font:normal 16px/120% "Microsoft YaHei","宋体","Segoe UI",Tahoma,Arial;
	display: inline;
	color:#135E93;
}
.textbox-title h4 a,.h4 a:visited {
	color:#135E93;
	text-decoration:none;
}
.textbox-title h4 a:hover{
	color: #FF105A;
	text-decoration:none;
	border-bottom:1px solid #FF105A;
}
.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: 4px 0px 4px 2px;
	color: #666666;
	font-size: 12px;	
}
.post-time{
	background:url('images/time.gif') no-repeat left center;
	margin:1px 10px 0px 2px;
	padding-left:20px;
	float:left;
	font-size:12px;	
}
.post-author{
	background:url('images/writer.gif') no-repeat left center;
	margin:1px 5px 0px 2px;
	padding-left:20px;
	float:left;
	font-size:12px;	
}
.post-star{	
	margin:2px 5px 0px 2px;
	padding-left:2px;
	float:left;	
}
.textbox-fontsize{
	float: right;
	text-align: right;
	padding: 3px;	
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
	border-top: 1px solid #E1F0F7;
	border-bottom: 1px solid #E1F0F7;
}
.textbox-bottom{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #2F63B3;
	text-align:right;
	margin-right: 10px;
}

.textbox-bottom a,.textbox-bottom a:visited{
	color: #2F63B3;
	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;
}
.context-bar {
	margin-bottom: 10px;
	padding-bottom: 14px;
	padding-top: 15px!important;
	padding-top: 0px;
}
.tags {
	clear: both;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 12px;
	float:left;
	color: #2F63B3;
	text-align:left;
}
.tags a,.tags a:visited { 
	color: #2F63B3;
	text-decoration: none;
}
.tags a:hover {
	color: #000;
	text-decoration: none;
}
/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
}
.comment-pages{
	color: #333333;
	padding: 5px;
	margin: 5px;
	text-align: right;
}
.comment-pages a {
	color: #333333;
}
.comment-pages a:hover {
	background: #E1F0F7;
	color: #FFF;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 0px;
	border: 1px solid #E1F0F7;
	margin-top: 10px;
	margin-bottom: 6px;
}
.commentbox-title{
	padding: 5px;
	background: #F9FCFE;
	border-bottom: 1px solid #E1F0F7;
}
.commentbox-label{
	display: inline;
	color: #000;
	font-size: 12px;
}
.commentbox-content{
	padding: 3px;
	background: #F9FCFE;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	background: #BFDEFF;
	border-bottom: 1px solid #92C3F1;
}
.trackbackbox-label{
	display: inline;
	color: #000;
	font-size: 12px;
}
.trackbackbox-content{
	padding: 3px;
	background: #E6F2FF;
}

/* comment form wrapper */
#commentForm {
	width: 100%;
}

/****** normal message box ******/
.messagebox{
	 font:12px/150% "Microsoft YaHei","宋体","Segoe UI",Tahoma,Arial;	
	 width: 500px;
	 margin-top: 120px;
	 border: 2px solid #E1F0F7;
	 border-top: 0px; 
	 text-align: center; 
	 background-color: #F9FCFE;
}
.messagebox-title{
	 color: #000000; 
	 font-weight: bold; 
	 padding: 5px;
	 border-top: 1px solid #E1F0F7;
	 border-bottom: 1px solid #E1F0F7;
}
.messagebox-content{
	 color: #000000; 
	 background-color:#F9FCFE;
	 padding: 10px; 
	 padding-bottom: 20px; 
	 text-align: left;	
}
.messagebox-bottom{
	 color: #000000; 
	 padding: 5px;
	 border-top: 1px solid #E1F0F7;
}

/****** Input Form Styles (table) ******/
.formbox{
	margin-bottom: 10px;	
	background-color: #F9FCFE;
	border: 1px solid #E1F0F7;
}
.formbox-comment{
	margin-bottom: 10px;	
	background-color: #F9FCFE;
	border: 1px solid #E1F0F7;
}

.formbox-title{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	background-color: #F9FCFE;
	text-indent: 8px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border-bottom: 1px solid #E1F0F7;
}
.formbox-comment-title{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	background-color: #F9FCFE;
	text-indent: 8px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border-bottom: 1px solid #E1F0F7;
}


.formbox-rowheader {
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 80px;
	font-size: 12px;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #197CAD;
	text-align: left;
	border-bottom: 1px solid #E1F0F7;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-break:break-all;
	padding: 10px;
	background-color: #FAFDFF;
	overflow: hidden;
	margin: 10px;
	border: 1px dashed #6CB6E5;
}

.quote {
	margin: 10px;
}
.quote-title {
	background-color: #E5EFFB;
	font-weight: bold;
	color: #0984B3;
	height: 20px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 6px;
}
.modts {
	width: 15px;
}

.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
	background-color: #F9FCFE;
	border: 1px solid #E1F0F7;
	border-top: 0px;
}


/****** Link ******/
.linkover {
	height: auto;
	clear: both;
}
.linkbody {
	width: 50%;
	float: left;
	padding: 3px;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
}
.linktxt {
	float: left;
}
.linktitle a {
	font-weight: bold;

}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	color: #197CAD;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2E9F4;
}
