/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


body {
    background: #000000;
    color: #363636;
}

h1, h2, h3 {
    color: #FFFFFF;
}

h1 {
    display: inline;
}

h2 {
}

h2 {
}

h3 {
}

h6 {
    color: #74870A;
    display: inline;
}

a {
    color: #74870B;
}

    a:hover {
        text-decoration: none;
        color: #74870B;
    }

/* Header */

#header {
    height: 140px;
    margin: 50px 0px 0px 0px;
    padding: 2em;
    background: url(images/img02.jpg) left top;
}

    #header p {
        color: #FFFFFF;
        text-align: right;
    }

/* Page */


/* Content */

#content {
    padding: 1em;
}

.post {
}

.post h2 {
    font-weight: normal;
    color: #FFFFFF;
    background: #74870B;
    /* height: 31px; */
    padding: 3px 3px 0px 3px;    
}

div#leftcontent {
    background: #FFF;
    border-radius: 10px;
    padding: 1px 0px 1px 0px;
}
/* Sidebar */

#sidebar {
    color: #A1A1A1;
}

    #sidebar ul {
        list-style: none;
        line-height: 2em;
        padding: 1em;
    }

    #sidebar li {
        background: #101010;
    }

        #sidebar li ul {
        }

        #sidebar li li {
            margin: 0;
            border: none;
            border-bottom: 1px solid #252726;
        }

    #sidebar h2 {
        margin: 0px;
        background: #0C0C0C;
        font-weight: normal;
        color: #FFFFFF;
        font-size: 18px;
    }

    #sidebar h3 {
        color: #110404;
    }

    #sidebar p {
        margin: 0;
        line-height: normal;
        color: #D4C792;
    }

    #sidebar a {
        border: none;
        text-decoration: none;
        color: #A1A1A1;
    }

        #sidebar a:hover {
            text-decoration: underline;
        }


/* Footer */

#footer {
    padding: 20px 5px 20px 5px;
    color: #FFFFFF;
    font-size: 13px;
}

    #footer span {
        display: block;
    }

    #footer p {
        margin: 0;
        text-align: center;
    }

    #footer a {
        text-decoration: underline;
    }

        #footer a:hover {
            text-decoration: none;
        }
