/****** General Styles ******/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Tahoma, "宋体", sans-serif;
	color: #333;
}

p {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	color: #333;
	font: 12px Tahoma, "宋体", sans-serif;
}

td {
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #006699;
}

a:hover {
	color: #FF0000;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #999;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #999;
	cursor: help;
}

/****** Form Controls Styles ******/

form {
	display: inline;
}

input {
	font: 12px Tahoma, "宋体", sans-serif;
}

input.text {
	height: 20px;
	padding: 1px;
	border: 1px solid #000;
	color: #333;
	background: #FFF;
	font: 12px Tahoma, "宋体", sans-serif;
}

input.button {
	height: 20px;
	color: #333;
	background: #FFF;
	border: 1px solid #000;
	border-left: 3px solid #333;
}

textarea {
	border: 1px solid #000;
	color: #333;
	font: 12px Tahoma, "宋体", sans-serif;
	background: #FFF;
}

select {
	color: #333;
	background: #FFF;
	border: 1px solid #000;
	font: 12px Tahoma, "宋体", sans-serif;
}

/****** Main Layout Styles ******/

#wrapper {
	margin: 0 auto;
	width: 780px;
	/*position: relative;*/
	text-align: left;
}

#header {
	padding: 12px;
	padding-bottom: 30px;
}

#innerHeader {
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}

#footer {
	clear: both;
	padding: 50px 0 10px;
}

#innerFooter {
	text-align: center;
}

#footer a {
	color: #333;
}

/****** Header Elements Styles ******/
/* header title */

.blog-header {
	padding-left: 22px;
}

.blog-header h2 {
	padding: 0;
	margin: 0;
	font-size: 30px;
}

/* blog description */

.blog-desc {
	padding-left: 36px;
	color: #000;
	font-size: 14px;
}

/* nav menu */

#menu {
	margin-top: 15px;
	height: 30px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	width: 90px;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	border-right: 1px solid #666;
}

#menu a {
	padding-top: 6px;
	display: block;
	color: #000;
	height: 24px;
	font: bold 16px Tahoma, "宋体", sans-serif;
}

#menu a:hover {
	color: #FF0000;
}

/* content */

.content {
	float: left;
	width: 568px;
	border-right: 1px solid #999;
}

.content-wide {
	width: 550px;
}

.content-only {
	width: 550px;
}

#innerContent {
	margin: 0 20px 0 12px;
	overflow: visible;
}

/* sidebar */

.sidebar {
	float: right;
	width: 190px;
}

.sidebar-hide {
	display: none;
	float: right;
}

/* 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: 0;
	margin-bottom: 30px;
}

.panel h3 {
	text-align: center;
	color: #333;
	padding: 0 50px 5px 0;
	margin: 0;
	cursor: pointer;
	cursor: hand;
	font-size: 14px;
}

.panel h3 a {
	color: #333;
}

.panel-content {
	margin: 0;
	line-height: 1.5;
	color: #333;
}

.panel-content ul {
	padding: 0;
	margin: 0;
}

.panel-content li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.panel-content li.indent {
	padding: 0;
}

.panel-content ul ul li {
	padding: 0;
}

/* user panel login form */

#loginForm {
	width: 95%;
}

/****** Search Panel ******/

.search-field {
	width: 125px;
	margin-bottom: 5px;
	border: 1px solid #000;
}

/****** Announcement Box ******/

.announce {
	border: 1px dashed #999 !important;
	border: 1px dotted #999;
	margin-bottom: 15px;
}

.announce-content {
	word-wrap: break-all;
	padding: 10px;
	color: #333;
}

/****** Defaul Page Elements ******/

.article-top {
	padding: 1px;
	margin: -16px 12px 24px;
	font-size: 14px;
}

.article-bottom {
	padding: 1px;
	margin-top: 25px;
}

/* page links */

.pages {
	color: #006699;
	font-size: 14px;
}

.pagelink-current {
	color: #000000;
	text-decoration: underline;
}

.listbox {
	padding: 5px 0;
}

.listbox-table {
	width: 99%;
}

.listbox-header {
	font-weight: bold;
	text-align: center;
	height: 28px;
	font-size: 14px;
}

