﻿/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

:focus { outline: 0; }

ol, ul { list-style: none; }

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

header, footer, aside, nav, article { display: block; }

/* General */

body {
    background-color: #f0f0f0;
    background-image: url("../Images/bg_fade.png");
    background-repeat: repeat-x;
    color: #333;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
}

html {
    overflow-y: scroll;
}

h1, h2, h3, h4 {
    margin-bottom: 15px;
    font-weight: bold;
}

h1 {
    display: none;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.1em;
}

p, a {
    
}

p {
    padding-bottom: 10px;
    
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

table {
    margin-bottom: 10px;
}

#main-content a {
    text-decoration: underline;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

/* Header */

#layout-header {
    background-color: #2a694a;
    border-bottom: 1px solid black;
    box-shadow: 0px 0px 6px #777;
    height: 27px;
    min-width: 960px;
}

#header {
    position: relative;
}

#logo {
    top: -9px;
    right: 20px;
    position: absolute;
}

/* Navigation */

nav a {
    display: block;
    color: #333;
}

nav > ul > li {
    display: inline-block;
}

nav > ul > li > a {
    padding: 25px 30px;
    font-size: 1.05em;
}

nav > ul > li > a:hover, nav > ul > li.current > a {
    text-decoration: underline;
}

nav > ul > li:hover > ul {
    display:block;
}

nav > ul > li > ul {
    display:none;
    position: absolute;
    padding-top: 1px;
    margin-left: 15px;
}

nav > ul > li > ul > li { }

nav > ul > li > ul > li > a {
    background-color: rgba(72, 105, 74, .98);
    border-bottom: 1px solid #1c573b;
    color: white;
    transition: all .1s;
    width: 180px;
    padding: 7px 10px;
}

nav > ul > li > ul > li > a:hover, nav > ul > li > ul > li.current > a {
    background-color: white;
    color: rgba(72, 105, 74, .98);
}

/* Featured */

#featured-img {
    border: 1px solid rgb(204, 204, 204);
    border-image: none; width: 100%;
    height: 320px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}

/* Content */

#layout-content { }

#content {
    margin: 24px 0 10px 0;
}

.mceContentBody {
    word-break: break-all;
    min-height: 360px;
}

#content, .mceContentBody {
    padding: 30px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 3px;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.25);
}

#content a, .mceContentBody a {
    text-decoration: underline;
    color: #2a694a;
}

#main-content, .mceContentBody {
    width: 710px;
}

#after-content {
    width: 100px;
    padding: 30px;
    background: linear-gradient(to bottom,  #fff 0%,#fafafa 100%);
    border-radius: 3px;
    border-top: 10px solid #2a694a;
    box-shadow: 0px 0px 3px rgba(150,150,150,0.5);
}

#after-content a, #after-content h3 {
    display: block;
    margin-bottom: 25px;
}
#after-content a:last-child, #after-content p {
    margin-bottom: 0;
}

/* Welcome Page */

#sport-items {
    margin: 75px 0;
}

    #sport-items h4 {
        margin: 5px 0;
        font-weight: normal;
        color: #333;
    }

.sport-col-single, .sport-col-double {
    width: 150px;
    display: inline-block;
    margin: 0 28px;
}

    .sport-col-single div, .sport-col-double div {
        margin: 6px 0 24px;
    }

    .sport-col-single:after, .sport-col-double:after {
        content: ".";
        display: block;
        visibility: hidden;
        line-height: 0;
    }

.sport-col-single { height: 205px; }
.sport-col-double { height: 390px; }

.sport-row-single, .sport-row-double, .sport-row-tripple, .sport-row-quadruple {
    margin: 13px auto 25px;
}
    .sport-row-single div, .sport-row-double div, .sport-row-tripple div, .sport-row-quadruple div {
        margin: 0 15px;
    }

.sport-row-single { width: 150px; }
.sport-row-double { width: 364px; }
.sport-row-tripple { width: 548px; }
.sport-row-quadruple { width: 735px; }


.sport-banner {
    display: inline-block;
    height: 390px;
    width: 540px;
    border-top: 10px solid #2a694a;
    box-shadow: 0px 0px 3px rgba(150,150,150,0.5);
    border-radius: 3px;
    background-color: white;
}

    .sport-banner img {
        height: 390px;
        width: 540px;
    }

.sport-item {
    text-align: center;
    height: 150px;
    width: 150px;
    border-top: 5px solid #2a694a;
    box-shadow: 0px 0px 3px rgba(150,150,150,0.5);
    border-radius: 3px;
    display: inline-block;
    background-color: white;
}

    .sport-item h3 {
        margin: 5px 0 0 0;
    }

    .sport-item img {
        height: 110px;
        max-width: 130px;
    }

.sport-item-empty {
    height: 150px;
    width: 150px;
    display: inline-block;
}

/* Forms */

input, textarea {
    width: 350px;
    margin: 2px;
    padding: 4px;
    border: 1px solid #999;
}

label, input, textarea {
    display: block;
}

/* Footer */

#footer a {
    font-size: 12px;
}