
@font-face {
    font-family: 'Fontin';
    src: url('fontin-regular-webfont.eot?') format('eot'),
         url('fontin-regular-webfont.woff') format('woff'),
         url('fontin-regular-webfont.ttf') format('truetype'),
         url('fontin-regular-webfont.svg#webfontqRy4OBwU') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
    /* background: #FF7728 */ /* #F5923B */;
    width: 100%;
    background: url("/web/hc93/media/hua_zhong.png") no-repeat fixed bottom right, url("/web/hc93/media/bg.jpg") no-repeat fixed top left;
}

body {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
}

#wrapper {
    width: 800px;
    margin: 0 auto;
}

p{
    margin-top: 15px;
}

h1, h2, h3{
    font-family: Fontin, Verdana, Arial, Helvetica, sans-serif;
    font-size: 250%;
    color: #970000;
    text-shadow: #EEEEEE 1px 1px 3px; 
    margin-bottom: 40px;
    text-align: center;
    margin-top: 10px;
}

h2 {
    font-size: 200%;
    margin-top: 30px;
}

h3 {
    font-size: 130%;
}

a{
    color: black;
}

a:hover {
    text-decoration: none;
}


#msgform {
    padding-top: 15px;
}

#msgform table{
    width: 700px;
    padding: 15px;
}


#msgform td.left{
    display: block;
    text-align: right;
    font-weight: bold;
    padding: 5px;
}

#msgform td.left{
    text-align: right;
    padding: 5px;
}


#msgform td.right {
    text-align: left;
}

#msgform input{
    border: solid 1px #E83C13;
    margin: 2px 0 10px 10px;
    padding: 4px 2px;
}

/*
#mgsform input:focus {
    background: #DDDDDD;
}
*/

#msgform select, #msgform textarea {
    border: solid 1px #E83C13;
    margin: 2px 0 10px 10px;
    background: white;
    padding: 2px 2px;
}

#msgform .small {
    display: block;
    color: red;
    font-style: italic;
    font-size: smaller;
    margin-left: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
}


#msgform .postnow {
    text-align: center;
}

#recaptcha_widget_div {
    margin-bottom: 20px;
}


#header {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}

#content {
    text-align: left;
}


div.entry {
    text-align: center;
    margin: 0 auto;
    width: 600px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

div.entry:hover{
    color: black;
    /*
    border-left: 1px solid #FF9E32;
    border-right: 1px solid #FF9E32;
    */
}

div.entry blockquote {
    font-family: Georgia, 'Times New Roman', Times, serif; 
    font-size: 110%;
    font-style: italic;
}

div.entry blockquote:before {
    content: "“ ";
    font-size: large;
    font-weight: bold;
}

div.entry blockquote:after {
    content: " ”";
    font-size: large;
    font-weight: bold;
}

#footer, #footer a{
    margin-top: 50px;
    color: #555555;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 5px;
    text-align: center;
    margin-bottom: 10px;
}

#footer a:hover{
    text-decoration: underline;
}


img {
    border: 0px solid black;
}

img.poster {
    border: 1px solid black;
}

p.poster {
    text-align: center;
}

strong {
    font-weight: bold;
}

div#foreword, div#lit, div#snap, div#guestbook_view, div#guestbook_sign, div#about, div#video{
    display: none;
}


div#menu {
    margin-left: auto;
    margin-right: auto;
}


div#menu ul{
/*
    -moz-border-radius: 1em/1em;
     border-radius: 1em/1em;
    -webkit-border-radius: 1em/1em;
*/
}

div#menu ul li{
    float: left;
    list-style: none;
}

div#menu ul li a{
    font-family: MetaBold, Trebuchet MS, sans-serif;
    font-size: 110%;
    font-weight: bold;
    color: #0A4164;
    text-decoration: none;
    padding: 0 10px 0px 10px;
    height: 25px;
    display: inline-block; /* the trick */
    border-bottom: 3px solid transparent;
}

div#menu ul li a:hover{
    color: #0A4164;
    border-bottom: 3px solid #0B90E4;
}

p#show_more, p#show_more a{
    color: #0A4164;
    text-align: center;
    font-size: 110%;
}


table#followsocial {
    border: 0;
    font-size: 120%;
}

table#followsocial td.txt {
    width: 250px;
    text-align: center;
    color: #333333;
    font-weight: bold;
}

