/* news */

#page-level-2 {
	border-top:1px dotted #CCC;
}

.news-item,
.artist-container {
	padding:30px;
	border:1px dotted #CCC;
	border-top:none;
	width:884px;
}

.news-media-container,
.artist-press-media {
	width:230px;
	float:right;
}

.news-detail-container,
.artist-press-detail {
	margin-right:40px;
	width:614px;
	float:left;	
}

.news-detail-view {
	width:884px;
	float:none;
	margin:none;
}

#page-level-2 .news-date {
	margin-bottom:10px;
	text-align:left;
}

#page-level-2 .news-title {
	font-size:16px;

	text-align:left;
	font-weight:bold;
}

.read-more {
	text-align:right;
	display:block;
	text-decoration:none;
	color:#666;
	font-size:11px;
}

.read-more:hover {
	color:#069;
	text-decoration:underline;
}	

.news-detail-view .news-title,
.news-detail-view .news-author,
.news-detail-view .news-date {
	float:left;
	width:420px;
	clear:left;
}

.news-image {

}

.news-detail-view .news-story {
	clear:left;
	padding-top:10px;
}

.news-detail-view .news-story p,
.news-trailer p {
	padding-bottom:10px;
}

.news-detail-view .news-story img {
	float:right;
	clear:right;
	margin:0px 0px 20px 20px;
}

.news-detail-view img.first-image {
	float:right;
	margin:0px 0px 20px 20px;
}

#news_tracker {
	float:right;
	margin-top:5px;
}

.news_arrow {
	color:#333;
	text-decoration:none;
}

#artist-detail-container #news_tracker {
	margin-right: 36px;
}

.title-link {
	text-decoration: none;
}

.title-link:hover {
	text-decoration: underline;
}

.artist-name {
	font-size: 16px;
	font-weight: bold;
}

.artist-press {
	margin: 20px 0;
}

.artist-press .press-item {
	padding: 0 0 10px;
	font-size: 13px;
	list-style: none;
}

.press-item .press-title {
	font-weight: bold;
}

.press-item .press-trailer {
	font-size: 12px;
	margin-top: 10px;
}
