﻿* {
    margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-size:12px;
	text-align:center;
	background:#393939 url("bg.gif") repeat-x;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
}
p {
	line-height:18px;
}
img {
	max-width: 100%;
	height: auto;
}
select {
	border:1px solid #e0e0d6;
}
th {
}
/*---主体样式---*/
  #container {
	width:980px;
	margin:0px auto;
	text-align:center;
}
/*---顶部样式---*/
#header {
	height:120px;
	width:980px;
	background:url("head.gif") no-repeat;
	
}
#header #blogname {
	display:none;
}
#header #blogname #blogTitle {
	display:none;
}
#header #menu {
    margin-top:75px;
	margin-left:20px;
	width:750px;
    float:left;
	height:35px;
	text-align:left;
	display:inline;
}
#header #menu #Left {
	width:0px;
	float:left;
	
}
#header #menu #Right {
	width:0px;
	float:right;
}
#header #menu ul {
	list-style:none;
	float:left;
	height:35px;
}
#header #menu ul li {
	float:left;
	height:35px;
}
#header #menu ul li a{
	width:5px;
	height:35px;
}
/*---菜单分割线---*/
/*---内容样式---*/
  #container #Tbody {
    padding-top:10px;
	width:100%;
	text-align:left;
	background:#ddd;
	overflow:hidden;
}
/*---工具条--*/
 #sidebar {
	float:right;
	width:280px;
	text-align:left;
	color:#fff;
	background:#fff;
	margin-right:10px;
	display:inline;
	margin-bottom:10px;
}
#innersidebar {
    overflow:hidden;
}
#sidebar-topimg {
	display:none;
}
#sidebar-bottomimg {
	display:none;
}
/*---工具箱样式--*/
.sidepanel {
	width:260px;
	margin:10px auto;
}
.Ptitle {
	height:22px;
	line-height:22px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	padding-left:5px;
	background:#202020;
}
.Pcontent {
    color:#666;
    text-align:left;
	line-height:22px;
}
.Pfoot {
	display:none;
}
/*---主内容--*/ 
#mainContent {
	float:left;
	width:670px;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
	background:#fff;
	display:inline;
}
#innermainContent {
    overflow:hidden;
}
#mainContent-topimg {
	height:10px;
	overflow:hidden;
}
#mainContent-bottomimg {
    height:10px;
	overflow:hidden;
}
.content-width {
	width:100%;
}/*--主内容元素的全局宽度--*/
/*---主内容页数--*/
.pageContent {
	margin-left:10px;
	margin-right:10px;
    text-align:left;
	height:22px;
	line-height:22px;
}
.NavTitle {
	float:left;
	font-weight:bold;
}
.page {
}
.pageNumber {
    background:#202020;
	padding-left:5px;
	padding-right:5px;
    text-align:center;
    font-size:12px;
    color:#ccc;
}
.pageNumber a:link, .pageNumber a:visited {
    color:#ccc;
}
.pageNumber a:hover {
    color:#fff;
}
.pageNumber strong {
    color:#fff;
}
.page ul {
	list-style:none;
}
.page ul li {
	float:left;
}
.page ul li.PageL {
	width:9px;
	height:16px;
}
.page ul li.PageR {
	width:9px;
	height:16px;
}
/*---内容框--*/
.Content {
    width:650px;
    margin:10px auto;
}

/*---日志标题框--*/
.Content-top {
	height:40px;
	text-align:left;
	overflow:hidden;
}
.CateIcon {
    display:none;
}
.Content-top .ContentLeft {
    display:none;
}
.Content-top .ContentRight {
    display:none;
}
.Content-top .ContentTitle {
	padding:2px 0px 2px 0px;
	font-size:14px;
	border-bottom:1px dotted #ccc;
}
.Content-top .ContentAuthor {
    color:#999;
	padding:2px 0px 2px 0px;
	font-size:12px;
	font-weight:normal;
}
/*---日志内容框--*/
  .Content-body {
	margin:10px auto;
	overflow:hidden;
	text-align:left;
	line-height:22px
}
/*---日志内容底部--*/
  .Content-bottom {
    height:28px;
    line-height:28px;
	text-align:right;
	padding:2px;
	border-top:1px dotted #ccc;
}
.Content-bottom .ContentBLeft {
    display:none;
}
.Content-bottom .ContentBRight {
	display:none;
}
/*---日志其他信息--*/
  .Content-Info {
	margin:5px auto;
}
.Content-Info .InfoAuthor {
	text-align:left
}
.Content-Info .InfoOther {
	float:right;
	text-align:right;
}
/*--评论框--*/
.comment {
    width:650px;
	text-align:left;
	margin:10px auto;
	padding:2px;
	background-color: #f3f3f0;
}
.commentinfo {
	font-size:11px;
	color:#999;
}
.commenttop {
	padding:5px;
}
.commentcontent {
	padding:5px;
	line-height:140%;
	overflow:hidden;
}
/*---信息框--*/
#MsgContent {
    width:650px;
	border:1px #e0e0d6 solid;
	background:#f3f3f0;
	margin:10px auto;
}
#MsgContent #MsgHead {
    height:20px;
    line-height:20px;
	background:#f3f3f0;
	border-bottom:1px #e0e0d6 solid;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
