/*********************************************************************
 clear fix class to force blocks to render correctly when 
 content floats
**********************************************************************/
.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.cf { 
	display: inline-table;
}
.cf { 
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
/* End hide from IE-mac */

/* General settings */
body { 
	margin: 0; 
	border: 0;
	background: #efefef url(http://media.miamiherald.com/images/gbg.jpg) repeat-x; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	padding: 10px 8px 10px 8px; 
	text-align: center;
}
a, .story-detail a {
	color: #891518;
	text-decoration: none;
}
a:hover, .story-detail a:hover {
	text-decoration: underline;
	color: #891518;
}
img {
	border: 0;
}
#pageContainer, .story-detail #pageContainer, .section-front #pageContainer {border:0; width:976px; padding:0;}
/* Most outer wrapper */
#w1 {
	width: 976px;
	margin: auto;
	text-align:left;
}
#w2 {
	background: #fff; 
	border: 1px solid #939495;
}
#header {	
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/top_header_logo.jpg) no-repeat;
	margin: 0;
	padding: 0;
	color: #fff;
}
.head_wrapper{float:left;height:170px;}
#header a {
	color: #fff;
	background: transparent;
}
#header div.logo {
	float: right;
	margin: 10px 0 10px 0;
}
#header div.ad {
	float: right;
	clear: both;
	margin-bottom: 20px;
    text-align: right;
}
#header div.ad2 {
    text-align: right;
    height: 90px;  
} 
#header div.nav {
	background: url(http://media.miamiherald.com/static/images/hs_nav_bg.gif) no-repeat;
	width:974px;
	height:31px;
	float:left;
	padding-top:10px;
	overflow:hidden;
}
#header div.nav ul li{
    background: transparent url(http://media.miamiherald.com/images/templates/hssports/header_nav_center.jpg) repeat-x;
	
}
#header div.nav div {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/header_nav_left.jpg) no-repeat;
	color: inherit;
	margin-left:20px;
}
#header div.nav ul {
	margin: 0pt 32px 0pt 2px;
	padding: 0;
	list-style: none;
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/header_nav_center.jpg) repeat-x;
	height:21px;
}
#header div.nav ul li {
	float: left;
	text-align: center;
	border-left: 1px solid #485158;
}
#header div.nav ul li.f {
	border: 0;
}
#header div.nav ul li a {
	padding: 2px 0 3px 0;
	text-decoration: none;
	display: block;
	border-right: 1px solid #7B8085;
	border-left: 1px solid #7B8085;
	width:100px;
}
#header div.nav ul li a:hover {
	color: #B2BBC0;
	background: inherit;
}
#header div.nav ul li.f a {
	border-left: 0;
	width:96px;
}
#header div.nav ul li.l {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/header_nav_right.jpg) no-repeat top right;
}
#header div.nav ul li.l a {
	border-right: 0;
}
div.content_top {}
#content, #rails {
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #A5A5A5;
	margin: 10px 0;
}
#content div.ad, #rails div.ad,
#content div.advertisement, #rails div.advertisement {
	margin-bottom: 10px;
}

ul.square {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.square li {
	background: transparent url(http://media.miamiherald.com/images/sbullet.gif) no-repeat left 5px;
	padding: 0 0 6px 14px;
}
#header #logo_upper_left, #header #logo_lower_left{
	
	margin:0px;
	padding:0px;
}
#header #logo_upper_left a, #header #logo_lower_left a{
	border:0px;
}
#header_logos
{
}
#w2 #header { background:none; }
#logo_upper_left {
	height:37px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#logo_upper_left a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header #header_col1 {float:left; width:228px;height:170px;overflow:hidden;}

