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,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,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline;
}
div.clear {
	CLEAR: both
}
body{
	background:#eae9e9 url(https://images.cnitblog.com/i/80555/201403/231553216934092.png);
	color:#4b4b4b;
	font:400 14px/20px "Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}

/* Links */
a {
	text-decoration:none;
}
a:hover {
	border-bottom:2px solid;
}

/* Post Block */
div#topics {
	padding-bottom:70px;
}
div.day,
div.entrylistItem {
	margin-bottom:20px;
}

/* Day Title */
div.dayTitle{
	display:none;
}

/* Post Title */
div.postTitle,
a.entrylistItemTitle
{
	font-size:24px;
	line-height:30px;
	margin-bottom:12px;
}
a.postTitle2,
a.entrylistItemTitle
{
	color:black;
}

/* Post Description */
div.c_b_p_desc,
div#cnblogs_post_body {
	line-height:25px;
	font-size:15px;
}
div#cnblogs_post_body ul,
div#cnblogs_post_body ol {
	font-size:14px;
	font-style:italic;
	padding-top:10px;
	padding-left:20px;
	text-shadow:none;
}
a.c_b_p_desc_readmore,
div.postDesc a,
div#profile_block a,
div.entrylistItemPostDesc a
{
	color:#e36f00;
	font-size:15px;
	margin-left:5px;
}

/* Posted Time & Author */
div.postDesc,
div.entrylistItemPostDesc
{
	line-height:25px;
	color:#878787;
	font-size:15px;
}

/* Paginator */
div.topicListFooter {
	/*background-color:#213537;*/
	text-align:center;
	text-shadow:none;
	margin-top:20px;
	padding:20px 0;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	z-index:-10;
	border-top:1px solid #4b4b4b;
}
div.topicListFooter a {
	/*color:#fff;*/
	font-size:20px;
}

/* Side Bar */
.catListTitle {
	font-size:24px;
	color:#000;
	padding:10px 0;
	margin-top:15px;
}
ul.catList,
.RecentComment ul
{
	list-style:none;
}
li.catListItem,
.RecentComment ul li
{
	padding:2px 0 0 0;
	line-height:25px;
}
a.listitem
{
	font-size:15px;
	color:#494949;
}
.RecentComment ul li a {
	color:#494949;
	font-size:15px;
}
li.recent_comment_body
{
	font-size:13px;
	color:#878787;
}
li.recent_comment_author {
	margin-bottom:10px;
	font-size:12px;
}
div#p_b_follow,
div#author_profile_follow {
	margin-top:10px;
}
div#p_b_follow a,
div#author_profile_follow a
{
	margin-left:0;
	padding:5px;
	color:white;
	background-color:#e36f00;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	text-shadow:none;
}
div#p_b_follow a:hover,
div#author_profile_follow a:hover
{
	background-color:white;
	color:#e36f00;
	border:1px solid #e36f00;
}

/* Calendar */
div#calendar{
	display:none;
}

/* Search */
div.mySearch {
	display:none;
}

/* My Status */
div#mystats {
	display:none;
}

/* List Title */
h1.listtitle {
	display:none;
}

/* Banner */
div#banner {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:90px;
	background:url(https://images.cnitblog.com/i/80555/201403/231437558341302.png) repeat-x scroll left bottom;
}
div.header {
	position:relative;
	margin:0 auto;
	padding-top:20px;
}
a.headermaintitle {
	color:white;
	font-size:30px;
}
div.headerDis {
	padding-top:7px;
	padding-top:0px\9;
	color:#e36f00;
}
div#mylinks {
	position:fixed;
	margin:0 auto;
	top:0;
	text-shadow:none;
	padding-top:46px;
}
a.menu {
	color:white;
	font-size:15px;
	padding:3px;
}

/* Main Body */
div#main {
	margin:0 auto;
	text-shadow:0 1px 0 rgba(255,255,255,0.75);
}
/* Adaptive */
@media screen and (max-width:480px){
	div#main {
		padding-top:110px;
	}
	div#mylinks {
		display:none;
	}
	div.newsItem {
		padding-top:30px;
	}
	div#left {
		float:none;
		width:100%;
	}
	div#right{
		float:none;
		width:100%;
	}
	div#footer {
		margin-top:10px;
	}
}
@media screen and (min-width:481px) and (max-width:640px){
	div#main {
		padding-top:110px;
	}
	div#main,
    div.header,
	div#mylinks	
	{
		max-width:480px
	}
	div#mylinks {
		display:none;
	}
	div.newsItem {
		padding-top:30px;
	}
	div#left {
		float:none;
		width:100%;
	}
	div#right{
		float:none;
		width:100%;
	}
	div#footer {
		margin-top:10px;
	}
}
@media screen and (min-width:641px) and (max-width:960px){
	div#main {
		margin-top:60px;
		background:url(https://images.cnitblog.com/i/80555/201403/231523548964494.gif) no-repeat;
		padding-top:340px;
	}
	div#main,
    div.header,
	div#mylinks	
	{
		max-width:640px
	}
	div#mylinks {
		padding-left:250px;
	}
	div#left {
		float:left;
		width:65%;
	}
	div#right{
		float:right;
		width:30%;
	}
	div#footer {
		margin-top:10px;
	}
}
@media screen and (min-width:960px) and (max-width:1024px){
	div#main {
		margin-top:60px;
		background:url(https://images.cnitblog.com/i/80555/201403/231524025377458.gif) no-repeat;
		padding-top:460px;
	}
	div#main,
    div.header,
	div#mylinks	
	{
		max-width:850px
	}
	div#mylinks {
		padding-left:250px;
	}
	div#left {
		margin-top:20px;
		float:left;
		width:65%;
	}
	div#right{
		margin-top:20px;
		float:right;
		width:30%;
	}
	div#footer {
		margin-top:20px;
	}
}
@media screen and (min-width:1024px) and (max-width:1280px){
	div#main {
		margin-top:60px;
		background:url(https://images.cnitblog.com/i/80555/201403/231524025377458.gif) no-repeat;
		padding-top:460px;
	}
	div#main,
    div.header,
	div#mylinks	
	{
		max-width:950px
	}
	div#mylinks {
		padding-left:300px;
	}
	div#left {
		margin-top:20px;
		float:left;
		width:65%;
	}
	div#right{
		margin-top:20px;
		float:right;
		width:30%;
	}
	div#footer {
		margin-top:40px;
	}
}
@media screen and (min-width:1281px){
	div#main {
		margin-top:60px;
		background:url(https://images.cnitblog.com/i/80555/201403/231524213347716.gif) no-repeat;
		padding-top:520px;
	}
	div#main,
	div.header,
	div#mylinks
	{
		max-width:1080px
	}
	div#mylinks {
		padding-left:300px;
	}
	div#left {
		float:left;
		width:67%;
	}
	div#right{
		float:right;
		width:30%;
	}
	div#footer {
		margin-top:40px;
	}
}

