@charset "utf-8";
/* CSS Document */
body {
    text-align: center;
    background: rgb(0, 51, 0) url(../images/bgGrad.png) repeat-x top left;
}

#wrapper {
    position: relative;
    width: 960px;
    margin: 28px auto;
    text-align: left;
    background: rgb(255, 255, 255);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

/*HEADER STUFF*/

#header h1 a{
    position: absolute;
    top: 50px;
    left: 10px;
	width:540px;
    font: 40px arial, helvetica, sans-serif;
    color: rgb(255, 255, 255);
	text-decoration:none;
}

#header h2{
    position: absolute;
    top: 150px;
    left: 10px;
    font: 20px arial, helvetica, sans-serif;
    color: rgb(255, 255, 255);
	}

#sportCatNav {
    position: absolute;
    top: 21px;
    right: 0px;
    width: 400px;
    height: 160px;
}

#sportCatNav li {
    position: relative;
    display: inline;
    float: left;
    width: 97px;
    height: 160px;
    text-align: center;
}

#sportCatNav li.rugby {
    margin-right: 4px;
    background: rgb(153, 0, 0);
}

#sportCatNav li.football {
    margin: 0 2px 0 0;
    background: rgb(0, 51, 0);
}

#sportCatNav li.cricket {
    margin: 0 4px 0 2px;
    background: rgb(204, 204, 0);
}

#sportCatNav li.basketball {
    background: rgb(0, 51, 51);
}

#sportCatNav li a {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 97px;
    font: bold 10pt arial, helvetica, sans-serif;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

/*CONTENT STUFF*/
/*TITLE BY TITLE LINKS*/
.titleLinks {
    width: 960px;
}

.titleLinks li {
    display: inline;
    margin: 0 6px;
}

.titleLinks li a {
    text-decoration: none;
}

/*MAIN CONTENT LIST*/

#pageTitle{
	font: bold 14px arial, helvetica, sans-serif;
    line-height: 20px;
    text-decoration: none;
    color: rgb(153, 0, 0);
	}

li.storyTease {
    height: 120px;
    padding-left: 10px;
}

/*CRUMBS*/
.crumb a {
    font: normal 8pt verdana, arial, helvetica, sans-serif;
    line-height: 10px;
    text-decoration: none;
    color: rgb(153, 0, 0);
}

.crumb a:hover {
    text-decoration: underline;
}

.crumb a.Stratford {
    border-left: solid 5px rgb(255, 0, 0);
    padding-left: 3px;
}

.crumb a.Solihull {
    border-left: solid 5px rgb(0, 255, 0);
    padding-left: 3px;
}

.crumb a.Rugby {
    border-left: solid 5px rgb(0, 0, 255);
    padding-left: 3px;
}

.crumb a.Leamington {
    border-left: solid 5px rgb(255, 255, 0);
    padding-left: 3px;
}

.crumb a.Coventry {
    border-left: solid 5px rgb(0, 255, 255);
    padding-left: 3px;
}

.crumb a.Rugby-Union {
    border-left: solid 5px rgb(153, 0, 0);
    padding-left: 3px;
}

.crumb a.Football {
    border-left: solid 5px rgb(0, 51, 0);
    padding-left: 3px;
}

.crumb a.Cricket {
    border-left: solid 5px rgb(204, 204, 0);
    padding-left: 3px;
}

.crumb a.Basketball {
    border-left: solid 5px rgb(0, 51, 51);
    padding-left: 3px;
}

.crumb a {
    margin: 0 5px;
}

.storyTease h2 a {
    font: normal 20px arial, helvetica, sans-serif;
    text-decoration: none;
    line-height: 30px;
}

.storyTease p {
    font: normal 12px verdana, helvetica, sans-serif;
    line-height: 18px;
    color: rgb(0, 51, 0);
}

.Rugby-Union {
    border-left: solid 5px rgb(153, 0, 0);
}

