﻿@import url('layout.css');
@import url('dropdown.css');
@import url('masthead.css');
@import url('sidebar.css');
@import url('competition_list_tables.css');
@import url('lessons.css');

body
{
    color: black;
    font-size: 13px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    background: #d3d9d6 url('../content/images/style-backgrounds/background-top.png') repeat-x;
}
#container
{
    background-color: #fff;
    width: 980px;
    margin: 0 auto;
    border-top: 0;
    border-right: 1px solid #ccc;
    border-bottom: 0;
    border-left: 1px solid #ccc;
}
#masthead
{
    text-align: left;
    background: #036 url('../content/images/style-backgrounds/masthead.png') repeat-x;
    width: 100%;
    padding-bottom: 10px;
    color: #fff;
}
#navigation
{
    /* Most of these are overidden in dropdown.css */
    width: 100%;
    position: relative; /* SHOULD THIS BE COMMENTED OUT? AWD 7/18/10 */
    background-color: #545454;
    overflow: hidden; /* SHOULD THIS BE COMMENTED OUT? AWD 7/18/10 */
}
#content
{
    width: 800px;
    margin: 0;
    padding: 10px 15px;
    background-color: #fff;
    color: #000;
}
#sidebar
{
    width: 138px;
    margin: 0;
    float: right;
    position: relative;
    color: #000; /*height: 100%;*/ /*border: 1px black solid; 	border-top: 0 black none; 	border-bottom: 2px black solid;*/
}
#sidebar-content
{
    padding: 5px;
    background: #ccc url('../content/images/style-backgrounds/sidebar.png') repeat-x;
}
#sidebar-bottom-left
{
    height: 15px;
    background: #fff url('../content/images/style-backgrounds/sidebar-bottom.png') no-repeat;
    float: right;
    width: 15px;
    margin-bottom: 10px;
}
#sidebar-bottom-right
{
    height: 15px;
    background: #ccc;
    width: 123px;
    float: right;
}
#footer
{
    width: 100%;
    text-align: center;
    background: #d3d9d6 url('../content/images/style-backgrounds/footer.png') no-repeat; /*background-color: #113962;*/
    padding-top: 4px;
    padding-bottom: 6px;
    margin: 0 0 5px 0;
}
/* Styles for Masthead */
#masthead img
{
    float: left;
}
#masthead p, #masthead h1, #masthead h2, #masthead h3, #masthead h4, #masthead h5, #masthead h6
{
    color: #fff;
    margin: 10px 10px 0;
}
#masthead p
{
    font-size: 11px;
}
#sidebar p
{
    font-size: 11px;
    margin: 7px;
}
/* Styles for Navigation */
#navigation ul
{
    list-style-type: none; /*width: 100%;*/
    margin: 0;
    padding: 0;
}
#navigation li
{
    float: left; /*position: relative;*/
}
#navigation a
{
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0px 5px;
    border: 1px solid #c9c9c9;
}

/* Styles for Content */
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
}
/* Styles for Sidebar */
#sidebar p, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6
{
}

/* Styles for Footer */
#footer p
{
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    margin: 1px;
    padding: 1px;
}
#footer a
{
    color: #fff;
    text-decoration: none; /*text-decoration: underline;*/
}
#footer a:hover
{
    color: #ccc; /*text-decoration: none;*/
}
.copyright
{
    display: block;
    float: left;
    margin: 2px 15px;
}
.sitelinks
{
    display: block;
    float: right;
    margin: 2px 15px;
    background-image: url('../content/images/facebook_logo_sm.png');
    background-position: left;
    background-repeat: no-repeat;
}
/* Styles for Links */
a
{
    color: #036;
    text-decoration: underline;
}
a:hover
{
    color: #808080;
    text-decoration: underline;
}
.style_bold
{
    font-weight: bold;
}
.style_italic
{
    font-style: italic;
}
.align-right
{
    text-align: right;
}

.nospace
{
    margin-bottom: 0;
    padding-bottom: 0;
}

.homepage_dropcap
{
    font-size: 20px;
    color: #333333;
}

