@charset "UTF-8";
/* CSS Document */

/* ============================
			#ed1c24
=============================== */

@import 'modules.css';


#su-anda-2 h2.title {
	margin-top:0;
}


#news-header {
	font-size:2em;
	margin:0 0 24px;
}
#content #news-header .news-title {
	font-weight:bold;
	font-size:1em;
	line-height:1.2;
	margin:0 0 5px;
}
#news-header .news-short {
	font-size:.6em;
	line-height:1.3;
	margin:0 2px 10px;
	color:#999;
	color:#707070;
}
#news-header #share-bar {
	border-bottom:2px solid #ed1c24;
	margin:0 0 6px;
	padding:10px 0 22px 10px;
}
#news-header .publish-date {
	color:#aaa;
	font-size:11px;
	padding:0 4px;
}
#news-header .publish-date div span {
	color:#888;
	font-weight:bold;
}


#news-body {
	font-size:13px;
	line-height:1.5;
	margin:0 0 30px;
}
#news-body .jwplayer {
	display:block;
	margin:30px auto;
}
#news-body img {
	visibility:hidden;
}
#news-body iframe {
	max-width:582px;
	border:1px solid #ccc;
}



#live-blog {}
#live-blog h2.title {
	font-family: 'Playfair Display', serif;
	font-weight:900;
}
#live-blog .live-blog-sort {
	overflow: hidden;
	background: #f0f0f0;
	margin-bottom: 6px;
	padding: 6px 4px;
}
#live-blog .live-blog-sort * {
	display: block;
	float: right;
	padding: 0 9px;
	border-right: 1px solid #ccc;
	color: inherit;
	/* text-transform: uppercase; */
	/* font-size: .9em; */
}
#live-blog .live-blog-sort span {
	font-weight: bold;
	cursor: default;
}
#live-blog .live-blog-sort *:first-child {
	border: none;
}


#live-blog .live-content {
	overflow: hidden;
	line-height: 1.5;
	margin: 0 12px;
}
#live-blog .live-content .live-entry {
	border-bottom: 1px solid #ccc;
}
#live-blog .live-content .live-entry:last-child {
	border: none;
}
#live-blog .live-content-end {
	height: 8px;
	margin-top: 6px;
	border: 1px solid #999;
	border-top: none;
	border-bottom-width: 4px;
	border-bottom-color: #bbb;
}



#live-blog .live-content .live-entry img,
#live-blog .live-content .live-entry video {
	max-width: 100%;
}
#live-blog .live-content .live-entry iframe {
	max-width: 559px;
	border: 1px solid #ccc;
}