#header #header_col2
{
	background:transparent url(http://media.miamiherald.com/static/images/hs_head_bg.gif) no-repeat;
	float:left;
	width:746px;
	height:170px;
	overflow:hidden;
}
/* search bar */
#searchbar, #left_rail div.content {border:0;}
ul#searchbar {
    background:transparent url(http://media.miamiherald.com/images/templates/hssports/search_center2.jpg) repeat-x scroll 0% 50%; 
	height:65px;
	margin: 10px 0 5px 5px;
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 11px;
	width:556px;
	float:left;
	border:0;
}
ul#searchbar a {
	color: #fff;
}
ul#searchbar li {
	float: left;
	margin: 0;
	padding: 0;
}
ul#searchbar li.l {
	width:110px;
	float: left;
	background:transparent url(http://media.miamiherald.com/images/templates/hssports/search_left2.jpg) no-repeat scroll 0% 50%; 
	height:65px;
}
#login_info{
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
}
ul#searchbar li.r {
	float: right;
	width:435px;
	text-align: right;
	background:transparent url(http://media.miamiherald.com/images/templates/hssports/search_right2.jpg) no-repeat scroll right 0pt;
	height:65px;
}
#header ul#searchbar li.r .cf{
	list-style:none;
	margin-top:5px;
}
ul#searchbar li.r div {
	padding-right: 15px;
	padding-top: 10px;
}
ul#searchbar li.l form {
	margin: 0;
	padding: 0;
}
ul#searchbar li.l form ul {
	margin: 8px 0 0 5px;
	padding: 0;
	list-style: none;
}
#searchbar li.l form ul li {
	float: left;
	padding-left: 5px;
}
#searchbar li.l form ul li input.radio {
	display: inline;
	vertical-align: -2px;
}
#searchbar li.l form ul li #keywords {
    width: 310px;
}
#infoBar { 
	line-height: 31px;
    margin-top: -5px;
	margin-bottom: 5px;
	font-size: 10px;
}
#infoBar a {
	color: #000;
}
#infoBar div {
	float: left;
	width: 33%;
}
#infoBar ul {
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#infoBar ul li {
	float: left;
	padding-right: 10px;
}
#infoBar ul li.xml {
	padding-top: 10px;
	line-height: 10px;
}
#infoBar div#sponsorad {
	text-align: center;
	margin: 0;
}
#infoBar div#sponsorad table {
	border-collapse: collapse;
	margin: auto;
}
#infoBar div#sponsorad table tbody tr td {
	padding-left: 4px;
	font-size: 10px;
}
#infoBar div#sponsorad table tbody tr td a {
	display: block;
	height: 31px;
}
#infoBar div.d {
	text-align: right;
	float: right;
}
#rails #left_rail {width:100%;}
/* skybox */
div.skybox { background: transparent url(http://media.miamiherald.com/images/templates/hssports/box_center_skybox4.gif) repeat-y; margin-bottom: 10px; }
div.skybox div.w1 { background: transparent url(http://media.miamiherald.com/images/templates/hssports/box_top.gif) no-repeat; }
div.skybox div.w2 { background: transparent url(http://media.miamiherald.com/images/templates/hssports/box_top_right.gif) no-repeat right 0; }
div.skybox ul { background: transparent url(http://media.miamiherald.com/images/templates/hssports/box_bottom_skybox.gif) no-repeat 0 bottom; list-style: none; margin: 0; padding: 0; }

div.skybox ul li { float: left; width: 24.9%; margin: 0; padding: 0; background: transparent; }
div.skybox ul li p { padding: 10px; margin: 0; }
div.skybox ul li p a.x { float: right; }
div.skybox ul li p a.t { display: block; font-size: 16px; font-weight: bold; color:#891518;}
div.skybox ul li p a.x img {
	border: 4px solid #E2E2E2;
}

div.boxt {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/tabs_center.jpg) repeat-x;
}
div.boxt h1 {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/tabs_right.jpg) no-repeat right 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
div.boxt span,
div.boxt a {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/tabs_left.jpg) no-repeat;
	display: block;
	color: #fff;
	padding-left: 10px;
	padding-top: 4px;
	line-height: 22px;	
}
.boxc {
	border-left: 1px solid #E4E8E9;
	border-right: 1px solid #E4E8E9;
	margin: 0;
	padding: 10px !important;
	list-style: none;
	line-height: 16px;
}
.boxb {
	height: 4px;
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/box_bottom.gif) no-repeat;
	margin-bottom: 10px;
}
.boxb div {
	height: 4px;
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/box_bottom_right.gif) no-repeat right 0;
}
div.wrap50501 {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/box_center_dual.gif) repeat-y;
	margin-bottom: 10px;	
}
div.wrap50502 {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/box_bottom_dual.gif) no-repeat 0 bottom;
	padding-bottom: 4px;
}
div.wrap50501 div.wrap50502 div.col {
	width: 472px;
	float: left;
}
div.topstory h2,
div.wrap50501 div.wrap50502 div.col h2 {
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
}
div.topstory a,
div.wrap50501 div.wrap50502 div.col a {
	display: block;
}
div.topstory a img,
div.wrap50501 div.wrap50502 div.col a img {
	border: 4px solid #E2E2E2;
	margin-left: 8px;
}
div.topstory ul li a img,
div.wrap50501 div.wrap50502 div.col ul li a img {
    border: 0;
    margin-left: 0;
}
div.topstory a.t,
div.wrap50501 div.wrap50502 div.col a.t {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 5px;
}
div.topstory a.r,
div.wrap50501 div.wrap50502 div.col a.r {
	float: right;
}
div.wrap50501 div.wrap50502 div.right {
	float: right;
}
div.topstory p,
div.wrap50501 div.wrap50502 div.col p {
	line-height: 18px;
    margin-bottom: 10px;
}
div.topstory p.bline,
div.wrap50501 div.wrap50502 div.col p.bline {
	font-size: 10px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #92959B;
	text-transform: uppercase;
}
div.left66 {
	width: 644px;
	float: left;
}
div.right33 {
	width: 300px;
	float: right;
}

div.left66 div.left,
div.left66 div.right {	
	width: 317px;
	float: left;
}
div.left66 div.right {
	float: right;
}
ul.oextras {
	padding: 0 !important;
	border-top: 0;
}
ul.oextras li {
	padding: 8px;
	border-top: 1px solid #E5E8E8;
}
ul.oextras li a {
	display: block;
	line-height: 16px;
}
ul.oextras li a span {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
ul.oextras li a img {
	float: left;
	margin-right: 8px;
}
ul.blogs li {
	margin-bottom: 10px;
}
ul.blogs li a {
	font-size: 16px;
}
ul.blogs li p {
	line-height: 16px;
	margin: 0;
	padding: 0;
}
ul.blogs li.m {
	background: transparent url(http://media.miamiherald.com/images/obullet2.gif) no-repeat 0 center;
	margin-bottom: 8px;
}
ul.blogs li.m a {
	font-size: 12px;
	padding-left: 12px;
}
div.poll form {
	margin: 0;
	padding: 0;
}
div.poll form p {
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 20px;
}
div.poll form ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
div.poll form ul li {
	float: left;
	width: 42%;
	padding: 0 0 5px 0;
	font-weight: bold;
}
div.poll form ul li.i {
	width: 7%;
}
div.poll form div.pollbut {
	text-align: center;
}
div.coaches p {
	margin: 0 0 10px 0;
	padding: 0;
}
div.coaches div {
	float: left;
	width: 48%;
}
div.coaches div.r {
	float: right;
}
#footer { border-bottom: 1px solid #939495; padding: 10px;  font-size: 11px;  }
#footer a.x { padding: 10px; display: block; float: left; }
#footer div { float: left; }
#footer div ul { list-style: none; margin: 10px 0 0 0; padding: 0;  }
#footer div ul li { float: left; padding: 0 8px 0 8px; border-left: 1px solid #000; }
#footer div ul li a { color: #000; }
#footer div ul li.f { border-left: 0; text-align: center;  }

/* story detail credits */
#credits {	background: #EFEFEF; padding: 10px 0 10px 0; font-size: 11px;}
#credits ul { list-style: none; margin: 0; padding: 0 0 0 120px;  }
#credits ul li { float: left; padding: 0 8px 0 8px; border-left: 1px solid #000; text-align: center; }
#credits ul li.f { border-left: 0; }
#credits ul li a { color: #000; }

#pre_footer {
	border-bottom: 1px solid #A5A5A5; 
	margin-bottom: 10px;
}
#pre_footer div.pldisc_ads {
	margin: 0;
	padding: 0;
	width: 640px;
	margin: auto;
}
#pre_footer div.pldisc_ads h2 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}
#pre_footer div.pldisc_ads table {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	width: 640px;
	border: 0;
	border-collapse: collapse;
}
#pre_footer div.pldisc_ads table tbody, 
#pre_footer div.pldisc_ads table tbody tr {
	border: 0;
}
#pre_footer div.pldisc_ads table tbody tr td {
	border: 1px solid #A5A5A5 !important;
}

