/* CSS Document */
html, body, div { padding: 0px; margin:0px; }

.clear { clear: both; }
.container {
	width: 980px;
	margin: auto;
}
.right-container {
	width: 700px;
	float:right;	
	margin-top:50px;
	margin-bottom:25px;

}
.header {
	background-color:#white;
	color:#666666;
	border:4px solid black;	
	font-family:Rockwell;
	font-size:50px;
	padding: 20px;
	box-shadow: 6px 8px 14px black;
}
.header p {
	
	font-size:20px;
	float:right;
}
.content { 
	margin-top:30px;
	background-color: white;
	color: #666666;
	font-family:Rockwell;
	border: 4px solid black;
	overflow: hidden;
	padding: 20px;
	box-shadow: 6px 8px 14px black;
	width:700;
    height:535px;
    overflow-y: scroll;
    max-width:900px;
    max-height:600px;
}
.content h1 {
	font-size:40px;
}
p {
	font-family:Rockwell;
}
.alignright {
	float: right;
	border:2px solid black;
}
.alignleft {
	float:left;
	border:2px solid black;
}
.alignleft:hover {
	float:left;
	border:2px solid red;
}
body {
	background-image:url('images/festival-crowd.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background: url('images/festival-crowd.jpg') no-repeat;
	background-size: 125%;
}
.home {
	background-color:red;
}
.festivals {
	background-color:blue;
}
.news {
	background-color:green;
}
.about {

	background-color:#FF9933;
}
.navbutton:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.navbutton {
	width:230px;
	height:50px;
	opacity:0.6;
	filter:alpha(opacity=60);
	color:white;
	font-family:Rockwell;
	font-size:40px;
	padding-left:20px;
	margin-bottom:20px;
	display:block;
	box-shadow: 6px 8px 14px #666666;
}
.nav {
	float:left;
	width: 250px;
	margin-top: 50px;
}
hl {
	font-size:30px;
}
.feed {
	width:226px;
	height:410px;
	background-color:white;
	float:left;
	box-shadow: 6px 8px 14px #666666;
	color:#666666;
	font-family:Rockwell;
	border:4px solid black;
	padding:10px;
	font-size:30px;
}
.feed p {
	font-size:25px;
}
.feed img {
	height:200px;
	width:200px;
}
.feed img:hover {
	height:205px;
	width:205px;
}
.newstshirt {
	height:215px;
	width:215px;
	border:2px dashed black;
}
.facebook {
	width:475px;
	height:100px;
}
.facebook:hover {
	width:480px;
	height:105px;
}
.twitter {
	width:475px;
	height:100px;
	float:right;
}
.twitter:hover {
	width:480px;
	height:105px;
}
.footnote {
	color:white;
	font-family:Arial;
}      