/* 
    Document   : blog
    Created on : 13.10.2009, 22:31:07
    Author     : Arbeiten
    Description:
        Stylesheet for blog posts
*/

#blogpost {
    font-size: 1.1em;
    text-align: justify;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

#blogpost h1 {
    text-align: left;
    margin-bottom: 0px;
}

#blogpost h1 a:hover, #blogpost h2 a:hover, #blogpost h3 a:hover, #blogpost h4 a:hover, #blogpost h5 a:hover {
    color: #CC0033;
}

#blogpost h1 a {
    color: black;
}

#blogpost hr#endofarticletext {
    color: #EEEEEE;
    border: 1.0px solid;
    display: block;
    text-align: center;
    /*width: 500px;*/
}

#blogpost hr#endofpost {
    color: #CC0033;
    border: 1.0px solid;
    display: block;
    text-align: center;
    margin-bottom: 2em;
    background-color: #CC0033;
}

#blogpost h4 {
    font-size: 1.2em;
}