body {
	background-color: #181818;
	margin-top: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

a:link {
	color: #0099CC;
}

a:visited {
	color: #0099CC;
}

a img {
	border: 0;
}

#wrapper {
	width: 672px;
	background-color: black;
	margin: 0 auto;
}

#search_bar {
	background-color: white;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

#search_bar div {
	width: 224px;
	float: left;
	text-align: center;
}

#content {
	width: 100%;
	background-color: white;
	padding-top: 10px;
}

.post {
	margin: 0 6px;
}

.right {
	text-align: right;
	margin-top: 1px;
}

.right a, .right img {
	text-decoration: none;
	border: 0;
}

.slideshow {
	margin-top: 10px;
}

.details_line {
	font-size: 10px;
}

.title {
	color: #09C;
	font-size: 30px;
	line-height: 0.9;
	margin: 0px;
	text-decoration: none;
}

.bands {
	color: black;
	font-size: 24px;
	line-height: 20px;
	text-decoration: none;
}

.custom {
	color: black;
	font-size: 12px;
}

.bullet {
	color: #CC0;
	font-size: 24px;
	line-height: 0.7;
}

.date_location {
	color: #C06;
	font-size: 10px;
	line-height: 0.7;
}

#pagination {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	background-color: white;
}

#pagination a {
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 2px;
}

#pagination a.current, #pagination a:hover {
	border-bottom: 3px solid #0099CC;
}

#search_results {
	display: none;
	background-color: white;
	width: 500px;
	position: absolute;
	z-index:  555;
	margin-top: 2px;
	-moz-box-shadow: 5px 5px 15px #000000;
	-webkit-box-shadow: 5px 5px 15px #000000;
	
}

.search_result {
	text-align: left;
	float: left;
	clear: both;
	cursor: pointer;
	width: 100%;
}

.search_result .thumbnail {
	float: left;
	margin-right: 10px;
}

.search_result .thumbnail img {
	opacity: 0.8;
}

.search_result .search_title {
	float: left;
	clear: right;
	width: 400px;
}