
/*
 * vim:et ts=4 sts=4 sw=4 tw=132 nowrap:
 */

.access {
    display: none;
}

body {
    padding: 32px 0;
    margin: 0;
    color: #000;
    background: #999 url(images/body_bg.gif);
    text-align: center;
}

a:link,
a:visited,
a:active {
    color: #444;
}

a:hover {
    color: #000;
}

select {
    background-color: #fff;
}

input.submit {
    padding: 0 2px 1px;
    font-weight: bold;
}

var, code {
    color: #000;
}

var {
    font-weight: bold;
    font-style: normal;
}

pre, textarea.code {
    width: auto;
    padding: 2px 4px;
    margin: 1em 0;
    background-color: #eee;
    border: 1px dotted #999;
}

h1, h2 {
    font: bold 150% Georgia, Times New Roman, serif;
    letter-spacing: 0.25em;
    color: #fff;
    margin: 0;
}

h2 {
    font-size: 140%;
    color: #666;
    letter-spacing: 0.1em;
    margin: 0 0 1em 0;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:active {
    color: #fff;
    text-decoration: none;
}

h3 {
    margin-bottom: 0.5em;
    padding-bottom: 1px;
    border-bottom: 1px solid #ddd;
}

blockquote {
    margin: 1em 10%;
    font-size: 120%;
}

h3, h4, th { font-size: 110%; }

th {
    font-weight: bold;
    text-align: center;
}

input, select {
    vertical-align: middle;
}

div.entry {
    margin-bottom: 2em;
    clear: both;
}

p.entry-info {
    border-top: 1px solid #ddd;
    font-size: 90%;
    text-align: right;
    text-indent: 0;
}

p.more {
    text-indent: 0;
    margin-bottom: 0;
}

.dot-net {
    color: #ccc;
}

#container {
    width: 85%;
    min-width: 20em;
    max-width: 70em;
    color: #333;
    background-color: #fff;
    border: 1px solid #000;
    text-align: left;
    margin: 0 auto;
}

#container.narrow {
    width: 320px;
}

#head {
    border-bottom: 1px solid #000;
}

#head h1 {
    padding: 10px 16px;
    background-color: #333;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
}

#nav {
    background: #666;
    border-top: 1px solid #444;
    border-bottom: 1px solid #000;
    padding: 5px 16px;
    color: #fff;
}

    #nav h3 {
        display: none;
        padding-right: 10px;
        margin: 0;
    }

    #nav ul {
        margin: 0;
        padding: 0;
        word-spacing: 1em;
        list-style: none outside;
        display: inline;
    }

    #nav a {
        padding: 1px 2px;
        color: #fff;
    }

    #nav a.active,
    #nav a.active:hover {
        background-color: #000;
    }

    #nav a:hover {
        background-color: #000;
    }

    #nav li {
        display: inline;
        padding: 0 2em 0 0; /* IE5/win needs this */
        voice-family: "\"}\"";
        voice-family: inherit;
        padding: 0; /* ...and "good" UA's don't */
    }

    #nav li a {
        word-spacing: 0;
    }

#subnav {
    padding: 4px 16px;
    background-color: #ddd;
    border-left: 0;
    border-bottom: 1px solid #333;
    border-top: 1px solid #999;
    word-spacing: 0.25em;
}

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

    #subnav .divider {
        padding: 0 4px;
    }

    #subnav strong {
        padding: 1px 2px;
        color: #fff;
        background-color: #000;
    }

#cruft {
    position: absolute;
    right: -2px;
    top: 0;
    width: 204px;

    padding: 10px;
    background-color: #eee;
    border: 1px solid #000;
    border-top: 0;
    margin-bottom: 10px;

    voice-family: "\"}\"";
    voice-family: inherit;
    right: -1px;
    width: 180px;
}

    #cruft ul {
        list-style-type: circle;
        margin-left: 20px;
        padding-left: 0;
    }

    #cruft p {
        text-indent: 0;
    }

    #cruft h2 {
        display: none;
        font-size: 125%;
        color: #666;
        text-align: right;
        background-color: #ddd;
        padding: 2px 6px;
        border-bottom: 1px solid #ccc;
        margin: -8px -10px 4px -10px;
    }

    #cruft h4 {
        margin: 0 0 1em 0;
    }

    #cruft form {
        background-color: #ccc;
        padding: 4px 10px;
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #333;
        margin: -10px -10px 10px -10px;
    }

    #cruft form p {
        margin: 0;
    }

#body {
    background: #aaa url(images/stripe_bg.gif);
    position: relative;
    border-bottom: 1px solid #000;
}

#content {
    background-color: #fff;
    padding: 10px 16px;
    border-right: 1px solid #000;
    border-top: 1px solid #bbb;
    margin-right: 202px;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-right: 200px;
    min-height: 24em;
}

#container.narrow #content {
    width: auto;
    border-right: 0;
}

    #content img.float-left,
    #content img.float-right {
        padding: 0;
        margin: 4px 8px;
        border: 1px solid #000;
    }

    #content .float-left {
        float: left;
        margin-left: 0;
    }

    #content .float-right {
        float: right;
        margin-right: 0;
    }

#foot {
    padding: 0;
    clear: both;
    background: #ccc;
    border-top: 1px solid #999;
    text-align: center;
}

    #foot p {
        text-align: center;
        width: 234px;
        margin: -1px auto 0 auto !important;
        padding: 4px 0 6px;
        word-spacing: 8px;
        background-color: #bbb;
        border-left: 1px solid #333;
        border-right: 1px solid #333;
    }

    #foot a {
        text-decoration: none;
        border: 0;
    }

    #foot a:hover {
        color: #000;
    }

.item {
    margin-bottom: 1.5em;
}

p.footnote {
    text-indent: 0 !important; 
    padding: 6px 8px 8px; 
    color: #333;
    background-color: #eee;
    border: 1px dotted #666;
    margin-bottom: 0;
}

table.calendar {
    width: 100%;
}

hr {
    color: #999;
    background-color: #999;
    height: 1px;
    border: 0;
    width: 90%;
}

a.perm {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

a.perm:hover {
    color: #000;
}
