
/* Reset-----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:400;
}
ol,ul,li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:700;
}
q:before,q:after {
	content:'';
}
pre {
	background:#EEE;
	border:1px solid #DDD;
	clear:both;
	overflow:auto;
	margin:15px 0;
	padding:5px;
}
em {
	font-style:normal;
}
a img {
	border:none;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
/* Defaults-----------------------------------------------------------*/
.aligncenter {
	display:block;
	margin:0 auto;
}
.alignleft {
	float:left;
}
alignright,
.post_category {
	float:right;
}
.wp-caption {
	border:1px solid #C8C8C8;
	text-align:center;
	background:#EAEAEA;
	margin:10px;
	padding:10px;
}
.wp-caption-text {
	padding:10px 20px 0;
	font-size:11px;
	line-height:12px;
	color:#333
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.gallery-caption {
	color: #333;
	font-size: 12px;
}
.clear {
	clear:both;
	display:block;
	height:1px;
	margin:-1px 0 0;
}
body {
	background:#fff;
	font: 13px/30px "微软雅黑";
	line-height:160%;
	margin:0 auto;
	color:#555;
}
a {
	text-decoration:none;
	color: #dd4814;
}
a:hover {
	text-decoration:underline;
}
p {
	line-height: 20px;
	margin: 0 0 2px;
	padding: 5px 0;
	display: block;
}
h1 {
	font: 30px/43px "微软雅黑";
}
h2 {
	line-height:38px;
	font-size:25px;
}
h3 {
	font-size:140%;
}
h4 {
	font-size:15px;
	margin-bottom:4px;
}
h5 {
	font-size:11px;
}
h6 {
	font-size:9px;
}
input {
	padding:4px 3px;
}
#bbp-search-form input[type="text"] {
	height:27px;
	border:1px solid #d9d9d9;
	padding:0 6px;
	border-radius: 3px;
}
#bbp-search-form input[type="submit"] {
    -moz-user-select: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #666666;
    cursor: default;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 27px;
    margin: 11px 6px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
}
#bbp-search-form input[type="submit"]:hover {
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #F8F8F8, #F1F1F1);
    border: 1px solid #C6C6C6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #333333;
}
#bbp-search-form label {
	padding: 0 15px;
}
strong,
.current {
	font-weight:700;
}
/* Top Navigation
-----------------------------------------------------------*/
#top-nav-container {
	width:100%;
	background-color: #464648;
}
.top-mu {
	color: #fff;
	height: 35px;
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	background-color: #464648;
}
#top-nav {
	float: left;
	color: #fff;
	height: 35px;
	width: 650px;
}
#top-nav ul,
.menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
#top-nav ul li,
.menu ul li {
	float: left;
	background: url(images/nav-separator.png) right top no-repeat;
	position:relative;
}
#top-nav ul li a,
.menu ul li a {
	color: #DDD;
	text-transform: none;
	font-size: 12px;
	font-weight: 400;
	display: block;
	line-height: 35px;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
}
#top-nav ul li a:hover,
.menu ul li a:hover {
	color: #C03F11;
	background:#442331;
}
/* Second Level Drop Down Menu */
#top-nav ul li ul, .menu ul li ul {
	display: none;
}
#top-nav ul li:hover ul,
.menu ul li:hover ul {
	font-size:13px;
	display:block;
	position:absolute;
	top:36px;
	min-width:150px;
	left:0;
}
.weibo a {
	background-color: #dd4814;
	color: #FFFFFF;
	padding: 7px;
	border-radius: 3px;
	text-decoration: none;
}
.weibo a:hover {
	background-color: #F10F0F;
}
#top-nav ul li:hover ul li a,
.menu ul li:hover ul li a {
	display:block;
	background:#567fa8;
	color:#ffffff;
	width:130px;
}
#top-nav ul li:hover ul li a:hover,
.menu ul li:hover ul li a:hover {
	background:#3a6490;
	color:#ffffff;
}
/* Third Level Drop Down Menu */
#top-nav ul li:hover ul li ul,
.menu ul li:hover ul li ul {
	display: none;
}
#top-nav ul li:hover ul li:hover ul,
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:150px;
	top:0;
}
/* Header
-----------------------------------------------------------*/
#header {
	min-width:1280px;
	padding:0px 0 0 0;
	height:84px;
	clear: both;
	background: #222;
}
#head-nav1 {
	float: left;
	width: 100%;
	margin: 0px auto;
	background: #222;
}
#header-top {
	/*height:60px;*/
	width:1280px;
	margin:0 auto;
	padding:0 10px 0 10px;
}
#header-top .logo {
	float:left;
	padding:12px 0;
}
#header-top .logo h1, #header-top .logo h2 {
	font-size:20px;
	line-height:22px;
}
#header-top .logo h1 a, #header-top .logo h2 a {
	color:#333;
}
#header-top .logo h1 a:hover, #header-top .logo h2 a:hover {
	color:#111;
	text-decoration:none;
}
.description {
	margin-top:4px;
}
#header #logo a:hover {
	text-decoration:none;
}
.weibo {
	padding: 35px 0 0 0;
	float: left;
	margin-left: 0px;
	width: 80px;
	height: 30px;
}
#header .h-l {
	float:right;
	padding: 12px 0;
	margin-left:30px;
	margin-right:10px;
}
/* Main Navigation
-----------------------------------------------------------*/
#main-nav-container {
	min-width:1000px;
	clear:both;
	background:#fff;
}
#main-nav {
	width: 998px;
	float: left;
	display: block;
	margin: 0;
	border-radius: 3px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #BFC0C0;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	background: #dd4814;
}
#main-nav ul {
	list-style:none;
	font-family:Helvetica Neue,Helvetica,Arial,FreeSans,sans-serif;
	line-height:18px;
}
#main-nav li {
	float:left;
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	display:inline;
	background: url(images/nav-separator.png) right top no-repeat;
	font-size:14px;
	font-weight:400;
	height:40px;
	line-height:40px;
	position:relative;
}
#main-nav li a {
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	margin:0;
	padding:0 18px;
	font-family: "微软雅黑", "Arial Narrow", HELVETICA;
}
#main-nav li a:hover {
	color:#C03F11;
	background:url(images/nav-hover.png);
}
/* Second Level Drop Down Menu */
#main-nav ul li ul {
	display: none;
}
/* Third Level Drop Down Menu */
#main-nav ul li:hover ul li ul {
	display: none;
}
#sec-nav {
	width:1000px;
	display:block;
	float:left;
	background:#b7d6f0;
	border-bottom:1px solid #9dc6e9;
	height:28px;
	margin:0;
	padding:0;
}
#sec-nav ul {
	list-style:none;
	color:#000;
	font-family:Helvetica Neue,Helvetica,Arial,FreeSans,sans-serif;
	height:28px;
}
#sec-nav li {
	padding:6px 4px 2px 4px;
	float:left;
	list-style:none;
	margin:0;
}
#sec-nav li a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	color:#444;
	margin:1px 0 0 18px;
}
#sec-nav li a:hover {
	color:#26a;
}
/* Main Content
-----------------------------------------------------------*/
#wrapper {
	width: 1280px;
	background: #FFF;
}
#wrapper {
	margin: 0px auto;
}
#main {
	clear:both;
	padding: 0px;
	background: #FFF url(images/contentwrap.png) right top repeat-y;
	padding-bottom: 0px;
	border-right: 1px solid #E9E9E9;
}
.main-r {
	float:right;
	width:1000px;
}
.bmain {
	float: right;
	width: 999px;
	padding: 0px 0 0px;
	border-right: 1px solid #dcdcdc;
}
.archive_title h1 {
	font-size:16px;
	line-height:20px;
	color:#555;
	margin:0 0 15px;
}
#content {
	float:left;
	width: 675px;
	padding:0 0 0 0px;
}
.scontent {
	float:left;
	width:675px;
	padding:0px 0 0 0px;
}
.scontent img.alignleft,
.scontent img.alignright,
.scontent img.aligncenter {
	margin-bottom:12px;
}
.scontent .aligncenter,
.scontent img.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.scontent .alignleft,
.scontent img.alignleft {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:15px;
	margin-top:10px;
}
.scontent .alignright,
.scontent img.alignright {
	display:inline;
	float:right;
	margin-left:15px;
	margin-top:4px;
}
.format-video img.post_thumbnail {
	background: url(images/video.png) no-repeat scroll 5px center #FFF;
	background-position: bottom;
	padding: 0px 0px 30px 0px;
	margin: 5px 10px 5px 11px;
	border: 1px solid #F2F2F2;	
}
.format-standard img.post_thumbnail {
	background: url(images/standard.png) no-repeat scroll 5px center #FFF;
	background-position: bottom;
	padding: 0px 0px 30px 0px;
	margin: 5px 10px 5px 11px;
	border: 1px solid #F2F2F2;
}
#bcontent {
	float:left;
	width:100%;
	padding:0px 0 0 0px;
	background: #FFF;
}
#bcontent img.alignleft,
#bcontent img.alignright,
#bcontent img.aligncenter {
	margin-bottom:12px;
}
#bcontent .aligncenter,
#bcontent img.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#bcontent .alignleft,
#bcontent img.alignleft {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:15px;
	margin-top:4px;
}
#bcontent .alignright,
#bcontent img.alignright {
	display:inline;
	float:right;
	margin-left:15px;
	margin-top:4px;
}
.entry {
	border-bottom:1px solid #E3E3E3;
	color:#333;
	line-height:1.6em;
	text-align:justify;
	margin-left:0px;
	padding: 0 10px;
}
.bentry	{
	color:#333;
	line-height:1.6em;
	text-align:justify;
	padding:0px 10px 10px 10px;
}
.entry p {
	border:1px;
	font: 14px/30px "微软雅黑";
	line-height: 30px;
	color: #333333;
	margin: 0px auto;
}
.bentry h2 {
	margin-top: 10px;
	font: 14px/30px "微软雅黑";
	background-color: #EAEAEA;
}
.indexentry p {
	border:1px;
	font: 14px/20px "微软雅黑";
	line-height: 20px;
	color: #333333;
}
.entry input {
	margin:0 0 20px;
}
.entry fieldset {
	border:1px solid #DEDEDE;
	margin:0 0 20px;
	padding:20px;
}
.entry fieldset legend {
	background:#fff;
	color:#000;
	font-weight:bold;
	padding:0 20px;
}
.entry table {
	border-color:#DEDEDE;
	border-style:solid;
	border-width:0 1px 1px 0;
	margin:0 0 15px 1px;
}
.entry table tr th {
	background:#F4F4F4;
	border-color:#DEDEDE;
	border-style:solid;
	border-width:1px 0 0 1px;
	color:#666666;
	font-weight:bold;
	padding:5px 10px;
	text-align:center;
	text-transform:uppercase;
}
.entry table tr td {
	border-color:#DEDEDE;
	border-style:solid;
	border-width:1px 0 0 1px;
	padding:5px 10px;
}
.sticky {
	background:#ffffe0;
	padding:0px;
	border-radius: 3px;
	border: 0px solid #e6db55;
}
.post {
	clear:both;
	overflow:hidden;
	margin-bottom:0px;
	padding:0px 0 0 0;
	font-family:arial,Verdana,sans-serif;
	font: 14px/30px "微软雅黑";
	color:#333;
	border-bottom: 1px solid #EDEDED;
}
#content .post:hover{
	background: #F6F6F6 !important;
	box-shadow: inset 5px 0 0 #dd4814;
}
.post-title {
	margin-bottom:5px;
	padding:0px 0 0 10px;
}
.search-title {
	margin-bottom:5px;
	padding:0px 0 0 10px;
}
.scontent .post-title {
	margin-bottom:5px;
	padding:0px 0 0 10px;
	border-bottom: 1px dotted #CCC;
}
.post-meta {
	color:#333;
	font-size:12px/30px;
	margin-bottom:5px;
}
.postmeta {
	margin-bottom:5px;
}
.postmeta a {
	color:#333;
}
.post-meta a {
	color:#333;
	padding:0 5px;
}
.post-meta span {
	padding:0px 0;
	border-radius: 4px;
}
.post .entry-title {
	font-weight: 700;
	font-size:16px;
	line-height:30px;
	font-family: "微软雅黑", "Arial", HELVETICA;
	margin-top: 5px;
}
.post .entry-title a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background: #4196e6;
}
.post h3 {
	font-size:18px;
	font-weight:700;
	clear:both;
	margin:10px 0 10px 0;
	padding-left:0;
}
.post ul,
.post ol {
	padding-left:40px;
	margin-bottom:20px;
	clear:both;
}
.post ul li {
	list-style-type:disc;
}
.post ol li {
	list-style-type:decimal;
}
.scontent ul,
.scontent ol {
	padding: 25px;
	margin-bottom:20px;
	clear:both;
}
.scontent ul li {
	list-style-type:disc;
}
.scontent ol li {
	list-style-type:decimal;
}
.scontent blockquote {
	display:block;
	color:#555;
	border-left:5px solid #E8E8E8;
	background-color:#F3F3F3;
	font-style:italic;
	padding:0 15px;
	margin:10px 0 10px 20px;
}
.post-date {
	color:#000;
	float:left;
}
.post-tags {
	margin:20px 0 20px 0;
	background:#f1f1f1 url(images/tag.png) no-repeat;
	background-position:6px 7px;
	border:1px solid #f3f3f3;
	padding:5px 5px 5px 30px;
	overflow:hidden;
}
.thumbnail a:link,
.thumbnail a:visited {
	display:block;
	float:left;
	padding:5px;
	background:#f0f0f0;
	border:1px solid #DDD;
	width:120px;
	height:120px;
	margin:5px 5px 0 0;
}
.thumbnail a:hover,
.thumbnail a:active {
	background:#DDDDDD;
}
/* Sidebar
-----------------------------------------------------------*/
.sidebar-l {
	float: left;
	font-size: 11.7px;
	width: 278px;
	height: 300px;
}
#l-fixed {
	border-right: 1px solid #EDEDED;
	width: 258px;
	height: 300px;
	padding: 10px;
	margin:0px 0px 0 0px;
	background: #F6F6F6;
	border-bottom: 1px solid #EDEDED;
	border-radius: 0 0 5px 0px;
}
#l-fixed h3 {
	font: 17px/40px "微软雅黑";
	line-height: 40px;
	font-weight: 350;
	color: #333;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 10px;
	padding: 0 0 6px;
}
#l-fixed .wide-widget ul li{
	padding-left:0px;
	border-bottom:none;
	border-bottom: 1px dotted #ebebeb;
}
#adsense {
	margin-top: 35px;
}
#sidebar-top {
	border-right: 1px solid #EDEDED;
	width: 258px;
	padding: 10px;
	margin:0px 0px 0 0px;
	background: #F6F6F6;
	border-bottom: 1px solid #EDEDED;
	border-radius: 0 0 0px 0px;
}
#sidebar-top h3 {
	font: 17px/40px "微软雅黑";
	line-height: 40px;
	font-weight: 350;
	color: #333;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 10px;
	padding: 0 0 6px;
}
#sidebar-top .wide-widget ul li{
	padding-left:0px;
	border-bottom:none;
	border-bottom: 1px dotted #ebebeb;
}
.type-topic:hover{
	background: #F6F6F6 !important;
}
#sidebar {
	float:right;
	font-size:11.7px;
	margin-right:0;
	width:300px;
	padding: 5px 10px 0px 10px;
}
#ssidebar {
	float:right;
	font-size:11.7px;
	margin-right:0;
	margin-bottom: 8px;
}
#ads-box {
	color:#ddd;
	background:#f3f3f3;
	border:#ddd 1px solid;
	margin-bottom:20px;
	overflow:hidden;
	padding:10px 15px;
}
#ads-box img {
	border:1px solid #CCC;
	margin:5px;
	width:125px;
	height:125px;
}
#subscribe {
	list-style:none;
	background-repeat:no-repeat;
}
#subscribe li.rss a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:0 0;
	margin:0 19px 0 0;
}
#subscribe li.emailsubs a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-32px 0;
	margin:0 19px 0 0;
}
#subscribe li.facebook a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-64px 0;
	margin:0 19px 0 0;
}
#subscribe li.twitter a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-96px 0;
	margin:0 19px 0 0;
}
#subscribe li.google a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-128px 0;
	margin:0 19px 0 0;
}
#subscribe li.delicious a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-160px 0;
	margin:0;
}
#social-links {
	overflow:hidden;
	display:block;
}
#subscribe-bar {
	background:#f3f3f3;
	border:#ddd 1px solid;
	margin-bottom:15px;
	color:#333;
	overflow:hidden;
	padding:10px;
}
.sidebar-wrap .wide-widget {
	padding-bottom:4px;
	margin:5px 0 10px;
}
.wide-widget ul {
	padding-left:0;
	margin:0;
}
.wide-widget ul li {
	border-bottom:1px dotted #ebebeb;
	line-height:20px;
	margin:0;
	padding:2px 0 2px;
}
.wide-widget ul li a {
	font: 14px/26px "微软雅黑";
	display:inline;
	margin:0;
	padding:0;
}
.wide-widget ul li a:hover {
	text-decoration:underline;
	margin:0;
	padding:0;
}
.sidebar-widget-title {
	font: 17px/40px "微软雅黑";
	line-height:40px;
	font-weight:350;
	color:#333;
	border-bottom:1px solid #EBEBEB;
	margin-bottom:10px;
	padding:0 0 6px;
}
/* Search
-----------------------------------------------------------*/
input#s {
	border-radius: 18px;
	font-size: .813em;
	border: 1px solid transparent;
	width: 300px;
	height: 19px;
	margin-top: 4px;
	background: url(images/icon-search.png) no-repeat scroll 5px center #333;
	padding-left: 30px;
	color: #fff;
	float: right;
	border: none;
	box-shadow: 0 1px rgba(255,255,255,0.09),0 1px rgba(0,0,0,0.2) inset;
}
#searchsubmit {
	color:#fff;
	font-weight:bold;
	cursor: pointer;
	margin:0;
	padding:6px 10px;
	border: 1px solid #777;
	background:#333537;
}
#searchresults {
	border:4px solid #ddd;
	margin:10px 0;
	padding:10px;
}
/* Footer
-----------------------------------------------------------*/
#footer {
	width:100%;
	color:#666;
	font-size:12px;
}
#copyright {
	width:1280px;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: #DCDCDC solid 1px;
}
/* Comments
--------------------------------------------
.date {
	border-bottom:1px solid #EAEAEA;
	padding:5px 0 4px;
}
.page_entry {
	border-top:2px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	margin:10px 0 0;
	padding:5px 0 20px;
}
.info {
	line-height:1.6em;
	font-size:10px;
	text-align:left;
	border-top:1px solid #EAEAEA;
	margin:0 1px 50px 0;
	padding:4px 0 1px 1px;
}
.nocomments  {
	background:none;
}
.comments , .trackbacks {
	color:#DD4B39;
	font-size:14px;
	font-weight:700;
}
.track {
	background:transparent url(images/btn_strip01.jpg) no-repeat;
	font-size:13px;
	height:100%;
	float:left;
	line-height:25px;
	width:550px;
	margin:0 0 0 10px;
	padding:0 20px 0 10px;
}
#thecomments,
#thetrackbacks {
	list-style:none;
	min-height:30px;
	float:left;
	width:100%;
	margin:0;
	padding:0 0 0px;
}
.commentnavi {
	position:relative;
	padding-right:20px;
}
.commentpages {
	float:right;
	padding:5px 10px;
}
.page-numbers {
	padding-left:5px;
}
.commentlist {
	list-style:none;
	margin:0;
	padding:10px 0 0;
}
.comment-body p {
	margin-left:60px;
}
.comment {
	clear:both;
	overflow:hidden;
	margin:0;
	padding:10px;
	border-bottom:1px dotted #ccc;
}
.comment .children {
	list-style:none;
	border:0 #FFF solid;
	margin:0 0 0 25px;
	padding:0;
}
img.avatar {
	position:relative;
	float:left;
	border:1px solid #EEE;
	margin:0 5px 0 0;
	padding: 0px;
	border-radius: 5px;	
}
.comment .fn {
	margin-left:0;
	font-size:14px;
	font-weight:700;
}
.byuser .fn {
	font-weight:400;
	text-decoration:none;
}
.bypostauthor .fn {
	font-weight:700;
	text-decoration:none;
}
.comment-meta {
	font-size:12px;
}
.reply {
	font-size:10px;
	text-align:right;
	width:100%;
	margin:5px 0 0;
	padding:2px;
}
.reply a {
	padding:5px;
}
.cmt_trackback {
	border-bottom:1px #eaeaea solid;
	margin:10px 0;
	padding:3px;
}
.cmt_trackback p {
	margin:0;
	padding:2px;
}
#respond {
	clear:both;
	font-size:12px;
	padding:0px 10px 0 0;
}
.cancel-comment-reply {
	margin-top:5px;
	border-bottom:1px #eaeaea solid;
	padding:2px 0;
}
#commentform {
	border-bottom:1px solid #EAEAEA;
	border-top:1px solid #EAEAEA;
	margin:10px 0 0;
	padding:20px 5px 0 10px;
}
#email,
#author,
#url {
	color:#000;
	font-size:12px;
	background:none;
	vertical-align:middle;
	border:1px solid silver;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	margin-bottom:3px;
	width:200px;
	padding:5px;
}
#comment {
	width:98%;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-Serif;
	border:1px solid silver;
	border-radius: 5px;
	height:125px;
	background:#FFF url(images/input.png) repeat-x scroll left top;
	border-color:#BDBDBD #CCC #DDD;
	border-style:solid;
	border-width:1px;
	padding:2px;
}
#submit {
	height:30px;
	line-height: 21px;
	cursor:hand;
	cursor:pointer;
	background-color: #278AB7;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#2E9FD2),to(#21759B));
	background-image: -webkit-linear-gradient(top,#2E9FD2,#21759B);
	background-image: -moz-linear-gradient(top,#2E9FD2,#21759B);
	background-image: -ms-linear-gradient(top,#2E9FD2,#21759B);
	background-image: -o-linear-gradient(top,#2E9FD2,#21759B);
	background-image: linear-gradient(to bottom,#2E9FD2,#21759B);
	border-color: #1B607F;
	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#ctabs a.curtab,
.comment-meta a {
	color:#999;
}
.navigation {
	width: 100%;
	float: left;
	background:#FFFFFF;
	font-size:14px;
	margin:5px 0 30px;
	overflow:hidden;
}
.cmttext {
	font-size:12px;
	color:#000;
}
.even {
	background:#fff;
}
.odd {
	background:#fff;
}
.avatar {
	float:left;
	margin-right:5px;
	border:2px solid #E8E8E8;
}
#commentform input {
	width: 118px;
	border-radius: 5px;
}---------------*/
*:focus {outline: none; }
.post-related li {
	line-height: 30px;
	color: #999;
	font-size: 14px;
	font-family: "微软雅黑", Tahoma, Verdana, "宋体";
}
#xcby {
	width: 1000px;
	height: 100px;
	clear: both;
	margin-bottom: 8px;
	border-radius: 3px;
	background: url(images/icncool.jpg) left top no-repeat;
	margin-bottom: 8px;
}
#zmmh {
	float: right;
	width: 338px;
	height: 295px;
	margin-bottom: 0px;
}
#zmmh-h {
	float: center;
	width: 294px;
	line-height: 35px;
	height: 38px;
	padding: 0 10px;
	border-bottom: 1px solid #DDD;
	background: #DD4814;
	margin: 0 11px 0 11px;
}
#zmmh-h h5 {
	line-height: 38px;
}
#zmmh-h a{
	color: #FFFFFF;
	text-decoration: none;
}
#zmmh-b {
	float: right;
	margin-top: 5px;
	width: 328px;
	height: 250px;
	padding: 0px 5px 0px 5px;
}
#suoltu {
	float: left;
	width: 150px;
	height: 100px;
	padding: 1px;
	margin: 0px 0px 7px 7px;
	border: 1px solid #F6F6F6;
}
#suoltus {
	float: left;
	width: 140px;
	height: 98px;
	padding: 0px 4px 0px 4px;
	margin-bottom: 4px;
}
#biaoti {
	float: left;
	width: 140px;
	height: 20px;
	font: 12px/20px "微软雅黑";
	text-align: center;
	padding: 0px 4px 0px 4px;
}
#biaoti a {
	color: #666;
}
#dhl {
	background-color: #D7D7D7;
	background-image: -o-linear-gradient(bottom,#FFFFFF 0%,#D7D7D7 94%);
	background-image: -webkit-linear-gradient(bottom,#D7D7D7 0%,#FFFFFF 94%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#FFFFFF),color-stop(0.94,#D7D7D7));
	background-image: linear-gradient(to top,#FFFFFF 0%,#D7D7D7 94%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7D7D7',endColorstr='#FFFFFF');
	border-bottom: 1px solid #F4F8FD;
}
.weizhi {
	padding: 7px 0 7px 30px;
	line-height: 30px;
	color: #C03F11;
	border-bottom: 1px solid #E6E6E6;
	background: url(images/home.png) no-repeat 10px 15px #F9F9F9;
}
.weizhi a {
	font: 13px/34px "微软雅黑";
	padding: 7px 1px 7px 1px;
}
#linklink {
	width: 650px;
	float: left;
	padding: 5px 0px 5px 0px;
	margin: 0 10px;
}
#linklink h2{
	width: 100%;
	float: left;
	font: 20px/45px "微软雅黑";
	border-bottom: 1px dotted #999;
}
.blogroll {
	float: left;
	display: block;
	overflow: auto;
	zoom: 1;
	clear: both;
	padding: 5px 0px 5px 0px;
	text-align: center;
	vertical-align: middle;
}
.blogroll li {
	float: left;
	width: 150px;
	display: block;
	padding: 6px 0px 6px 0px;
	margin: 0 0 2px 0;
}
.blogroll li a {
	float: left;
	color: white;
	width: 150px;
	height: 26px;
	display: block;
	font: 1.2em/26px "微软雅黑";
	text-decoration: none;
	border-radius: 0px;
	background-color: #00A2E9;
	border-bottom: 1px solid #00A2E9;
	box-shadow: #FFF 0 1px 2px;
	text-shadow: #00A2E9 0 -1px 0;
	text-decoration: none;
}
.blogroll li a:hover {
	background-color: #006699;
	text-decoration: none !important;
}
navigationmedia="screen"
a {
	text-decoration: none;
	color: #FF0000;
	text-shadow: #EEE 0px 1px 0px;
}
.page_navi {
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	overflow:hidden;
	padding-top:0em;
	background: #F6F9FA;
	border-top:1px solid #DDD;
	border-bottom:1px dotted #DDD;
	border-radius: 0px;
	-webkit-box-shadow: 0 2px 2px 0 #F6F9FA;
	margin-bottom: 10px;
}
.page_navi a {
	zoom: 1;
	border-radius: 36px;
	padding:3px 8px;
	margin:2px;
	text-decoration:none;
	background-color: #EFEFEF;
	color:#999;
	-webkit-box-shadow: 0 2px 2px 0 #C2C2C2;
	box-shadow: 0 2px 2px 0 #C2C2C2;
}
.page_navi a:hover,.page_navi a.current{
	color:#FFFFFF;
	background-color: #DD4814;
}
.m-line {
	width: 1000px;
	border-top:1px solid #DDD;
	height:0px;
	float: left;
}
.header-t {
	float: right;
	width: 1000px;
	padding: 0px 0 0 0px;
}
.header-left {
	float: left;
	width: 660px;
	margin: 7px;
	border-radius: 0px;
}
.mybox {
	padding: 1px 0 1px 25px;
	float: left;
	width: 660px;
	margin: 0px auto;
	color: #FFF;
	font: 14px/38px "微软雅黑";
	background: url(images/icon.png) no-repeat 8px -416px;
}
.mybox a {
	color: #FFF;
}
.box-box {
	float: left;
	width: 660px;
	background-color: #00A2E9;
}
.custom_images {
	background-color: #F6F9FA;
	border-radius: 3px;
}
.custom_images img{
	padding: 3px 4px 0px 4px;
}
.jiathis_style {
}
.share_self {
	border-bottom:1px solid #DDD;
}
/*---------菜单格式---------*/
#access {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	background: #dd4814;
	background: -moz-linear-gradient(top,#dd4814 0%,#aa1801 100%);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#aa1801),color-stop(100%,#dd4814));
	background: -webkit-linear-gradient(top,#dd4814 0%,#aa1801 100%);
	background: -o-linear-gradient(top,#dd4814 0%,#aa1801 100%);
	background: -ms-linear-gradient(top,#dd4814 0%,#aa1801 100%);
	background: linear-gradient(to bottom,#dd4814 0%,#aa1801 100%);
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 0em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	font-family: "微软雅黑", "Arial", HELVETICA;
	background: url(images/nav-separator.png) right top no-repeat;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #C43B01;
	border-bottom: 1px solid #D55201;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #901102;
}
#access li:hover > a,
#access a:focus {
	background: #901102; /* Show a solid color for older browsers */
	color: #FFFFFF;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	
}
#head-nav {
	width: 1280px;
	margin: 0px auto;
	clear: both;
}
#news {
	width: 632px;
	float: left;
	padding: 8px;
	margin: 11px;
	border-radius: 0px;
	border: 1px solid #D7D7D7;
	background-color: #f7f7f7;
}
#head {
	height: 38px;
	font: bold 14px/38px "微软雅黑";
	border-bottom: 1px dotted #ccc;
}
#news li {
	border-bottom: 1px dotted #EBEBEB;
	line-height: 22px;
	margin: 0;
	padding: 3px 0 3px;
}
#news li span {
	float: right;
	margin-left: 6px;
	width: 100px;
	height: 28px;
	color: #999;
}
.tagyun a {
	display:block;
	width:23%;
	list-style:none;
	background:none;
	float:left;
}
#suolts {
	float: left;
	width: 140px;
	height: 98px;
	padding: 0px 4px 0px 4px;
	margin-bottom: 4px;
}
#suolt {
	float: left;
	width: 152px;
	height: 158px;
	padding: 0px 5px;
	margin-top: 10px;
}
#suolts img {
	border-radius: 0px;
	-webkit-box-shadow: 0px 1px 5px 0px #4A4A4A;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4A4A4A;
}
#v {
	text-align: center;
}
/* News-TAB-----------------------------------------------------------*/
#news-tab {
	width: 302px;
	float: right;
	padding: 5px 8px 0px 0px;
	margin-bottom: 0px;
	margin-right: 2px;
}
#news-tabs {
	width: 300px;
	float: right;
	padding: 8px;
	margin-bottom: 0px;
	margin-right: 7px;
}
.tabcontent1 a{
	width: 300px;
	font: 16px/50px "微软雅黑";
	text-align:center;
        display: inline-block;
        white-space: nowrap;
        background-color: #008000;
        padding: 0 0px;
        margin: 0px;
        text-decoration: none;
        color: #222;
	border-radius: 0px;
	border: 1px solid #ddd;
	z-index: 6;
	-webkit-box-shadow: 0 -1px 2px #ddd;
	-moz-box-shadow: 0 -1px 2px #ddd;
	box-shadow: 0 -1px 2px #ddd;
}
.tabcontent1 a:hover {
        background-color: #333;
	color: #FFFFFF;
}
#tabcontent2 li{
	border-bottom: 1px dotted #EBEBEB;
	line-height: 22px;
	margin: 0;
	padding: 3px 0 3px;
}
#tabcontent2 li span {
	float: right;
	margin-left: 6px;
	width: 40px;
	height: 28px;
	color: #999;
}
#xcby2 {
	width: 999px;
	height: 150px;
	clear: both;
	margin-bottom: 0px;
	border-radius: 0px;
	background: url(images/Linuxmint.jpg) left top no-repeat;
}
#xcby3 {
	width: 999px;
	height: 150px;
	clear: both;
	margin-bottom: 0px;
	border-radius: 0px;
	background: url(images/ubuntu.jpg) left top no-repeat;
}
#xcby5 {
	width: 999px;
	height: 150px;
	clear: both;
	margin-bottom: 0px;
	border-radius: 0px;
	background: url(images/fedora.jpg) left top no-repeat;
}
code {
	
	border-color: #0964a0;
	color: #FFF;
	font-family: "Lucida Grande", Tahoma, Arial;
	text-shadow: 1px 1px 0 #0964a0;
	font-size: 11px;
	clear: both;
	display: block;
	overflow: auto;
	border: 1px solid #eee;
	margin: 1em 30px;
	padding: 4px 10px;
	width: auto;
	border-radius: 5px;
	white-space:nowrap;
}
.xgwz {
	float: left;
	width: 640px;
	padding: 15px 0 0px 10px;
}
#ds-reset {
	padding: 15px 10px 0px 10px;
}
.user-ht a{
	width: 258px;
	float: left;
	text-align: center;
	background-color: #EAEAEA;
	margin-bottom: 5px;
	margin-top: 35px;
	padding: 8px 0 8px 0px;
	border-radius: 3px;
	font: bold 16px/38px "微软雅黑";
}
.user-ht a:hover{
	float: left;
	text-align: center;
	background-color: #dd4814;
	margin-bottom: 5px;
	padding: 8px 0 8px 0px;
	border-radius: 3px;
	text-decoration:none;
	color:#FFFFFF;
}
.download {
	margin: 1em 30px;
}
.download a{
	background: url(images/download.png) no-repeat scroll 20px center #0370ea;
	font: 13px/34px "微软雅黑";
	padding: 7px 25px 7px 55px;
	color: #fff !important;
	text-decoration: none;
	border-radius: 3px;
}
.download a:hover {
	background: url(images/download.png) no-repeat scroll 20px center #0D46C7;
	font: 13px/34px "微软雅黑";
	color: #fff !important;
	text-decoration: none;
	border-radius: 3px;
}
.soft {
	margin: 1em 30px;
}
.soft a{
	background: url(images/soft.png) no-repeat scroll 20px center #FF8040;
	font: 13px/24px "微软雅黑";
	padding: 7px 30px 7px 50px;
	color: #FFF !important;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #FF8040;
	opacity: 1;
}
.soft a:hover {
	background: url(images/soft.png) no-repeat scroll 20px center #dd4814;
	font: 13px/24px "微软雅黑";
	color: #FFF !important;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #dd4814;
}
.wp-editor-container {
	border: 1px solid #d4d2d2;
}
.tab-head {
	height: 45px;
	font: 18px/45px "微软雅黑";
	border-bottom: 1px dotted #999;
	padding: 0 0 0 20px;
	color: #333;
}
.entry img {
	max-width: 570px;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry img:hover {
	opacity: .7;
}
.bbp-topic-permalink {
	color: #C03F11;
	font-size: 16px;
	font-family: "微软雅黑", "Arial", HELVETICA;
}
.bbp-topic-started-by {
	color: #a0a1ab;
	font-size: 12px;
}
.bbp-topic-started-by a {
	color: #a0a1ab;
}
.bbp-topic-started-in {
	color: #a0a1ab;
	font-size: 12px;
}
.bbp-topic-started-in a {
	color: #a0a1ab;
}
.bbp-topic-meta a {
	color: #a0a1ab;
	font-size: 12px;
}
.button a {      
	background: #008000;
	background: -webkit-linear-gradient(top,#039B03 0,#008000 100%);
	font: 15px/55px "微软雅黑";
	padding: 15px 75px 15px 75px;
	color: #fff !important;
	text-decoration: none;
	border-radius: 5px;
	margin: 17px;
}
.button a:hover {
	background: #0099CC;
	background: -webkit-linear-gradient(top,#666 0,#999 100%);
	color: #fff !important;
	text-decoration: none;
}
.liuyan {
	padding: 8px 0 8px 25px;
	line-height: 30px;
	color: #333;
	border-bottom: 1px dotted #CCC;
	background: url(images/icon.png) no-repeat 8px -58px;
}
.bbp-breadcrumb {
	margin-top: 15px;
	margin-left: 2px
}
.bbp-search-form {
	margin-top: 15px;
}
h2.pagetitle {
	height: 35px;
	font: 16px/35px "微软雅黑";
	padding: 12px 0 8px 15px;
	line-height: 30px;
	color: #C03F11;
	border-bottom: 1px dotted #CCC;
}
.bbp-forum-title {
	color: #C03F11;
	font-size: 16px;
	font-family: "微软雅黑", "Arial", HELVETICA;
}
/*---------畅言格式---------*/
#SOHUCS {
	padding: 0 2%;
	width: 96% !important;
}
/*---------问答格式---------*/
h1.entry-title {
	font: 21px/43px "微软雅黑" !important;
}
.cma-content {
	padding: 10px !important;
	background: #FFFFFF;
	width: 978px !important;
	border-right: 1px solid #dcdcdc;
}
h2.widgettitle {
	font: 18px/26px "微软雅黑";
	color: #333;
	display: block;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.cma-sidebar li {
	float:left;
	border-bottom: 1px dotted #ebebeb;
	line-height: 20px;
	margin: 0;
	padding: 2px 0 2px;
	width: 280px;
	word-wrap: break-word; 
	word-break: normal;
	white-space : normal
}
.cma-sidebar li a {
	display: inline;
	font: 14px/26px "微软雅黑";
	margin: 0;
	padding: 0; 
}
td.cma-thread-meta {
	min-width: 60px;
}
.cma-thread-updated {
	float: right;
	width: 300px;
	padding: 0 10px 0 0;
}
.cma-thread-title a {
	font: 16px/26px "微软雅黑";
}
.cma-form-container input[type=text], .cma-form-container textarea {
	margin-top: 10px;
	border: 1px solid #d4d2d2;
	border-radius: 5px;
	padding: 7px !important;
	margin: 10px !important;
}
.cma-form-container input {
	margin-top: 10px;
	border: 1px solid #d4d2d2;
	border-radius: 5px;
	padding: 7px !important;
	margin: 10px !important;
}
.cma-form-notes {
	border-radius: 5px;
}
.cma_success {
	border-radius: 5px;
}
/*---------问答格式结束---------*/
/*---------头像格式结束---------*/
img.rc-avatar {
	box-shadow: 0 1px 3px rgba(0,0,0,0.22);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #FFF !important;
	width: 50px !important;
	height: 50px !important;
	padding: 0px !important;
}
/*---------头像格式结束---------*/
/*---------广告格式---------*/
#idc_box ul, #idc_box dd, #idc_box tt{
	margin:0px;
	padding:0px;
	float:left;
	list-style: none;
}
#idc_box{
	width:250px;
	height:250px;
	border-left: 1px solid #740a20;
}
#idc_box dd{
	width:21px;
	height:250px;
	overflow:hidden;
	position:relative;
}
#idc_box dd.hove{
	width:208px;
	text-align:right;
}
dd.hoves{
	width:208px;
	text-align:right;
}
#idc_box dd tt{
	width:20px;
	height:250px;
	top:0px;
	left:0px;
	color:#fff;
	cursor:pointer;
	text-align:center;
	padding:20px 0 0 0;
	background:#b9000d;
	position:absolute;
	border-right:1px solid #740a20;
}
#idc_box dd tt.hove{
	background:#620317;
}
#hot_tag {
	position:absolute;
	padding:0 8px;
	height:50px;
	left:10px;
	top:-1px;
	border:1px solid #ccc;
}
.ad {
	padding: 0 25px 0 25px;
	background-color: #dd4814;
}
/*---------广告格式结束---------*/
.zhanzhu img {
	padding: 9px;
	background:#DEDEDE;
}

.img-top-tip {
	left: 20px;
	top: 25px;
	color: #fff;
	border-radius: 0 0 0 0;
}
.img-top-tip a {
	color: #fff;
}
.news-type-news {
	background: #5cb85c;
}
.opacity8 {
	opacity: 0.8;
}
.p5 {
	padding: 5px;
}
.pa {
	position: absolute;
}