/*
-----------------------------------------------
MATCH 2007 Home Styles
Author:   Jonathan Green
Version:  09 June 2007
		  21 April 2009 (Neil Solomon)
----------------------------------------------- */

/*
h3 { color:#c40009;}
h4 { color:#fff; margin:0; padding:5px 0 0 4px; }

.main-story-flash {
	width:97px;
	height:97px;
	position:absolute;
	top:0;
	left:0;
	z-index:200;
}

.main-story {
	width:300px;
	background:#0279ba url(../images/home-main-bg.gif) top left repeat-x;
	float:left;	
}

.main-story p, .sub-story p {
	color: #fff;
	font-size: 11px;
	margin: 0; 
	padding:5px;
}
.sub-story p { color:#000000; }
.sub-story p a, .main-story p a { color:#FFF; font-weight:bold; text-decoration:none; line-height: 12px; }
.sub-story p a:hover, .main-story p a:hover { color:#DD0009; }

.sub-story-flash {
	width:74px;
	height:74px;
	position:absolute;
	top:0;
	left:0;
	z-index:200;
}

.sub-story {
	width:146px;
	background:#90ddfe url(../images/home-sub-bg.gif) top left repeat-x;
}
*/

/* FEATURE STORIES ======================================================================== */
/*.hmFeature { background: url(../images/home-main-hdr-bg.gif) 6px 5px no-repeat; }*/
.hmFeature h3 {
	margin: 0;
	padding-top: 17px;
	width: 430px;	
	font-size: 2em;
	text-align: center;
}
#main-col .hmFeature h3.featureHdr a {
	text-decoration: none;
	color: #FFF;
}
#main-col .hmFeature h3.featureHdr a:hover { color: #FF0; }

.hmFeature a img {
	border: 0;
}

/* MATCHY'S CHOICE ======================================================================== */
.MatchChoice {
	margin: 2px 0 0 0;
	width: 390px;
	height: 225px;
	background: url(../images/matchys-choice.gif) 0 0 no-repeat;
	padding-left: 40px;
}

.MCLink {
	float: left;
	margin: 80px 0 0 40px;
	width: 146px;
	height: 110px;
	border: 3px solid #FFF;
}
.MCLinkFirst {
	margin-left: 0;
}

/* HOTLINKS ================================================================================== */
.hmHotlinks {
	background: url(../images/wicked-links-bg.gif) 0 0 no-repeat;
	width: 739px;
	height: 170px;
	margin-bottom: 25px;
}
.hmHotlinkList { padding-top: 57px; }
.hotLinkButtons { 
	float: left; 
	width: 630px; 
	margin-top: 6px;
}
p.hotlinkNav {
	float: left;
	width: 52px;
}
.hotlinkNav a {
	display: block;
	width: 52px;
	height: 100px;	
	background: url(../images/wicked-links-arrows.gif) 0 0 no-repeat;
}
.hotlinkNav a#hotlinkPrev:hover { background-position: -100px 0; }
.hotlinkNav a#hotlinkNext {	background-position: 0 -150px; }
.hotlinkNav a#hotlinkNext:hover { background-position: -100px -150px; }
.hmHotlinks .flashHotlink, .hmHotlinks a.hotlink { display: block; float: left; }
.hmHotlinks .flashHotlink, .hmHotlinks a.hotlink img { border: 1px solid #FFF; margin-left: 6px;}