@charset "UTF-8";

/* Layout (global rules for all sizes) */
#content-wrapper{ 
	width: 60%;
}
.concert-list-table{ 
	width: 980px; 
	margin-top:15px; 
	margin-bottom:30px;
}
	.concert-td-image{ 
		vertical-align:baseline; 
		width:310px;
	}
	.concert-td-desc{ 
		vertical-align:baseline; 
	}	
		.concert-desc{ 
			width: 550px;
		}
			.concert-desc em{ 
				font-size:12px; 
			}
.concert-image{ 
	width:300px;
	height:200px;
}
.concert-search {
    border: 1px solid #333333;
    display: inline-block;
    float: left;
    font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size: 11px;
    height: 23px;
    padding-left:10px;
    margin-top: 2px;
    width: 225px;
}	

.series_image_td{ 
	width:310px;
}
.series_image{ 
	width:300px; 
	height:200px;
}
.gallery_img{ 
	width:300px;
}
@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx)
{

	#header a.logo { background-image: url(/images/logo_large_2x.png); }
	#header { background-image: url(/images/banner_large_2x.jpg); }

}

