#navigator, #blogTitle, #main, #footer {
    width: 1500px;
    position: relative;
    margin: 0 auto;
}
#mainContent {
    width: 1250px;
    background: white;
    box-shadow: 0px 0px 8px #999;
    -moz-box-shadow: 0px 0px 8px #999;
    -web-kit-shadow: 0px 0px 8px #999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -web-kit-shadow: 6px;
    float: left;
    display: inline-block;
}
.postTitle, .postTitl2, .entrylistPosttitle {
    font-size: 35px;
    padding-right: 1px;
    padding-left: 1px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #2175bc;
}
/**************************************************
第二部：公共样式（全局样式）。公共会对所有页面的标签都起作用。这个部分你
可以随意的更改，并不会牵扯到其他的皮肤模板。但是每次更改都要注意你的皮肤
模板所有页面的变化。因为它们是全局的。
**************************************************/
* {
	margin: 0;
	padding: 0;
}

.dayTitle { display:none; }
html {
	height: 100%;
}
body {
    font-family: "Microsoft Yahei";
    word-wrap:break-word;

	color: #464646;
	font-size: 9pt;
	min-height: 101%;

	background: #f0f0f0;
	
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
ul, a, li, h1, h2 {
    list-style-type:none;
    text-decoration:none;
    color:#000;
    padding: 0;
    margin:0;
}
a:hover {
    text-decoration:underline;
}
.clear {
	clear: both;
}
/*****第二部分结束*******************************/
/*文章内部常用标签格式*/
.postBody {
	line-height: 1.5em;
	color:#393939;
	font-size:14px;
}
.postBody p,.postCon  p{
	margin: 0 auto 1em auto;
}
.postBody h1{
    font-weight: bolder;
    margin: 20px -20px 20px -24px;
    padding: 5px 20px 5px 20px;
    line-height: 18px;
    border-left: 4px solid #FFCC33;
    background-color: #fbfbfb;
}
.postBody h2{
    font-weight: bolder;
    margin: 20px -20px 20px -24px;
    padding: 3px 20px 3px 20px;
    line-height: 18px;
    border-left: 4px solid #9999FF;
    background-color: #fbfbfb;
}
.postBody h3 {
	font-size: 120%;
	margin: 15px auto 2px auto;
	font-weight:bold;
}
.postBody h4{
	font-size:110%;
	margin:15px auto 2px auto;
	font-weight:bold;
	color:#333;
}

.postBody h5{
	font-size:100%;
	margin:15px auto 2px auto;
	font-weight:bold;
	color:#333;
}



.postBody ul,.postCon ul{
	margin-left:2em;	
}

.postBody li,.postCon li{
	list-style-type:disc;
	margin-bottom:1em;
}

.postBody blockquote{
	background:url('/Skins/insideDotNet/images/comment.gif') no-repeat 25px 0px;
	padding:10px 60px 5px 60px;
	min-height:35px;
	_height:35px;
	line-height:1.6em;
	color:#333;
}

/*推荐和反对*/
#div_digg {
    padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 20px;
    right: 0;
    _right: 17px;
    border: 1px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}