/* Steels */


/* ------------------------------------ */
/* GENERAL & HIDING STUFF               */
/* ------------------------------------ */


.mediaArea { display:none }
#footer { display:none }
.feed { display:none }
#navigation { display:none }
.content { display:none }

#header h1 { font-size:25px }
#header h1 a { text-decoration:none }

.contentWrap h2 { display:none }

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	margin:0; padding:0 }
	
a { color:#000 }
.clear { clear:both }
a:focus, a:active { outline:none }
	

/* ------------------------------------ */
/* CONTENT AREA                         */
/* ------------------------------------ */
	
#contentArea {
	z-index:10;
	position:relative;
	background:#fff }
	
	#contentArea .contentWrap { margin:0 auto 20px; background:#fff }
	
	#contentArea h2 {
		color:#000;
		font-size:23px;
		letter-spacing:-1px;
		text-transform:uppercase;
		margin:25px 0 14px 0; padding:0 }
		
	#contentArea .redBar {
		clear:both;
		height:25px;
		font-size:10px;
		color:#000;
		background:#fff }
		
		.redBar a { color:#000; text-decoration:none }
		
		.redBar .status,
		.redBar .date,
		.redBar .location,
		.redBar .news,
		.redBar .media {
			text-transform:uppercase;
			padding-top:6px }
		
		.redBar .status, .tourdate-block .status { float:left; width:9%; padding-left:8px }
			.tourdate-block .status { padding-left:0; width:25% }
		
		.redBar .date, .tourdate-block .date { float:left; width:9% }
			.tourdate-block .date { width:25% }
		
		.redBar .location, .tourdate-block .location { float:left; width:24% }
			.tourdate-block .location { padding-left:0; width:50% }
		
		.redBar .news { float:left; width:34% }
		.redBar .media { float:left; width:23% }
	
	.tourArea {
		width:50% !important }
		
		a.print-button { display:none }
		
		.tourArea a { text-decoration:none }
		
		.tourdate-block {
			font-size:12px;
			color:#000;
			border-bottom:1px solid #000;
			margin:0 10px 0 0;
			height:30px;
			padding:15px 0;
			line-height:16px }
		
		.tourdate-block a.on-sale,
		.tourdate-block span.sold-out {
			display:block;
			font-weight:bold;
			width:74px;
			height:19px }