body {
	background-size: 100% 300%;
	background-repeat: no-repeat;
	background-color: #bc0000;
	color: white;
	font-family: Trebuchet MS, Arial, sans-serif;
	width: 92%;
	height: 100%;
	min-width: 1000px;
	margin: auto;
}

header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	min-width: 768px;
	text-align: center;
	background-color: rgba(0,0,0,0.25);
}	

#wrapper {
	/*position: relative;
	top: 50px;*/
	width: 100%;
	height: 100%;
	min-width: 800px;
	margin: auto;
	overflow: hidden;
	padding: 20px;
}

#search {
	position: relative;
	width: 50%;
	min-width: 300px;
	margin: auto;
}

.darkbox {
	margin-top: 20px;
	padding: 1px;
	/*background: rgba(0,0,0,0.33);*/
	background-color: #770000;
	border: 5px solid white;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.33);
}

#event-map {
	position:relative;
	width: 75%;
	padding: 5px;
	padding-bottom: 15px;
	margin: auto;
}

#map {
	width: 98%;
	height: 450px;
	margin: auto;
	background-color: gray;
}

#results {
	position: relative;
	width: 67%;
	padding: 20px;
	margin: auto;
	margin-bottom: 50px;
}

#select {
	width: 450px;
	margin: auto;
	margin-bottom: 5px;
	clear: both;
}

#options {
	width: 300px;
	margin: auto;
	margin-bottom: 5px;
}

.select li {
	display: block;
	float: left;
	padding: 10px;
	width: 100px;
	text-align: center;
	background: rgba(255,255,255,0.25);
}

.select li:hover, .select li:active{
	background: rgba(255,255,255,0.20);
}

#info {
	clear: both;
}

.textbox {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 1.1em;
	padding: 5px;
	border: 3px solid #BCBCBC;
	outline: none;
}

.title-large {
	padding: 10px;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

.title-small {
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

section{
	clear: both;
}

footer {
	position: fixed;
	bottom: -10px;
	left: 0px;
	width: 100%;
	height: 50px;
	min-width: 768px;
	padding: 1px;
	clear: both;
	text-align: center;
	background-color: #aa0000;
	border-top: 1px solid #990000;
}

.center {
	text-align: center;
}

.break {
	clear: both;
}

.bump {
	position: relative;
	top: -11px;
}

.bump a{
 	color: white;
}

.link {
	color: white;
	text-decoration: none;
}

.event:nth-child(odd) {
	background-color: rgba(0,0,0,0.1);
	margin-top: 10px;
	margin-bottom: 10px;
}

.event-title {
	color: white;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}

.artists {
	font-size: .9em;
	overflow: auto;
}

.description {
	position: relative;
	left: 25px;
}

.thumb {
	float: left;
	padding-right: 2px;
	padding-bottom: 2px;
}

.right {
	float: right;
	margin-top: 50px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.black {
	color: black;
	overflow: auto;
}

.black p {
	font-size: .9em;
}

.uncenter {
	text-align: left;
}

.label {
	font-weight: bold;
	padding: 2px;
}

.data {
	padding: 2px;
}

.tweets li{
	margin-bottom: 3px;
	list-style-type: none;
	float: left;
	width: 17%;
	height: 150px;
	overflow: hidden;
	padding: 5px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: .9em;
}

.tweets li:nth-child(2n+1){
	background-color: rgba(255,255,255,0.25);
}