#pre_footer #footerad {
	width: 420px;
	margin: auto;
	margin-bottom: 10px;
}


/* story template */

ul.storytop {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/bottom_dots.gif) repeat-x 0 bottom;
	font-size: 11px;
	list-style: none;
}
ul.storytop li.l {
	float: left;
	width: 30%;
	color: #949494;
}
ul.storytop li.r {
	float: right;
	width: 70%;
	text-align: right;
}
ul.storytop li.r ul.tools {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
ul.storytop li.r ul.tools li {
	float: left;
}
ul.storytop li.r ul.tools li a {
	color: #000;
	padding-left: 15px;
	padding-right: 10px;
	display: inline;
}
ul.storytop li.r ul.tools li.e {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/icon_mail.gif) no-repeat 0 center;
}
ul.storytop li.r ul.tools li.e a {
	padding-left: 20px;
}
ul.storytop li.r ul.tools li.p {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/icon_print.gif) no-repeat 0 center;
}
ul.storytop li.r ul.tools li.p a {
	padding-left: 18px;
}
ul.storytop li.r ul.tools li.li {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/icon_license.gif) no-repeat 0 center;
}
ul.storytop li.r ul.tools li.d {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/icon_delicious.gif) no-repeat 0 center;
}
ul.storytop li.r ul.tools li.di {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/icon_diggit.gif) no-repeat 0 center;
}
ul.storytop li.r ul.tools li.di a {
		padding-left: 20px;
		padding-right: 0;
}

