/*
 * style.css: default style sheet
 */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Default Styles
 *
 */

/* Default document settings */
body {
    margin: 0px;
    background: rgb(232,245,230);
    color: black;
    font-size: 12px;
    font-family: verdana, helvetica, sans;
    text-align: center; /* IE center page hack */
}

/* Header formats */
h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(98,124,91);
    font-family: 'Trebuchet MS', verdana, helvetica, sans-serif;
    font-size: 22px; 
    font-weight: bold;
}
h2 {
    margin-top: 15px;
    margin-bottom: 6px;
    color: rgb(98,124,91);
    font-family: 'Trebuchet MS', verdana, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: 'Trebuchet MS', verdana, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

/* Separator style */
hr {
    width: 100%;
    height: 1px;
    margin-top: 40px; 
    border-top: none;
    border-bottom: 1px solid rgb(98,124,91);
    color: rgb(98,124,91);
}

/* Paragraph style */
p {
    margin-top: 0px;
    margin-bottom: 12px;
}

/* Link styles */
a {
    font-weight: bold;
    text-decoration: none;
}
a:link {
    color: rgb(98,124,91);
}
a:visited,
a:active {
    color: rgb(144,172,137);
}
a:hover {
    text-decoration: underline;
}
a img {
    border-style: none;
}

/* Image style */
img {
    vertical-align: middle;
}

/* List styles */
ul,
ol, 
dl {
    margin-top: 12px;
    margin-bottom: 12px;
}
dt {
    margin-top: 9px; 
    margin-bottom: 0px;
    margin-left: 25px;
}
dd {
    font-size: smaller;
    margin-left: 25px; 
    margin-top: 4px; 
    margin-bottom: 12px;
}
li {
    margin-top: 6px;
    margin-bottom: 6px;
}

/* Quote styles */
blockquote {
    margin: 12px 40px 12px 40px;
}
blockquote cite {
    display: block;
    text-align: right;
    font-style: italic;
}

/* Table style */
table {
    width: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    border-collapse: collapse;
    padding: 0px;
    font-size: 12px;
    font-family: verdana, helvetica;
}
tr {
    margin: 0px;
    border: none;
    padding: 0px;
}
th {
    margin: 0px;
    border: none;
    padding: 0px; 
    vertical-align: top; 
    text-align: left; 
}
td {
    margin: 0px;
    border: none;
    padding: 0px; 
    vertical-align: top; 
}

/* Form style */
button {
    margin-top: 8px;
    margin-bottom: 8px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
}
input,
textarea,
select {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
input,
textarea {
    font-size: 12px;
    font-family: monospace;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Layout Styles
 *
 */

/* Main style */
.layout-root {
    width: 770px;
    margin-left: auto; 
    margin-right: auto;
    text-align: left; /* IE center page hack */
    background: url(../images/backgrounds/background.jpg) repeat-y;
}

/* Header style */
.layout-header {
    width: 770px;
    height: 230px;
    background: url(../images/backgrounds/header.jpg) no-repeat;
}
.layout-header h1 {
    height: 55px;
    margin: 0px;
    padding-top: 85px;
    padding-bottom: 66px;
    text-align: center;
    font-size: 44px;
    color: white;
}
.layout-header h1 a:link,
.layout-header h1 a:visited,
.layout-header h1 a:active,
.layout-header h1 a:hover {
    color: white;
    text-decoration: none;
}

/* Menu style */
.layout-menu {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    letter-spacing: 2px;
}
.layout-menu a {
    padding-top: 0px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
}
.layout-menu a:link,
.layout-menu a:active,
.layout-menu a:visited {
    color: black;
}
.layout-menu a:hover,
.layout-menu a.selected:hover {
    background: rgb(136,193,120);
    color: white;
    text-decoration: none;
}
.layout-menu a.selected {
    background: rgb(51, 70, 46);
}
.layout-menu a.selected:link,
.layout-menu a.selected:active,
.layout-menu a.selected:visited {
    color: white;
}
.layout-menu-submenu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    border: 1px solid rgb(98,124,91);
    border-radius: 6px 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 2px 4px 2px 4px;
    background: rgb(232,245,230);
    display: none;
}
.layout-menu-submenu a {
    display: block;
    font-size: 12px;
    letter-spacing: 0px;
}

/* Center style */
.layout-center {
    width: 770px;
}
.layout-center-content {
    float: left;
    width: 530px;
    margin: 10px 0px 10px 20px;
}
.layout-center-content img {
    margin: 10px;
}
.layout-center-content hr {
    width: 66%;
    margin-top: 10px; 
    border-top: 10px;
}
.layout-center-content table {
    margin-top: 10px;
    margin-bottom: 10px;
}
.layout-center-content th,
.layout-center-content td {
    padding: 3px 6px 3px 6px;
}
.layout-center-content table hr {
    width: 100%;
    text-align: left;
}
.layout-center-sidebar {
    float: right;
    width: 170px;
    margin-top: 10px;
    margin-right: 20px;
}

/* Footer style */
.layout-footer {
    width: 770px;
    clear: both;
    background: url(../images/backgrounds/footer.jpg) no-repeat bottom left;
}
.layout-footer-text {
    width: 530px;
    padding: 0px 0px 28px 20px;
    font-size: smaller;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Other Styles
 *
 */

/* Admin style */
.admin {
    padding: 3px;
    background: rgb(240,240,240);
    color: rgb(90,90,90);
    font-weight: normal;
    font-size: smaller;
}

/* Box style */
.box,
td.box {
    margin: 10px;
    border: 1px solid rgb(98,124,91);
    padding-top: 3px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgb(248,255,245);
}
.box h2 {
    margin-top: 10px;
}
.box p {
    margin-top: 0px;
    margin-bottom: 3px;
}
div.box img {
    margin: 6px;
}
.box pre {
    font-weight: bold;
    color: #335533;
}

/* Figure style */
.figure {
    text-align: center;
    margin: 10px;
}
.figure img {
    margin: 0px;
}

/* Directory style */
.directory {
    margin-bottom: 20px;
}
.directory h3 {
    margin: 0px; 
    margin-top: 1em;
    font-size: 11pt;
}
.directory p {
    margin: 0px;
}
.directory div {
    display: none; 
    margin: 0px; 
    margin-left: 16px;
}
.directory img {
    vertical-align: text-top;
    margin: 1px;
}

/* Location style */
.location {
    margin-top: 0px;
    font-weight: bolder;
    font-size: smaller;
    color: rgb(200,200,200);
}

/* Pager style */
.pager {
    font-weight: bold;
    text-align: center;
}