div#footer {
	/*border-top:1px solid #4b4b4b;*/
	padding-top:10px;
	text-align:center;
	font-size:10px;
}

/* Article */
div#blog_post_info_block {
	margin-top:60px;
}
div#digg_block {
	height:70px;
	padding:5px;
	padding-bottom:15px;
	border:1px solid #e36f00;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	text-shadow:none;
	/*box-shadow: 3px 3px 5px #e36f00;	*/
}
div#author_profile {
	float:left;
}
img.author_avatar {
	float:left;
	margin:3px;
	margin-right:10px;
	box-shadow: 3px 3px 5px #888888;	
}
div#author_profile_detail {
	float:left;
	font-size:12px;
}
div#div_digg {
	float:right;
	margin-right:10px;
	margin-top:5px;
}
div.diggit {
	width:50px;
	height:35px;
	background-color:green;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	text-shadow:none;
	text-align:center;
	vertical-align:middle;
	float:left;
	margin-right:5px;
	padding-top:15px;
}
span#digg_count {
	font-size:15px;
	font-weight:bold;
}
div.buryit{
	width:50px;
	height:35px;
	background-color:red;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	text-shadow:none;
	text-align:center;
	vertical-align:middle;
	float:left;
	padding-top:15px;
}
span#bury_count {
	font-size:15px;
	font-weight:bold;
}
div.post .postDesc {
	border-top:1px solid #4b4b4b;
	/*margin-top:-245px;*/
}
div#green_channel {
	margin-top:-6px;
	margin-bottom:10px;
}
div#green_channel a {
	margin-right:10px;
}
/* Article Paginator */
div#post_next_prev {
	margin-top: 20px;
}

/* Article Comments */
div#blog-comments-placeholder {
	/*margin-top:230px;*/
}
div#comments_pager_top,
div#comments_pager_bottom {
	text-align:center;
}
div.pager a {
	padding:3px 5px;
	margin-right:10px;
	border:1px solid #e36f00;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
div.pager span.current {
	color:#e36f00;
	font-weight:bold;
	border:none !important;
	background-color:transparent;
}
div.feedback_area_title,
div#commentform_title {
	font-size:18px;
	color:black;
	margin-bottom:10px;
}
div.feedbackListSubtitle {
	font-weight:bold;
}
div.feedbackManage {
	float:right;
}
span.comment_actions a {
	text-shadow:none;
	margin-right:10px;
}
div.feedbackItem {
	margin-top:10px;
	margin-bottom:30px;
}
div.blog_comment_body {
	padding-left:10px;
}
fieldset.comment_quote {
	border:1px solid #4b4b4b;
	padding:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	font-style:italic;
	font-size:12px;
	text-shadow:none;
	margin-bottom:-15px;
}
div.comment_vote {
	padding-left:10px;
	margin-top:2px;
}
a.comment_digg {
	background-color:green;
	border:1px solid green;
}
a.comment_bury {
	background-color:red;
	border:1px solid red;
}
a.comment_digg:hover {
	color:green;
	background-color:white;
}
a.comment_bury:hover {
	color:red;
	background-color:white;
}
a.comment_digg,
a.comment_bury {
	font-size:13px;
	color:white;
	padding:2px;
	margin-right:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	text-shadow:none;
}
div#BlogPostCategory {
	margin-bottom:10px;
}

/* Article Comment Form */
div#comment_form {
	margin-top:20px;
	padding:5px;
	border:1px solid #e36f00;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	text-shadow:none;
}
div#comment_nav {
	margin-bottom: 10px;
}
div#comment_nav a,
div#site_nav_under a{
	margin-right:10px;
}
textarea#tbCommentBody {
	width:98%;
	height:100px;
	padding:3px;
}
#cnblogs_post_body h2 {
  font-size:20px;
  font-weight:bold;
  margin-bottom:10px;
}
#cnblogs_post_body table td {
  vertical-align:top;
  border-bottom:2px solid gray;
  padding-top:5px;
}

/* Miss */
div#ad_under_post_holder {
	display:none;
}

/* Category Page */
div.entrylistTitle {
	font-size:30px;
	font-weight:bold;
}
div.entrylistDescription {
	margin-top:20px;
	margin-bottom:20px;
}
.postSeparator {
  height:20px;
}