/*主标题和副标题*/
h1 #Header1_HeaderTitle{
font-family:楷体_GB2312,"Times New Roman";
color:orange;
font-size:30px;
}
div #header h2{
text-indent:6em;
color:blue;
}
/*导航栏*/
/*导航栏改用javascript实现*/
/*主题里面日期居左*/
div .dayTitle{
text-align:left;
}
/*左栏内容标题居左*/
.mySearch h3,.catListPostCategory h3,.catListPostArchive h3,.catListComment h3,.catListLink h3,.catListBlogRank h3{
text-align:left;
text-indent:1em;
}
//readmore
a.c_b_p_desc_readmore{
color:silver;
text-indent:2em;
}
/*代码样式*/
pre.byvim { font-family: monospace; color: #000; background-color: #fff; width:650px; overflow:auto;border:1px solid silver;padding:10px;}
.Constant { color: #ff00ff; }
.Comment { color: #0000ff; }
.Statement { color: #804040; font-weight: bold; }
.Identifier { color: #008080; }

.Special { color: #6a5acd; }
.Title { color: #ff00ff; font-weight: bold; }
.Type { color: #2e8b57; font-weight: bold; }
.PreProc { color: #a020f0; }