div.story h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 25px;
	line-height: 28px;
}
ul.more_stories .story h1 {
	margin: 0 0 8px 0;
	font-size: 18px;
	line-height: 16px;
}
div.story div.bline {
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 16px;
}
div.story div.bline span {
	display: block;
	text-transform: uppercase;
}

div.story div.bline a {
	color: #000;
    display: block;
}
div.story table.storybox {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	border-collapse: collapse;
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/box_top.gif) no-repeat;
}
div.story table.storybox tr td {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/box_top_right.gif) no-repeat right 0;
	padding: 2px 0 0 0;
}
div.story table.storybox tr td div.boxc div.imageByline {
    display: block;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: right;
    text-transform: uppercase;
    color: #949494;
    width: 316px;
}    
div.story table.storybox tr td div.boxc div.imageCaption {
    display: block;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 10px;
    width: 316px;
}
div.story table.storybox tr td div.boxc div {
	width: 316px;
}
div.story table.storybox tr td div.boxc div ul li {
	line-height: 12px;
	background-position: 0 3px;
}
div.story table.storybox tr td div.boxc div span {
	display: block;
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 10px;
}
div.story table.storybox tr td div.boxc div span.credits {
	text-align: right;
	text-transform: uppercase;
	color: #949494;
}
div.story table.storybox tr td div.boxc div ul li.f {
	background: transparent url(http://media.miamiherald.com/images/obullet2.gif) no-repeat 0 2px;
}
div.story p {
	margin: 0 0 16px 0;
	padding: 0;
	line-height: 20px;
}
div.apvideo {
	padding: 5px !important;
}

/* Prospero styles */

#recent_comm { width:480px;  }
#recent_comm p.recent { margin: 1em 0 0 0; padding:8px 0 0 0; font-weight:bold; border-top:1px solid #ccc;  }
#recent_comm p.post { margin: 1em 0 0 0; padding:8px 0 1px 0; font-weight:bold; border-top:1px solid #ccc;  }
#recent_comm ul { margin:0; padding:0 0 0 5px; list-style: none;  }
#recent_comm li { margin:3px 0 0 0;  }
#recent_comm li a { background: url(http://media.miamiherald.com/images/balloon_mini_right.gif) no-repeat 0 2px; padding:0 0 0 18px;  }
#recent_comm li a:hover { background-position:1px 3px;  }
#recent_comm a.ptForumLink { font-weight:bold; display:block; margin:3px 0 0 15px;  }
#recent_comm textarea.ptTextBox { display:block;  }
#recent_comm .ptNameFieldLabel { padding-right:5px;  }
#recent_comm input#signature { margin-right:5px;  }


div.feedburnerFeedBlock ul {
	border-left: 1px solid #E4E8E9;
	border-right: 1px solid #E4E8E9;
	margin: 0;
	padding: 10px !important;
	list-style: none;
	line-height: 16px;
}
div.feedburnerFeedBlock ul li {
	margin-bottom: 10px;
}
div.feedburnerFeedBlock ul li a {
	font-size: 16px;
}
div.feedburnerFeedBlock ul li p {
	line-height: 16px;
	margin: 0;
	padding: 0;
}
div.feedburnerFeedBlock ul li.m {
	background: transparent url(http://media.miamiherald.com/images/obullet2.gif) no-repeat 0 center;
	margin-bottom: 8px;
}
div.feedburnerFeedBlock ul li.m a {
	font-size: 12px;
	padding-left: 12px;
}
div#creditfooter {
	border-left: 1px solid #E4E8E9;
	border-right: 1px solid #E4E8E9;
	margin: -10px 0 0 0;
	padding: -10px 10px 0 0 !important;
	text-align: right;
}

div.left66 div div.topStories {
	border: 1px solid #E4E8E9;
	border-top: 0;
	margin: 0;
	line-height: 16px;
}
div.left66 div div.topStories h2 {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/tabs_center.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 4px;
	line-height: 22px;
	color: #fff;
}

div.left66 div div.topStories ul.story_list {
	line-height: 16px;
	padding: 10px 10px 0 10px;
}
div.left66 div div.topStories ul.story_list li h1 {
	line-height: 16px;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 12px;
	font-weight: normal;
}
div.left66 div div.topStories ul.story_list li span {
	font-size: 10px;
}
ul.story_list li a {background:none; padding:0; display:inline;font-weight:normal;}
ul.story_list li a:hover {background:none;}
div.left66 div div.topStories div.more_container {
	padding: 0 10px 10px 10px;
	font-weight: bold;
}
div.left66 div div.topStories div.more_container span {
	color: #891518;
	line-height: 10px;
	font-weight: bold;
}
#header #header_row1{
	clear:both;
}
#header #header_row2{
	clear:both;

	padding-left:230px;	
	margin-top:5px;
}
#header #header_row3{
	clear:both;

}
#header_col2 #ad_dart_header
{
	float:left;
	margin-top:10px;
	margin-left:12px;
	margin-right:0px;
}

