/* West Midlands over-rides for blueprint */
body {
	color: #666;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;	
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url('/gfx/bg_none_header_360.png');
}
h1,h2,h3,h4,h5,h6 { color: #333; }
a { color: #F00; text-decoration: none; }
a:hover { color: #C00; }
li { margin-bottom: 0.5em; }
hr { color: #CCC; background-color: #CCC; }

/* blueprint class over-rides */
.quiet { color: #999; }
.loud { color: #333; }
.colborder { border-color: #CCC; }
.poverflow p { overflow: hidden; }
/* and for hacky tables */
table { border: 1px solid #CCC; }
thead th { background: #CCC; color: #333; }
td { vertical-align: top; border-top: 1px solid #CCC; }

/* top navigation & logo */
.wm-nav {
	position: relative;
	z-index: 10;
	height: 180px;
}
#wm-logo {
	float: left;
	display: block;
	height: 180px;
	width: 200px;
}

/* dropdown menu */
#ddmenu { }
#ddmenu * { margin: 0; padding: 0; white-space: nowrap; z-index: 1000; }
#ddmenu a { color: #CCC; }
#ddmenu a:hover { color: #FFF; }
#ddmenu ul {
	float: right;
	list-style: none;
	background-color: #333;
	opacity: .95;  
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);  
    /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
#ddmenu ul li {
	float: left;
	display: block;
	position: relative;
}
#ddmenu ul li a {
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 1.2em;
	padding: 0 1em;
}
#ddmenu ul li ul {
	display: none;
	float: none;
	position: absolute;
	overflow: hidden;
	top: 45px;
	right: 0;
	width: 212px;
}
#ddmenu ul li ul li {
	float: none;
	display: list-item;
}
#ddmenu ul li ul li a {
	float: none;
	text-align: right;
	height: 35px;
	line-height: 35px;
}

/* top header */
.wm-header {
	position: relative;
	height: 45px;
}
.crumb-wrapper p { line-height: 45px; color: #CCC; }
.crumb-wrapper a { color: #CCC; }
.crumb-wrapper a:hover { color: #FFF; }

.wm-header-text {
	margin-left: 5px;
	margin-top: 40px;
}
.wm-body-red {
	background-image: url('/gfx/bg_red_header_225.png');
}
.wm-body-grey {
	background-image: url('/gfx/bg_grey_header_225.png');
}
.wm-body-red .wm-header {
	color: #FFF;
}
.wm-body-grey .wm-header {
	color: #666;
}
.wm-netballer {
	position: absolute;
	top: -135px;
	right: 0px;
	width: 100px;
	height: 180px;
	background-image: url('/gfx/netballer_225.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* content */
.wm-content {
	position: relative;
	padding-top: 1.5em;
}

/* footer */
.wm-footer {
	border-top: 1px #CCC solid;
	color: #999;
}

/* footer menu */
#fmenu { overflow: hidden; }
#fmenu a { color: #999; }
#fmenu a:hover { color: #666; }
#fmenu * { margin: 0; padding: 0; }
#fmenu ul { float: right; }
#fmenu ul li { list-style: none; float: left; display: block; margin-left: 1.5em; }

/* sliding images */
.boxgrid{
    float:left;
    overflow: hidden;
    position: relative;
}
.boxgrid img{  
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
.boxcaption {  
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxcaption p {
	margin: 1.5em;
	color: #CCC;
}
.captionfull .boxcaption {
    left: 0;
}

/* pages */
.wm-page h2.title { margin-bottom: 0.25em; }
.wm-page div.boxgrid { margin: 0 10px 1.5em 10px; width: 570px; }
.wm-page img.nobox { margin: 0 10px 1.5em 10px; }
.wm-page div.content-section { margin-top: 3em; }

/* articles */
.wm-article h2.title { margin-bottom: 0.25em; }
.wm-article div.boxgrid { margin: 0 10px 1.5em 10px; width: 570px; }
.wm-article img.nobox { margin: 0 10px 1.5em 10px; }
.wm-article div.content-section { margin-top: 3em; }

/* leagues */
.wm-league h2.title { margin-bottom: 0.25em; }
.wm-league div.boxgrid { margin: 0 10px 1.5em 10px; width: 570px; }
.wm-league img.nobox { margin: 0 10px 1.5em 10px; }
.wm-league div.content-section { margin-top: 3em; }

/* galleries */
.wm-gallery h2.title { margin-bottom: 0.25em; }

/* lists of content */
.wm-content-list-title { margin-bottom: 0.5em; }

/* west midlands style button */
div.wm-button {
	display: block;
	float: left;
	height: 22px;
	padding-left: 8px;
	background-image: url('/gfx/btn_red_l.png');
	background-position: top left;
	background-repeat: no-repeat;
}
div.wm-button a {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	padding: 0 11px 0 3px;
	background-image: url('/gfx/btn_red_r.png');
	background-position: top right;
	background-repeat: no-repeat;
	color: #FFF;
}
div.wm-button a:hover {
	color: #CCC;
}

/* frontpage block */
.fpblock {
	height: 338px;
	margin: 8px 10px 8px 0;
	position: relative;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}
.fpblock-image-link {
	display: block;
	top: 0;
	left: 0;
	height: 338px;
	width: 380px;
	background: #C00;
}
.fpblock-image-active {
	display: block;
}
.fpblock-image { }
.fpblock-label-list  {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: -1px;
	right: -1px;
}
.fpblock-label {
	display: block;
	padding: 5px 10px 5px 9px;
	margin: 0 0 0 30px;
	width: 220px;
	height: 75px;
	border-color: #CCC;
	border-width: 0px 0 0px 1px;
	border-style: solid;
}
.fpblock-label.active {
	margin-left: 0;
	padding: 4px 9px 4px 39px;
	background: #FFF;
	border-width: 1px 0px 1px 1px;
}

