﻿/*

        style.css
        
        Contains the site's main styling information.

*/

@import "reset.css";

html, body {
    background-color: #fff;
    height: 100%;
    font: 14px Helvetica, Arial, sans-serif;
    color: #678;
}

h1 {
    margin: 16px 0;
    font-size: 24px;
    color: #456;
}

h2 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: red;
}

p {
    margin: 0 0 1em;
    line-height: 1.5;
}

.bigtitle {
    margin: 0 0 30px 0;
    padding: 30px 10px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    display: block;
    text-align: justify;
}

.publications {
    font-size: 10px;
}

a, a:visited {
    color: #678;
}

a:hover {
    color: #333;
}



/* General layout styling */

#site-wrapper {
    min-height: 100%;
    position: relative;
}

#wrapper-banner {
    padding: 8px 0 0 0;
    width: 100%;
    height: 142px;
    background: url('../img/banner-bg.gif') 0 0 repeat-x;
}

#banner {
    margin: 0 auto;
    width: 960px;
    height: 142px;
    background: url('../img/logo.gif') 0 0 no-repeat;
    position: relative;
}

#contact-info {
    width: 100%;
    height: 20px;
    background: url('../img/contact-tab-right.gif') 100% 0 no-repeat;
    text-align: right;
}

#contact-info span {
    margin: 0 5px 0 0;
    padding: 3px 3px 3px 8px;
    height: 14px;
    background: url('../img/contact-tab-left.gif') 0 0 no-repeat;
    display: block;
    float: right;
    font: 9px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
}

#contact-info a, #contact-info a:visited {
    color: #fff;
}

#contact-info a:hover {
    color: #ccc;
}

#wrapper-content {
    margin: 0 auto;
    padding: 0 0 200px;
    width: 960px;
}

#content {
    margin: 0 auto;
    width: 960px;
}

#wrapper-footer {
    padding: 10px 0;
    width: 100%;
    height: 180px;
    background: #f0f0f0 url('../img/footer-bg.gif') 0 0 repeat-x;
    position: absolute;
    bottom: 0;
}

#footer {
    margin: 0 auto;
    width: 960px;
    font-size: 12px;
}

#sitemap, #partners {
    padding: 0 10px;
    width: 299px;
    float: left;
    border-right: 1px solid #dadada;
}

#copyright {
    padding: 0 10px;
    width: 300px;
    float: left;
}

.spacer {
    clear: both;
}



/* -- Main Menu Styling -- */

#menu {
    position: absolute;
    right: 0;
    bottom: 1px;
    font: 12px Helvetica, Arial, sans-serif;
}

#menu ul {
    float: right;
}

#menu li {
    display: inline;
}

#menu a {
    padding: 0 0 0 5px;
    float: left;
    background: url('../img/tab-left.png') 0 -30px no-repeat;
    color: #333;
    text-decoration: none;
}

#menu span {
    padding: 0 15px 0 5px;
    float: left;
    display: block;
    background: url('../img/tab-right.png') 100% -30px no-repeat;
    height: 30px;
    line-height: 30px;
}

#menu a:visited {
    color: #333;
    text-decoration: none;
}

#menu a:hover {
    background-position: 0 0;
    color: #fff;
}

#menu a:hover span {
    background-position: 100% 0;
}

#menu a.current {
    background-position: 0 0;
    color: #fff;
}

#menu a.current span {
    background-position: 100% 0;
}



/* Admin page list styling */

form#pagelist {
    margin: 0 0 2em 0;
}

form#pagelist input.button {
    margin: 0 5px 0 0;
}

table#pagelist td, table#pagelist th {
    padding: 5px;
}

table#pagelist th {
    background-color: #e6e6e6;
    border-bottom: 1px solid #000;
    text-align: center;
    font-weight: bold;
}

table#pagelist td.option {
    text-align: center;
}



/* -- Form Styling -- */

form#pagedetails li {
    margin: 0 0 15px;
}

form#pagedetails input {
    font-size: 20px;
}

#login {
    margin: 50px auto;
    width: 300px;
}

form#loginform li {
    margin: 0 0 15px;
}

form#loginform input {
    font-size: 20px;
    width: 300px;
    margin: 3px 0 0;
}

form#loginform input.button {
    width: 100px;
}

form#loginform label.remember {
    float: left;
}

form#loginform input.check {
    float: left;
    width: 15px;
    margin: 0 5px 0 0;
}

span.errmsg {
    margin: 0 0 0 10px;
    color: #ff0000;
    font-size: 12px;
    font-weight: 700;
}



/* -- Footer list styling -- */

#footer li {
    line-height: 1.5;
}



/* -- Inline list styling -- */

ul.infolist {
    margin: 0 0 1em;
}

ul.infolist li {
    margin: 0 0 0 40px;
    list-style: disc;
    line-height: 1.5;
}



/* -- Portrait image styling -- */

.portrait-left {
    margin: 5px;
    padding: 1px;
    border: 5px solid #eee;
    float: left;
}

.portrait-right {
    margin: 5px;
    padding: 1px;
    border: 5px solid #eee;
    float: right;
}



/* -- Equipment List Table -- */

table#equipment {
    margin: 0 0 1em;
}

table#equipment td {
    padding: 5px;
    border-right: 1px #fff solid;
}

table#equipment thead {
    font-weight: 700;
    color: #039;
    text-align: center;
}

table#equipment tbody td {
    font-size: 12px;
    vertical-align: top;
}

.odd {
    background-color: #eff2ff;
}

.even {
    background-color: #e8edff;
}

.odd-head {
    background-color: #dce4ff;
    border-bottom: 1px #a8bcff solid;
}

.even-head {
    background-color: #d0dafd;
    border-bottom: 1px #a8bcff solid;
}
