@charset "utf-8";
/* CSS Document */

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, section, article, aside, footer { 
    display: block; 
}

body {
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	background: black;
		}
		
#cup {
	height: auto;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
		
		
		
#cup header {
	text-align: center;
	padding: 5px;
	height: 200px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
    }
#cup header h1 {
	text-align: center;
	font-size: 40px;
}
#cup header #headergroup {
	
	background-color: #FFC;
	border: 2px solid #F00;
}

#info {
	width: 700px;
	height: 50px;
	border: 2px solid yellow;
	margin-left: auto;
	margin-right: auto;
		}
#cup header #info h3 {
	display: inline-block;
	word-spacing: 70px;
}


#cup section {
	color: #F00;
	margin: 3px;
	width: 1100px;
	border: 2px solid #FF0;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#cup section article #Saying {
	background-position: left;
	display: inline;
	height: 220px;
	width: 140px;
	float: left;
	margin-left: 45px;
	padding: 5px;
}
#cup section article #Saying h2 {
	font-size: 20px;
}

#cup section article #rollpic {
	display: inline;
	width: auto;
	height: auto;
	float: left;
	margin-left: 130px;
	
}
#cup section article #funny {
	display: inline;
	height: auto;
	width: auto;
	float:left;
	padding: 5px;
	margin-left: 5px;
}

#cup section article #funny p {
	font-weight: bold;
	font-style: italic;
}
#cup section article #mag {
	clear: both;
	float: none;
	height: 35px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	
}
#cup section article #mag h1 {
	text-align: center;
	margin-bottom: 3px;
	font-size: 35px;
}

#top {
	text-align: center;
}
#cup section article #sponsors {
	display: inline;
	margin: 10px;
	float: left;
	height: 455px;
	width: 200px;
	border: 3px groove #FF0;
	}

#cup section article #sponsors h1 {
	font-size: 45px;
}
#cup section article #sidewinder {
	display: inline;
	float: left;
	height: 400px;
	width: 400px;
	font-size: 25px;
	font-family: "Comic Sans MS", cursive;
	text-align: center;
	}
#cup section article #sidewinder h1 center {
	font-family: "Comic Sans MS", cursive;
	font-size: 40px;
}
#cup section article #sidepic {
	display: inline;
	float: left;
	width: 350px;
	Margin-top: 40px;
}
#cup section article #sidebar {
	text-align: center;
	clear: both;
	float: left;
	height: 1100px;
	width: 220px;
	border: 3px groove #FF0;
	margin: 10px;
}
#cup section article #sidebar #comic {
	height:160px;
	width:200px;
	font-family: "Comic Sans MS", cursive;
}

#cup section article #sidebar #chop {
	height: 100px;
	width:220px;
	font-family: "Comic Sans MS", cursive;
}
#cup section article #sidebar #staff {
	height: 200px;
	width:200px;
	font-family: "Comic Sans MS", cursive;
	}
	
	#cup section article #sidebar #critic {
	height: 80px;
	width:170px;
	font-family: "Comic Sans MS", cursive;
	}
	
	#cup section article #sidebar #bands {
	height: 125px;
	width:230px;
	font-family: "Comic Sans MS", cursive;
	}
	
	#cup section article #sidebar #Vamp {
	height: 300px;
	width:200px;
	font-family: "Comic Sans MS", cursive;
	}
	
	#cup section article #barstow {
	font-family: "Comic Sans MS", cursive;
	display: inline;
	margin-left: 35px;
	float: left;
	height: 680px;
	width: 700px;
	margin-left: 50px;
	font-size: 24px;

}



#cup footer {
	clear: both;
	float: left;
	height: 50px;
	width: 888px;
	font-family: "Comic Sans MS", cursive;
	text-align: center;
	margin-top: 15px;
	
}
a:link {
	color: red;
}

a:hover {
	background-color: #ffe4b5;
}
a:active {
	color: #36F;
}
a:visited {
	color: #F00;
}

#cup section article #barstow h1 {
	font-size: 36px;
}