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

body {
	width: 100%;
	background-color: #F3ECD3;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #565600;
	margin:0;
	padding: 0;
	}
	
h1 {
	font-size: 200%;
 	font-weight: bolder;
	text-align: center;
	}
h2 {font-size: 150%; text-align: center;} 	
h3 {font-size: 100%; text-align: center;}

#header {text-align: center;}

#dtoon {width: 100px;}

#logo {width: 400px;}



.navbar {
	background-color: #8e791a;
	width: 100%;
	height: 50px;

}

.navbar ul {
	width: 700px;
	list-style: none;
	max-width: 100%;
	background-color: #8e791a;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}
	
.navbar li {
	float: left;
	padding-right: 10px;

	line-height: 10px;
	vertical-align: top;
	top: -10px;
}

.navbar a {
	text-decoration: none;
	color: yellow;
	}

#photos {width: 100%;}


	
.clearfix {clear: both;}	

#promo {
	width: 60%;
	float: left;
	margin:3%;
}

#sidebar {
	background-color: #cce28a;
	width: 28%;
	float:left;

	padding: 3% 1% 3% 1%;
}



.buttonbox {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fcff00;
	text-align: center;
	margin-top: 10px;
}

.buttonbox p {
	text-decoration: none;
	text-align: center;
	font-family: Arial Black, san-serif;
	color: #2e9008;
	
}
.buttonbox a {
	background-color: #fcff00;
	text-decoration: none;
}

.buttonbox p:hover {color: #00c9aa;}

#footer { 
	background-color: #8e791a;
	width: 100%;
	height: 80px;
	padding: 10px;
}
#footer h3 {
	color: white;
}
#footer a {
	text-decoration: none;
	color: white;
}

#footer a:hover {color: #00c9aa;}

#footer img {
	width: 30px;
	margin-left: 47%;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	clear: both;
}



@media screen and (max-width: 740px){
	
#logo {width: 90%; margin: 3%;}	
	
.navbar {position: relative;}

.navbar ul li ul {width: 120px;}

.navbar ul li a {
	display: none;
}

#icon {
	width: 40px;
	float: right;
	display: list-item;
	padding-right: 10%;
}

.navbar ul li:hover ul a{
	display: list-item;
	float: none;
	clear: both;
	line-height: 30px;
}

#dropdown {position: absolute;}

.navbar ul li:hover #toon {
	clear:both; }


.live {
	float: left;
	text-align: center;
	max-width: 90%;
	max-height: 90%;

	margin: 2%;
	padding: 1px;
	border: thin solid olive;
	}
	
.live img {max-width: 90%;}	
	

#promo {width: 100%;}
#sidebar {width: 100%}
#footer {height: 80px;}
}

@media screen and (min-width: 741px){
#dropdown li {
	display:none;
}
.navbar li {
	width: auto;
	line-height: 46px;
	float: left;
	background-color: #8e791a;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
	}
	
	
.live {
	float: left;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border: thin solid olive;
	}
	
.live img {width: 300px;}	
			
}
