body, p {
    font-size: 14px;
    font-family: "Microsoft YaHei", Tahoma, Arial, Verdana, sans-serif;
}

body {
    padding-top: 20px;
    background: url("../img/background.jpg") repeat scroll 0 0 transparent;
    color: #333333;
}

.blog {
    line-height: 1.5;
    padding: 5px 14px 15px 14px;
    margin-bottom: 20px;
}

.pagination ul {
    background-color: #ffffff;
}

.well-ex {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
}

.radius {
    background-color: white;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    -webkit-box-shadow: 0 2px 5px #CCCCCC;
    -moz-box-shadow: 0 2px 5px #CCCCCC;
    box-shadow: 0 2px 5px #CCCCCC;
}

.label {
    font-size: 12px;
}

.nav-list {
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.nav-list .nav-header {
    font-size: 16px !important;
}

.nav-list sup {
    color: #888;
    font-size: 12px;
}

.nav-list .active sup {
    color: #FFFFFF;
}

#cse-search-form {
    margin-bottom: 10px;
}

.input-xxlarge {
    height: 100px;
}

label small.tip {
    color: gray;
}

.help-inline, label small.error {
    color: #B94A48;
}

#last-comments li {
    line-height: 22px;
}

#last-comments li img {
    float: left;
    margin: 4px 4px 0 0;
}

#last-comments .author {
    color: gray;
}

#last-comments li a {
    display: inline;
}

#comments {
    padding: 5px 14px 15px 14px;
    margin-bottom: 20px;
}

.comment {
    margin-bottom: 18px;
    border-bottom: 1px #EDF1EC dashed;
}

.comment .head {
    color:#999999;
    margin-bottom: 6px;
}

.comment .head img {
    float: left;
    margin-right: 4px;
}

.comment:last-child {
    border-bottom: 1px #eeeeee solid;
}

.comment blockquote small b {
    color: #666666;
}

footer {
    background-color: #ffffff;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    font-size: 12px;
    padding: 20px 0;
}

