/* Global Styles */
body {
    font-family: "Helvetica", sans-serif;
    font-size: 1em;
    }

a {
    color: #661305;
    text-decoration: underline;
    outline: none !important;
    }
a:hover {
    color: #CD260A;
    text-decoration: underline;
    }

h1 {
    font-size: 4em;
    font-weight: normal;
    margin-bottom: 0.6em;
    }

h2 {
    color: #661305;
    }

/**********
 * Header
 */

#header-container {
    background: #38241C url(/images/header/dark-bar.gif) bottom left repeat-x;
    }
#header {
    width: 920px;
    margin: 0 auto;
    color: #EDE5D8;
    text-transform: lowercase;
    }
#sitename {
    float: right;
    background: transparent url(/images/header/sitename-shadow.png) bottom left no-repeat;
    padding: 0;
    padding-left: 8px;
    }
    #sitename div.inner {
        background: transparent url(/images/header/sitename-shadow.png) bottom right no-repeat;
        padding: 0 8px 8px 0;
        }
    #sitename div.name {
        background: #661305;
        font-size: 2em;
        padding: 0.4em 1em;
        }

#header-nav {
    padding-top: 1em;
    }
    #header-nav a {
        color: #EDE5D8;
        text-decoration: none;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.5em;
        padding-right: 3em;
        text-transform: lowercase;
        }
    #header-nav a:hover {
        text-decoration: underline;
        }
#page-title {
    padding: 0.2em 0 0.8em 0;
    background: transparent url(/images/header/color-bar.gif) bottom left repeat-x;
    }

/***********
 * Content
 */

#content-container {
    background: #FFFFFF url(/images/content-bg.jpg) top left repeat-x;
    padding: 3em 0 2em 0;
    }
#content {
    width: 920px;
    margin: 0 auto;
    font-size: 1.1em;
    line-height: 2em;
    }
    #content p {
        margin-bottom: 1em;
        text-align: justify;
        }
#sub-nav {
    float: right;
    margin-top: -2.7em;
    margin-right: 1em;
    background: #d7cdbc url(/images/header/subnav-corners.gif) bottom left repeat-x;
    padding-left: 0.25em;
    }
#sub-nav-inner {
    background: #d7cdbc url(/images/header/subnav-corners.gif) bottom right repeat-x;
    padding: 0.25em 0.75em 0.15em 0.5em;
    }
    #sub-nav a {
        padding: 0 0.75em;
        text-transform: lowercase;
        font-weight: bold;
        }

/*************************
 * Right column styles
 */
#right_col {
    float: right;
    padding: 0.5em 1em 1em 2em;
    width: 14em;
    }
    #right_col {
        font-size: 0.8em;
        line-height: 1.5em;
        }
    #right_col p {
        margin: 0.5em 0;
        }
    #right_col ul {
        margin: 0.5em 0;
        padding: 0;
        list-style: none;
        }
    #right_col .panel {
        margin-bottom: 1em;
        }
    #right_col a {
        text-decoration: none;
        }
    #right_col .published {
        display: none;
        font-size: 0.7em;
        float: right;
        text-decoration: none;
        color: #828282;
        }
        #right_col a:hover .published {
            display: inline;
            }

/*************************
 * Notes specific styles
 */

.note {
    margin-bottom: 2em;
    }

.intro {
    color: #661305;
    }

pre {
    margin-bottom: 1em;
    line-height: 1.5em;
    padding: 0.5em 1em;
    background: #ECE5DB;
    color: #661305;
    overflow: auto;
    }
    pre.prettyprint {
        padding: 0.5em 1em;
        }

ul {
    margin: 0 0 1.5em 1.5em;
    }

/*************************
 * Gallery
 */

.image {
    float: left;
    text-align: center;
    line-height: 1.5em;
    padding: 1em;
    background: #ECE5DB;
    margin: 0 0 3px 3px;
    }
    .image img {
        border: 0;
        }

/*************************
 * Miscellaneous
 */

.error-404 {
    float: left;
    font-size: 8em;
    margin: 50px 50px 50px 0;
    }

/**************************
 * Map styles
 */
 #map-container {
    background: #ECE5DB;
    padding: 10px;
    }
 #map {
    border: 1px solid #661305;
    width: 100%;
    height: 300px;
    font-size: 0.8em;
    line-height: 1.5em;
    }

/**************************
 * LDB styles
 */
.ldb {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    }
    .ldb tr.alt {
        background-color: #ECE5DB;
        }
    .ldb th,
    .ldb td {
        padding: 0 1em;
        }
    .ldb th {
        background-color: #E1DAD1;
        }
    .ldb .empty {
        background-color: transparent;
        }
    .ldb .location {
        width: 30%;
        }
    .ldb .time {
        width: 15%;
        }

