﻿body
{
    background: url(/images/body.png) repeat-x #ededef;
    color: #000000;
    font-family: "微软雅黑" ,Georgia, "Times New Roman" ,Times,serif;
    font-size: 13px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
html, body
{
    height: 100%;
    width: 100%;
}
a
{
    text-decoration: none;
    color: #0000CC;
}
a:hover
{
    color: Red;
    text-decoration: underline;
}
.split
{
    clear: both;
}
#container
{
    margin: 0 auto;
    width: 900px;
}
#header
{
    height: 80px;
    margin-bottom: 10px;
}
#menubar
{
    height: 50px;
    margin-bottom: 10px;
    background: #000000;
    width: 900px;
}
.menu
{
    padding: 0;
    margin: 0;
}
.menu ul
{
    background-image: url(/images/body.png);
    padding: 0;
    margin: 0;
    height: 50px;
}
.menu li
{
    width: 149px;
    line-height: 50px;
    float: left;
    border-right: 1px solid #666;
    list-style: none;
    overflow: hidden;
}
.menu li a
{
    width: 100%;
    color: White;
    font-size: 18px;
    font-weight: bold;
    float: left;
    display: block;
    text-decoration: none;
    text-align: center;
}
.menu li a:hover
{
    color: Black;
    background-color: #b4e04a;
}
.second
{
    position: absolute;
    z-index: 999;
    display: none;
}
.second li
{
    line-height: 50px;
    list-style: none;
    overflow: hidden;
    clear: both;
    background-image: url(/images/body.png);
}
#mainContent
{
    margin-bottom: 5px;
}
#sidebar
{
    float: left;
    width: 200px;
}
#content
{
    width: 690px;
    float: right;
}
#content .itemcontent
{
    background: url("/images/side-title.gif") repeat-x scroll 0 0 transparent;
    height: auto;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
    position: relative;
}
#content .itemcontent .pcontent
{
    margin: 0;
    padding: 13px;
    line-height: 1.8em;
    word-spacing: 2px;
    overflow: hidden;
    font-size: 1.2em;
}
#content .itemcontent h2
{
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 12px;
    color: #0000cc;
}
#content .itemcontent h2 a
{
    color: #0000cc;
}
#content .contentfooter
{
    height: 30px;
    line-height: 30px;
    border-top: solid 1px #ccc;
}

#content .itemcontent .contentfooter ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#content .itemcontent .contentfooter li
{
    height: 30px;
    line-height: 30px;
    float: right;
    padding-right: 10px;
}
#content .itemcontent .comment
{
    margin: 10px;
}
#content .itemcontent .comment ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
#content .itemcontent .comment ul li
{
    line-height: 25px;
    border-bottom: 1px solid #ccc;
}
#content .itemcontent .comment textarea
{
    float: left;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 9px;
    margin-right: 10px;
    width: 520px;
    border: 1px solid #CECECF;
    background: url("/images/shadow-in.png") no-repeat scroll 0 0 #FFFFFF;
}

#content .itemcontent .comment .button
{
    background-position: 0 -50px;
    border: 0 none;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 104px;
    color: White;
    display: block;
    display: inline-block;
    background: url("../images/btncomment.png") no-repeat scroll 0 0 #FFFFFF;
}
#content .itemcontent .comment button:hover
{
    background: url("../images/btncomment.png") no-repeat scroll -114px 0 #FFFFFF;
}
.logo
{
    width: 200px;
    line-height: 100%;
    font-size: 54px;
    font-weight: bold;
    color: White;
    position: relative;
    padding: 2px;
    height: 75px;
    float: left;
}
.logo span
{
    color: #ccc;
    position: absolute;
    display: block;
    display: inline-block;
    left: 0;
    top: 0;
}
.banner
{
    width: 690px;
    height: 80px;
    overflow: hidden;
}
#footer
{
    clear: both;
    height: 40px;
    padding: 10px;
    line-height: 180%;
    text-align: center;
    color: #f2f2f2;
    background: url(../images/body.png) repeat-x #666666;
}

#sidebar .box
{
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
    border-right: 1px solid #ccc;
}
#sidebar .boxTop
{
    background: url("../images/side-title.gif") repeat-x scroll 0 0 transparent;
    clear: both;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 2px 10px 0;
}
#sidebar .boxContent
{
    padding: 0px 10px 0;
}

.itembox ul
{
    display: block;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.itembox ul li
{
    width: 88px;
    float: left;
}
.itembox ul li a
{
    width: 100%;
    font-size: 14px;
    display: block;
    display: inline-block;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
}
.itembox ul li a:hover
{
    color: Red;
    text-decoration: underline;
}
.listbox ul
{
    width: 100%;
    display: block;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.listbox ul li
{
    border-bottom: 1px solid #ccc;
}
.listbox ul li.last
{
    border-bottom: 0px;
}
.listbox ul li a
{
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
    display: block;
    display: inline-block;
    text-decoration: none;
    background: url(../images/li.png) no-repeat scroll 0px center transparent;
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.listbox ul li a:hover
{
    background: url("../images/lihover.gif") no-repeat scroll 0px center transparent;
    color: Red;
    text-decoration: underline;
}
.tags
{
    line-height: 200%;
}
.tags a
{
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    margin: 3px;
}
.tags a:hover
{
    text-decoration: underline;
    color: Red;
}
.hot
{
}

.hot ul
{
    width: 100%;
    display: block;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.hot ul li
{
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #DDDDDD;
}
.hot ul li a b
{
    color: #999;
    font-size: 25px;
}
.hot ul li .b1
{
    color: Red;
    font-weight: bold;
}
.hot ul li .b2
{
    color: green;
    font-weight: bold;
}
.hot ul li .b3
{
    color: blue;
    font-weight: bold;
}
.hot ul li.last
{
    border-bottom: 0px;
}
.hot ul li a
{
    width: 100%;
    font-size: 1.2em;
    display: block;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.hot ul li a:hover
{
    color: Red;
    text-decoration: underline;
}
.pageLoding
{
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
    text-align: center;
    display: none;
}
.CommentSuc
{
    background: url("../images/shadow-in.png") no-repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CECECF;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    overflow: hidden;
    padding: 9px;
    width: 520px;
    text-align: center;
    font-size: 1.6em;
    color: red;
    font-weight: bold;
}
.alltags
{
    padding: 10px;
}
.alltags a
{
    margin: 10px;
    float: left;
    padding: 10px;
    display: block;
    display: inline-block;
 
}
.alltags a:hover{ background:#333}
.SharekeyWord
{
    color: red;
    font-weight: 600;
    text-decoration: none;
}
#qqpet
{
    position: fixed;
    width: 183px;
    height: 183px;
    bottom: 10px;
    right: 10px;
}