#MsgContent #MsgBody {
	padding:5px;
	line-height:180%;
}
.LDialog {
	border:1px solid #795B50;
	margin:3px auto;
	padding:1px;
}
.LDialog .LHead {
	background:#BBA097;
	padding:1px;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.LDialog .LBody {
	padding:4px;
	line-height:200%;
}
/*---底部样式---*/
#foot {
    width:980px;
	color:#fff;
	margin:0px auto;
	background:url("foot_bg.gif") no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif, "宋体";
	padding-top:40px;
}
#foot p a:link, #container #foot p a:visited {
    color:#fff;
}
#foot p a:hover {
    color:#39f;
}
/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
a:link, a:visited {
	text-decoration:none;
	color:#666;
}
a:hover {
    text-decoration:none;
	color:#39f;
}
#menu li {
	float:left;
	font-weight:bold;
	font-size:12px;
	padding:0px 10px 0px 10px;
	text-align:center;
	text-decoration:none;
	line-height:35px;
}
#menu li a{
	color:white;
}
#menu li:hover {
    height:35px;
	padding:0px 10px 0px 10px;
	color:#fff;
	background:#666;
}
.Pcontent li{
    color:#666;
	text-decoration:none;
	height:22px;
	padding-left:22px;
	margin-left:0px!important;
	display:block;
	overflow:hidden;
	background:url("sidea_bg.gif") no-repeat 0% -15px;
	border-bottom:1px dotted #ccc;
}
.Pcontent li:hover {
    color:#39f;
	text-decoration:none;
	overflow:hidden;
	display:block;
	background:url("sidea_bg.gif") no-repeat 0% 3px;
}
.Main_Article_More {
	height:16px;
	margin-top:10px;
	margin-bottom:10px;
    background:url("more.gif") no-repeat 0px 0px;
	font-weight:bold;
	padding-left:20px;
	text-decoration:none;
}
.Main_Article_More:hover {
    color:#39f;
	background:url("more.gif") no-repeat 0 -16px;
}
 /*---超链接样式定义结束---*/
/*---其他样式---*/  
 .userpass {
	border:1px solid #e0e0d6;
	height:16px;
	padding:3px 2px 0px 2px;
	margin:2px;
	vertical-align:middle;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
}
.userpass:hover, .userpass:focus {
	background:#f3f3f0;
}
textarea {
	border:1px solid #e0e0d6;
	padding:3px 2px 0px 2px;
	margin:0px 2px 0px 2px;
	vertical-align:middle;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
}
select{
}
input {
	border:1px solid #e0e0d6;
	height:16px;
	line-height:16px;
	padding:3px 2px 0px 2px;
	margin:0px 2px 0px 2px;
	vertical-align:middle;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
}
input:hover, input:focus {
	background:#f3f3f0;
}
.Main_Button {
	margin-top:5px;
	margin-bottom:5px;
    border:1px #000 solid;
	background:#202020;
	color:#666;
	height:22px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
}
.high1 {
	font-weight:bold;
	color:#f00;
	background:#ff0
}
#Main_Announcement{
	text-align: left;
	padding-left:10px;
}
.Main_Leader{
	text-align: left;
	color:#8DAB3B;
	padding:10px;
}
.Main_Leader_Num a{
	color:#6E6B85;
	padding:1px 4px;
	border: 1px #6E6B85 dotted;
}
.Main_Leader_Current{
	font-weight: bold;
	color:#BCBCBC;
	padding:1px 4px;
	border:1px #BCBCBC solid;
}
.Main_Comment_Reply{
	padding:5px;
	margin:10px;
	border:1px dotted #ccc;
}
#Main_Editor{
	padding:10px;
}
#Main_Editor li{
	list-style-type:none;
	text-align: left;
}
#Main_CommentEditor{
	text-align:left;
	width:100%;
}
#Main_CommentEditor textarea {
	border:1px solid #e0e0d6;
	width:400px;
	height:100px;
	padding:3px 2px 0px 2px;
	margin:0px 2px 0px 2px;
	vertical-align:middle;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
}
#Main_Login{
	padding:10px;
}
#Main_Login_Title{
	font-size:14px;
}
#Main_Search{
	text-align:left;
	margin-top:20px;
	margin-left:10px;
}
#Main_Search ol{
	text-align:left;
	margin:20px;
}
.Tags{
	text-align:left;
	margin-top:10px;
}
#Similar{
	text-align:left;
	margin-top:10px;
}
#Related ol{
	text-align:left;
	margin-left:20px;
}
#HiddenCommentContent{
	width:650px;
	text-align:left;
	margin:10px auto;
	padding:2px;
	background-color: #f3f3f0;
}
