/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 1em;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}
body {
	color: #833b13;
	font-family: "Myriad Pro", helvetica, arial, sans-serif;
	font-size: 1em;
	background: url(images/texture.jpg) repeat-y top center;
}
p {
	line-height: 1.7em;
}
li {
	list-style: none;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url(images/keys_background.jpg) no-repeat top left;
}
#logo {
	float: left;
	padding-top: 20px;
}
#back_button {
	position: relative;
	font-size: 14px;
	font-weight:bold;
	left: 80px;
}
#logo a {
	display: block;
	width: 563px;
	height: 332px;
	text-indent: -10000px;
	background: url(images/berklee_regattabar.png) no-repeat top left;
}
#header {
	overflow: hidden;
	margin-bottom: 45px;
}
address p {
	text-indent: -10000px;
}
#social_media {
	position: absolute;
	left: 700px;
	top: 132px;
}
#intro {
	width: 550px;
}
#intro h1 {
	margin-bottom: 20px;
	font-size: 1.6em;
	font-weight: 700;
}
#events_cont {
	clear: both;
	width: 700px;
	padding: 0 20px 0 15px;
}
#cols {
	margin-top: 45px;
}
#schedule td {
	float: left;
	width: 185px;
	margin-right: 20px;
	position: relative;
	vertical-align: top;
	padding-bottom: 25px;
}
#hours {
	text-indent: -10000px;
}
/* artist list styling */
.date {
	float: left;
	width: 25px;
	height: 28px;
}
.desc {
	clear: both;
	line-height: 1.2em;
}
.artist_title {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 15px;
	margin-left: 32px;
	font-weight: bold;
	line-height: 19px;
	font-family: Tahoma, "Myriad Pro", Hevetica, sans-serif;
}
/* footer */
#footer {
	margin-top: 30px;
	padding: 20px 0 0 15px;
	background: url(images/footer_background.jpg) no-repeat top left;
	height: 413px;
	clear: both;
}
#footer h3 {
	margin-bottom: 10px;
}
#sponsors li {
	float: left;
	margin-right: 20px;
}
#sponsors td {
	vertical-align: middle;
	height: 99px;
	padding-right: 10px;
}	
#sponsors td a {
	text-indent: -10000px;
	height: 99px;
}
#courtyard a {
	display: block;
	width: 69px;
	height: 99px;
	background: url(images/charles-logo.gif) no-repeat center center;
}
#regatta_logo a {
	display: block;
	width: 219px;
	background: url(images/Regattabar_logos.png) no-repeat center center;
}
#berklee_logo a {
	display:block;
	width: 116px;
	background: url(images/Berklee_logoBLACK.png) no-repeat center center; 
}

