@import "reset.css";

body {
    background: url('images/background.png');
}

#wrapper {
    width: 850px;
    margin: 40px auto;
    background: url('images/bg.jpg');
    padding: 25px;
}

#top_image {
    margin: 0 0 20px 0;
}

h1#header a {
    display: block;
    width: 718px;
    height: 89px;
    text-indent: -10000px;
    background: url('images/header.png');
    margin: auto;
}

#description {
    display: none;
}

#content {
    background: url('images/hr.png') top left repeat-x;
    margin: 5px 0 0 0;
    padding: 25px 0 0 0;
}

#sidebar {
    width: 225px;
    float: left;
}

#right {
    width: 625px;
    float: right;
}

    #sidebar .widget {
        margin: 0 0 20px 0;
    }

    #sidebar .widget h4 {
        font-family: Arial;
        font-size: 20px;
        color: #9F3818;
        margin: 0 0 10px 0;
    }

    #sidebar .widget ul li {
        font-family: Georgia;
        list-style-type: decimal;
        margin: 4px 0 0 20px;
        font-size: 14px;
        color: #333333;
    }

        #sidebar .textwidget p {
            font-family: Georgia;
            font-size: 11px;
            margin: 0 0 5px 0;
            width: 190px;
        }

        .menuLink {
            font-family: Georgia;
            margin: -15px 0 20px 0;
            font-size: 14px;
            display: block;
            color: #333333;
            font-weight: bold;
        }

        #sidebar .widget ul li a, .menuLink a {
            color: #333333;
            text-decoration: none;
        }

        #sidebar .widget ul li a:hover, .menuLink a:hover {
            text-decoration: underline;
        }

    #mainLinks li {
        font-weight: bold;
    }
    
        #mainLinks li ul li {
            font-weight: normal;
        }
    
#right .post {
    margin: 0 0 25px 0;
}
    #right a {
        text-decoration: none;
        color: #333333;
    }
        #right a:hover {
            text-decoration: underline;
        }

    #right .post h2, #right .article h2, .notice {
        font-family: Arial;
        font-size: 22px;
        color: #FFFFFF;
        background: #333333;
        padding: 1px 5px;
        margin: 0 0 10px 0;
    }

    #right h2 a {
        color: #FFFFFF;
        text-decoration: none;
    }

        #right h2 a:hover {
            text-decoration: underline;
        }

    #right .post p {
        font-family: Arial;
        font-size: 13px;
        margin: 10px 0;
    }

    #right .post .info {
        font-family: Arial;
        font-size: 11px;
        margin: 10px 0;

    }

    #right .article {
        width: 200px;
        height: 320px;
        float: left;
        margin: 0 12px 15px 0;
    }

    #right .odd {
        margin-right: 0;
    }

    #right .article img {
        width: 200px;
        margin: 0 0 10px 0;
        border: 0;
    }

    #right em {
        font-style: italic;
    }

#hr  {
    background: url('images/hr.png') center  repeat-x;
    margin: 15px 0 0 0;
    padding: 10px 0 25px 0;
    height: 6px;
    clear: both;
}

#footer {
    clear: both;
    background: url('images/footer.png') top center no-repeat;
    height: 41px;
    text-align: center;
    padding: 18px 0 0 0;
    font-family: Arial;
    font-size: 12px;
    color: #DBA753;
}

.alignright {
    float: right;
    margin: 0 0 5px 5px;
}

.alignleft {
    float: left;
    margin: 5px 0 5px 0;
}

.noticse {
    padding: 10px;
    margin: 0 0 10px 0;
    background: #DBA753;
    color: #9F3818;
    font-size: 12px;
}

#pages {
    padding: 20px 0 0 0;
    font-size: 13px;
    clear: both;
}

    #pages #prev {
        float: right;
    }

    #pages #next {
        float: left;
    }
