﻿/*////////// General Layout //////////*/

body
{
    background: #737780;
    color: #666;
    font-family: Arial, Verdana, 'Trebuchet MS';
    font-size: 75%;
    line-height: 18px;
    text-align: center;
    padding: 0px;
    margin: 10px 0px 10px 0px;
}

#wrapper
{
    width: 770px;
    margin: 0px auto;
    text-align: left;
    background: #CFD8C8;
    border: 4px #fff solid;
    padding-top: 10px;
}

#header
{
    width: 743px;
    height: 158px;
    text-align: center;
    margin: 0px;
    margin-left: 13px;
    padding: 0px;
    clear: both;
}

#left, #right
{
    float: left;
    width: 240px;
    margin-left: 14px;
    padding: 8px 3px;
}

#right
{
    width: 484px;
    margin: 0px;
}

.leftContent, #rightContent
{
    width: 228px;
    background: #E5E9E4;
    padding: 3px;
}

#rightContent
{
    width: 460px;
    padding: 15px 15px;
}

.homeadvert, .homeevents
{
    background: url(/images/bg_leftbox.jpg) bottom left no-repeat #5B9F6C;
    color: #fff;
    padding: 5px;
}

.homeadvert
{
    height: 230px;
    
}

.homeevents
{
    background: #FCF4D6;
    color: #666;
}

.homeinnercol
{
    float: left;
    width: 210px;
    font-size: 90%;
}

#footer
{
    width: 98%;
    margin: 5px 0px 0px 3px;
}

/*////////// Navigation styles //////////*/

#nav
{
    width: 739px;
    background: url(/images/bg_nav.gif) repeat-x;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0px;
    border: 2px #fff solid;
    border-top: 3px #fff solid;
    border-bottom: 3px #fff solid;
    margin-top: -5px;
}

#nav ul
{
    margin: 0px;
    padding: 0px;
}

#nav ul li
{
    display: inline;
    padding: 0px 16px;
}

#nav ul li.on a
{
    color: #FCEAAA;
}

#nav a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#nav a:hover
{
    color: #FCEAAA;
}

/*////////// Text, Images, Links, Etc. //////////*/

a{color: #A93737;}
a:hover{text-decoration: none;}

#footer a{color: #4F5156; font-size: 90%;}

h1, h2, h3, h4
{
    font-size: 120%;
    border-bottom: 1px #A93737 dashed;
    color: #A93737;
    padding-bottom: 2px;
    margin: 3px;
}

h2
{
    font-size: 100%;
    border: none;
}

h4
{
    font-size: 100%;
    padding: 0px 0px 0px 15px;
    border: none;
    background: url(/images/bg_h4.gif) no-repeat bottom left;
}

img{border: none;}

img.fillerimage, img.fillerimage_right
{
    float: left;
    border: 3px #d5d8d4 solid;
    margin: 4px 12px 5px 0px;
}

img.fillerimage_right
{
    float: right;
    margin: 4px 0px 5px 12px;
}

#errors
{
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}

.rightcaptionbox
{
    display: block;
    float: right;
    background: #fff;
    width: 140px;
    padding: 5px;
}

.homeevents ul, ul.forthcomingfixtures
{
    list-style: url(/images/bullet_rightfixtures.gif);
    font-size: 90%;
    margin: 0px 0px 0px 30px;
    padding: 5px 0px;
}

div.forthcomingfixtures ul
{
    list-style: url(/images/bullet_forthcomingfixtures.gif);
    margin-bottom: 10px;
}

p.news
{
    font-size: 90%;
}

ul.leaguelist li
{
    margin: 7px 0px;
    list-style: url(/images/bullet_forthcomingfixtures.gif);
}

img.logotext
{
    float: left;
    margin: 20px 0px 0px 110px;
    border: none;
}

a.credit
{
    text-decoration: none;
}

a.credit:hover
{
    text-decoration: underline;
}

br.clear{clear: both;}

/*////////// Form Styles //////////*/

form.contactform fieldset{border: 1px #c3c3c3 dashed; padding: 15px; padding-top: 0px; margin: 0px;}
form.contactform fieldset legend{color: #5F8027; font-weight: bold; padding: 1px 3px; border: 1px #c3c3c3 solid; background: #E5E9E4;}
form.contactform label{float: left; width: 65px; margin-top: 4px;}
form.contactform input, form.contactform textarea{border: 1px #c3c3c3 solid; margin-top: 3px;}
form.contactform textarea{font-family: Arial; font-size: 100%;}

form.opensingles label{width: 120px;}

/*////////// Table styles //////////*/

table.leaguetable
{
    font-size: 100%;
    background: #FEF1C4;
    text-align: center;
}

table.leaguetable th, table.calendar th
{
    color: #000;
    background: #E8D797;
}

table.calendar th
{
    background: #E8D797;
}