body {
	font-size: 16px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	line-height: 24px;
	color: #575757;
	text-rendering: optimizeLegibility;
	background-image: url(backgroundGrad.png), url(backgroundTile.png);
	background-repeat: repeat-x, repeat;
	background-position: bottom, left;
	background-attachment: fixed, scroll;
	background-color: #626262;
	margin: 0;
	padding: 0;
	text-shadow: #fff 0 1px;
}

#header {
	width: 700px;
	height: 135px;
	margin-left: -50px;
	border-bottom: 1px solid rgba(255,255,255,0.7);
	background: url(backgroundHeader.jpg) no-repeat;
	overflow: hidden;
}

#header h1 {
	font-size: 87px;
	font-weight: bold;
	line-height: 80px;
	color: white;
	margin: 0 0 0 50px;
	letter-spacing: -3px;
	text-shadow: 0px 3px 8px #002942;
	top: 64px;
	position: relative;
}

#header div {
	width: 700px;
	height: 135px;
	position: absolute;
	top: 0;
	background: url(backgroundHeaderGrad.jpg) repeat-x 0 bottom;
}

#header + h2 {
	font-family: 'HelveticaNeue-Light', 'helvetica neue light', 'helvetica neue', helvetica, arial, sans-serif;
	padding:  10px 0 60px 0;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	text-align: right;
}

.section {
	width: 700px;
	height: 66px;
	margin-left: -50px;
	background: url(backgroundSection.jpg) no-repeat;
	overflow: hidden;
}

.section h3 {
	font-size: 44px;
	font-weight: bold;
	line-height: 44px;
	color: white;
	margin: 0 50px 0 50px;
	letter-spacing: -1px;
	text-shadow: 0px 3px 8px #002942;
	top: 21px;
	position: relative;
}

.section div {
	width: 700px;
	height: 66px;
	background: url(backgroundHeaderGrad.jpg) repeat-x 0 bottom;
	position: relative;
	margin-top: -44px;
}


a {
	text-decoration: none;
}

a h2 {
	font-size: 30px;
	background-color: #ff8e22;
	color: #fff;
	padding: 16px;
	margin: 70px 0 15px 0;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

a:hover h2 {
	background-color: #304565;
}

#backupLink {
	font-size: 12px;
	color: #919191;
	padding-left: 16px;
	display: block;
	padding-bottom: 40px;
}

#backupLink:hover {
	color: #304565;
}

.text {
	background-color: #e3e3e3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

#column {
	width: 946px;
	background: url(trLogoOverlay.png) 20px no-repeat, url(backgroundContentPattern.png) repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	margin-top: 0;
}

#columnContent {
	width:  600px;
	margin-left: auto;
	margin-right: auto;
}

.meta {
	min-height: 130px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: -50px;
	margin-right: -50px;
	background: url(listHighlight.png) repeat-x, url(listShadow.png) repeat-x bottom, -webkit-gradient( linear, left bottom, left top, from( rgba(0,0,0,0.15 ) ), to( rgba(0,0,0,0 ) ) );
	background: url(listHighlight.png) repeat-x, url(listShadow.png) repeat-x bottom, -moz-linear-gradient( center bottom, rgba(0,0,0,0.15 ), rgba(0,0,0,0 ) );
	text-shadow: #eee 0 1px;
}

.nowPlaying {
	background: url(listHighlight.png) repeat-x, url(listShadow.png) repeat-x bottom, -webkit-gradient( linear, left bottom, left top, from( rgba(14,78,118,0.2 ) ), to( rgba(14,78,118,0 ) ) );
	background: url(listHighlight.png) repeat-x, url(listShadow.png) repeat-x bottom, -moz-linear-gradient( center bottom, rgba(14,78,118,0.2 ), rgba(14,78,118,0 ) );
}

.meta img {
	float: left;
	margin-left: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #888;
}

.meta img + div {
	margin-left: 210px;
}

.meta h2 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 8px;
	padding-right: 50px;
	margin-top: 14px;
}

.meta p {
	margin: 0;
	line-height: 20px;
	color: #919191;
	padding-right: 50px;
}

.meta p + p {
	margin-top: 12px;
	font-size: 14px;
	color: #939393;
	margin-bottom: -5px;
}

#footer {
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #919191;
}