*{
	margin:0;
	padding:0;
}

/*http://nicolasgallagher.com/micro-clearfix-hack/*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

ul#scoreboard-wrapper{
	display:block;
	width: 734px;
	height: 104px;
        margin: 0 auto;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#132845+0,051020+100 */
	background: #132845; /* Old browsers */
	background: -moz-linear-gradient(top,  #132845 0%, #051020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#132845), color-stop(100%,#051020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #132845 0%,#051020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #132845 0%,#051020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #132845 0%,#051020 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #132845 0%,#051020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#132845', endColorstr='#051020',GradientType=0 ); /* IE6-9 */
	
}

ul#scoreboard-wrapper li{
	float: left;
	display:inline-block;
	width: 25%;
	height: 96px;
	background:url(../_img/line.jpg) repeat-y left;
	background-size:1px;
	font-family: 'Merriweather', serif;
	text-align: center;
}
ul#scoreboard-wrapper li:first-child{
	background:none;
	border-bottom:solid 8px #ccd6de;
}
ul#scoreboard-wrapper li:first-child+*{
	border-bottom:solid 8px #70afe1;
}
ul#scoreboard-wrapper li:first-child+*+*{
	border-bottom:solid 8px #416683;
}
ul#scoreboard-wrapper li:first-child+*+*+*{
	border-bottom:solid 8px #bd2a2a;
}

ul#scoreboard-wrapper li span{
	display:block;
	margin-top:20px;
	font-size: 12px;
	font-weight: 700;
	color:#80b8e5;
	text-shadow: #000 1px 1px 1px;
}
ul#scoreboard-wrapper li strong{
	display:block;
	font-size: 30px;
	font-weight: 700;
	color:#fff;
	text-shadow: #000 1px 1px 1px;
}