#header_col2 .leaderboard
{
	margin-right:0px;
	margin-left:5px;
	float:left;
	clear:both;
}

#header #header_row2 div.ad {
	float:left;
}

.left66 div.skybox {
	font-size:11px;
	background:transparent url(http://media.miamiherald.com/images/templates/hssports/skybox_image_66.jpg) repeat-y scroll 0% 50%
}
.left66 div.skybox ul li {
	width:32.4%;
	margin:2px;
	
}

.left66 div.full66 {
	width: 644px;
	clear:both
}


.html_module ul.oextras li a {
	display:inline;
}

.left66 div.skybox ul li p a.t {
	font-size:14px;
}

.topStories h2 a { color:#fff; }


#header ul#searchbar li.r .cf li label{
margin-left:5px;
}

ul#searchbar ul li {
margin-left:5px;
}
#header ul#searchbar li.c {
background:transparent url(http://media.miamiherald.com/images/templates/hssports/search_center_divider_2.jpg) no-repeat scroll 0% 50%;
height:65px;
width:5px;
}

.boxc .related_content_title { font-size:12px; }

.clear { clear:both; }

.yahoo_search .radio_label
{
	color:#000000;
	font-family:Verdana,Sans-Serif;	
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}

/* Fixes whitespace 10px right issue for IE6. */
#w2 #content {
	margin-right:0px;
}

/* IE6 hack to get the right column to behave on the 10px right margin */
* html #w2 #content 
{
	margin-right:0px;
	padding-right:0px;
}


.left66  ul .cf .story h1 ,.left66  ul .cf .story h1 
{
	font-size:18px;
	line-height:16px;
	margin-bottom:8px;
}
.image_highlight  img {float:left; padding:5px;}
.left66  ul .cf .story .kicker , .left66  ul .cf .story .kicker
{
	font-size:10px;
}
.left66 ul#galleries li{height:125px;width:295px;}
#pre_footer div.pldisc_ads h2 
{
	font-size:13px;
	font-weight:bold;
}
#footer{
	background-color:#525B64;
	color: #fff;	
}
#footer_links div a {
	color:#fff;
}
#footer_links .row1, #footer_links .row2, #footer_links .row3
{
	margin:0px;
	padding:0px;
	clear:both;
	text-align:center;
	margin-bottom:5px;
	width:956px;
}

