/*
=== LBS^2 StyleSheet File ====================================
 Style Name: 2012
    Version: 1.0
     Author: conjee
Last Update: 2012-03-7 11:30:03
==============================================================
*/

/****** General Styles ******/
html{
	margin:0; 
	padding:0; 
}
body {
	font-size: 14px;
	line-height:120%;
	color:#676767;
	font-family: "Georgia", "Xin Gothic", "Hiragino Sans GB", "Droid Sans Fallback", "Microsoft YaHei", sans-serif;
	background-color: white;	
	margin: 0px;
	padding: 0px;
	text-align:center;
}

table {
	font-family: Arial, Tahoma ;
	color: #676767;
	font-size: 12px;
}
td {
     word-break: break-all; 
}

a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#CC3300;
	text-decoration:none;
}

img{
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
hr {
	height: 1px;
	border-top: 1px solid #666666;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	color: #000000; 
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
input.button {
	height: 20px;
	color: #000000; 
	border: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	background-color: #FFFFFF;
}
textarea { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000; 
	background-color: #FFFFFF;
}

/****** Main Layout Styles ******/
#wrapper {
	width:900px;
	margin:0 auto;
	text-align:center;
}
#innerWrapper {
	text-align:left;
	position: relative;
	padding:0px;	
}

#header {}
#innerHeader {
	
}

#footer {
	clear: both;
	text-align: center;
}
#innerFooter {
	padding: 10px;
	padding-top: 25px;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

/****** Header Elements Styles ******/
#shudong{
	position:relative;
	float:right;
	height:55px;
	width:100px;
	top:-50px;
	right:0px;
}


#shudong a{
	display:block;
	background:url('images/shudong.gif') no-repeat left top;
	height:55px;
	width:100px;
}
#shudong a:hover{
	background:url('images/shudong_hover.gif') no-repeat left top;
}
#blogLogo {}
#logo {
display: none;
}

/* header title */
.blog-header {
	padding: 0px;
		margin-top: 50px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-family: Microsoft Yahei, Arial, Tahoma;
	font-size: 24px;
	font-weight:200;
}

/* blog description */
.blog-desc {
	position:relative;
	float:left;
	height:24px;
	width:100%;
	top:-10px;
	left:0px;
	color: #676767;
}

/* nav menu */
#menu {
	margin-bottom:10px;
	margin-top:80px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;

}
#menu a{
	color:#676767;
	font-size: 16px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
}
.menu-login {
	margin-top:20px;
	padding-bottom:40px;
	color:#676767;
	border-bottom: 1px dotted #cccccc;
}
.menu-login ul{
	margin: 0px;
	padding: 0px;
}
.menu-login li{
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;

}
.menu-login a{
	color:#676767;
	font-size: 11px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
}

#weibo{
	position:relative;
	float:left;
	height:24px;
	width:100px;
	top:-16px;
	left:180px;
}

/****** Content Layout ******/
#mainWrapper {}

/* sidebar */
.sidebar {
}
.sidebar-hide {
  display: none;
}

/* content */
.content {
  width: 100%;
}
.content-wide {
  width: auto;
  margin: 10px;
}
.content-only {
  width: auto;
  margin: 10px;
}
#innerContent {
  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 ******/
