﻿/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
body
{
    line-height: 1.5;
}
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
table, td, th
{
    vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}
a img
{
    border: none;
}

body
{
    background-color: #bbb;
    font-family: arial, sans-serif;
    font-size: 1.1em;
}

#content
{
    width: 100%;
    background-color: #FFF;
    float: left;
}

h1, #footer a
{
    background-color: #660000;
    color: white;
    padding: 5px;
}

h2
{
    margin-bottom: 10px;
    font-weight: bold;
}

a
{
    display: block;
    padding: 5px;
    border-bottom: #666 1px solid;
    text-decoration: none;
    color: black;
    background-color: White;
}

#footer
{
    margin-top: 10px;
    float: left;
    clear: both;
    width: 100%;
}

p
{
    line-height: 1em;
    margin-bottom: 10px;
}

#text
{
    margin: 20px 0 20px 0;
    line-height: 1em;
}

#text p
{
    line-height: 1.1em;
}

#text a
{
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    color: #0000DD;
    text-decoration: underline;
}

#text li
{
    padding: 10px 0 10px 0;
    border-bottom: 3px solid #666;
}

#text img
{
    float: right;
}

#cal_list
{
    float: left;
    clear: both;
    margin: 10px 0 10px 0;
    width: 100%;
}

#cal_next_prev
{
    float: left;
    clear: both;
    width: 99%;
}

#cal_next
{
    float: right;
}

#cal_prev
{
    float: left;
}

#cal_date_selector
{
    float: left;
    clear: both;
}

.mixed_list a, #athletics_story a, .about a
{
    border: none;
    color: #1D5CB0;
}

#athletics_story a
{
    display: inline;
}

.athletics_list li
{
    border-bottom: 1px solid #999;
    padding: 5px;
}

.about, #result
{
    float: left;
    clear: both;
    padding: 10px 5px 0px 5px;
    line-height: 1.5em;
}

.about a
{
    display: inline;
}

#start_walking_tour
{
    padding: 10px;
    font-size: 130%;
    font-weight: bold;
    border-bottom: none;
    text-align: center;
    text-decoration: underline;
}

