@charset utf-8;

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,
i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,
header,footer,nav,section,summary,time,mark,audio,video {
	margin:0;padding:0;border:0
	}

ul {
	list-style-type: none;	
	}
a {
	text-decoration: none;	
	}

body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;	
	}

img {
	margin: 10px 0 0;	
	}

p {
	font-size: .8em;	
	}

h2 {
	font-size: .8em;
	color: #555;	
	}

.fb-like {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 55px;
	overflow: hidden;	
	}
	
	
	
a:link {
	color: #075b01;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #075b01;
}
a:hover,a:active {
	color: #0fd003;
}

#main {
	width: 80%;
	margin: 25px auto;	
	}

#left {
	position: relative;
	float: left;
	width: 40%;	
	}
	
#right {
	position: relative;
	float: right;
	width: 40%;		
	}

/* bands in town */
#bit-events table {
	background-color: #ded;	
	}
	
.bit-bottom {
	display: none;	
	}
	
.bit-event-details {
	background-color: #e55;	
	}