#footer_logo
{
	width:956px;
	padding:0px;
	margin:0px;
	
}
#footer_logo a
{
	margin-left:410px;
}
/* IE6 hack to fix double left pixel bug */
* html #footer_logo a
{
	margin-left:205px;
}
#footer a.x 
{
	float:none;
}

#w2 #pre_footer {
	margin-bottom:0px;
}

#yahoo_match_content 
{
	margin-left:auto;
	margin-right:auto;
	float:none;
	width:420px;
}

div.wrap50502 div.col div.topStories {
	margin: 10px;
	/*border: 0;*/
}
div.wrap50502 div.col div.topStories ul li div.story div.image_highlight {
	float: right;
}
div.wrap50502 div.col div.topStories ul li div.story div.image_highlight img {
	border: 4px solid #E2E2E2;
	margin-left: 8px;
}
div.wrap50502 div.col div.topStories ul li div.story h3.kicker, ul.more_stories p.kicker {
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
}
div.wrap50502 div.col div.topStories ul li div.story h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
}
div.wrap50502 div.col div.topStories ul li div.story h1 a {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 5px;
}
div.wrap50502 div.col div.topStories ul li div.story p {
	line-height: 18px;
    margin-bottom: 10px;
}

div.poll {
	border: 1px solid #E4E8E9;
	border-top: 0;
	margin: 0 0 10px 0;
	line-height: 16px;
}
div.poll span.pollTitle {
	background: transparent url(http://media.miamiherald.com/images/templates/hssports/tabs_center.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 4px;
	line-height: 22px;
	color: #fff;
	display: block;
}
div.poll #poll_form, #poll_result {
	padding: 10px;
}

div.poll #poll_form span.question {
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 20px;
	display: block;
}
.poll .question {
	display:block;
}
div.poll #poll_form form {
	text-align: center;
}
div.poll #poll_form form label {
	padding: 0 0 8px 0;
	font-weight: bold;
	display: block;
	text-align: left;
}
.storyPubDate { display:none; font-size:10px;  }


/** START Storylevel SPILL Navigation area *************************************************************************************/
	div#storyBody div.spill_navigation {
		text-align: right;
		margin-top:10px;
		margin-bottom: 15px;
		clear: both;
	}
	div#storyBody div.spill_navigation div.next {
		display: inline;
		clear: none;
	}
	/**
	 * @section Pagination
	 * @note Pagination for the article view
	 */
	div.pagination {
		font-size: 12px;
	}
	div.pagination ol {
		display:inline;
	}
	div.pagination ol li {
		list-style:none;
		display: inline;
		clear: none;
		margin-right: 15px;
		padding: 0 20px 0 5px;
		border-right:1px solid #939495;
	}
	div.pagination ol li.fullstory {
		margin-right: 25px;
		padding-right: 20px;
		border-right: none;
	}
	div.pagination ol li.previous {
		margin-right: 15px;
		padding-right: 20px;
	}
	div.pagination ol li.last {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	div.pagination ol li.next {
		border-right: none;
		margin-left: 15px;
		padding-left: 20px;
		border-left:1px solid #939495;
	}
	div.pagination ol li a {
		color:#000000;
		text-decoration:none;
	}
	div.pagination ol li a:hover {
		color:#007ACA;
		text-decoration:none;
	}
	div.pagination ol li.currentpage {
		font-weight: bold;
	}
	div.pagination ol li a span.textarrow {
	}


	/* BEGIN Spill nav Top specific */
		div#storyBody div.story #storyBodyContent div.spill_navigation div.clear {
			clear:none;
			}

		div#storyBody #storyBodyContent div.spill_navigation {
			clear:none;
			padding-bottom:5px;
			text-align:center;
		}
		div#storyBody #storyBodyContent div.pagination ol {
			border-bottom:1px solid #939495;
			padding: 0 15px 5px 15px;
		}
		div#storyBody #storyBodyContent div.pagination ol li {
			margin-right: 0;
			padding: 0;
		}
		div#storyBody #storyBodyContent div.pagination ol li.next {
			margin-right: 0;
			padding-right: 0;
			margin-left: 5px;
			padding-left: 10px;
		}
		div#storyBody #storyBodyContent div.pagination ol li.currentpage {
			margin-right: 0;
			padding-right: 5px;
			margin-left: 0;
			padding-left: 5px;
		}
		div#storyBody #storyBodyContent div.pagination ol li.previous {
			margin-right: 5px;
			padding-right: 10px;
			margin-left: 0;
			padding-left: 0;
		}
	/* END Spill nav Top specific */

