/* site screen */

body {
	background: url('/images/background.jpg') black repeat top left; color: white;
}

h1, h2, h3, p, ul, li, a { color: white; }

a:visited { color: #eee; }
a:hover {color: yellow; }
a:active {color: yellow; }

.container {border: solid 20px #333; background-color: black;}

#header {
	position: relative;
	background: url('/images/bg_header.jpg') black no-repeat top left;
	padding-top: 25px;
	height: 251px;
	z-index: 1;
}

#main {padding: 10px;}

#footer {
	background: url('/images/bg_footer.jpg') black no-repeat top left;
	height: 335px;
	padding-top: 45px;
}

#footer img {
	margin: 0;
	margin-right: 20px;
}

/* Home */

#upcoming {margin-left: 10px; width: 630px; float: left; }
.event {width: 100%; text-align: center; height: 475px;}
#upcoming h1 {
	margin-bottom: 0; 
	text-align: left;
	border-bottom: solid 1px white;
}
#upcoming h2 {
	text-align: right; 
	margin: 0; 
	border-top: solid 1px white;
}

#upcoming img {margin: 0; max-height: 375px; overflow: hidden; }

#social {width: 255px; margin-left: 660px; margin-top: -10px; z-index: 5; }
#tweets {border-bottom: solid 1px white; }


/* Text and graphic Styles */

h1.title {border-bottom: solid 1px white;}
img.bandPhoto {border: solid 1px white; max-width: 600px;}






































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

