﻿html, body {
    color: #a6a6a6;
    background: #e8ebec;
}

body, input, textarea {
    font: 12px "Lucida Sans" , "Lucida Sans Unicode" , Helvetica, Verdana, Century Gothic, "Microsoft YaHei" , SimHei, SimSun;
}

a:link, a:visited {
    color: #999;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

.section {
    width: 478px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    background: url(images/line.png) bottom repeat-x;
}

.highlight {
    background: #fcfcfc url(images/line.png) bottom repeat-x;
}

.marker {
    top: 10px;
    left: -150px;
    width: 136px;
    height: 42px;
    position: absolute;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #b9b9b9;
    line-height: 2.5em;
    background: url(images/left_marker.png) no-repeat;
}

#header {
    margin: 0 auto;
    text-align: center;
}

#header h1 a {
    font-size: 22px;
    font-weight: bold;
    font-family: "Microsoft YaHei" , SimHei, SimSun;/*Cooper Std Black, Brush Script Std;*/
}

.title {
    margin-top: 12px;
}

.description {
    margin-bottom: 16px;
}

#nav {
    height: 30px;
    padding: 0 20px;
}

#nav ul {
    clear: both;
    overflow: hidden;
}

#nav ul li {
    float: left;
    display: inline;
}

#nav ul li a {
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 0 12px 0 12px;
    /*letter-spacing: 8px;*/
    text-decoration: none;
    border-left: 1px solid #fcfcfc;
    border-right: 1px solid #fcfcfc;
}

#nav ul li a:hover {
    color: #000;
    background: #f4f4f4;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

#body {
    margin: 0 auto;
    background: transparent url(images/content_bg.png) repeat-y scroll center 0;
}

#content {
}

#sidebar {
}

.entry {
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.full {
    margin-bottom: 0px;
    border-bottom: none;
}

.entry h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
}

.entry h3 a:link, .entry h3 a:visited {
    color: #666;
}

.entry h3 a:hover {
    color: #000;
}

.entry .metadata {
    font-size: 12px;
    margin: 8px 0;
}

.entry .calendar {
    display: none;
}

.entry .content {
    color: #666;
    line-height: 1.8;
    text-indent: 2em;
}

.comment .avatar {
    padding: 2px;
    margin-right: 8px;
    background: #fff;
    float: left;
    border: 1px solid #dedede;
}

.comment .author {
    top: 10px;
    left: -150px;
    width: 136px;
    height: 42px;
    position: absolute;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #b9b9b9;
    line-height: 2.5em;
    background: url(images/left_marker.png) no-repeat;
}

.comment .author .said {
    display: none;
}

.comment .date {
    display: block;
    font: 11px Arial;
    font-weight: bold;
    margin-bottom: 5px;
}

.comment .body {
    margin-left: 50px;
}

.comment .body p {
    color: #666;
}

.comment .remove {
    float: right;
    padding-left: 18px;
    background: url(images/delete.png) no-repeat;
}

#ancillary li, #sidebar li {
    margin: 0 0 8px;
    padding-left: 20px;
    background: transparent url(images/arrow_right.png) no-repeat scroll 0 0;
}

#ancillary li span, #sidebar li span {
    /*float: right;*/
}

#footer {
    height: 30px;
    margin: 0 auto;
    width: 664px;
    padding-top: 5px;
    text-align: center;
    background: transparent url(images/footer_bg.png) no-repeat scroll center bottom;
}

#footer div {
    display: inline-block;
}

.loginStatus {
    margin-left: 4px;
    padding-left: 8px;
    border-left: solid 1px #bbb;
}

input {
    width: 180px;
    color: #767676;
    margin: 5px 0 15px;
    padding: 5px 8px;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

textarea {
    width: 245px;
    height: 80px;
    color: #767676;
    background: #fff;
    border: 1px solid #dedede;
    padding: 6px 10px 6px 10px;
    margin: 5px 0 10px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.checkbox {
    border: none;
    width: 16px;
}

.submit {
    color: #fff;
    width: 80px;
    padding: 4px 4px 2px 4px;
    border: medium none;
    background: #4D4D4D none repeat scroll 0 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    color: #999;
    margin: 2px;
    padding: 1px 4px;
    background: #fff;
    border: 1px solid #ccc;
}

.pagination .active {
    color: #444;
    background: #eee;
    font-weight: bold;
}

.captcha {
    vertical-align: middle;
    margin-bottom: 3px;
}

.info-box, .download-box, .warning-box, .note-box {
    margin: 10px 0;
    padding: 23px 54px 20px;
    -moz-border-radius: 5px;
}

.info-box {
    color: #00A1E4;
    border: 1px solid #52CDFF;
    background: #C7EDFF url(images/icon_info.png) no-repeat scroll 10px 15px;
}

.download-box {
    color: #68A500;
    border: 1px solid #80CB00;
    background: #E3FEB4 url(images/icon_download.png) no-repeat scroll 10px 15px;
}

.warning-box {
    color: #A48200;
    border: 1px solid #C09800;
    background: #FFEB9F url(images/icon_warning.png) no-repeat scroll 10px 15px;
}

.note-box {
    color: #717171;
    border: 1px solid #A4A4A4;
    background: #F3F3F3 url(images/icon_note.png) no-repeat scroll 10px 15px;
}

