@charset "utf-8";
/* CSS Document */


/* CONTENT AREA
==========================*/
#wrapper {
	width:625px;
}
#sidecol {
	width:195px;
	margin:0;
	float:left;
	height:400px; /* NEEDED??? */
}
#sidecol #featurette {
	position:relative;
	width:inherit;
	margin:0;
	height:220px;
	background-position:25px 20px;
	background-repeat:no-repeat;
}
#sidecol #featurette img.frame {
	position:absolute;
	top:0;
	left:0;
}
#sidecol #featurette a {
	width:inherit;
	height:220px;
	display:block;
	background:transparent;
	border:none;
}
#sidecol #featurette em {
	display:none;
}
/*#sidecol #quote_bubble {
	width:inherit;
	height:115px;
	margin:15px 0;
	background-position:0 0;
	background-repeat:no-repeat;
}*/
#sidecol #quote_bubble {
	width:90px;
	height:90px;
	margin:10px 0 35px 65px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#sidecol #quote_bubble em {
	display:none;
}
#sidecol a.borderless  {
	background:transparent;
	border:none;
}

#blogTeaser {
	position:relative;
	width:inherit;
	margin:15px 0;
	padding:0;
	font-size:1.0em;
	line-height:1.6em;
}
#blogTeaser h6#blogTitle {
	margin:0 0 8px 0;
	padding:0;
	width:inherit;
	height:18px;
	background:url(/_common/img/banner_blog_sm.png) 0 0 no-repeat;
}
#blogTeaser h6#blogTitle em {
	display:none;
}
#blogTeaser dd,#blogTeaser dl {
	margin:0;
	padding:0;
}
#blogTeaser dl {
	padding-bottom:.3em;
}
#blogTeaser dl b {
	font-weight:normal;
	color:#655939;
}
#joinList {
	position:relative;
	width:inherit;
	margin:15px 0;
	padding:0 0 10px 0;
	font-size:1.0em;
	line-height:1.6em;
}
#joinList h6 {
	margin:0 0 8px 0;
	padding:0;
	width:inherit;
	height:16px;
	background:url(/_common/img/banner_joinlist.png) 0 0 no-repeat;
}

#joinList h6 em {
	display:none;
}
#joinList h3 {
	font-size:1.5em;
	color:#EC008C;
}
#joinList h4 {
	font-size:1.1em;
	color:#3f9;
}
#subscribeform {
	margin:0;
	padding:0;
}
#subscribeform input#email {
	background:url(/blog/img/bg_email.gif) -8px -8px no-repeat;
	width:140px;
	border:1px solid #cf0;
	font:bold 1.2em "Courier New", Courier, monospace;
	color:#600;
	padding:4px;
}

#allBands {
	position:relative;
	width:inherit;
	margin:15px 0;
	padding:0 0 20px 0;
	font-size:1.0em;
	line-height:1.6em;
}
#allBands h6.bandTitles{
	margin:0 0 8px 0;
	padding:0;
	width:inherit;
	height:18px;
}
#allBands h6.bandTitles em {
	display:none;
}
#allBands h6#upcomingBands,#allBands h6#bygoneBands {
	margin:0 0 8px 0;
	padding:0;
	width:inherit;
	height:18px;
}
#allBands h6#upcomingBands em,#allBands h6#bygoneBands em {
	display:none;
}
#allBands h6#upcomingBands {
	background:url(/shows/img/banners_upcoming_sm.png) 0 0 no-repeat;
}
#allBands h6#bygoneBands {
	background:url(/shows/img/banners_bygone_sm.png) 0 0 no-repeat;
	margin-top:15px;
}
#allBands h6#upcomingBands a, #allBands h6#bygoneBands a {
	background-color:transparent;
	border-bottom:none;
	display:block;
	width:inherit;
	height:18px;
}


#maincol {
	float:right;
	width:415px;
	margin:0;
	/* margin-left:210px;*/
}
#maincol #eventIntro {
	margin:10px 10px 30px 10px;
	font-size:1.3em;
	font-weight:bold;
}
h1 {
	margin:0;
	padding:0;
	height:72px;
	background:url(/home/img/section_title.png) 0 10px no-repeat;
}
h1 em {
	display:none;
}