/** END Storylevel SPILL Navigation area *************************************************************************************/
/** BEGIN Storylevel Share Tools and Story Date area *************************************************************************************/
	#txtResizeTool {
		display: inline;
		border-right:1px solid #DDDDDD;
		padding: 0 15px 0 0;
		margin: 0 5px 0 0;
		float: right;
	}
	div#storyBody div#storyDate-Links {
		font-size: 10px;
		color: #666666;
		margin: 5px 0px 5px 0px;
	}
	div#storyBody div#storyDate-Links h5.storyPublishDate {
	/* Posted on Date */
		float: left;
		display: inline;
		padding: 0 0 3px 0;
	}
	div#storyBody div#storyDate-Links div.storyTools {
		font-weight: bold;
		display: inline;
	}
	div#storyBody div#storyDate-Links div.storyTools div.storyShareTextBar {
		float:right;
		text-align:right;
		width:480px;
	}
	div#storyBody div#storyDate-Links div.storyTools div.storyShareTextBar div.shareLinksArea {
		margin: 0 0 0 10px;
		float:right;
		display: inline;
		clear: none;
	}
	div#storyBody div#storyDate-Links div.storyTools div.storyShareTextBar div.shareLinksArea ul.shareLinks {
		margin: auto 0 auto 0;
	}
	div#storyBody div#storyDate-Links div.storyTools div.storyShareTextBar div.shareLinksArea ul.shareLinks li {
		margin:0 20px 0 0;
		display: inline;
		list-style-type: none;
		list-style-image:none;
		list-style-position:outside;
		clear: none;
	}
	#story_recommended_count {
	/* Pluck recommended link container */
		display: inline;
	}

	div#storyBody div#storyDate-Links div.storyTools div.storyShareTextBar div.shareLinksArea ul.shareLinks li.reprintStoryLink a { }
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li.reprintStoryLink a { }
	div#storyBody div#storyDate-Links div.storyTools div.storyShareTextBar div.shareLinksArea ul.shareLinks li.recommendStoryLink  { }
	div#storyBody div#storyDate-Links div.storyTools div.storyShareTextBar div.shareLinksArea ul.shareLinks li.recommendStoryLink a img {
	/* This wil laign the icon in the pluck recommend link */
		vertical-align:text-top;
	}
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li.recommendStoryLink  { }
	div#storyBody div#storyDate-Links div.storyTools div.storyShareTextBar div.shareLinksArea ul.shareLinks li.commentStoryLink a { }
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li.commentStoryLink a { }
	div#storyBody div#storyDate-Links div.storyTools div.storyShareTextBar div.shareLinksArea ul.shareLinks li.emailStoryLink a { }
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li.emailStoryLink a { }
	div#storyBody div#storyDate-Links div.storyTools div.storyShareTextBar div.shareLinksArea ul.shareLinks li.printStoryLink a { }
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li.printStoryLink a { }
	div#storyBody div#storyDate-Links div.storyTools div.storyShareTextBar div.shareLinksArea ul.shareLinks li.shareStoryLink a { }
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li.shareStoryLink a { }
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li.buzzStoryLink a { }

	div#storyBody div#storyDate-Links div.storyTools div.storyShareToolsBar {
		display: none;
		border-top:1px solid #DDDDDD;
		padding: 5px 0 0 0;
		margin: 0;
		clear: both;
	}
	div#storyBody div#storyDate-Links div.storyTools div.storyShareToolsBar div.shareLink {
		float: right;
		margin:0 5px 0 5px;
	}
	.deliciousIcon, .diggIcon, .yahooBuzzIcon, .googleBookmarksIcon, .redditIcon, .newsvineIcon, .aimIcon, .facebookIcon, .mySpaceIcon, .farkIcon {
	/* These are the containers for the share links */
	}