.panelbox{
width:880px;
	background:#f9f9f9;
	word-wrap: break-word;
	padding: 15px;
	line-height: 200%;
	color: #444444;
}
.panel{

}
.panel h5 {
	padding: 2px;
	margin: 0px;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
.panel-content{
	color:#999999;
	line-height: 200%;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #676767;
	list-style: none;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
.search-field { width: 155px; }

/****** Announcement Box ******/
.announce{
	margin-bottom: 20px;
	background:#f6f6f6;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	line-height: 200%;
	color: #444444;
}
.announce-time{
display: none;
}

/****** Defaul Page Elements ******/
.article-top{
padding-top: 20px;
padding-bottom:20px;
}
.article-bottom {
	padding: 5px;
}

/* page links */
.pages {
font-size: 17px; 
font-weight: bold; 
margin-bottom: 16px; 
margin-left: 3px; 
padding-top: 2px; 
padding-bottom: 2px; 
padding-left: 15px; 
border-left: 5px solid #cc3300;
color: #cc3300;
}
.pages-bottom {
	color: #666666;
	text-align: left;
	margin-bottom: 30px; 
}
.pagelink-current {
	color: #cc3300;
	padding: 1px 5px 2px 5px;
	font-size: 9px;
	margin: 0px 7px 0px 0px;
}

.pagelink {
	color: #666666;
	padding: 1px 1px 2px 5px;
	font-size: 9px;
	margin: 0px 10px 0px 0px;
}

.view-mode {
	float: right;
	color: #999999;
}

.listbox {
	border-top: 1px solid #cccccc;
margin-bottom:15px;
	padding: 10px 0px 0px 0px;
color:#666;
}
.listbox-table {
	width: 100%;
	color:#666;
}
.listbox-header {
display:none;
}
.listbox-entry {
	padding: 10px 0px 10px 0px;
	word-wrap: break-all;
	text-align:left;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #FCFCFC;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	margin-bottom: 30px;
border-bottom: 1px dotted #cccccc;
}
.textbox-title{
	word-wrap: break-all;
	padding-left:0px;
	font-size: 12px;
}
.textbox-title h4{
	word-wrap: break-word;
	padding-right:10px;
	font-size: 18px;
	display: inline;
	font-weight:100;
	color: #cc3300;
}
.textbox-title h4 a { font-weight:normal;color: #cc3300; }
.textbox-title h4 a:link { font-weight:normal;color: #cc3300;}
.textbox-title h4 a:visited { font-weight:normal;color: #cc3300;}
.textbox-title h4 a:hover { font-weight:normal;color: #cc3300;}
.textbox-label{
	padding-left: 5px;
	color: #666666;
	font-size: 11px;
}
.textbox-fontsize{
	padding: 5px;
	color: #666666;
	text-align: right;
}
.textbox-content{
	word-wrap: break-word;
	margin-bottom: 10px;
	margin-top:20px;
	line-height: 200%;
	color: #444;
	font-size: 16px;
}

.textbox-content a:link { color:#cc3300;}
.textbox-content a:visited { color:#cc3300;}
.textbox-tags {
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	font-weight:normal;
	color:#a0a0a0;
}
.textbox-tags a { font-weight:normal;margin-left:10px; }
.textbox-tags a:link { font-weight:normal;color:#a0a0a0;}
.textbox-tags a:visited { font-weight:normal;color:#a0a0a0;}
.textbox-tags a:hover { font-weight:normal;color: #cc3300;}
.textbox-bottom {
	padding-top:5px;
	padding-bottom:30px;
	color: #a0a0a0;
	font-size: 11px;
}


.textbox-tags-s {
	padding: 30px 0px 2px 5px;
	font-size: 14px;
	font-weight:normal;
	color:#000000;
	line-height: 200%;
	word-wrap: break-word;
}
.textbox-tags-s a { font-weight:normal;margin-right:20px; }
.textbox-tags-s a:link { font-weight:normal;color:#000000;}
.textbox-tags-s a:visited { font-weight:normal;color:#333333;}
.textbox-tags-s a:hover { font-weight:normal;color: #cc3300;}

.textbox-bottom a { font-weight:normal; }
.textbox-bottom a:link { font-weight:normal;color:#a0a0a0;}
.textbox-bottom a:visited { font-weight:normal;color:#a0a0a0;}
.textbox-bottom a:hover { font-weight:normal;color: #cc3300;}
.editmark {
	margin-top: 20px;
	color: #999999;
	font-size: 11px;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #666666;
	font-size: 11px;
	border-top: 1px dashed #C0C0C0;
}
.share{
	float: right; 
	display: inline;
	padding-bottom:20px;
	padding-right:40px;
}
.textbox-title-edit{
	display: inline;
}

/* guestbook entry box */
.gbbox{
	padding-bottom: 10px;
	margin: 0px 28px 30px 0px;
	border-bottom: 1px solid #EDEDED;
}
.gbbox-title{
	font-weight: bold;
	padding-left: 0px;
	margin-bottom: 10px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #58595B;
}
.gbbox-label{
	display: inline;
	font-weight: normal;
	color: #939598;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
	line-height: 180%;
}

.gbbox-reply {
	padding: 5px;
	margin:10px;
	margin-left: 60px;
	color: #444444;
    background: #f7f7f7;
	line-height: 180%;
	border: 1px dashed #dddddd;
}
.gbbox-reply-title{
	font-weight: bold;
	padding-bottom:15px;
	padding-left:25px;
	color: #444444;
    background: url('images/reply.gif') no-repeat top left;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #666666;
	font-size: 11px;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
display: none;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #666666;
	text-align: right;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding-bottom: 10px;
	margin: 10px 0px 30px 0px;
	border-bottom: 1px solid #EDEDED;
}
.commentbox-title{
}
.commentbox-label{
	display: inline;
	font-weight: normal;
	color: #939598;
	font-size: 11px;
}
.commentbox-content{
	word-wrap: break-word;
	padding: 10px;
	line-height: 200%;
	font-size: 14px;
}
.no-comment-box{
	padding:10px;
	color: #666666;
	background: #FCFCFC;
	border: 1px solid #E0E0E0;
}
.commentbox-reply {
	padding: 5px;
	margin:10px;
	margin-left: 40px;
    background: #f7f7f7;
	border: 1px dashed #dddddd;
}
.commentbox-reply-title{
	font-weight: bold;
	padding-bottom:10px;
	padding-left:25px;
	color: #939598;
    background: url('images/reply.gif') no-repeat top left;
}
.commentbox-reply-label{
  display: inline;
  color: #939598;
  font-size: 11px;
}
.commentbox-reply-content{
  padding: 3px;
  	line-height: 200%;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 1px #CCCCCC;
	text-align: center;
	background: #FCFCFC;
}
.messagebox-title{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CCCCCC;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #666666;
	text-align: left;
}
.messagebox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #F3F3F3;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	text-align: center;
	background: #FFEEDD;
	border: solid 1px #CC0000;
}
.errorbox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC3300;
	padding: 5px;
}
.errorbox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #990000;
	text-align: left;
}
.errorbox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFE3D0;
}

/****** Input Form Styles (table) ******/
.formbox{
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	background-color: #EFEFEF;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: none;
}
.upload-file{}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 11px;
	color: gray;
}
.red {
	color: red;
}
.highlight {
	font-weight: bold;
	color: #FF6600;
	background: #FFFF00;
}
.meta-button {
	margin: 1px;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 15px;}
.ubb-list li{
	margin: 1px;
	padding: 1px;
}

.code {
	word-wrap: break-all;
	padding: 10px;
	margin: 5px;
	font-family: "Courier New";
	color: #000000;
	background-color: #F9F9F9;
	border-left: 3px solid #E0E0E0;
}

.quote {
	padding: 5px;
	margin:10px;
    background: #f7f7f7;
	border: 1px dashed #dddddd;
}
.quote-title {
	font-weight: bold;
	padding-bottom:15px;
	padding-left:25px;
	color: #939598;
    background: url('images/reply.gif') no-repeat top left;
}
.quote-content {
	word-wrap: break-all;
	color: #444444;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}

.gb-contact{
	margin: 20px 0px 30px 0px;
	padding-left:30px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	line-height:200%;
}
.gb-contact-title{
	font-size: 12px;
	font-weight: bold;
	padding-top:10px;
	padding-left:22px;
	color: #807764;
}
.gb-contact-content1{
	margin-left:66px;
	display: inline;
}
.gb-contact-content2{
	margin-left:66px;
	display: inline;
}
.gb-contact-content3{
	margin-left:73px;
	display: inline;
}
.gb-contact-content4{
	margin-left:55px;
	display: inline;
}
.gb-contact-content5{
	margin-left:30px;
	display: inline;
}
.gb-contact-content6{
	margin-left:42px;
	display: inline;
}
.img_small {
border: 1px solid #cccccc;
padding:5px;
float:left; margin-right:10px; margin-bottom:10px;
background:#ffffff;
}
.ad-comment{
font-family: Microsoft YaHei; 
padding:10px; 
line-height: 180%;
background:#f0f0f0; 
width:175px; 
height:auto; 
float: right; 
margin-top:5px; 
margin-left:10px;}

.textbox-relate{
	line-height: 200%;
	color: #444;
	font-size: 12px;
	float: left;
	margin:10px;
	width: 200px; 
}
.textbox-relate ul{
	margin: 0px;
	padding: 0px;
}
.textbox-relate li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.textbox-title-m{
	word-wrap: break-all;
	padding: 10px;
	padding-left:0px;
	font-size: 24px;
}
.textbox-title-m h4{
	word-wrap: break-word;
	padding-right:10px;
	font-size: 24px;
	display: inline;
	font-weight:100;
	color: #cc3300;
}
.textbox-content-m{
	word-wrap: break-word;
	margin-bottom: 10px;
	line-height: 200%;
	color: #444;
	font-size: 24px;
}


/*
	@ 此处为自适应
	@ 针对ipad, iphone5, iphone4以及安卓机配置
	@ 2015 01 04
*/

/* 通用代码 */
#wrapper, #header, #mainWrapper{
	width:100%;
	max-width:900px;
	margin:0 auto;
}
.panelbox{
	max-width:880px;
	width:98%;
}
#F{
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#eee;
	border-top:1px solid #ddd;
	overflow:hidden;
}
#F ul{
	display:-webkit-box;
	display:-moz-box;
	display:box;
	list-style-type:none;
}
#F ul li{
	-webkit-box-flex:1;
	-moz-box-flex:1;
	box-flex:1;
}
#F ul li a{
	line-height:28px;
	font-size:0.9em;
}

@media screen and (max-width:1020px) {
	.panelbox{
		display:none !important;
	}
	#innerWrapper .panelbox div{
		float:left !important;
		margin:0;
		padding:0;
	}
	.textbox-title h4 ,.textbox-title h4 a{font-size:20px !important}
}
@media screen and (max-width:640px) {
	.panelbox{
		display:none !important;
	}
	#panelComment{
		padding:0;
		margin:0;
	}
	h4,h4 a{font-size:2em !important}
	#innerContent .textbox-content{line-height:29px;}
	#textboxContent, .textbox-content{font-size:1.3em;}
	iframe, #shudong, #menu, #loginForm table, #commentForm, #bdshare.bdshare_b{display:none;}
	#F{display:block;}
	#wrapper, #header, #mainWrapper{width:95%}
	body{font-size:0.8em;}
}

@media screen and(max-width:360px){
	#innerWrapper .panelbox div{
		float:left !important;
		margin:0;
		padding:0;
	}
}

/* 针对ipad 1/2/3/4 */
@media screen and (max-width:320px) {
	.textbox-content{line-height:40px;}
}