.Football {
    border-left: solid 5px rgb(0, 51, 0);
}

.Cricket {
    border-left: solid 5px rgb(204, 204, 0);
}

.Basketball {
    border-left: solid 5px rgb(0, 51, 51);
}

.byLine {
    font: 10px verdana, arial, helvetica, sans-serif;
    padding-left: 10px;
}

.addthis_toolbox {
    padding-left: 10px;
}

.addthis_toolbox a {
    font: 12px verdana, arial, helvetica, sans-serif;
}

.storyLinks li {
    font: 12px verdana, arial, helvetica, sans-serif;
    padding-left: 10px;
}

.story img {
    width: 460px;
    margin: 5px;
    padding: 4px;
    border: solid 1px rgb(0, 51, 0);
}

.story .crumb {
    padding-left: 5px;
}

#contentStory .story h2 {
    font: normal 30px arial, helvetica, sans-serif;
    padding-left: 5px;
}

#contentStory .story p {
    font: normal 12px verdana, helvetica, sans-serif;
    line-height: 18px;
    color: rgb(0, 51, 0);
    margin: 10px 0 10px 0;
    padding-left: 10px;
}

/*PROMO COLUMN STUFF*/

.sectionHeader h2 {
    height: 40px;
    font: bold 16px arial, helvetica, sans-serif;
    line-height: 40px;
}

.intro {
    margin: 20px 10px;
    height: auto;
}

.intro p, .intro li a {
    font: normal 12px verdana, arial, helvetica, sans-serif;
    line-height: 18px;
	margin:10px 0;
}

li.mpu {
    background: #ffffff;
}

li.banner234 {
    margin: 10px 63px 10px 63px;
    width: 234px;
    height: 60px;
}

.banner234 img {
    border: solid 1px rgb(200, 200, 200);
}

.clubLink {
    position: relative;
    width: 360px;
    height: 40px;
    margin: 10px 0;
    background: rgb(0, 51, 0);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.clubLink a {
    position: absolute;
    top: 12px;
    left: 70px;
    font: bold 12px verdana, arial, helvetica, sans-serif;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.clubLink img {
    position: absolute;
    top: 0;
    left: 20px;
}

.galleryPic img{
	width:320px;
	padding:4px;
	margin:10px 15px 0 15px;
	border:solid 1px rgb(0,51,0);
	}
	
.galleryPic p{
	width:300px;
	margin:0 30px 20px 30px;
	color:rgb(0,51,0);
	font:10px verdana, arial, helvetica, sans-serif;
	}

#iia {
    width: 360px;
}

li.vcard {
    width: 340px;
    margin: 10px 10px;
}

h3 {
    font: 10px arial, helvetica, sans-serif;
}

#promoContent h2.fn a {
    font: bold 12px arial, helvetica, sans-serif;
    text-decoration: none;
    color: rgb(255, 102, 0);
    height: 20px;
}

.adr {
    margin: 0;
    padding: 0;
}

.street-address {
    position: inherit;
    font: 10px verdana, arial, helvetica, sans-serif;
    color: rgb(0, 51, 0);
    margin: 0;
    padding: 0;
}

#footer {
    position: relative;
    width: 960px;
    margin-top: 20px;
    padding: 10px 0;
    background: rgb(204, 214, 204);
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}

#footer #newsSites {
    position: absolute;
    top: 15px;
    left: 10px;
}

#footer #serviceSites {
    position: absolute;
    top: 15px;
    left: 250px;
}

#footer #addressBlock {
    position: relative;
    width: 180px;
    margin: 10px 10px 10px 780px;
}

#footer li {
    font: 10px verdana, arial, helvetica, sans-serif;
    color: rgb(0, 51, 0);
    margin: 5px;
}

#footer a {
    text-decoration: none;
}

#footer #addressBlock li {
    margin: 2px;
}

#addressBlock .fn {
    font: bold 14px arial, helvetica, sans-serif;
}

