/*
The Barn
Copyright (c) 2007 James Harris, Erin Houston

$Id: main.css 2124 2007-10-13 22:46:00Z kalin $
*/

body
{
    padding: 0;
    margin: 0;
    background: #e5e7d8;
    text-align: center;
    font-size: 10pt;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #404040;
}

div#container
{
   width: 1000px;
   margin: auto;
   text-align: left;
   background: url('../images/container-background.png');
}

div#header
{
    height: 100px;
    background: url('../images/header-background.png');
}

div.menu
{
    height: 30px;
    background: url('../images/menu-background.png');
    padding-left: 90px;
    padding-right: 90px;
}

div.menu ul.root-menu
{
    float: left;
    margin: 0;
    padding: 0;
    height: 30px;
    list-style-type: none;
}

div.menu ul.root-menu li.root-menu-item
{
    float: left;
    border-left: 1px solid #fbfbfb;
    border-right: 1px solid #e1e1e1;
    margin-right: 8px;
}

div.menu ul.sub-menu
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.menu ul.sub-menu li.sub-menu-item
{
    float: left;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 10pt;
}

div.menu span.sub-menu-title
{
    display: none;
}

div.menu span.sub-menu-caption
{
    display: none;
}

div.menu a
{
    display: block;
    line-height: 29px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    color: #50504e;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #fbfbfb;
}

div.menu a:hover
{
    background: url('../images/menu-hover-background.png');
    border-right-color: #eeefe8;
    color: #202020;
}

ul.messages
{
    font-weight: bold;
    font-size: 11pt;
    margin: 10px;
    padding: 0;
    padding-left: 20px;
}

ul.messages li.error
{
    color: #f03000;
}

ul.messages li.warning
{
    color: #e08000;
}

ul.messages li.info
{
    color: #89a116;
}

div#content
{
    margin: 0;
    padding: 5px;
    padding-left: 70px;
    padding-right: 70px;
    background: url('../images/content-background.png');
    background-repeat: no-repeat;
    min-height: 120px;
}

div#content h1,
div#content h2,
div#content h3
{
    margin: 10px;
    margin-top: 15px;
}

div#content h1
{
    font-size: 20pt;
    text-transform: capitalize;
    color: black;
}

div#content h2
{
    font-size: 14pt;
    border-bottom: 1px solid #d2d6ba;
    color: #303030;
}

div#content h3
{
    font-size: 11pt;
    color: #303030;
}

div#content p
{
    margin: 10px;
}

div#content a
{
    color: #89a116;
    text-decoration: none;
}

div#content a:hover
{
    color: #f03000;
}

div#content strong
{
    color: #181818;
}

div#content table
{
    width: 840px;
    margin-left: 10px;
    font-size: 9pt;
}

div#content table thead th
{
    border-bottom: 1px solid #d2d6ba;
    padding-bottom: 0px;
    color: #202020;
    text-align: left;
}

div#content table tbody tr.even
{
    background: #d2d5bc;
}

div#content table tbody tr.odd
{
    background: #dddfcc;
}

div#content table tbody tr.selected td
{
    background: #b8bc9c;
}

div#content table tbody tr.selected td a
{
    color: #687c0a;
}

div#content table tbody tr.selected td a:hover
{
    color: #f03000;
}

div#content div.article ul
{
    margin: 10px;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

div#content div.article ul li
{
    font-size: 8pt;
}

div#footer
{
    height: 90px;
    padding-top: 10px;
    background: url('../images/footer-background.png');
    padding-left: 70px;
    padding-right: 70px;
    text-align: right;
    font-size: 8pt;
    color: #606060;
}

div#footer strong
{
    color: #202020;
}

div#footer div#auth_info a
{
    font-weight: bold;
    color: #89a116;
    text-decoration: none;
}

div#footer div#auth_info a:hover
{
    color: #f03000;
}

div#footer div#copyright a
{
    color: #202020;
    text-decoration: none;
}

img.member-avatar
{
    margin-left: 10px;
    border: 1px solid #93ad18;
    display: block;
}
