/* -----------------------------------------------------------------------------

Yellowave CSS
-------------
Element definitions are in the following sections:

    - MAIN LAYOUT
    - TYPOGRAPHY
    - IMAGES
    - HOMEPAGE LAYOUT
    - MAIN LOWER LEVEL PAGE CONTENT
    - TABLE STRUCTURES
    - LEFT NAV
    - RIGHT NAV

COLOURS
-------
Yellow - Pantone:   7404c   Hex: F4D425
Blue - Pantone:     312c    Hex: 00A5D2
Pale blue:                  Hex: 70C2E1

new link blue:              Hex: 026484

----------------------------------------------------------------------------- */	
	
/* -----------------------------------------------------------------------------
MAIN LAYOUT
----------------------------------------------------------------------------- */

body {
	background-color: #fff;
	font-family: "Arial", "Helvetica","Trebuchet MS", "Verdana", sans-serif;
	color: black;
	line-height: 1.2;
	text-align: center;
	}


div.container {
	background-color: #F4D425;
	width: 825px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	/*border: 10px solid;*/
	}

.clear{
	clear: both;

}
.contenttext {

}
.contenttext p,.contenttext h1{
	padding-right: 15px;
	padding-left: 15px;

}
div.content {
	background-color: #F4D425;
	width: 825px;
	min-height: 500px;
	background-image: url(/images/backgrounds/bg-content.gif);
	background-repeat: repeat-y;
/*	border: 1px solid;*/
	}

div.contentInner {
	padding: 8px 24px;
	}

div.footer {
	background-color: #fff;
	width: 825px;
	background-image: url(/images/backgrounds/bg-footer.gif);
	background-repeat: no-repeat;
	}

div.footerInner {
	padding: 16px 8px;
	text-align: center;
	}
	
p.spacer {
    height: 10px;
    }

div.header {
	background-color: #EBD33E;
	background-image: url(/images/head/background.gif);
	background-repeat:no-repeat;
	width: 825px;
	height: 156px;
	}
.header #community a img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	padding-right: 3px;
}
.header #community a {
	color: #FFFFFF;

}
div.header a img {
    filter:alpha(opacity=75);
    -moz-opacity: 0.75; 
    opacity: 0.75;
    -khtml-opacity: 0.75;
    border:0px;
    }

div.header a:hover img {
    filter:alpha(opacity=100);   
    -moz-opacity: 1.0;   
    opacity: 1.0;
    -khtml-opacity: 1.0;
    }

div.galleryRow {
    text-align:left;
    padding:0;
    margin:0;
    display:block;
    width:100%;
}

div.galleryRowCentre {
    text-align:center;
    padding:0;
    margin:0;
    display:block;
    width:100%;
}
.right{
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;

}
span.galleryThumb {float:left; width:33%;}
span.galleryThumb a img {width:170px; margin: 0 4px 5px 4px;}
span.galleryEnd {float:right;}

table.leagueTable {width:400px;margin-bottom:10px;}
table.leagueTable th {font-size:90%;text-align:right;}
table.leagueTable td {text-align:right;padding:3px;}

table.leagueTableNoFixture {width:400px;margin-bottom:10px;}
table.leagueTableNoFixture th {font-size:90%;text-align:left;}
table.leagueTableNoFixture td {text-align:left;padding:3px;}

table.leagueFixtures {width:400px; margin-bottom:10px;}
table.leagueFixtures tr.leagueFixturesTitle {margin-top:10px;}
table.leagueFixtures th {font-size:90%;text-align:left;}
table.leagueFixtures td {text-align:right;padding:3px;}
table.leagueFixtures td.leagueFixturesGoal{text-align:center;font-size:105%;}

