body { background-color: #fff; color: #333; }

body, ol, ul {
    background: url(/images/bg.gif) repeat-y top center #eaeaea;
    font: 90% Verdana, Tahoma, Arial, sans-serif;
    line-height: 18px;
    margin: 0 auto;
    padding: 0;
}

/* Main layout and header */
#wrap {
    background: #fff;
    color: #303030;
    margin: 0 auto;
    padding: 1px 5px;
    width: 760px;
}

#header {
    background: url(/images/beer_banner.jpg) no-repeat top right #fff;
    color: #505050;
    height: 150px;
    margin: 0 0 5px 0;
    padding: 0;
}

#header h1 {
    font-size: 2em;
    font-weight: 400;
    letter-spacing: -2px;
    margin: 0 0 4px 3px;
    padding: 15px 0 0;
}

#content h1 {
    font-size: 1.5em;    
}


#header h1 a,#header h1 a:hover {
    font-weight: 400;
    padding: 0;
}

#header p {
    font-size: 1.1em;
    margin: 0 0 20px 15px;
    padding: 0 0 0 3px;
}

/* Footer */
#footer {
        background: #fff;
        border-top: 2px solid #dadada;
        clear: both;
        color: gray;
        font-size: 0.7em;
        margin: 0 auto;
        padding: 8px 0;
        text-align: center;
        width: 760px;
}

#footer p {
        margin: 0;
        padding: 0;
}

#footer a {
        background: inherit;
        color: gray;
        font-weight: 400;
        text-decoration: none;
}

#footer a:hover {
        text-decoration: underline;
}


/* Left sidebar and menu */
#leftside {
    clear: left;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 150px;
    float: left;
    height: 400px;
}

#leftside ul.avmenu {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    width: 150px;
}

#leftside ul.avmenu li {
    display: inline;
    padding: 0;
    width: 150px;
}

#leftside ul.avmenu li a {
    background: url(/images/menubg.gif) repeat-x bottom left #f4f4f4;
    border-bottom: 1px solid #d8d8d8;
    border-left: 4px solid #ccc;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    color: #505050;
    float: left;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 5px 1px 5px 5px;
    text-decoration: none;
    width: 138px;
}

#leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current {
    background: url(/images/menubg2.gif) repeat-x bottom left #eaeaea;
    border-bottom: 1px solid #b0b0b0;
    border-left: 4px solid #505050;
    border-right: 1px solid #b0b0b0;
    border-top: 1px solid #b0b0b0;
    color: #505050;
}

#leftside ul.avmenu ul {
    font-size: 0.9em;
    margin: 0 0 0 15px;
    padding: 0 0 5px 0;
    width: 133px;
}

#leftside ul.avmenu ul a {
    padding: 3px 1px 3px 5px;
    width: 123px;
}

#leftside ul.avmenu ul ul {
    font-size: 1em;
    width: 120px;
}

#leftside ul.avmenu ul ul a {
    width: 108px;
}

#leftside h2 {
    font-size: 1.5em;
    font-weight: 400;
}

#leftside .announce {
    background: url(images/menubg.gif) repeat-x bottom left #f4f4f4;
    border-bottom: 1px solid #d8d8d8;
    border-left: 4px solid #ccc;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    clear: left;
    color: #505050;
    line-height: 1.3em;
    margin: 10px 0;
    padding: 5px 5px 5px;
    width: 134px;
}

#leftside p,.announce p {
    font-size: 0.9em;
}


#content {
    line-height: 1.5em;
    margin: 10px 10px 10px 10px;
    padding: 0;
    text-align: left;
    float: left;
    width: 575px;
    
}

#contentwide {
    line-height: 1.5em;
    margin: 10px 0 10px 10px;
    padding: 0;
    text-align: left;
}

#content h2,#contentwide h2 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 8px 0 10px;
    padding: 0;
}

#content h3,#contentwide h3 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 6px 0;
    padding: 0;
}

#content h4,#contentwide h4 {
    font-weight: bold;
    margin: 3px 0;
    padding: 0;
}

#content img,#contentwide img {
    background: #ccc;
    border: 4px solid #f0f0f0;
    color: #303030;
    display: inline;
    padding: 1px;
    margin: 0 10px 5px 0;
}

#content ul,#content ol,#contentwide ul,#contentwide ol {
    margin: 0 0 16px 20px;
    padding: 0;
}

#content ul ul,#content ol ol,#contentwide ul ul,#contentwide ol ol {
    margin: 2px 0 2px 20px;
}

#content li,#contentwide li {
    margin: 0 0 2px 10px;
    padding: 0 0 0 4px;
}



pre {
    background-color: #eee;
    padding: 10px;
    font-size: 11px;
}

.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
}

#errorExplanation {
    width: 400px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}

div.uploadStatus {
    margin: 5px;
}

div.progressBar {
    margin: 5px;
}

div.progressBar div.border {
    background-color: #fff;
    border: 1px solid gray;
    width: 100%;
}

div.progressBar div.background {
    background-color: #333;
    height: 18px;
    width: 0%;
}

a {
    background: inherit;
    color: #286ea0;
    text-decoration: none;
    font-weight: 700;
    padding: 0px;
}

.highlight {
    color: #286ea0;
}

.entry {
    font-size: 10px;
}

a:hover {
    background: inherit;
    color: #286ea0;
    text-decoration: underline;
}

a img {
    border: 0;
}

p {
    margin: 0 0 16px;
}

form {
    background: #eaeaea;
    border: solid black 1px;
    padding: 5px;
}
