/**********code********/
.Special {
 color: #ff00ff;
}
.Comment {
 color: #339900;
}
.PreProc {
 color: #804040;
}
.Constant {
 color: #ff00ff;
}
.Statement {
 color: #0000ff;
}
.Type {
 color: #0000ff;
}
.codeblock{
 margin: 12px auto;
 width:100%;
 overflow:auto;
 border: solid 1px #c0c0c0;
 border-radius: 5px;
 background-color: #eeeeee;
}

.codeblock table{
width: 100%;
}
.lnr ,.code {
 font-family: monospace;
 font-size: 12px;
 padding: 5px 5px 5px 5px; 
}
.lnr { 
 color: #add8e6; 
 background-color: #555555;
}
.code {
 color: #000000;
 background-color: #eeeeee;
}

.normalblock{
 margin: 12px auto;
 border: solid 1px #c0c0c0;
 border-radius: 5px;
 background-color: #eeeeee;
 font-family: monospace;
 font-size: 12px;
}

table {
 border-spacing:0;
}

/**********style********/
.post .title2 {
	color:#79A;
	font-size:1.6em;
	line-height:140%;
	border-bottom:2px dotted;
	padding: 0 0 5px 3px;
	margin: 20px 0;
}

.post .title3 {
	color:#79A;
	font-size:1.2em;
	line-height:120%;
	padding: 0 0 0 0px;
	margin: 5px 0;
}

.post .ref {
	margin: 12px auto;
	padding: 5px 5px 5px 5px;
	border: 0px;
	border-left: 4px solid #c0c0c0;
	background-color: transparent;
}

.post .ref ul li {
	font-size: 12px;
	line-height: 13px;
	margin: 0.75em 0;
	padding: 0;
}

/**************************for cnblogs********************/
/**********text********/
.post p {
 margin:12px 0px;
}

/**********skin********/
#mainContent{
	margin-left: 260px
}
#sideBar{
	width: 240px
}
.dayTitle{
	display: none
}
.postTitle{
	font-size:20px
}

.catListTitle{
border-bottom:2px dotted #000000;
margin-bottom:5px;
}

#profile_block{
	display:none
}

#google_ads_div_cnblogs_blogpost_bottom{
	display:none
}
#itnews{
	display:none
}
#div_ad2{
	display:none
}
#div_commentbox_nav{
	display:none
}