.clear{ clear:both; }
html{
	height: 100%;
	min-height: 100%;
	width: 100%;
	font-size: 100%;
	/*background:url(/images/background.jpg) no-repeat fixed top center!important;*/
	background:url(/images/bg_images/2.jpg) no-repeat fixed top center!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	font-family:helvetica;
}
body{
	font-family: verdana;
	background:rgba(255,255,255,.83);
	margin:0px;
	padding:0px;
}
h1{text-align:center;}
header{
	margin-top:50px;
	margin-bottom:50px;
}
header #logo{
	margin:0px auto;
	max-width:100%;
}
header h1{
	color:#000;
	display:block;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
}
#social{
	margin:0px auto;
	text-align:center;
}
#social a{
	display:inline-block;
}
#social img{
	width:35px;
}

#content h1{
	font-weight:normal;
}
hr{
	margin-bottom:25px;
}
#content .event h2{
	font-weight:bold;
	margin:0px;
}
#content .event h3{
	font-weight:bold;
	margin:0px;
	padding-top: 6px;
	font-weight: normal;
	text-align: right;
}
#content .event .left_column{
	float:left;
	width:198px;
	margin-right:37px;
}

.button{
	background:url(/images/button.png) no-repeat;
	width:183px;
	height:38px;
	text-align:center;
	display:inline-block;
	color:white;
	text-decoration:none;
	margin-top:28px;
	padding-top:9px!important;
	border:none;
}
.button:hover{
	background:url(/images/button_over.png) no-repeat;
	color:#FFF;
	text-decoration:none;
}
.right_column h2{
	display:block;
	float:left;
	width:470px;
}
.right_column h3{
	display:block;
	float:left;
	width:190px;
}
.event{
	margin-bottom:80px;
}
.event .details{
	float:left;width:500px;
	margin-top:3px;
}
.event ul{
	list-style:none;
	padding-left:0px;
}
.event ul li{
	padding-left:18px;
}
.event .left{
	float:left;
	width:316px;
}
.event .right{
	float:left;
	width:340px;
}
footer{
	background: #FFF;
	padding: 6px;
	font-size: 14px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
}
footer .left{
	float: left;
	width: 294px;
	padding-left: 19px;
	color: #AAA;
}

footer .right{
	float:right;
	width:277px;
	text-align:right;
	padding-right:19px;
	color:#AAA;
}
footer .right a{
	color:#AAA;
	text-decoration:none;
}

.eventbrite_iframe iframe{
	height:288px;
}