/* Reset */

html, body, div, form, fieldset, legend, label {
	margin: 0;
	padding: 0; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol, li {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0; 
}

a {
	text-decoration: none;
	color: inherit;
}

/* fonts */

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('font/PTN57F-webfont.eot');
    src: url('font/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTN57F-webfont.woff') format('woff'),
         url('font/PTN57F-webfont.ttf') format('truetype'),
         url('font/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('font/PTC75F-webfont.eot');
    src: url('font/PTC75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTC75F-webfont.woff') format('woff'),
         url('font/PTC75F-webfont.ttf') format('truetype'),
         url('font/PTC75F-webfont.svg#PTSansCaptionBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('font/PTC55F-webfont.eot');
    src: url('font/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTC55F-webfont.woff') format('woff'),
         url('font/PTC55F-webfont.ttf') format('truetype'),
         url('font/PTC55F-webfont.svg#PTSansCaptionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('font/PTS76F-webfont.eot');
    src: url('font/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTS76F-webfont.woff') format('woff'),
         url('font/PTS76F-webfont.ttf') format('truetype'),
         url('font/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBold';
    src: url('font/PTS75F-webfont.eot');
    src: url('font/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTS75F-webfont.woff') format('woff'),
         url('font/PTS75F-webfont.ttf') format('truetype'),
         url('font/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('font/PTS56F-webfont.eot');
    src: url('font/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTS56F-webfont.woff') format('woff'),
         url('font/PTS56F-webfont.ttf') format('truetype'),
         url('font/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('font/PTS55F-webfont.eot');
    src: url('font/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTS55F-webfont.woff') format('woff'),
         url('font/PTS55F-webfont.ttf') format('truetype'),
         url('font/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('font/PTN77F-webfont.eot');
    src: url('font/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTN77F-webfont.woff') format('woff'),
         url('font/PTN77F-webfont.ttf') format('truetype'),
         url('font/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: "PTSansRegular";
}
h1, h2, h3, h4, h5, h6 {
	font-family: "PTSansCaptionRegular";
	margin: 0;
}

/* Layout */

body {
	color: #9f9987;
	background: #141c45;
	background: -moz-linear-gradient(left, #19245b 0, #0f1530 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, 0 0, 50% 0, from(#19245b), to(#0f1530));  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19245b', endColorstr='#0f1530',GradientType=1 );
}

#stadium {
	background-image: url(new-bashers-logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	padding: 0px 0px 0px 180px;
	margin: 69px 0 24px 69px;
	min-height: 180px;
}
.over {
	display: block;
	padding: 0px 0px 0px 180px;
	margin: 12px 0 12px 69px;
}
#pitch ol, #pitch ul {
	display: inline-block;
	width: 320px;
}
/* links */
a {
	color: #9d7b17;
	-webkit-transition: color .8s;
}

a:hover {
	color: #d8d3c1;
}

#stadium a {
	display: block;
	margin-bottom: 2px;
	font-size: 18pt;
}
#pavilion a {
	display: inline-block;
	height:48px;
	vertical-align: middle;
	line-height: 48px;
	font-size: 12pt;
	padding: 0 0 0 48px;
	margin: 8px 12px 8px 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#pavilion a:hover {
	background-position: 0 -48px;
}

#pitch a {
	color: #9f9987;
}
#pitch a:hover{
	color: #d4a51c;
}
#pitch .tit {
	font-family: "PTSansRegular";
	color: #9d7b17;
	font-size: 10pt;
}
.rss {
	background-image: url('rss.png');
}
.cal {
	background-image: url('cal.png');
}
.facebook {
	background-image: url('facebook.png');
}
.twitter {
	background-image: url('twitter.png');
}
.instagram {
	background-image: url('instagram.png');
}

.badge {
	display: inline-block;
	vertical-align: middle;
	line-height: 60px;
	height:  60px;
	margin-right: 18px;
}

.badge img {
	max-height: 60px;
	max-width: 120px;
	vertical-align: middle;
	width: auto;
	
}
.badge span {
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	padding: 0;
}
/* sponsors */

#sponsors {
	display: block;
	text-align: center;
	margin: 24px;
}

#sponsors img {
	width: 100%;
	height: auto;
}

#sponsors a {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 160px;
	margin: -12px 0 0 0;
	-webkit-transition: width 1.2s, height 1.2s;
}
#sponsors a:hover {
	height:240px;
	width: 240px;
	margin: -18px 0 0 0;
}

.ladder {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	margin: 0 24px 12px 0;
}

.ladder table {
	width: 100%;
	font-size: 9pt;
	font-family: 'PTSansNarrowRegular';
	background: #101324;
}

.ladder th {
	background: #192556;
}

.ladder td, .ladder th {
	margin: 0;
	padding: 4px 6px;
	width: 10%;
	text-align: right;
}

.ladder .data-name {
	width: 50%;
	text-align: left;
}

.ladder .Basher {
	background: #6f5713;
	color: #d8d3c1;
}