﻿/* 全局定义 */
*{word-wrap:break-word;word-break:break-all;}
ul{padding:0px;margin:0px;}
a{text-decoration:none;color:#fff;} 
a:hover {text-decoration:underline; color:#147dce;}
a.em:link{color:#ff99cc}
a.em:active{color:#ff99cc}
h3{font-size:15px;color:#c3ef1e;margin-bottom:2px;text-align:left;}
h4{font-size:14px;color:#c3ef1e;}
h3 a{color:#c3ef1e;}
p{text-align:left;}
strong{color:#c3ef1e;}
em{font-style:normal;color:#ccc;}
em a{color:#ccc;}
img{border:0px;}
input{background:#373d49;border:1px solid #4a505c;color:#fff;}
textarea{background:#373d49;border:1px solid #4a505c;color:#fff;}
.More{
    text-align:right;
}
.Date{
    text-align:right;
}
.Clear{
	clear:both;
}
.Clear p{
	text-align:center;
}
#commentform{padding-left:23px;}
body{
	font-size:12px;
	background-image:url('images/Body_bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#222834;
	color:#fff;
	width:100%;
	text-align:center;
	padding:0px;
	margin:15px 0px 20px 0px;
}
#Header{
	background:url('images/Header_icon.png') no-repeat left -3px;
	width:870px;
	height:105px;
	margin:0px auto;
	position:relative;
	margin-bottom:-10px;
}
#Header h1{
   background:url('images/Header_logo.jpg') no-repeat;
   width:152px;
   height:66px;
   margin-top:14px;
   position:absolute;
   left:122px;
   cursor:pointer;
}
#Header ul{
   background:#232935;
   float:right;
   padding:8px 20px;
   list-style:none;
}
#Header ul li{
   float:left;
   padding:5px;
   list-style:none;
}
#Header ul li span{
   color:#c3ef1e;
}
#Mainer{
   width:870px;
   margin:0px auto;
}
#Content{
	width:630px;
	background:url('images/Content_bg.jpg') no-repeat top;
	margin-right:0px;
	float: left;
}
#Content .Post{
    padding:10px 20px;
	text-align:left;
}
#Content .Post small{
	font-size:12px;
	color:#666;
}
#Content .Post small a{
    color:#666;
}
#Content .Entry{
    margin-top:30px;
}
#Content .Post .RestInfo{
    border-bottom:1px dotted #666;
	padding-bottom:5px;
}
#Content .Post .ArticleNav{
    border:1px solid #ff0000;
}
#Content .Navigation{
    text-align:left;
	padding-left:23px;
}
#Content .Navigation span{
    color:#c3ef1e;
}
#SideBar{
	width:235px;
	margin-left:0px;
	margin-top:6px;
	float:right;
}
#SideBar div{
    border:1px solid #353945;
	background:#1b222c;
	padding:10px 21px;
	margin:5px auto;
    text-align:left;
}
#SideBar div.First{
    margin-top:1px;
	border-top:0px;
}
#SideBar div.First li{
    background:url('images/About_icon.gif') no-repeat left;
	width:167px;
	padding-left:23px;
	line-height:23px;
	border-bottom:1px dashed #ccc;
}
#SideBar div.First li.Qq{
    background-position:0px 0px;
}
#SideBar div.First li.Msn{
    background-position:0px -23px;
}
#SideBar div.First li.Wangw{
    background-position:0px -48px;
}
#SideBar div.First li.Mail{
    background-position:0px -71px;
}
#SideBar div.First li.Twitter{
    background-position:0px -96px;
}
#SideBar div h3{
    margin-top:0px;
}
#SideBar div h3 span{
    color:#fff;
	font-weight:normal;
	font-size:13px;
}
#SideBar div form .Search{
    width:120px;
}
#SideBar div form .Search_btn{
    border:1px solid #4e6b00;
	background:#7e9d1c;
	color:#fff;
}
#SideBar div ul li{
    list-style:none;
}
#twitter_update_list li{
  padding-top:4px;
  padding-bottom:6px;
  border-bottom:1px dashed #ccc;
}
#twitter_update_list li a{
  color:#666;
}
#Footer {
  width:870px;
	height:71px;
	background:url('images/Foot_bg.jpg') no-repeat;
	color:666;
	clear:both;
	margin:0px auto;
}
/*评论样式*/
.CommentList{
    padding-left:23px;
}
.alt{
	width:585px;
	text-align:left;
	float:left;
	padding:10px 0px;
	margin:10px 0px;
	border:1px solid #4c525e;
	background:#373D49;	
}
.CommCon{
    padding-left:90px;
	padding-right:10px;
}
.CommentList div{
    padding-top:1px;
}
.CommentList div cite{
    margin:10px;
	float:left;
	text-align:center;
}
.CommentList div cite img{
	display:block;
	margin-bottom:4px;
}
.Comment_btn{
    border:1px solid #4e6b00;
	background:#7e9d1c;
	color:#fff;
	width:585px;
}
.Name{
    background-image:url('images/Comment_name.jpg');
	background-repeat:no-repeat;
	background-position:left;
    padding-left:45px;
	color:#fff;
}
.Email{
    background-image:url('images/Comment_email.jpg');
	background-repeat:no-repeat;
	background-position:left;
    padding-left:45px;
	margin-left:19px;
	color:#fff;
}
.Web{
    background-image:url('images/Comment_web.jpg');
	background-repeat:no-repeat;
	background-position:left;
    padding-left:55px;
	margin-left:19px;
	color:#fff;
}
.Entry #Tab{
    border-bottom:1px solid #353945;
    float:left;
    width:590px;
}
#Tab li{
    float:left;
	border:1px solid #353945;
	padding:4px 8px;
	margin-left:8px;
	position:relative;
	bottom:-1px;
	list-style:none;
}
#Tab li.current{
    background:#353945;
}
.Entry div{
	padding-left:12px;
	padding-top:24px;
	float:left;
}
.Entry div li.Cols{
    float:left;
	padding-right:5px;
	text-align:center;
	margin:5px;
	list-style:none;
}
.Entry div li.Cols img{
   display:block;
}
/*coolcode插件样式*/
.hl-title {
    background-color: #373d49;
    border: 1px solid #C3CED9;
    border-bottom: 0;
    padding: 6px 24px;
    margin: 0;
    width: auto;
    line-height: 180%;
    overflow : auto;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
.hl-surround {
    background-color: #373d49;
    border: 1px solid #4a505c;
    margin: 0;
    margin-bottom: 5px;
    width: 575px;
    height: auto;
    overflow-x:auto;
    text-align: left;
    font-family: Fixedsys, "BitStream Vera Sans Mono", "Courier New", Courier, monospace;
}
ol.hl-main {
    padding: 0 12px 0 56px;
    margin: 0;
    background-color: transparent;
    background-image: url(images/hide.gif);
    background-repeat: no-repeat;
    background-position : 5px 5px;
}
div.hl-main {
    padding: 6px 24px;
    margin: 0;
    line-height: 180%;
    background-color: transparent;
}
.ln-show {
    padding-left: 56px !important;
    background-image: url(images/hide.gif) !important;
    list-style: decimal outside !important;
}
.ln-show li {
    list-style: decimal outside !important;
}
.ln-hide {
    padding-left: 24px !important;
    background-image: url(images/show.gif) !important;
    list-style-type: none !important;
}
.ln-hide li {
    list-style-type: none !important;
}
ol.hl-main li {
    display: list-item !important;
    font-size: 12px !important;
    margin: 0 !important;
    line-height: 20px !important;
    border-left: 1px solid #4a505c;
    border-top: 1px solid #4a505c;
    border-top-color: #4a505c !important;
    padding: 0 0 0 12px !important;
    background-color: #373d49 !important;
}
li.hl-firstline {
	border-top: 0 !important;
}
/*分页插件样式*/
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #fff;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #fff;
}
.wp-pagenavi a:hover {	
	color: #fff;
}
.wp-pagenavi a:active {
	padding: 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #fff;
}
.wp-pagenavi span.pages {
	padding: 2px 4px; 
	margin: 2px;
	color: #fff;
}
.wp-pagenavi span.current {
	padding: 2px 4px;  
	margin: 2px;
	font-weight: bold;
	color: #fff;
}
.wp-pagenavi span.extend {
	padding: 2px 4px;  
	margin: 2px;	
	color: #fff;
}