/* EVENT AREA
==========================*/
.event_block {
	margin:0 0 15px 0;
	clear:left;
}

.event_photo {
	float:left;
	width:100px;
	height:100px;
	margin:inherit;
	padding:0;
	/* background:url(/_common/bg/thumb.png) 0 0 repeat; */
	border:5px solid #fff;
	margin-bottom:15px;
}
.event_photo:hover {
	border:5px solid #cf0;
	cursor:pointer;
}
.event_photo a {
	display:block;
	width:100px;
	height:100px;
	border-bottom:none;
	background-color:transparent;
}

.event_photo a em {
	display:none;
}
.event_photo .event_thumb {
	width:100px;
	height:100px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.event_photo .event_thumb_missing {
	width:100px;
	height:100px;
	background:url(/_common/img/missing_img.png) 50% 50% no-repeat;
}
.event {
	width:300px; 
	margin:0 0 0 115px;
	line-height:1.2em;
}
h2,h3,h4,h5 {
	padding:0;
	margin:0;
	line-height:1.2em;
	font-weight:bold;
}
h2 {
	font-size:2em;
	padding-bottom:.2em;
}

h3 {
	font-size:1.3em;
	padding-bottom:.25em;
}
h4 {
	font-size:1.2em;
	font-weight:normal;
	padding-bottom:.25em;
}
h5 {
	font-size:1.1em;
}
div.event_block div.expanded,div.ticketInfo {
	font-size:1.1em;
	color:#655939;
	margin:1em 0;
	line-height:1.5em;
	padding-bottom:0;
}
div.ticketInfo {
	position:relative;
	padding:1em;
	background:url(/_common/bg/transp_green.png) 0 0 repeat;
}
div.ticketInfo #ticketSubmit {
	background:#EC008C;
	color:#C7FFFC;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border:1px solid #f90;
	padding:4px 12px;
}
div.ticketInfo .paypalForm {
	display:block;
	text-align:right;
}
div.ticketInfo h3{
	color:#900;
	padding-bottom:.5em;
}
div.ticketInfo a {
	display:block;
	position:absolute;
	top:1em;
	right:1em;
	width:40px;
	height:13px;
	background: transparent url(/_common/bg/closelabel_sm.png) 0 0 no-repeat;
	border:none;
}
div.ticketInfo a em {
	display:none;
}
div.event_block div.descInfo {
	font-size:1.1em;
	color:#655939;
	margin:1em 0;
	line-height:1.5em;
	padding-bottom:0;
}
div.event_block p.expanded {
	font-size:1.1em;
	margin:1em 0;
	padding-bottom:0;
}
div.event_block div.descInfo p.readless {
	text-align:right;
	color:#906;
}
h2 a:link,h2 a:visited  {
	color:#000;
	text-decoration:none;
	background-color:transparent;
	border-bottom:none;
}
h2 a:hover,h2 a:active {
	color:#900;
	text-decoration:none;
	background-color:#CF0;
	border-bottom:none;
}
div#pagination {
	position:relative;
	padding:8px 65px; 
	width:295px; 
	text-align:center; 
	clear:both; 
	margin:15px auto; 
	/*background-color:#D6FFC5; 
	border:1px solid #D6FFC5; */
	font-size:1em;
	color:#09f;
}
div#pagination b {
	color:#03f;
}
div#pagination #paginNext {
	width:60px;
	height:23px;
	position:absolute;
	top:3px;
	right:3px;
	background:url(/blog/img/next.gif) right top no-repeat;
}
div#pagination #paginPrev {
	width:60px;
	height:23px;
	position:absolute;
	top:3px;
	left:3px;
	background:url(/blog/img/prev.gif) left 2px no-repeat;
}
div#pagination #paginNext a, div#pagination #paginPrev a {
	display:block;
	width:60px;
	height:23px;
	background:none;
	border-bottom:none;
}
div#pagination #paginNext a em, div#pagination #paginPrev a em{
	display:none;
}
.paypalForm {
	padding:0;
	margin:0;
	display:inline;
}
