@charset "utf-8";
/* CSS Document */

.haber_kutu{
}

.haber_kutu .row{
	width:100%;
}

.haber_kutu .sol{
	float:left;
	width:670px;
	margin-right:10px;
}

.haber_kutu .sag{
	float:left;
	width:300px;
	margin-left:10px;
}

h1{
	font-family:"oswald_regularregular", Helvetica, sans-serif;
	font-size:30px;
	color:#333;
	margin:0px 0px 0px 0px;
	padding:10px 0px 4px 0px;
	font-weight:normal;
	
}

h2{
	font-family:"oswald_regularregular", Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#666;
	margin:0px 0px 0px 0px;
	padding:5px 0px 10px 0px;
	line-height:20px;
	font-weight:normal;
}

a.category{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#777;
	text-decoration:none;
	display:inline-block;
	padding:0px 0px 0px 0px;
	font-weight:bold;
}

a.category:hover{
	text-decoration:underline;
}

span.ayrac{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#777;
	text-decoration:none;
	display:inline-block;
	padding:0px 5px 0px 5px;
	font-weight:bold;
}

span.date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
	text-decoration:none;
	display:inline-block;
	padding:0px 0px 0px 0px;
}

.paylas{
	padding:0px 0px 5px 0px;
}

a.facebook{
	background:url(../image/facebook-icon.png) no-repeat;
	display:inline-block;
	width:24px;
	height:24px;
}

a.twitter{
	background:url(../image/twitter-icon.png) no-repeat;
	display:inline-block;
	width:24px;
	height:24px;
}

a.google{
	background:url(../image/google-plus-icon.png) no-repeat;
	display:inline-block;
	width:24px;
	height:24px;
}

.news_content{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:25px;
	overflow:hidden;
}

.news_content p{
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
}

.news_content a{
	font-family:"calibriregular", Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#498dc4;
	text-decoration:none;
	display:inline-block;
	padding:0px 3px 0px 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.news_content a:hover{
	font-family:"calibriregular", Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#fff;
	background:#498dc4;
	text-decoration:none;
	display:inline-block;
	padding:0px 3px 0px 3px;
}


.news_content .reklam{
	width:336px;
	height:280px;
	float:left;
	margin:10px 10px 0px 10px;
	border:0px solid #000;
}

.tags{
	padding:20px 0px 20px 10px;
}

.tags a{
	display:inline-block;
	background:#fff url(../image/tag2.png) scroll 5px center no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 2px 0px 0px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-ms-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;	
	
}

.tags a span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c80000;
	display:inline-block;
	padding:5px 5px 5px 25px;
	text-decoration:none;
}

.tags a:hover{
	display:inline-block;
}

.tags a:hover span{
	color:#000;
}