﻿body
{  
    left: 50%;
    margin-left: -490px;
    width: 995px;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    font-family: 宋体;
    font-size: 10pt;
}
LI
{
    line-height: 180%;
    list-style-type: none;
    position: relative;
}
.block
{
    background-image: url(left.jpg);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-left: 20px;
    width: 99%;
    font-weight: bold;
    font-size: 10pt;
    height: 25px;
    text-align: left;
    background-repeat: no-repeat;
}
.top
{
    background-image: url(top.jpg);
    width: 970px;
    height: 400px;
    background-repeat: no-repeat;
}
.toptitle
{
	padding-left: 120px;
	padding-top:120px;
    font-size: 20pt;
}
.center
{
    width: 965px;
    border-top: #339900 1px solid;         
       background-color: #ffedff;
}
.mainblog
{
    width: 65%;
    float: right;
    margin-left: 3px;
    padding-left: 5px;
}
/*用户的一些信息 窄的那一栏*/
.leftblog
{
    width: 30%;
    float: left;
    font-size: 10pt;
    padding-left: 5px;
    margin-right: 10px;
    background-color: #ffffff;
}
/*页脚foot.htm*/
.footblog {  clear: both;
    text-align: center;}
.readblog
{   margin-top: 20px;
    padding-bottom: 10px;
    width: 95%;
    word-wrap:break-word; 
    word-break:break-all;
    line-height :1.2;
}

/* 此处为每篇blog显示所使用的id */
.title
{
    font-weight: bold;
    font-size: 11pt;
    height:25px;
    padding-top:5px;
    color: #ff99ff;
    font-family: 宋体;
    background-image: url(title.jpg);
    border-top: #ff99ff 1px solid;
    border-bottom: #ff99ff 1px solid;
}
.head
{
    font-size: 10pt;
    color: #a9a9a9;
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
}
.content
{
    padding-top: 15px;
     padding-bottom: 15px;
    font-size: 11pt;
    line-height: 200%;
    color: #000000;
}
.foot
{
    font-size: 10pt;
    color: #a9a9a9;
    text-align: right;
    margin-top:10px;
    padding-top: 10px;
}
.reply
{
    border-right: #696969 1px dotted;
    border-top: #696969 1px dotted;
    border-left: #696969 1px dotted;
    border-bottom: #696969 1px dotted;
    padding-left: 50px;
    margin-right: 50px;
}
/*顶部图片下面的导航*/

A
{
    text-decoration: none;
}

