.masthead-container {
	position: relative;
	background: #f1f2f3;
}
#masthead {
	background-color: #f1f2f3;
	background-image: url(/i/sports/v12/gfx/header-ring.jpg);
	background-position: 63% 0;
	background-repeat: no-repeat;
	height: 81px;
	width: 986px;
	margin: 0 auto;
	position: relative;
}
#masthead h2{
	position: absolute;
	top: 23px;
	left: 10px;
}
#contentgroup {
	overflow: hidden;
	width: 210px;
	height: 3px;
	float: left;
	padding-top: 25px;
	background: url(/i/sports/v12/gfx/sports-logo.png) no-repeat;
}

#sectionid{
	color: #222;
	font-size: 25px;
	font-family: 'Source Sans Pro', arial, sans-serif;
	margin-left: 9px;
	float: left;
	line-height: 100%;
	font-weight: bold;
	border-left: solid 2px #222;
	padding: 0 10px;
}

.hidepipe #sectionid { border: none; }

.quicklinks {
	width: 199px;
	height: 68px;
	padding-left: 6px;
	border-left: 1px solid #dadada;
	position: absolute;
	right: 6px;
}
.quicklinks ul {
	list-style-type: none;
	position: absolute;
	top: 18px;
	right: 0;
	padding-left: 0;
}
.quicklinks ul li {
	float: left;
	margin: 0 3px;
}
.quicklinks ul li a {
	text-decoration: none;
	color: #fff;
}
.quicklinks ul li a:hover {
	color: #ccc;
	text-decoration: underline;
}
.quicklinks ul.ql-social li a {
	background-image: url(/i/sports/v12/gfx/social-media-icons.png);
	background-repeat: no-repeat;
	width: 34px;
	height: 0;
	padding-top: 34px;
	display: block;
	overflow: hidden;
}
.quicklinks a.ql-tw {
	background-position: -39px;
}
.quicklinks a.ql-ins {
	background-position: -78px;
}
.quicklinks a.ql-you {
	background-position: -117px;
}
.quicklinks a.ql-rss {
	background-position: -156px;
}
.quicklinks a.ql-mob {
	background-position: -195px;
}

.quicklinks ul.ql-links {
	top: 41px;
}
.quicklinks ul.ql-links li {
	border-right: 1px dotted #fff;
	line-height: 80%;
	margin: 0;
	padding: 0 10px;
}
.quicklinks ul.ql-links li.last {
	border-right: none;
	padding-right: 3px;
}
.decorative-bar {
	height: 11px;
	width: 100%;
	position: absolute;
	bottom: 2px;
}
.decorative-bar .left {
	height: 11px;
	width: 50%;
	float: left;
	background: linear-gradient(90deg, #a78228, #d2b220);
}
.decorative-bar .right {
	height: 11px;
	width: 50%;
	float: left;
	background: linear-gradient(90deg, #d2b220, #a78228);
}
.first-decorative-line {
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 1px;
	background: #d3b220;
}
.second-decorative-line {
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #4e4200;
}