*
{
        margin: 0;
        padding: 0;
}

html
{
        color: #333;
        background-color: #f9f9f9;
        font: normal 90%/1.3 "Lucida Grande",  Sans-Serif, Verdana, "Trebuchet MS",;
}

/* Links */

a
{
        font-weight: normal;
        text-decoration: none;

<!--         border-bottom: 1px dotted transparent; -->

}

a:link
{
        color: #5b6526;
        border-bottom-color: #5b6526;
}

a:visited
{
        color: #8e9859;
        border-bottom-color: #8e9859;
}

a:hover
{
        color: #000000;
        border-bottom-color: #000000;
}



/* Headings */

h1, h2, h3, h4, h5
{
        color: #26655b;
        margin: 10px 0 10px;
        font-weight: normal;
        text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
        font-weight: normal;
        border-bottom-width: 0;
}

h1
{
        font-size: 1.4em;
}

h2
{
        font-size: 1.2em;
}

h3
{
        font-size: 1.0em;
        font-weight: bold;
}

h3 a
{
        font-weight: bold;
}

h4, h5
{
        font-size: 1.0em;
}

h6
{
        font-size: 1.0em;
        text-transform: normal;
        font-weight: normal;
        margin: 0 0 0 10px;
}

/* Lists */

ul, ol
{
        line-height: 1.7em;
}

ul
{
        margin: 25px 0px;
        list-style-type: square;
}

ol
{
        margin: 25px 40px;
}

/* Other HTML Elements */

p
{
        margin: 10px 0;
}

abbr, acronym, cite
{
        color: #777;
        cursor: help;
        font-style: normal;
        border-bottom: 1px solid #777;
}

/* Structure */

body
{
        width: 800px;
        margin: 0px auto;
}

#navigation
{
        float: left;
        width: 100%;
}

#header
{
        clear: both;
        padding: 10px 0;
        background-color: #fff;
}

#wrapper
{
        float: left;
        width: 100%;
        padding: 10px 0 0px;
}

#content
{
        width: 75%;
        float: left;
        text-align: justify
}

#sidebar
{
        width: 25%;
        float: left;
}

#footer
{
        clear: both;
        padding: 6px 0;
        font-size: 0.8em;
        text-align: right;
        background-color: #e8ecd8;
        margin: 0px 0 0 0px;
}

/* Navigation */

#navigation ul
{
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
        list-style-type: none;
        background-color: #e8ecd8;
        border-top: 10px solid #5b6526;
}

#navigation li
{
        float: left;
}

#navigation a
{
        float: left;
        display: block;
        padding: 5px 10px;
        margin-top: -10px;
        font-weight: normal;
        border-bottom-width: 0;
        text-transform: uppercase;
        border-top: 10px solid #5b6526;
}

#navigation a:hover,
#navigation a:active
{
        border-top-color: #8e9859;
}

#navigation li.active a
{
        background-color: #fff;
        border-top-color: #9fa96a;
}

/* Header */

#header h1
{
        margin: 0;
        padding: 0 10px 10px;
}

#header h2
{
        margin: 0;
        padding: 0 10px;
        font-size: 1.0em;
}

/* Content */

.post
{
        margin: 10px 0px 0 0px;
        padding: 0 0px 0 0px;
        font-size: 1.0em;
}



.post-footer
{
        color: #888;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 10px solid #e8ecd8;
}

.post-footer a
{
        border-bottom-width: 0;
}

.post-footer a:link
{
        color: #8e9859;
}

.post-footer a:hover,
.post-footer a:active
{
        color: #555;
}

.last .post-footer
{

        margin-bottom: 0px;
        border-bottom-width: 0;
}

/* Sidebar */

.block
{
        padding: 0 0px 0 10px;
        margin: 0 0px 20px 13px;
        border-bottom: 10px solid #e8ecd8;
}

.block_1
{
        padding: 0 5px 0 10px;
        margin: 0 5px 20px 13px;
}

.block h2
{
        margin-left: 0;
        margin-bottom: 5px;
}

.block ul
{
        margin-top: 0;
        margin-left: 20px;
        margin: 10px 0 25px 15px;
}

.block li.active
{
        background-color: #ffffff;
        font-weight: normal;
        margin-right: 0px;
}



#about_us p
{
        font-size: 0.8em;
}

/* Footer */

#footer a:link
{
        color: #8e9859;
}

#footer a:hover, #footer a:active
{
        color: #5b6526;
}
