
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    background: #F3F2ED url(images/img04.jpg) repeat-x left top;
    color: #464646;
}

h1, h2, h3 {
    color: #874d1b;
}

h1 {
    color: #ffeabf;
    display: inline;
}

h2 {
}

h3 {
}

h6 {
    color: #fbd68d;
    display: inline;
}


a {
    color: #D99821;
}

    a:hover {
        text-decoration: none;
    }

/* Header */


#header {
    margin: 50px 0px 0px 0px;
    padding: 2em;
    height: 140px;
}

/* Page */

#page {
    margin: 0px auto;
    background: #FFFFFF url(images/img06.jpg) repeat-y left 20px;
}

#page-bgtop {
    width: 920px;
    margin: 0px auto;
    padding: 40px 40px 0px 40px;
    background: url(images/img05.jpg) no-repeat left top;
}


/** LOGO */


#header p {
    text-align: right;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #FFFFFF;
}


#header a {
    text-decoration: none;
    color: #FFFFFF;
}


/* Content */

#content {
    margin: -10px 0px 0px 0px;
    background: #FFF;
}

/* Post */

.post {
}

/* Sidebar */

#sidebar {
    line-height: 2em;

}

    #sidebar ul {
        list-style: none;
            padding: 0px;
            margin:0px;
    
    }

    #sidebar li {
        padding-left:1em;
    }

        #sidebar li ul {
            border-left: 10px solid #E0E0E0;
        }

        #sidebar li li {
            border-bottom: 1px solid #E0E0E0;
        }

            #sidebar li li a {
                font-weight: normal;
            }

                #sidebar li li a:hover {
                    color: #666666;
                }


    #sidebar h2 {
        height: 30px;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: normal;
    }



    #sidebar a {
        text-decoration: none;
        font-weight: bold;
        color: #666666;
    }


/* Footer */

#footer {
    min-height: 100px;
    border-top: 1px solid #E0E0E0;
    font-size: 12px;
    line-height: 2em;
}

#footer-bgcontent {
}

#footer p {
    margin: 0;
    text-align: center;
    color: #696969;
}

#footer span {
    display: block;
}

#footer a {
    color: #696969;
}

    #footer a:hover {
        color: #D99821;
    }
