/* ESPN.com
-- TOPICS Page Type Styles */

/* -- GENERAL TOPICS STYLES -- */
body.topics #sub-branding {margin:20px 0 6px;}
body.topics #sub-branding .bg-trans {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
body.topics #sub-branding h2 {position: relative;}
body.topics #sub-branding h3 {
	text-indent: -9999em;
	width: 79px;
	height: 13px;
	position: absolute;
	left: 10px;
	top: -12px;
	background: transparent url('/prod/assets/topics/pagehead.png') 0 0 no-repeat;
}
body.topics #sub-branding .ribbon-hot {
	position: absolute;
	display: none;
	top:0;
	right: -1px;
	width: 72px;
	height: 40px;
	background: transparent url('/prod/assets/topics/ribbon_hot.png') 0 0 no-repeat;
}
body.topics #sub-branding.hot-topic .ribbon-hot {display: block;}

/* TOPICS SUBNAVIGATION */
.subbranding-subnav {clear:both; padding-top:0px; width:100%; float:left; background:transparent url(/prod/assets/bg_tier3/bg_submenu_gradient.png) repeat-x scroll 0 0; }
.subbranding-subnav ul{color:#fff; clear:both; font-family:Verdana, Helvetica, Arial, sans-serif; font-size:11px; float:left; overflow:hidden; height:1%;}
.subbranding-subnav ul li {float:left; list-style-type:none;}
.subbranding-subnav ul li a{padding:0px 10px; font-weight:700; color:#FFF; width:auto !important; float:left;}
.subbranding-subnav ul li.selected a{background:#FFF; color:#4B4B4B;}
/* tabs */
.subbranding-subnav ul.subbranding-ui-tabs {padding:6px 4px 0px; line-height:24px;}
.subbranding-subnav ul.subbranding-ui-tabs li a{height:26px !important;}
.subbranding-subnav ul.subbranding-ui-tabs li.selected a{ -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-radius-topright: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-radius-topleft: 5px;}
/* buttons */
.subbranding-subnav ul.subbranding-ui-buttons {padding:5px 4px; line-height:20px;}
.subbranding-subnav ul.subbranding-ui-buttons li a{height:22px !important;}
.subbranding-subnav ul.subbranding-ui-buttons li.selected a{-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}

/* MEM Overrides */
body.topics #top-stories .mod-content {height: auto;}
body.topics #top-stories .mod-content .gradient-container {padding: 10px 0 15px;}

/* OVERVIEW */
.mod-overview .mod-content .ui-tabs-panel {height: 250px;}
.mod-overview .mod-content h5 {
	padding: 10px;
	margin: 0 0 -16px;
	color: #333;
}

/* RELATED LINKS */
.mod-related-links .mod-content ul li {
	float: left;
	width: 130px;
	padding: 6px 8px;
}
