@charset "UTF-8";
/* CSS Document */

/* ============================
			#ed1c24
=============================== */

@import 'section.css';



#content {
	padding-top:2.8em;
}


#author {
	position:relative;
	height:80px;
	margin:0 0 18px;
	background:#fafafa;
	background:none;
}
#author img {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
}
#author .name {
	font-size:20px;
	line-height:1em;
	font-weight:bold;
	font-style:italic;
	background-color:#f0f0f0;
	padding:8px 8px 8px 80px;
}
#author .links {
	padding:12px 4px 0 81px;
}
#author .links a.email {
	color:#999;
}
#author .links li {
	padding:0 6px;
	border-right:1px solid #ccc;
}
#author .links li:last-child {
	border:none;
}




#content #article-title {
	font-size:2em;
	font-weight:bold;
	margin:0 2px 5px;
}
#share-bar {
	border-bottom:2px solid #ed1c24;
	margin:0 0 6px;
	padding:10px 0 22px 10px;
}
#share-bar.with-no-overflow {
	padding: 10px 0;
}
#publish-date {
	color:#aaa;
	font-size:11px;
	padding:0 4px;
	text-align:right;
	margin:0 0 20px;
}







#yazarlar ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#yazarlar li {
	height:60px;
	margin:9px 0;
	position:relative;
	color:#000;
	background-position:left bottom;
	background-repeat:no-repeat;
}
#yazarlar img {
	position:absolute;
	height:100%;
	left:0;
	bottom:0;
}
#yazarlar a {
	color:inherit;
}
#yazarlar .article {
	overflow:hidden;
	font-size:11px;
	line-height:14px;
	margin:5px 10px 0 56px;
}
#yazarlar .author {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	background-color:#f0f0f0;
	padding:3px 4px 3px 56px;
}
#yazarlar .author a:hover {
	text-decoration:none;
}
#yazarlar li:hover {
	color:#fff;
	background-color:#ed1c24;
}
#yazarlar.spor li:hover {
	background-color:#00a13e;
}
#yazarlar.yasam li:hover {
	background-color:#ffc600;
}
#yazarlar li:hover .author {
	background-color:#bd0f15;
}
#yazarlar.spor li:hover .author {
	background-color:#157536;
}
#yazarlar.yasam li:hover .author {
	background-color:#bd8a00;
}
#yazarlar li:hover img.hover-hide {
	display:none;
}

/* ----------------------------
            article
------------------------------- */

#article-body {
	line-height: 1.5;
	margin: 0 0 30px;
	font-size: 14px;
}
#article-body .separator {
	display:block;
	font-size:2em;
	line-height:1em;
	letter-spacing:.5em;
	text-align:center;
	margin:.7em 0 .5em;
}
#article-body .jwplayer {
	display:block;
	margin:30px auto;
}
#article-body img {
	visibility:hidden;
}
#article-body iframe {
	max-width:582px;
	border:1px solid #ccc;
}

/* ----------------------------
      latest article list
------------------------------- */

#latestArticles {
	clear: both;
	margin: 40px 0 50px;
}
#latestArticles h3 {
	font-size: 16px;
	line-height: 18px;
	padding: 8px 12px;
	margin-bottom: 6px;
	border-bottom: 1px solid #bbb;
}
#latestArticles h3 a {
	float: right;
	margin-left: 30px;
	font-size: 14px;
	color: #ed1c24;
}
#latestArticles .endbar {
	line-height: 0;
	margin-top: 6px;
	height: 2px;
	background: #ed1c24;
}
#latestArticles table {
	border-spacing: 0;
	box-sizing: border-box;
	width: 100%;
	padding: .4em 1.2em;
	font-style: italic;
	background: #f0f0f0;
}
#latestArticles td {
	padding: 0;
	border-top: 1px dotted #aaa;
}
#latestArticles td:last-child {
	white-space: nowrap;
	width: 1%;
	cursor: default;
	vertical-align: top;
	text-align: right;
}
#latestArticles tr:first-child td {
	border-top: none;
}
#latestArticles td .title,
#latestArticles td:last-child {
	padding: .6em 0;
}
#latestArticles td .title {
	display: block;
	position: relative;
	color: #000;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: .2em;
}
#latestArticles tr.current .title,
#latestArticles tr.current .date {
	font-weight: bold;
	color: #000;
}
#latestArticles td .title:before {
	content: "•";
	position: absolute;
	left: 0;
}
#latestArticles td a.title:hover {
	text-decoration: none;
	color: #ed1c24;
}
#latestArticles td a.title:hover:before {
	color: inherit;
	color: #000;
}
#latestArticles td .date {
	color: #888;
}