.header {
	background: url(../img/bg.png);
	padding: 15px 10px 2px 10px;
}
.links {
	line-height: 9px;
}
.copy .date {
	font-size: 10px;
}
.clear {
	background: none;
	border: none;
}
.submit {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #998241;
	border: 1px #998241 outset;
	padding: 1px 5px;
}
#showheader {
	display: table;
	height: 20px;
	margin: 30px auto 0px auto;
	padding-top: 10px;
	width: 800px;
	background: #a1915c; 
}
#showheader div {
	font-weight: bold;
	color: #ffffff;
}
#show {
	display: table;
	width: 800px;
	padding: 10px 0px;
	margin: 1px auto;
	background: url(../img/bg.png);
	cursor: pointer;
}
#show:hover {
	background: url(../img/bg2.png);
}
#show:hover div {
	color: #000000;
}
#show .date, #showheader .date {
	display: table-cell;
	float: left;
	width: 100px;
	padding-left: 10px;
}
#show .venue, #showheader .venue {
	display: table-cell;
	float: left;
	width: 320px;
}
#show .with, #showheader .with {
	display: table-cell;
	float: left;
	width: 270px;
}
#show .tickets {
	display: table-cell;
	float: left;
	width: 90px;
	padding-right: 10px;
	text-align: right;
}
.footer {
	height: 20px;
	margin: 10px auto;
	width: 800px;
	color: #978a7e;
}
#showdetails {
	width: 740px;
	margin: 30px auto;
	background: url(../img/bg2.png);
	padding: 20px 30px;
}
#showdetails .date {
	font: bold 14px Verdana, sans-serif;
}
#showdetails .venue {
	font: bold 14px Verdana, sans-serif;
	color: #996600;
}
#showdetails .time, .small {
	font-size: 9px;
}
#showdetails .tickets {
	margin: 25px 0px;
}
#going {
	width: 800px;
	margin: 0px auto;
}
#going .status {
	font-weight: bold;
	margin-bottom: 5px;
}
#going .status .number {
	color: #996600;
}
#going .row {
	text-align: center;
}
#going .row a img {
	border: 1px #666666 solid;
	margin-right: 4px;
	width: 24px;
	height: 24px;
}
#going .row a:hover img {
	border: 1px #00ccff solid;
}
#promos {
	width: 200px;
	font-size: 10px;
}
#promos a img {
	width: 198px;
	height: 100px;
	border: 1px #666666 solid;
}
#promos a:hover img {
	border: 1px #00ccff solid;
}
#comment {
	position: relative;	
	background: url(../img/header_comments.png) no-repeat;	
	width: 200px;
	padding-top: 22px;
}
#comment .post {
	position: absolute;
	top: 5px;
	right: 0px;	
}
#columnleft {
	width: 370px;
	margin: 30px 0px 0px 100px;
	padding: 10px;
	background: url(../img/bg.png);
	float: left;
	min-height: 250px;
}
#columnright {
	width: 370px;
	margin: 30px 0px 0px 20px;
	padding: 10px;
	background: url(../img/bg.png);
	float: left;
	min-height: 250px;
}
#columnleft img, #columnright img {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 5px;
	border: 5px #ffffff solid;
}
#columnleft #buy, #columnright #buy {
	font: normal 10px Verdana, sans-serif;
	color: #9d8646;
}
#columnleft #tracks, #columnright #tracks {
	font: bold 10px Verdana, sans-serif;
	clear: left;
	padding-top: 10px;
	color: #978a7d;
}
#center {
	position: relative;
	width: 800px;
	margin: 30px auto;
}
#photo {
	position: relative;
	width: 800px;
	margin: 0px auto;
}
#photo #menu {
	position: absolute;
	top: -30px;
	right: -90px;
	text-align: right;
	z-index: 5;
}
#photo #menu select {
	color: #ffffff;
	background: #cc9900;
	border: #cc9900 1px inset;
	font-size: 10px;
}
#photo .pics {
	position: absolute;
	top: 30px;
	left: 25px;
	width: 752px;
	z-index: 1;
}
#photo .pics img {
	margin-right: 5px;
	height: 40px;
}
#photo .pics a img, #photo .pic a img {
	border: 1px #666666 solid;
}
#photo .pics a:hover img, #photo .pic a:hover img {
	border: 1px #00ccff solid;
}
#photo .prev {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 14px;
	z-index: 2;
}
#photo .next {
	position: absolute;
	top: 45px;
	right: 0px;
	width: 14px;
	text-align: right;
	z-index: 2;
}
#photo .pic {
	position: relative;
	width: 800px;
	height: 800px;
	text-align: center;
	padding-top: 100px;
}
#photo .pic img {
	max-height: 740px;
	max-width: 778px;
}
#photo .pic div.bold {
	margin: 10px 0px;
	font-weight: bold;
}
#photo .pic a {
	font-size: 9px;
}
#post, #featuredpost {
	display: table;
	width: 800px;
	padding: 10px 0px;
	margin: 1px auto;
	background: url(../img/bg.png);
}
#featuredpost {
	margin-top: 30px;
	background: url(../img/bg2.png);
	border-bottom: none;
	padding: 15px 0px;
}
#post .icon, #featuredpost .icon {
	display: table-cell;
	float: left;
	width: 70px;
	padding-left: 20px;
}
#post .icon a img, #featuredpost .icon a img {
	border: 1px #996600 solid;
	width: 50px;
	height: 50px;
	vertical-align: top;
}
#post .icon a:hover img, #featuredpost .icon a:hover img {
	border: 1px #009999 solid;
}
#post .content, #featuredpost .content {
	display: table-cell;
	float: left;
	width: 700px;
	padding-right: 10px;
}
#featuredpost .content .by .featured {
	font-size: 9px;
	color: #ffffff;
	background: #cc9900;
	border: 1px #996600 solid;
	padding: 0px 3px;
}
#post .content .by a, #featuredpost .content .by a {
	font: bold 10px Verdana, sans-serif;
	color: #996600;
}
#post .content .by a:hover, #featuredpost .content .by a:hover {
	color: #009999;
	text-decoration: none;
}
#post .content .title, #featuredpost .content .title {
	margin: 10px 0px;
}
#post .content .title a, #featuredpost .content .title a {
	font-weight: bold;
	color: #605145;
}
#post .content .title a:visited, #featuredpost .content .title a:visited {
	color: #95897e;
}
#post .content .time, #featuredpost .content .time {
	font-size: 9px;
	color: #95897e;
}
#post .content .time .type {
	font-weight: bold;
}
#columnleft #going, #columnright #going {
	width: 370px;
}
#columnleft #going .row a img, #columnright #going .row a img {
	margin: 2px;
}
div.spacer 
{
    display:none;
    height: 30px;
    margin:0;
    padding:0;
}