.listbox-entry {
	word-wrap: break-all;
	border-bottom: 1px solid #999;
	font-size: 14px;
}

.listbox-entry a {
	word-wrap: break-all;
}

/* entry display box */

.prev-article {
	float: left;
}

.next-article {
	float: right;
}

/* text box */

.textbox {
	margin-bottom: 24px;
}

.textbox-title {
	word-wrap: break-all;
	font-size: 16px;
}

.textbox-title h2,.textbox-title h1 {
	color: #006699;
	font-size: 16px;
	display: inline;
	padding-left: 10px;
}

.textbox-title h2 a,.textbox-title h1 a {
	color: #006699;
}

.textbox-label {
	padding: 10px 0 0 20px;
	color: #006699;
	font-size: 12px;
}

.textbox-fontsize {
	color: #999;
	float: right;
	text-align: right;
	padding: 6px 10px 0 0;
	font-size: 12px;
}

.textbox-fontsize a {
	color: #999;
}

.textbox-content {
	word-wrap: break-word;
	padding: 10px 0;
	font: 14px/1.6 Verdana, "宋体", sans-serif;
}

.textbox-bottom {
	padding: 0 12px 6px;
	border-bottom: 1px solid #999;
	font-size: 12px;
	color: #006699;
	text-align: right;
}

.textbox-adminbar {
	padding-right: 12px;
	font-size: 12px;
	text-align: right;
}

.textbox-tburl {
	padding: 6px 0 0 25px;
	font-size: 12px;
	color: #006699;
	text-align: left;
}

.tags {
	text-align: left;
	padding-left: 25px;
	background: url(images/tag_bg.gif) no-repeat 11px;
}

/* comments top box */

#addnew {
	padding-top: 24px;
}

.comment-top {
	padding: 0 5px 5px;
	margin: 5px;
	color: #006699;
	text-align: right;
}

.comment-pages {
	padding: 5px;
	margin: 5px;
	color: #006699;
}

/* commnet box */

.commentbox {
	word-wrap: break-word;
	padding: 0;
	margin: 5px;
}

.commentbox-title {
	padding: 5px;
	border-left: 3px solid #006699;
}

.commentbox-label {
	display: inline;
	font-size: 12px;
	color: #006699;
}

.commentbox-content {
	padding: 3px 3px 14px;
}

/* trackback box */

.trackbackbox {
	padding: 0;
	margin: 5px;
}

.trackbackbox-title {
	padding: 5px;
	border-left: 3px solid #006699;
}

.trackbackbox-label {
	display: inline;
	font-size: 12px;
	color: #006699;
}

.trackbackbox-content {
	padding: 3px 3px 14px;
}

/* comment form wrapper */

#commentForm {
	width: 99%;
}

/****** normal message box ******/

.messagebox {
	width: 500px;
	margin-top: 120px;
	border: 1px solid #999;
	text-align: center;
}

.messagebox-title {
	font-weight: bold;
	padding: 5px;
	background: #F0F0F0;
}

.messagebox-content {
	padding: 10px 10px 20px;
	text-align: left;
}

.messagebox-bottom {
	padding: 5px;
	background: #F0F0F0;
}

/****** Input Form Styles (table) ******/

.formbox-comment {
	padding-top: 10px;
}

.formbox-title,.formbox-comment-title {
	font-weight: bold;
	border-left: 3px solid #333;
	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 {
	text-align: left;
	border-bottom: 1px solid #666;
}

.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 #006699;
	background-color: #F0F0F0;
	margin: 5px;
	padding: 10px;
}

.quote {
	margin: 5px;
}

.quote-title {
	background-color: #F0F0F0;
	border: 1px solid #666;
	border-bottom: 1px dashed #666 !important;
	border-bottom: 1px dotted #666;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}

.quote-content {
	word-wrap: break-all;
	padding: 10px;
	border: 1px solid #666;
	border-top: 0;
}

/****** 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: #006699;
}


.aboutlk {
	clear: both;
	text-align: left;
	margin: 6px 0 0 26px;
}

.liangkuai {
	clear: both;
	margin: 10px 0 0 24px;
}

.count {
	display: none;
}
