/** normalize all **/
html, body, form, div, p, h1, h2, h3, h4
{
    padding: 0px;
    margin: 0px;
}

body
{
    font-family: Arial,Helvetica,Lucida Sans Unicode,Sans-serif;
    font-size: 16px;
    text-align: center;
}

#header
{
    text-align: left;
}

#content
{
    text-align: left;
}

h1, h2, h3, h4
{
    color: #2970C7;
}

img
{
    border: none;
}

#all, #header
{
    width:570px;
    margin-left: auto;
    margin-right: auto;
}

#header_container
{
    height: 50px;
    background-color: #DDDDDD;
    background-bottom: 1px solid #DDDDDD;
}

#header h1
{
    display:block;
    padding-top: 5px;
    color: #222222;
}

#all h1
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 140%;
}
#all h1 a
{
    text-decoration: none;
}


.clear
{
    clear: both;
}

#content
{
    padding-top: 10px;
}

/** article css **/
h2
{
    font-size: 110%;
    text-align: right;
    width: 100%;
    font-weight: normal;
    color: #999999;
}

.article h3, h3
{
    float: left;
    font-size: 100%;
    font-weight: normal;
    color: #AAAAAA;
}
.article h4
{
    float: right;
    font-size: 100%;
    display: block;
}
.articleheader h4 a
{
    text-decoration: none;
}
.articleheader h4 a:hover
{
    border-bottom: 1px dotted #2970C7;
}
.articleheader
{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

div.article
{
    padding-bottom: 30px;
    border-top: 1px solid #2970C7;
}

div.articleinner
{

}

q
{
    display:block;
    font-style:normal;
    padding-left:40px;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

p.articlefooter
{
    padding-top: 10px;
    text-align: right;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 7px;
}

.articlefooter a
{
    font-weight: bold;
}


/** comments **/
.comments li
{
    font-style:normal;
    font-weight: bold;
    font-size: 100%;
    clear: left;
    padding: 5px 10px 3px;
    margin: 15px 0pt 3px
}

div.commentsnot
{
    clear: left;
    float: left;
    width: 50px;
    overflow: hidden;
}

.comments li.odd
{
    background-color: #DDDDDD;
}

.comments cite, .comments cite a
{
    font-style:normal;
    font-weight:bold;
    font-size: 100%;
}

.comments p
{
    font-weight:normal;
    padding-top: 5px;
}

/** form field comments **/
#form
{
    display: none;
}


a
{
    color: #2970C7;
    text-decoration: none;
}

a:hover
{
     border-bottom: 1px dotted #2970C7;
}

#commentform
{
    clear: left;
    padding-top: 10px;
    font-size: 100%;
}

#commentform input, #loginform input, #editform input, #editform select
{
    margin-bottom: 5px;
    vertical-align: top;
}

#editform input, #editform select
{
    width: 100%;
    text-align: left;
}

#editform input[type=submit]
{
    text-align: center;
}

#editform textarea
{
    width: 100%;
    height: 250px;
}


#commentform textarea
{
    width: 100%;
    height: 120px;
}

#commentform input[type=submit]
{
    margin-top: 5px;
    display: block;
    margin-left:auto;
}

#loginform span
{
    width: 80px;
    display: block;
    float: left;
}

/** code tag **/
.prettyprint
{
    overflow: auto;
    padding: 5px;
    background-color: #EEEEEE;
}

#header_container h1 a
{
    color: #222222;
    text-decoration: none;
}

#header_container h1 a:hover
{
    text-decoration: none;
    border: none;
}

.invalid
{
    display: none;
}

.invalidshow
{
    display: inline;
    color: #cc0000;
}

#preview
{
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
    width: 100%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

