/* 
    Document   : default.css
    Created on : Jan 16, 2010, 11:57:50 AM
    Author     : Jack Godwin
    Description:
        Site wide default stylesheet
*/
body, html {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: #707058; /* txt_color */
}

img {
    border: none;
}

h1 {
    font-size: 15px;
    text-align: left;
    border-bottom: #4D5275 1px solid;
    color: #434449;
}

a:link, a:visited {
    text-decoration: none;
    color: #434449;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

div.container {
    width: 935px;
    margin: 10px auto;
}

div.header {
    width: 600px;
    margin: 0px auto 30px auto;

}

div.header a {
    float: left;
    height: 12px;
    margin-left: 35px;
}

div.header a.right {
    float: right;
    margin-right: 15px;
}

div.sidebar {
    float: left;
    width: 175px;
    text-align: center;
}

div.sidebar h1 {
	margin-bottom: 5px;
}

div.sidebar h2 {
    font-size: 11px;
    text-align: right;
    margin-top: 0px;
}

div.block {
    margin-bottom: 60px;
}

div.block img {
    display: inline-block;
    margin: 0px auto;
}
div.block span {
    display: inline-block;
    margin: 2px;
}

div.block.linklist a {
    clear: both;
    display: block;
    float: left;
    margin-left: 10px;
}

div.block.linklist a img {
    margin: 5px auto !important;
}

div.content {
    width: 525px;
    margin: 0px 30px;
    float: left;
}

div.content h1 {
    margin-bottom: 5px;
}

div.content p {
    margin-bottom: 20px;
    text-indent: 15px;
}

div.schedule-item {
    height: 200px;
    
}

div.schedule-item span {
    float: left;
    height: 75px;
}

div.schedule h1{
    margin-bottom: 10px;
}

div.schedule p {
    text-indent: 0px;
}

div.schedule-item p {
    float: left;
    margin: 0px 15px 0px;
    height: 75px;
}

em input {
    border: none;
    border-bottom: #000 solid 1px;
    width: 75px;
}

input[type="submit"] {
    float: right;
}

img.text-around {
    float: left;
}

.sponsor {
    margin-bottom: 108px !important;
}

div.hitCounter {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
