body
{
    margin: 0;
    padding: 0;
    background: #fff;
    border: 0;
    font-size: 12px;
    font-family: Helvetica Neue, Helvetica, Arial, freesans, sans-serif;
    color: #111;
}

#head
{
    margin-top: 50px;
    width: 800px;;
    height: 150px;
    overflow: hidden;
}
#head #logo
{
    height: 40px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    /*color: #96c000;*/
    color: #32aadd;
}
#head #sub_title
{
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-style: italic;
    text-align: center;
    color: #aaa;
}
#head #nav
{
    font-size: 22px;
    text-align: center;
}
#head #nav ul
{
    margin: 20px 0px 20px 0px;
    padding: 0;
}
#head #nav ul li
{
    float: left;
    list-style-type: none;
    margin: 0px 10px 0px 10px;
    padding: 0px 25px 0px 25px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}


#main
{
    padding: 20px 0px 25px 0px;
    width: 800px;
    min-height: calc(100vh - 400px);
}
#main div
{
    margin: 10px 0px 22px 0px;
    font-size: 20px;
    text-align: justify;
    line-height: 30px;
}
#main #year
{
    height: 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
}
#main p
{
    margin: 20px 0px 10px 0px;
    font-size: 20px;
    text-align: justify;
    line-height: 29px;
    color: #320323;
}
#main h1
{
    line-height: 40px;
    font-size: 33px;
    font-weight: 450;
    color: #320323;
    text-align: left;
}
#main h1 a
{
    color: #320323;
}
#main h1 a:hover
{
    color: #32aadd;
    text-decoration: none;
}
#main h2
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    color: #999;
}
#main h3
{
    margin: 10px 0px 30px 0px;
    padding: 10px 0px 25px 0px;
    line-height: 26px;
    font-size: 18px;
    font-weight: normal;
    color: #320323;
    border-bottom: 1px #f1f1f1 solid;
}
#main #article h1
{
    min-height: 40px;
    line-height: 45px;
    font-size: 40px;
    font-weight: 500;
    color: #111;
    text-align: left;
}
#main #article h2
{
    height: 40px;
    color: #999;
}
#main #article #content h1
{
    margin: 55px 0px 0px 0px;
    line-height: 30px;
    font-size: 30px;
    font-weight: 500;
    color: #111;
}
#main #article #content h2
{
    margin: 40px 0px -10px 0px;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    color: #111;
}
#main #article #content img
{
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    border: 1px #320323 solid;
    border-radius: 5px;
    box-shadow: 2px 5px 5px 2px #320323;
}
#main #article #content img.unborder
{
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
#main #article #content div.code
{
    margin: 30px 0px 30px 0px;
    padding: 0;
    background: #fafafa;
    border: 1px #ccc solid;
    border-radius: 5px;
    overflow: scroll;
}
#main #article #content div.code div
{
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #555;
    white-space: nowrap;
}
#main #article #content div.code div.num
{
    float: left;
    width: 40px;
    margin: 0px 15px 0px 0px;
    padding: 0px 15px 0px 0px;
    text-align: right;
    background: #ccc;
}
#main #article #content span.cmd, cmd
{
    padding: 0px 10px 0px 10px;
    background: #f1f1f1;
    border: 1px #ccc solid;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
}
#main #article #content a
{
    color: #32aadd;
}


#foot
{
    padding-top: 10px;
    width: 800px;
    height: 90px;
    background: #fff;
    font-size: 16px;
    color: #999;
}
#foot div
{
    padding: 5px 10px 5px 10px;
}
#foot a
{
    color: #999;
}
#foot p
{
    text-align: center;
}


/* GLOBAL DEFAULTS */

a:link, a:visited
{
    color: #111;
    text-decoration: none;
}
a:hover, a:focus
{
    color: #32aadd;
    text-decoration: none;
}
a img
{
    margin: 0;
    padding: 0;
    border: 0;
}

div, form, p, ol, ul, li, dl
{
    margin: 0;
    padding: 0;
}

p
{
    line-height: 150%;
}

h1, h2, h3, h4, h5
{
    font-weight: bold;
    margin: 20px 0px 10px 0px;
}

hr
{
    margin: 0;
    padding: 0;
    border-top: 1px #ccc solid;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

sup
{
    float: right;
    margin: -6px 0px 0px 3px;
    font-size: 10px;
}