/** END Storylevel Share Tools area *************************************************************************************/

/** BEGIN Storylevel Share Tools Footer area *************************************************************************************/
	div#storyBody div.storyTools_footer {
		display: block;
		float: none;
		clear:both;
		border-top:1px solid #DDDDDD;
		border-bottom:1px solid #DDDDDD;
	}
	div#storyBody div.storyTools_footer div.storyShareTextBar {
		text-align:center;
		line-height:30px;
		font-size: 10px;
		font-weight: bold;
	}
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks {
		margin: auto 0 auto 0;
	}
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li {
		margin:0 25px 0 25px;
		padding: 0;
		display: inline;
		list-style-type: none;
		list-style-image:none;
		list-style-position:outside;
		clear: none;
	}

	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li a {
		padding: 7px 0pt 7px 26px;
	}
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li.reprintStoryLink a {
		background:transparent url(http://media.miamiherald.com/static/images/redesign/icons/story_level_multimedia/reprint_bg_small.gif) no-repeat scroll left 5px;
	}
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li.recommendStoryLink a {
		background:transparent url(http://media.miamiherald.com/static/images/redesign/icons/story_level_multimedia/recommend_bg_small.gif) no-repeat scroll left 5px;
	}
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li.emailStoryLink a {
		background:transparent url(http://media.miamiherald.com/static/images/redesign/icons/story_level_multimedia/mail_bg_small.gif) no-repeat scroll left 5px;
	}
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li.printStoryLink a {
		background:transparent url(http://media.miamiherald.com/static/images/redesign/icons/story_level_multimedia/print_bg_small.gif) no-repeat scroll left 5px;
	}
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li.shareStoryLink a {
		background:transparent url(http://media.miamiherald.com/static/images/redesign/icons/story_level_multimedia/plus_bg_small.gif) no-repeat scroll left 5px;
	}
	div#storyBody div.storyTools_footer div.storyShareTextBar div.shareLinksArea ul.shareLinks li.buzzStoryLink span.yahooBuzzBadge a {
		background:transparent url(http://media.miamiherald.com/static/images/redesign/icons/story_level_multimedia/buzz_bg_small.gif) no-repeat scroll -50px 5px;
		text-transform: lowercase;
		/* Additional transforms are handled via JQ after load */
	}
	div#storyBody div.storyTools_footer div.storyShareToolsBar {
		display: none;
		border-top:1px solid #DDDDDD;
		padding: 5px 0 5px 0;
		margin: 0;
		height:18px;
	}
	div#storyBody div.storyTools_footer div.storyShareToolsBar div.shareLink {
		float: right;
		margin:0 5px 0 5px;
	}
	.deliciousIcon, .diggIcon, .yahooBuzzIcon, .googleBookmarksIcon, .redditIcon, .newsvineIcon, .aimIcon, .facebookIcon, .mySpaceIcon, .farkIcon {
	/* These are the containers for the share links */
	}
	div#storyBody .storyYahooContentMatch {
		padding-top: 10px;
		margin: 10px auto 5px auto;
		text-align: center;
	}
	



/** END Storylevel Share Tools Footer area *************************************************************************************/

/** BEGIN Redesign Storylevel Asset area *************************************************************************************/

	div#storyBody div#assetsWrapper {
		display: inline;
		float:left;
		overflow:visible;
		clear: left;
		margin: 0;
		padding: 0;
	}
	div#storyBody div#assetsWrapper #storyAssets {
		margin: 0;
		padding: 0;
	}

	div#storyBody div.story div.vmix_html_module {
		display: inline;
		float:left;
		margin:0 10px 10px 0px;
		overflow:visible;
		width:316px;
		border:1px solid #E4E8E9;
		clear: none;
		padding:10px;
	}
	div#storyBody div.story div.html_module.vmix_html_module .storyAssetMediaLoadingImage {
	/* Main media viewing area loading icon. Destroyed after media is loaded */
		text-align: center;
		margin: 100px auto 100px auto;
	}

/** END Redesign Storylevel Asset area *************************************************************************************/






