/**************************************************
说明：
1：我们建议你通过只改变css的方式来制作新的皮肤模板。当然，页面的部分代
码你也是可以更改的，例如一些图片的地址。但是，请你在递交作品的时候，请同时
提交对页面部分代码的修改备注和说明。以便我们了解。
2：为了保证页面的兼容性，请你分别在IE和Firefox中分别查看你的页面，以便保证页面
对浏览器的兼容性。
3：请你随时关注官方网站。以便获得最新的通知和说明
时间：2008-1-30
作者：杨正祎
**************************************************/

/**************************************************
第一部分：所有的模板都使用的公共样式。公告样式是为了更好的向前和向后兼容。
如果不符合你皮肤的要求，你可以在后面通过更高的优先级覆盖着这些样式，但是
你不能删除这些样式。
**************************************************/
#EntryTag {
    margin-top: 20px;
    font-size: 9pt;
    color: gray;
}
.topicListFooter {
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
}
#divRefreshComments{
    text-align: right;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 9pt;
}
/*****第一部分结束*******************************/

/**************************************************
第二部：公共样式（全局样式）。公共会对所有页面的标签都起作用。这个部分你
可以随意的更改，并不会牵扯到其他的皮肤模板。但是每次更改都要注意你的皮肤
模板所有页面的变化。因为它们是全局的。
**************************************************/
* {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    background: #EEEEEE;
    font-family: Helvetica,Verdana,Arial,sans-serif;

    font-size: 14pt;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}

li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
a {
    text-decoration: none;
}
/*a:link {*/
    /*color: black;*/
    /*text-decoration: none;*/
/*}*/
/*a:visited {*/
    /*color: black;*/
    /*text-decoration: none;*/
/*}*/
/*a:hover {*/
    /*color: #F60;*/
    /*text-decoration: underline;*/
/*}*/
/*a:active {*/
    /*color: black;*/
    /*text-decoration: none;*/
/*}*/
/*.clear {*/
    /*clear: both;*/
/*}*/
/*****第二部分结束*******************************/


/**************************************************
第三部分：各个页面元素的样式。你可以根据需要随意的更改，并不会牵扯到其他
的皮肤模板。这个部分是最能展现你想象力的部分。其中头部和侧边栏部分是此皮
肤公共的部分。而每个页面特有的部分会有相应的注释和说明。
**************************************************/
/*****home和头部开始**************************/

/*header start*/
#home {
    width: 1320px;
    margin:0 auto;
}
#header {
    width: 190px;
    height:600px;
    background:#ffffff;
    float: left;
}
#blogTitle {
    height: 120px;
    background: #FF5E52;
    font-family: inherit;
    text-align: center;
    color:#fff;
    position: relative;
}
#blogTitle h1{
    font-size:18px;
    margin-top:40px;
}
#blogTitle a{
    color:#fff;
    font:400 22px 'simsun;
}
#blogTitle h2{
    font-size:12px;
    padding-left:20px;

}

/*播客导航栏start*/
#navigator {
    height: auto;
}
#navList{
    margin-top:5px;
}

#navigator a{
    display: block;
    height: 36px;
    font:15px "Glyphicons Halflings";
    line-height: 36px;
    color:#666;
    padding-left:60px;
    background: url("images/shouye.png") no-repeat  30px center;
}
.blogStats {
    display: inline-block;
    border-top:1px solid #EEEEEE;
    font:14px "Glyphicons Halflings";
    color:#666;
    padding-top:10px;
    padding-left:10px;
    /*margin:0 10px;*/
}

/*播客导航栏end*/
/*header end*/
/*****home和头部结束**************************/

/*****主页文章列表开始**************************/
/*博客主体start*/
#main{
    float:left
}

/*文章列表start*/

#mainContent{
    width: 760px;
    margin:0 25px;
    float: left;
    background: #ffffff;
}
.forFlow{
    padding:20px;
}

.day{
    height: 140px;
    border-bottom: 1px solid rgba(210, 210, 210, 0.65);
    overflow: hidden;
    padding:20px 0;

}
.dayTitle{
    display: none;
}
.postTitle {
    height: 30px;
}
.postTitle a{
    color:#444;
    line-height: 30px;
}
.postTitle a:hover{
    color:#FF5E52;
    transition: color 0.3s;
}

.postCon {
    height: 100px;
    line-height: 20px;
    font-size: 14px;
    color:#666;
    overflow: hidden;
}

.postDesc {
    width: 720px;
    height: 20px;
    font-size: 12px;
    color:#ccc;
    text-align: right;
    margin-bottom: 50px;

}
.postDesc a{
    color:#ccc;
}


/*文章列表end*/


#sideBar {
    width: 300px;
    float: right;
    background: #ffffff;

}

#sideBarMain {
    padding:20px;
}
.newsItem{
    display: none;
}
#calendar{
    display: none;
}
#blog-calendar{
    display: none !important;
}
.catListEssay{
    display: none;
}
.catListLink{
    display: none;
}
.catListFeedback,#widget_my_google,.catListTitle{
    display: none;
}
#ad_t2,#opt_under_post,#ad_c1,#under_post_news,#ad_c2,#under_post_kb{
    display: none;
}

/*博客主体end*/
/*****主页文章列表结束**************************/