.accordionHeaderSelected{height:28px; text-align:left;color:#ffffff;font-weight:bold;background-color:DarkCyan;padding:5px; border: solid 1px #000000;margin-bottom:5px;}
.accordionHeaderSelected div.divExp1{display:none;}
.accordionHeaderSelected div.divExp2{display:none;}
.accordionHeader div.divExp1{display:inline;}
.accordionHeader div.divExp2{display:inline;}

.accordionHeaderSelected div.divCol1{display:inline;}
.accordionHeaderSelected div.divCol2{display:inline;}
.accordionHeader div.divCol1{display:none;}
.accordionHeader div.divCol2{display:none;}

.accordionHeader{height:28px; text-align:left;color:#000000;font-weight:bold;background-color:#F8E57C;padding:5px;border:solid 1px #000000;margin-bottom:5px;}
.accordionContent{padding: 5px;}

table.whatsOnTable {background:#ffffff;border: solid 1px #000000;}
table.whatsOnTable td {padding:2px;border-bottom: dashed 1px #000000;}

table.galleryTable tr.spaceRow {height:10px;}
table.galleryTable td {text-align:center;}
img.galleryMenu {width:170px;height:128px;margin:5px;}

.highlightit img{
border: 1px solid #000000;
}

.highlightit:hover img{
border: 1px solid #ffffff;
}

.highlightit:hover{
color: black; /* Dummy definition to overcome IE bug */
}

.swapFixtureGrid td 
{
    padding-left: 10px;
    padding-right: 10px;
}
/* -----------------------------------------------------------------------------
TYPOGRAPHY
----------------------------------------------------------------------------- */

h1 {	
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	}


h2, h3, h4, h5, h6 {	
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	}		

p, li, td {
	font-size:80%;
	text-align: left;
	color: #000000;
	}	
.homeBoxInner p, .homeBoxInner h3{
	color: #FFFFFF;
	}
.homeBoxInner img{

	
}
li li {	
	font-size: 70%;
	}			


a:link,
a:visited,
a:active {
	color: #026484;
	}

a:hover {
	color: #000;
	}


div.footerInner p {
	color: #666;
	font-size: 90%;
	text-align: center;
	}


/* -----------------------------------------------------------------------------
IMAGES
----------------------------------------------------------------------------- */

img { 
    border-style: none; 
	}

img.pagePhotoLeft,
img.pagePhotoBorderLeft {
	float: left;
	position: relative;
	top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
	}
	
img.pagePhoto,
img.pagePhotoBorder {
	float: right;
	position: relative;
	top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
	}
		
img.pagePhotoBorder {
	border: 2px solid #000;
	}

/* Border class for logo's at the bottom of some pages */
img.pageGifBorder {
	border: 2px solid #000;
	}

img.imgInText {float:left; margin: 2px 10px 1px 0; border: solid 1px #000000;}

/* -----------------------------------------------------------------------------
HOMEPAGE LAYOUT
----------------------------------------------------------------------------- */

/*div.homeContent {
	position: relative;
	width: 316px;
    top: 0px;
    left: 10px;
	}

img.homepagePhoto {
	float: right;
	position: relative;
	top: 0px;
	right: 10px;
	}
	
img.homepagePhotoAd {
	float: right;
	position: relative;
	top: 360px;
	right: -283px;
	border: 1px solid #000;
	}
*/



table.homeMainTable {
    width: 100%; 
}

table.homeMainTable td {
    font-size: medium;
}

table.homeFeatureTable {
    padding: 0px 10px 10px 10px;
}

table.homeFeatureTable td {
    width: 140px;
    font-size: small;
    font-weight: bold;
    padding: 0px 0px 8px 0px;   
}

table.homeBoxTable td {
	vertical-align: top;
	}
	
table.homeBoxTable {
	margin: 0px 0px 0px 0px;
	}
/*	community */
div.communityBoxBottom {
	width: 287px;
	line-height: 26px;
	background-color: #F4D425;
	background-image: url(../images/backgrounds/bg-community-bottom.gif);
	margin: 0px;
	padding: 0px;
	height: 36px;
	background-repeat: repeat-x;
}
div.communityBox
{
	width: 287px;
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/bg-community-top.gif);
	background-repeat: repeat-x;
	line-height: 26px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.Boxcommunity {
	position: relative;
	margin-top: 26px;
	padding: 0px 15px 0px 15px;
/*	background-color: #FFF;*/
	}
div.Boxcommunity p, 
div.Boxcommunity h4 {
	font-size: 70%;
	line-height: 1.1;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	}
	
div.Boxcommunity h3 {
	font-size: 90%;
	font-weight: bolder;
	line-height: 1.1;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	}
	
div.Boxcommunity h4 {
	padding: 6px 0px 0px 0px;
	color: #FFFFFF;
	}

div.homeBox1
{
	width: 250px;
	background-color: #8E25B9;
	background-image: url(/images/backgrounds/bg-homebox1.gif);
	background-repeat: no-repeat;
	line-height: 26px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

div.homeBoxBottom1 {
	width: 250px;
	line-height: 26px;
	background-color: #F4D425;
	background-image: url(/images/backgrounds/bg-homebox1-bottom.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

div.homeBox2 {
	background-color: #D24B00;
	background-image: url(/images/backgrounds/bg-homebox2.gif);
	width: 250px;
	line-height: 26px;
	padding: 10px 0px 0px 0px;
	background-repeat: repeat-x;
	}
	
div.homeBoxBottom2 {
	width: 250px;
	background-color: #F4D425;
	background-image: url(/images/backgrounds/bg-homebox2-bottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

div.homeBox3 {
	line-height: 26px;
	width: 250px;
	background-color: #00A5D2;
	background-image: url(/images/backgrounds/bg-homebox3.gif);
	background-repeat: repeat-x;
	padding: 4px 0px 0px 0px;
	}

div.homeBoxBottom3
{
	width: 250px;
	line-height: 26px;
	background-color: #F4D425;
	background-color: #F4D425;
	background-image: url(/images/backgrounds/bg-homebox3-bottom2.gif);
	background-repeat: repeat-x;
	background-position: 30px 0px;
	margin: 0px;
	padding: 0px;
}
	
div.homeBoxInner {
	position: relative;
	margin-top: 26px;
	padding: 0px 14px 0px 14px;
/*	background-color: #FFF;*/
	}

div.homeBox3 div.homeBoxInner {
	background-color: #00A5D2;
	padding: 8px 14px 8px 14px;
	}
		
div.homeBoxInner p, 
div.homeBoxInner h4 {
	font-size: 70%;
	line-height: 1.1;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	}
	
div.homeBoxInner h3 {
	font-size: 90%;
	font-weight: bolder;
	line-height: 1.1;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	}
	
div.homeBoxInner h4 {
	padding: 6px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 80%;
	}

div.homeBox3 h3 {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #70C2E1;
	padding: 0px 0px 2px 0px;
	color: #FFFFFF;
	}	

div.homeBox3 p {
	color: #fff;
	}	
	
div.homeBox3 a:link,
div.homeBox3 a:visited,
div.homeBox3 a:active {
	color: #fff;
	}

div.homeBox3 a:hover {
	color: #000;
	}

.hand-purple{
	background-image: url(../images/btn-barefoot-purple-sml.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 45px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
}
.hand-purple a, .hand-orange a{
	color: #FFFFFF;

}
.hand-orange{
	background-image: url(../images/btn-kidsstuff-orange-sml.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 45px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;

}
.mailinglist-blue{
	text-align: right;

}
/* -----------------------------------------------------------------------------
MAIN LOWER LEVEL PAGE CONTENT
----------------------------------------------------------------------------- */

div.mainContent {
	margin-left: 130px;
	margin-right: 190px;
	position: relative;
	top: -14px;
}

/* Alternative for pages without a right hand menu */
div.mainContentTwoCol {
	margin-left: 140px;
	margin-right: 50px;
	position: relative;
	top: -14px;
}

/* 
FIX FOR IE/WIN 3PX MARGIN BUG. 
SEE http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 
*/

/* Hides from IE5-mac \*/
* html .mainContentTwoCol {height: 1%;}
* html .mainContent {height: 1%;}
/* End hide from IE5-mac */

img.thumbRight {
	float: right;
	margin: 0px 0px 6px 6px;
	clear: right;
	position: relative;
	}

img.thumbMiddle {
	float: none;
	margin: 0px 0px 6px 6px;
	clear: right;
	position: relative;
	}
	
img.thumbLeft {
	float: left;
	margin: 0px 0px 6px 6px;
	clear: right;
	position: relative;
	}

/* -----------------------------------------------------------------------------
TABLE STRUCTURES
----------------------------------------------------------------------------- */
	
table.teamTable {
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
	position: relative;
	width: 560px;
	}

table.teamTable td {
	vertical-align: top;
	text-align:center;	
	}
	
table.eventTable {
	margin: 10px 10px 10px 0px;
	padding: 3px 3px 3px 3px;
	position: relative; 
	width: 560px;
	}
	
table.eventTable td {
	vertical-align: top;	
	}

/* -----------------------------------------------------------------------------
LEFT NAV
----------------------------------------------------------------------------- */

div.leftNav2 {
	float: left;
	}

div.leftNavHeader2 {
	width: 114px;
	background-image: url(/images/leftnav/bg-leftnav-top.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	}

div.leftNavFooter2 {
	width: 114px;
	background-color: #F4D425;
	background-image: url(/images/leftnav/bg-leftnav-bottom.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 30px;
	margin: 0px;
	}
	
div.LeftNavList2 {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	background: #F8E57C;
	color: Black;
	font-weight: bold;
	width: 114px;
	}
		
div.leftNavHeader2 h2 {
	padding: 22px 0px 4px 6px;
	border-bottom-width:2px;
	border-bottom-style:dotted;
	border-bottom-color:#fff;
	line-height: 1.2;
	margin-bottom: 0px;
	color: #00A5D2;
	}

div.leftNavHeader2 a {
	line-height: 1.2;
	color: #00A5D2;
	text-decoration: none;
	}	

.LeftNavList2
{
background: #f0e7d7;
position: relative;
top: 0px;
margin: 0;
padding: 0;
}

ul.navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0;
}

ul.navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul.navlist li a {
  	width: 114px;
	margin: 0px;
	display: block;
	text-decoration: none;
	padding: 6px 6px;
	color:#000;
	background:#F8E57C;
	border-bottom-width:2px;
	border-bottom-style:dotted;
	border-bottom-color:#fff;
     }

/* IE Box Model Hack Starts */

ul.navlist li a {
   width:114px;
   voice-family: "\"}\"";
   voice-family:inherit;
   width:102px;
}

html>body ul.navlist li a {
   width:102px;
}

/* IE Box Model Hack Ends */


.LeftNavList2>ul.navlist li a { width: auto; }

ul.navlist li a:hover, ul.navlist li#active a:hover {
	background:#FBEFAF;
	}

ul.navlist li a:visited {
    color: Black;
}





	
/* -----------------------------------------------------------------------------
RIGHT NAV
----------------------------------------------------------------------------- */

div.rightNav {
	width: 165px;
	float: right;
	position: relative;
	top: 0px;
	right: 10px;
	background-color: #F4D425;
	background-image: url(/images/backgrounds/bg-homebox3.gif);
	background-repeat: repeat-x;
	}
	
div.rightNavBottom {
	float: right;
	width: 165px;
	line-height: 30px;
	background-image: url(/images/backgrounds/bg-homebox3-bottom2.gif);
	background-repeat: repeat-x;
	background-position: 30px 8px;
	position: relative;
}
	
div.rightNav div.rightNavInner {
	position: relative;
	top: 8px;
	background-color: #00A5D2;
	padding: 0px 8px 8px 8px;
}

div.rightNavInner h3 {
	margin: 18px 0px 0px 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.1;
	}

div.rightNavInner p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.1;
	}

div.rightNavInner  a:link,
div.rightNavInner  a:visited,
div.rightNavInner  a:active,
div.rightNavInner  a:hover {
	color:#fff;
	}

div.rightNavInner  a:hover {
	color:#000;
    }
