/* Tags */
body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    background: url("/static/img/bg.png");
    padding: 20px;
}
body.mceContentBody {
    background: none;
}

a:focus {
    visibility: visible;
    color: #00f;
    background: #fff;
    outline: 2px dotted #00f;
    text-decoration: underline;
}

/* Classes */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }

a.skip:hover { background: #fff }

.catalog .catalog-category {
    color: #7eb132;
}

.catalog .detail dt {
    color: #7eb132;
}
.schedule th {
    color: #7eb132;
}

/* IDs */
#layout {
    position: relative;
    min-width: 924px;
    max-width: 80em;
    margin: 0 auto;
}

#page-margins {
    color: #000;
    background: #fff;
    padding: 2px;
    border: 4px solid #5b5b5b;
}

#header {
    height: 97px;
    background: #7eb132 url("/static/img/header.png") no-repeat;
    position: relative;
}
#header #logo {
    position: absolute;
    top: 35px;
    left: 50px;
    width: 270px;
    height: 60px;
}
#header #logo:focus {
    background: transparent;
}
#header #logo img {
    display: none;
}

#topnav {
    position: absolute;
    top: 10px;
    right: 10px;
}
#topnav a {
    color: #7eb132;
}
#topnav a:hover,
#topnav a:focus {
    color: inherit;
}

#sitenav {
    color: #555;
    background: #fff;
    padding: 15px 0;
    text-transform: uppercase;
}
#sitenav td {
    padding: 0 15px;
}
#sitenav a {
    color: #555;
    text-decoration: none;
}
#sitenav a:hover {
    text-decoration: underline;
}

#sitenav #sitesearch {
    float: right;
    font-size: 75%;
    margin: -.33ex 5px 0 0;
}
#sitenav #sitesearch input {
    vertical-align: middle;
}
#sitenav #sitesearch input.blurredSearch {
    color: #888;
}
#sitenav #sitesearch input.focusedSearch {
    color: #000;
}
#sitenav #sitesearch input.blurredSearch,
#sitenav #sitesearch input.focusedSearch {
    border: 1px solid #888;
    padding-right: 16px;
    background: #fff url("/static/img/search.gif") center right no-repeat;
}

#body {
    clear: both;
}

#localnav-margins {
    color: #555;
    border-right: 3px solid #888;
    background: #bbb url("/static/img/bg-light.png");
    margin: 0 80% 0 0;
}
#stupid-ie {
    width: 100%;
    height: 37px;
    background: #5f872e url("/static/img/book-girl.png") top center no-repeat;
}
#stupid-ie h1 {
    visibility: hidden;
}
#localnav {
    padding: 10px 20px;
    font-size: 75%;
    font-weight: bold;
    text-transform: uppercase;
}
#localnav a {
    color: #555;
    text-decoration: none;
}
#localnav a:hover {
    text-decoration: underline;
}
#localnav ul {
    margin-left: 8px;
    list-style-image: none;
}
#localnav ul ul {
    margin: .5ex 0 .5ex 15px;
}
#localnav li {
    margin-bottom: 1ex;
}
#localnav li.active {
    color: #fff;
    list-style-image: url("/static/img/navarrow.gif");
}

#content-margins {
    float: right;
    width: 80%;
    background: #fff url("/static/img/shadow.png") repeat-x;
}

#content {
    padding: 10px 30px 20px 30px;
}
#content h1 {
    color: #555;
    background: bottom left url("/static/img/h1.png") no-repeat;
}

.mceContentBody h2, #content h2, .mceContentBody h3 {
    padding: 10px 0;
}

#content h2 {
    color: #92d343;
}

#content h3 {
    color: #92d343;
}

#landing {
    color: #000;
    background: #fff;
}
#landing-ribbon {
    height: 240px;
    margin-left: 30px;
    background: #c6c6be url('/static/img/landing-gradient.png') no-repeat;
}
#landing-ribbon ul {
    padding: 30px 0;
}
#landing-ribbon ul li {
    font-size: 30px;
    padding-bottom: 10px;
}
#landing-ribbon ul a {
    color: #555;
    padding-left: 15px;
    text-decoration: none;
}
#landing-ribbon ul a:hover {
    color: #92d343;
    text-decoration: underline;
    background: url("/static/img/landing-navarrow.gif") 0 10px no-repeat;
}
#landing .blockquote {
    color: #555;
    margin: 30px 50px;
}
#landing .blockquote p {
    font-size: 150%;
    margin: 0;
}
#landing .blockquote cite {
    display: block;
    text-align: right;
}

#footer {
    color: #444;
    font-size: smaller;
    font-weight: bold;
}
#footer a {
    color: #444;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

#footer #footernav {
    float: left;
}
#footer #copyright {
    float: right;
}

tr.confirmed {
	background-color: #CCFEB2;
}

/* vim: set fileencoding=utf-8 : -*- coding: utf-8 -*-
 * vim: set sw=4 ts=8 sts=4 expandtab autoindent :
 * -*- tab-width 8 ; indent-tabs-mode: nil -*-
 */
