#venue {
}

#controller {
	padding: 0;
	margin-bottom: 8px;
}

#controller table tr td {
	padding: 0;
}

#controller table tr td h1 {
	font-size: 15pt;
}

#controller table tr td h1 a {
	display: block;
	text-decoration: none;
}

#controller table tr td h1 a:hover {
	color: #fc0;
}

#venue-sidebar {
	width: 280px;
	float: left;
	background: #47a;
	color: #fff;
}

#venue-sidebar ul {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0;
}

#venue-sidebar ul li {
	margin: 4px;
	padding: 0;
	display: block;
}

#venue-sidebar ul li a {
	height: 32px;
	display: block;
	background: #369;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#venue-sidebar ul li a:hover {
	background: #000;
	color: #fc0;
}

#venue-sidebar ul li a span {
	display: block;
	padding: 8px 0 0 8px;
}



#venue-main {
	width: 672px;
	float: right;
}

#venue-main h2 {
	background: #fc0;
	color: #000;
	padding: 8px;
	margin: 0 0 4px 0;
}


#map {
	width: 672px; 
	height: 800px;
}

#map.map-city {
	width: 670px; 
	height: 300px; 
	margin: 0 auto 8px auto; 
	border: 1px solid black;
}


.venue {
	margin: 0 0 8px 0;
}

#venue-main h3 {
	width: 352px;
	float: left;
	background: #47a;
	color: #000;
	margin: 0;
}

#venue-main h3 a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px;
}

#venue-main h3 a:hover {
	color: #fc0;
}

#venue-main address {
	display: block;
	width: 304px;
	float: right;
	margin: 0;
	background: #47a;
	color: #fff;
	padding: 8px;
	text-align: right;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}

.venue-event {
	margin: 8px 0;
	height: 64px;
}

.venue-event h4 {
	font-size: 10pt;
	font-weight: bold;
	margin: 4px 0 12px 0;
}

.venue-event h4 span {
	display: inline;
	background: #000;
	color: #fff;
	padding: 4px;
}

.venue-event h4 a {
	display: inline;
	background: #fc0;
	color: #000;
	text-decoration: none;
	padding: 4px 4px;
}

.venue-event h4 a:hover {
	display: inline;
	background: #000;
	color: #fc0;
	text-decoration: none;
	padding: 4px 4px;
}


.venue-event-no-image {
	border: 1px dashed #aaa;
	float: left;
	width: 64px;
	height: 64px;
}

.venue-event-image {
	float: left;
	width: 64px;
	height: 64px;
}

.venue-event-image a {
	display: block;
	width: 64px;
	height: 64px;
}

.venue-event-image a span {
	display: none;
}

.venue-event-info {
	float: left;
	width: 584px;
	margin: 0 0 0 8px;
}

.venue-event-info p {
	margin: 0;
}
