/* 
Final Project megaman Style Sheet
Author: Ryan Bourrie
Date: 05/28/2016
*/


body {
	background-image: url(gamingbg.jpg);
	background-repeat: repeat;
}



/*header styles */

img.megaman3 {
	position:absolute;
	left: 700px;
	margin-bottom: 100px;
}

img.megaman {
	position: absolute;
	left: 50px;
	transform: scaleX(-1);
	margin: 1px;
}
img.megaman2{
	position:absolute;
	right: 50px;
	margin: 1px;
}

#sidebar {
	background-color: blue;
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
	position: fixed;
	top: 300px;
}
#sidebar tr, td{
	padding: 5px;
}



section.video {
	position: fixed;
	top: 275px;
	left: 800px;
	text-align:center;
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
	margin: 10px;
}
div.theme{
	position: fixed;
	bottom: 10px;
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
	width:300px;
	
	
}
article {
	position: fixed;
	top: 350px;
	left:425px;
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
	background-color:Blue;
	height:250px;
	width: 300px;
	
}
div.poll { 
	position: fixed;
	top: 350px;
	left:175px;
	background-color: blue;
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
	

}
ul {
	list-style: none;
}

#bosslist {
	position:fixed;
	top: 315px;
	right: 200px;
}
#bosslist table, th, td { 
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
	background: blue;
	border: 1px solid black;
	
}

#bosslist th, td {
	padding: 5px;
	
}
a {
	text-decoration: none;
	color: white;
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
}