

.pageHeader {
	clear:both;
	display:block;
	text-align:center;
	border-bottom:1px dotted #ffffff;
	font-size:30px;
	padding-bottom:5px;
}

#centerCol {
	margin:0 auto;
	width:700px;
}

.post {
	text-align:justify;
	margin-bottom:20px;
	border-bottom:1px dotted #ffffff;
}

.post .title {
	display:inline;
	margin-right:10px;
	font-size:28px;
	line-height:28px;
}

.post .date {
	display:inline;
	line-height:28px;
}

.post .content {
	clear:both;
	margin-bottom:20px;
}

.post .youtube {
	margin:10px auto;
	width:425px;
	padding:0;
	border:5px solid #ffffff;
}

.show {
	border-bottom:1px dotted #ffffff;
	background-color: #333333;
	padding:10px;
}

.show .basicInfo {
	float:left;
	width:250px;
}

.show .venueTime {
	float:left;
	width:300px;
}

.show .moreInfo {
	float:left;
	text-align:center;
}

.show.alt {
	background-color: #393939;
}

.show .clearBoth { clear: Both;
}