@charset "UTF-8";
/* CSS Document */

@import url(//fonts.googleapis.com/css?family=Open+Sans:300&subset=latin-ext);

/* ----------------------------
           news cover
------------------------------- */

#news-header .news-cover {
	margin: .7em auto;
}
#news-header .news-cover img {
	max-width: 100%;
}
#news-header .news-title {
	font-family: 'Merriweather', sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.3;
	margin-bottom: .5em;
}
#news-header .news-short {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: .7em;
	color: #666;
	margin-bottom: 1em;
}

/* ----------------------------
       share bar changes
------------------------------- */

#news-header #share-bar.notlast {
	border-bottom-color: #ed1c24;
	border-bottom-width: 2px;
}
#news-header .news-cover + #share-bar {
	margin-top: -.7em;
}

/* ----------------------------
         new share bar
------------------------------- */

#kaydet {
	display: none;
}