#blogTitle a:hover{
    text-decoration:none
}
#blogTitle h1{
    font-size:23px;
}
#blogTitle h2{
    font-size:16px;
}
#blogTitle{
    height: 90px;
    background: -moz-linear-gradient(left, #ace, #f96);
    background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#ace), to(#f96));
	background: -webkit-linear-gradient(left, #ace, #f96);
	background: -o-linear-gradient(left, #ace, #f96);
}
#navigator{
     background-color: #169FE6;
     #FFFFFF;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #FFF;
    font-size: 18px;
}
#navList a:hover {
   background-color: #FF6633;
   color: #FFF;
}
.blogStats {
    font-size: 15px;
    margin-right: 3%;
    color: #000;
}
.catListTitle {
    background: none repeat scroll 0 0 #169FE6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.input_my_zzk {
    border: 1px solid #DDDDDD;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    outline: medium none;
    padding: 0 12px;
}
input.btn_my_zzk {
    height: 35px;
}
#sidebar_links804529{
    display:none;
}
#sidebar_categories a{
  font-size: 15px;
}

/*在【博客设置】页面中的【页面定制css代码】框中输入下面的css代码即可完成文章标题的美化的。*/
#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
.maxdiv .content a {
	text-decoration: none;
	color: blue;
}
			
.maxdiv .content a:hover {
	color: red;
}
#topics .postTitle {
    border-bottom: 2px solid #3399FF;
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 2em;
    padding-left: 5px;
    text-align: center;
    width: 100%;
    color: #339900;
}
.postTitle a:hover {
    margin-left: 0;
}

#cnblogs_post_body h2{
	background-color: #6699FF;
	opacity: 0.6;
	filter: Alpha(opacity=60);
	border-radius: 0 6px 6px 0;
	border-left: 12px solid #FF6600;
	color: #FFFFFF;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	font-size: 18px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 5px 0 5px 5px;
}
#cnblogs_post_body h3{
	background-color: #6699FF;
	opacity: 0.6;
	filter: Alpha(opacity=60);
	border-radius: 0 6px 6px 0;
	border-left: 12px solid #FF6600;
	color: #FFFFFF;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 5px 0 5px 5px;
}
#cnblogs_post_body h4{
	background-color: #6699FF;
	opacity: 0.6;
	filter: Alpha(opacity=60);
	border-radius: 0 6px 6px 0;
	border-left: 12px solid #FF6600;
	color: #FFFFFF;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	font-size: 14px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	padding: 5px 0 5px 5px;
}

/*
#triangle-up {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 40px solid white;
}
*/
			
.mindiv {
	width: 30px;
	height: 120px;
	float: left;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	font-weight: bold;
	color: white;
	background: green;
	cursor: pointer;
    font-size: 17px;
}
			
.maxdiv {
	width: 230px;
	border: 2px solid green;
	float: left;
	background: papayawhip;
}

.main-content {
        display:none;
	position: fixed;
	right: -234px;
	top: 0;
}

.content {
	padding-left: 2px;
	/*溢出隐藏*/
	overflow: hidden;
	/*以省略号...显示*/
	text-overflow: ellipsis;
	/*强制不换行*/
	white-space: nowrap;
}

#div_digg {
  position: fixed;
  bottom: 8px;
  right: 8px;
  border: 2px solid #ECD7B1;
  padding: 10px;
  width: 140px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}

.pinglun {
    float: right;
    margin-left: 20px;
    width: 46px;
    height: 52px;
    background: url(//static.cnblogs.com/images/comment.gif) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}

 #cnblogs_post_body img{ cursor:pointer }