/* 
    Document   : global
    Created on : Feb 18, 2010, 9:47:22 AM
    Author     : Elyse Dougherty
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    background-image: url(../img/bg_purple.jpg);
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #FFFFCC;
}

html {
    overflow-y: scroll;
    background-image: url(../img/bg_purple.jpg);
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #FFFFCC;
}

ul
{
	list-style-type: none;
}

#wrapper {
    width: auto;
    height: auto;
}

#header_image {
    text-align: center;
    font-size: 24px;
}

:focus { -moz-outline-style: none; }

#nav_links {
    padding-top: 0px;
    padding-bottom: 40px;
}

    #nav_links ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    #nav_links li {
        display: inline;
    }

    #nav_links ul li a {
        outline: none;
    }

    #nav_links ul li a img {
        border: none;
    }

#subnav_links {
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    border: 1px solid #FFFFCC;
    width: 400px;
}

    #subnav_links ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 12px;
    }

    #subnav_links li {
        display: inline;
    }

    #subnav_links ul li a {
        outline: none;
        color: #FFFFCC;
    }

    #subnav_links ul li a img {
        border: none;
    }

#activity_list {
    text-align: center;
}

    #activity_list span {
        width: 500px;
    }

#main_content {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

    h1 {
        font-size: 24px;
    }

        .forsale {
            margin-top: 120px;
        }

    h2 {
        font-size: 20px;
        margin-top: 40px;
    }

    p {
        font-size: 14px;
    }

        .blocked {
            line-height: 14px;
        }

        .note {
            color: red;
            font-size: 12px;
        }

        .quotes {
            font-size: 12px;
            font-style: italic;
        }

        .upload {
            font-size: 20px;
        }

        .month {
            text-decoration: underline;
            font-size: 16px;
        }

        .show {
            font-size: 13px;
            line-height: 4px;
        }

            .show a {
                color: #CCC;
            }

        .directions {
            font-size: 12px;
            margin-top: 20px;
        }

            .directions a {
                color: #CCC;
            }

        .address {
            margin-bottom: 20px;
        }

#big_list ul {
    font-size: 12px;
}

#facility_lists ul {
    font-size: 12px;
    list-style-type: circle;
}

#schedule {
    margin-bottom: 40px;
}

#gallery {
    width: 800px;
}

#socmedia_links {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#socmedia_links img {
    margin: 10px;
}

div.float {
    float: left;
    width: auto;
    padding: 10px;
}

div.float p {
    text-align: center;
}

div.spacer {
    clear: both;
}

#multi img {
    margin: 10px;
}

img {
    border: 0px;
}

.desc {
    text-align: center;
    width: 400px;
    margin: 5px;
}

#footer {
    font-size: 10px;
    text-align: center;
    vertical-align: bottom;
    margin-top: 200px;
}

    #footer img {
        margin-right: 5px;
        margin-bottom: 10px;
    }

form {
    float: left;
    text-align: left;
    display: block;
    font-size: 12px;
}

input {
    margin: 5px;
}

.button {
    text-decoration: none;
    padding: .2em 1em;
    color: #fff;
    background-color: #5E2612;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fff;
}