@charset "utf-8";


	
/* detail header */

#detailHeader {
	background: url(../../imgs/detail_title_bg.jpg) no-repeat top;
	margin: 0 auto 5px auto;
	width: 670px;
	}

#detailHeader p#eventTitle {
	background: none;
	padding: 10px 0 0 30px;
	margin: 0;
	font-size: 1.5em;
	line-height: 25px;
	height: 25px;
	}

#detailHeader p#eventSubTitle {
	background: none;
	padding: 0 0 15px 30px;
	margin: 0;
	line-height: 15px;
	height: 15px;
	}

#detailHeader p#eventTitlePtnB {
	background: none;
	padding: 0px 0 15px 30px;
	margin: 0;
	font-size: 1.5em;
	line-height: 25px;
	height: 25px;
	}
	
#detailHeader p#eventSubTitlePtnB {
	background: none;
	padding: 10px 0 0 30px;
	margin: 0;
	line-height: 15px;
	height: 15px;
	}

#detailHeader #eventComment {
	background: url(../../imgs/events/comment_bg.gif) repeat-y;
	width: 645px;
	margin: 0 auto 0px auto;
	}

#detailHeader #eventComment h2 {
	display: block;
	background: url(../../imgs/events/comment_top.gif) no-repeat;
	line-height: 60px;
	text-indent: 45px;
	font-weight: bold;
	}

#detailHeader #eventComment p {
	background: none;
	line-height:20px;
	margin: -15px 10px 0 15px;
	color: #e2e2e2;
	}
	
#detailHeader h2 {
	background: url(../../imgs/detail_subtitle_bg.gif) no-repeat top;
	width: 645px;
	margin: 0 auto;
	text-indent: 10px;
	}

#headerDate {
	float: right;
	margin: 10px 12px 0 0;
	border-collapse: collapse;
	}

* html #headerDate {
	float: right;
	margin: 10px 7px 0 0;
	}
	
#headerDate #month, #headerDate #day {
	width: 55px;
	height: 45px;
	}

#headerDate #year {
	height: 25px;
	vertical-align: top;
	}

.detailTab {
	clear: both;
	margin: 20px 0 15px 25px;
	}
	
/* event data */

#eventData {
	width: 650px;
	margin: auto;
	}

#artistsTable, #dataTable {
	border-collapse: collapse;
	margin: 0 0 10px 0;
	}

#artistsTable th, #artistsTable td, #dataTable th, #dataTable td {
	border: 1px solid #2e362e;
	padding: 5px 5px;
	text-align: left;
	vertical-align: top;
	line-height: 15px;
	}

#artistsTable th {
	background: #495347;
	width: 100px;
	color: #c9dac5;
	font-weight: normal;
	}

#artistsTable td {
	background: #4e5b4e;
	width: 270px;
	color: #e2e2e2;
	}

#dataTable th {
	background: #474c53;
	width: 100px;
	color: #c5cdda;
	font-weight: normal;
	}

#dataTable td {
	background: #4e525b;
	width: 270px;
	color: #e2e2e2;
	}

#flyerTable {
	width: 240px;
	background: #f2f3f5;
	float: right;
	}

#flyerTable p {
	text-align: center;
	min-height: 205px;
	height:auto !important;
	height:205px;
	background: none;
	}

#flyerTable p img {
	margin: 10px 0 10px 0;
	border: 1px solid black;
	}

* html #flyerTable p img {
	margin: 10px 0 10px 0;
	border: 1px solid black;
	width: 98%;
	}

/* artists info */

#artistsInfo p {
	background: none;
	margin: 0 30px 10px 30px;
	line-height: 20px;
	color: #e2e2e2;
}

#artistsInfo p img.artPhoto {
	float: left;
	border: 1px solid black;
	margin: 0 10px 0 0;
}

h3 {
	clear: both;
	overflow: visible;
	}

/* photoFrame */

#photoFrame {
	margin: 0 auto;
	}
	
#photoFrame td {
	background: url(../../imgs/event_snaps_bg.gif) no-repeat top;
	width: 160px;
	height: 170px;
	text-align: center;
	vertical-align: middle;
	border: none;
	padding: 0 0 15px 0;
	}

#photoFrame td img {
	border: 1px solid #707070;
	}

/* seal */

#main {
	position: relative;
	}
	
#seal {
	position: absolute;
	z-index: 1;
	top: 106px;
	left: 575px;
	width: 2px;
	height: 2px;
	line-height: 1px;
	}

	
