/*
	Super Bowl XLVI nav
	boston.com
	
	Styles for Super Bowl nav. 
	
	January 30, 2012
	By Grant Staublin
	
 */
 
#sb-header { 
    width: 959px; 
    height: 74px; 
    background: white; 
/*     margin-bottom: 1px;  */
	margin-bottom: -12px;
    padding-bottom: 39px; 
    padding-top: 10px;
}

#sb-header-inner {
     border-bottom: 2px solid #e5e5e5;
     padding-bottom: 7px;
     float: left;
     width: 100%;
}


#sb-header-logo {
	float: left;
	width: 288px;
}

#sb-header-logo img {
	max-width: 100%;
}

#sb-header-logo a:hover {
	border-bottom: none;
}

#sb-header-countdown {
	float: left;
	margin-left: 25px;
}

#sb-header-nav {
	float: right;
	padding-right: 10px;
	width: 253px;
}

#sb-header-countdown, #sb-header-nav {
	border-left: 1px solid #999;
	padding-left: 15px;
	margin-top: 7px;
}

#sb-header-nav ul {
	margin: 0;
	padding: 3px 0;
	list-style: none;
}

#sb-header-nav ul li {
	line-height: 18px;
}
#sb-header-nav span {
	color: #999;
	margin: 0 5px;
}

#sb-header-nav em {
	color: #af2227;
	margin-right: 2px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
}

#sb-header p {
    color: #464646;
    font-size: 14px;
    margin-top: 4px;
}





/* countdown */
#sb-header-countdown #countdown.simple {
	margin: 0;
	width: 350px;
}

#sb-header-countdown .overline {
	margin-bottom: 1px;
}

#sb-header-countdown .overline span {
	color: #999;
	margin-left: 5px;
}

#sb-header {
	zoom: 1;
}


/* sb-feature-title */
.sb-feature-title {
	color: #af2227;
	position: relative;
/* 	top: -108px; */
	top: -95px;
	left: 109px;
}



