html { height: 100%; }

body
{
    margin: 0px;
    padding: 0px;
    background: url(/images/background.jpg);
    background-position: center;
    background-repeat: repeat-y;
    font-size: small;
    color: #8b256f;
    height: 100%;
    font-family: Arial, sans-serif;
}

#center 
{
    width: 948px;
    margin: auto;
    position: relative;
    min-height: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 0px 350px;
}

#banner
{
    left: 0px;
    width: 948px;
}

#menu
{
    position: absolute;
    width: 150px;
    padding: 5px;
    top: 300px;
    left: 0px;
}

#menu a
{
    display: block;
    border-top: 2px dotted #8b256f;
    height: 3em;
    color: #8b256f;
    text-decoration: none;
    line-height: 3em;
    vertical-align: middle;
}

#menu .green a, #menu a.selected
{
    color: #009a32;
}

#menu a:last-child
{
    border-bottom: 2px dotted #8b256f;
}

#menu .green a:last-child
{
    border-bottom: 0px;
}

#menu div.empty
{
    height: 3em;
    border: 0px;
    border-top: 2px dotted #8b256f;
    margin: 0px;
    padding: 0px;
}

#content
{
    margin: -60px 0px 15px 180px;
    width: 758px;
    padding: 5px;
    min-height: 600px;
}


#content h1
{
    color: #e5eaca;
    font-size: 43pt;
    font-weight: normal;
    margin: 45px 100px 0px 80px;
}

#content .month
{
    margin-left: 60px;
    margin-top: 20px;
    color: #8b256f;
    font-weight: bold;
}

#content .article
{
    margin-left: 100px;
    margin-bottom: 20px;
    margin-right: 160px;
}

#content .article h2
{
    margin-top: 5px;
    margin-left: 0px;
}

#content .article h2, .article h2 a
{
    font-family: Arial;
    font-size: normal;
    color: #84a00c;
    text-decoration: none;
    margin-left: -20px;
    font-weight: normal;
    text-transform: uppercase;
}

#content .article p
{
    margin: 10px 0px 10px 30px;
    padding: 0px;
    text-align: left;
}
.read-more
{
    display: block;
   color: #8b256f;
   text-align: right;
}

#agenda
{
    text-align: right;
    color: #8b256f;
    position: absolute;
    margin: 0px;
    top: 200px;
    right: 15px;
}

#agenda .date
{
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}

#agenda .date .month
{
    font-size: small;
    font-weight: bold;
}

#agenda .date .year
{
    font-size: x-large;
}

#agenda .article
{
    border-top: 1px dashed #8b256f;
    width: 80px;
    display: block;
    text-align: right;
    margin: 0px;
    margin-top: 20px;
}

#agenda .article .day
{
    padding-top: 10px;
    font-weight: bold;
}

#agenda .article a
{
    color: #8b256f;
    text-decoration: none;
    margin: 0px;
    font-family: Arial;
}

#pages
{
    margin-top: 0px;
    margin-left: 200px;
    width: 400px;
    font-size: small
}

#pages span
{
    color: #839c00;
}

#pages span.separator
{
    padding:10px;
}

#pages span a
{
    color: #839c00;
    text-decoration: none;
}

#pages span.active a
{
    color: #8b256f;
}

#categories
{
    text-align: right;
    position: absolute;
    margin: 0px;
    top: 30px;
    right: 15px;
    border-top: 1px dotted white;
}

#categories a, #categories span
{
    color: white;
    display: block;
    text-decoration: none;
    border-bottom: 1px dotted white;
    padding: 5px;
}

#categories a.selected 
{
    color: #f1e300;
}

#categories span li, #categories span li a
{
    display: inline;
    border-bottom: 0px;
    margin: 0px;
    padding: 0px;
}

#archive_link
{
    color: #8b256f;
    text-align: right;
    display: block;
    margin-right: 160px;
}

#welcome
{
    font-size: x-large;
    margin: 40px 140px 20px 30px;
}

#welcome span
{
    font-size: x-large;
    font-weight: bold;
}  

h1.home
{
    font-size: xx-large !important;
    clear: both;
    margin-top: 30px;	
}

table
{
    margin-left: 30px;
}

th
{
    text-align: left;
}

#pub
{
   margin-left: 30px;
   margin-right: 140px;
}

#pub img
{
   float: left;
   margin-right: 10px;
}
