/* This holds everything from the marquee to the ESPN scores section */




@font-face {
	font-family: 'PinewoodRegular';
	src: url('../fonts/Pinewood.eot');
	src: local('Pinewood'), local('Pinewood'), url('../fonts/Pinewood.woff') format('woff'), url('../fonts/Pinewood.ttf') format('truetype'), url('../fonts/Pinewood.svg#Pinewood') format('svg');
}

@font-face {
	font-family: 'ArmaliteRifleRegular';
	src: url('../fonts/armalite_rifle.eot');
	src: local('Armalite Rifle'), local('ArmaliteRifle'), url('../fonts/armalite_rifle.woff') format('woff'), url('../fonts/armalite_rifle.ttf') format('truetype'), url('../fonts/armalite_rifle.svg#ArmaliteRifle') format('svg');
}

@font-face {
	font-family: 'BLOODY';
	src: url('../fonts/BLOODY-webfont.eot');
	src: local('BLOODY'), local('BLOODY-webfont'), url('../fonts/BLOODY-webfont.woff') format('woff'), url('../fonts/BLOODY-webfont.ttf') format('truetype'), url('../fonts/BLOODY-webfont.svg#BLOODY') format('svg');
}

@font-face {
	font-family: 'Exotica';
	src: url('../fonts/Exotica-webfont.eot');
	src: local('Exotica-webfont'), local('Exotica-webfont'), url('../fonts/Exotica-webfont.woff') format('woff'), url('../fonts/Exotica-webfont.ttf') format('truetype'), url('../fonts/Exotica-webfont.svg#Exotica-webfont') format('svg');
}

@font-face {
	font-family: 'Softfade';
	src: url('../fonts/Softfade-webfont.eot');
	src: local('Softfade-webfont'), local('Softfade-webfont'), url('../fonts/Softfade-webfont.woff') format('woff'), url('../fonts/Softfade-webfont.ttf') format('truetype'), url('../fonts/Softfade-webfont.svg#Softfade-webfont') format('svg');
}

@font-face {
	font-family: 'WOODENNICKEL';
	src: url('../fonts/WOODENNI-webfont.eot');
	src: local('WOODENNI-webfont'), local('WOODENNI-webfont'), url('../fonts/WOODENNI-webfont.woff') format('woff'), url('../fonts/WOODENNI-webfont.ttf') format('truetype'), url('../fonts/WOODENNI-webfont.svg#WOODENNI-webfont') format('svg');
}

@font-face {
	font-family: 'District';
	src: url('../fonts/District.eot');
	src: local('District'), local('District'), url('../fonts/District.woff') format('woff'), url('../fonts/District.ttf') format('truetype'), url('../fonts/District.svg#District') format('svg');
}

@font-face {
	font-family: 'Kingthings';
	src: url('../fonts/Kingthings_Foundation-webfont.eot');
	src: local('Kingthings_Foundation-webfont'), local('Kingthings_Foundation-webfont'), url('../fonts/Kingthings_Foundation-webfont.woff') format('woff'), url('../fonts/Kingthings_Foundation-webfont.ttf') format('truetype'), url('../fonts/Kingthings_Foundation-webfont.svg#Kingthings_Foundation-webfont') format('svg');
}


body {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 20px 0;
	border: 0;
	background-image:url(../images/WoodPost.jpg);
}




/* ------------  Header  --------------- */
#marquee {
	background-image:url(../images/wood.png);
	width:800px;
	border-bottom:thin #000000 solid;
	background-color:transparent;
	margin: 0 auto;
}

#masthead {							/*  --- This consists of the Logo and LogoSidebar in the header  ---  */
	background-image:url(../images/bkgd.png);
	width: 800px;
	margin: 0;
	overflow: auto;
}

#mastheadPic{						/*------------This is the Logo in the Header--------------*/
	width:500px;
	height:200px;
	vertical-align:top;
}

#logoSidebar{						/* --------This is the section next to the Logo---------*/
	background-image:url(../images/bkgd.png);
	width:800px;
	padding: 0;   			/* top & bottom padding = 0 - right and left padding was = 100 */
	font-family:"District";
	background-color:#c59434;
}

#slogan{							/*--------The section right under the Header Logo---------------*/
	width:300px;
	vertical-align:top;
	font-family: 'District';
	
}

#container {						/* ----  The overall page control  ---- */
	background-image:url(../images/bkgd.png);
	width: 800px;
	margin: 0 auto;
	color:#000;
	border:thin #000 solid;
	padding: 0;

}
