﻿/*
	project: internet broadcast template
	author: luka cvrk (www.solucija.com) 
	
*/
   
/* default styles */
body { padding: 5px 0 0 0; margin: 0; font: .7em Tahoma, Arial, sans-serif; line-height: 1.7em; background: #fff url(../images/bg.gif) repeat-x; color: #454545; }
a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 {	font: bold 2.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { margin: 0; padding: 0; font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }
@font-face {
  font-family: Gentium;
  src: url(ttf/AGENCY.TTF);
}


/* layout */
#content { margin: 10px auto; width: 960px; }
#logo h1 a { margin: 0 0 10px 0; font-family: Gentium, serif; }


#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; }
#top_info { line-height: 12px; float: right; color: #808080;  margin: 12px 5px 7px 0; text-align: right; height: 12px; }



/* main horizontal menu */
#tablist{ padding: 3px 0; margin: 0; float: left; }
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 4px 5px;
		margin-right: 2px;
		background: #808080 url(../images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #6495AB url(../images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
		background: #9FC7D8 url(../images/corner.gif) no-repeat top right;
		color: #2F637A;
		padding: 6px 10px;
	}
	#tablist .key { text-decoration: underline; }

/* main menu topics */
#topics {
	clear: left;
	float: left;
	width: 640px;
	background: #F3EC90 url(../images/topicsbg.gif) repeat-x left bottom;
	padding: 8px 5px;
	margin: 0 0 5px 0;
	color: #fff;
	height: 59px;
}
	#topics li a { background-image: url(../images/bullet.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(../images/searchbg.gif) no-repeat;
	color: #000;
	padding: 32px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 270px;
}
	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
		.search { width: 170px; border: 1px solid #357994; background: #fff; color: #478F36; padding: 4px; margin: 0; font-weight: bold; font-size: 1.3em;  }
		.button { padding: 4px; font: bold 1em Arial, Sans-Serif; }

/* left side */
#left {
	float: left;
	width: 635px;
	margin: 0 0 10px 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 url(../images/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(../images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(../images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 200px;
			height: 150px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		width: 600px;
		float: left;
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.thirds {
		background: #f4f4f4;
		float: left;
		
		width: 270px;
		
		padding: 0 10px 0 15px;
	}	
	.haber_kategori{
		background: #f4f4f4;
		float: left;
		
		width: 270px;
	
		padding: 0 10px 0 15px;
	}
	.haber_kategori li a, .haber_kategori li a:visited {display:block; list-style-type: none; min-height:2.0em /*Non-IE6*/; height:auto !important; height:2.0em /*IE6*/; line-height:2.0em; padding:0px 10px 0px 20px;  border-top: solid 1px rgb(200,200,200); border-bottom: solid 1px rgb(200,200,200); text-decoration:none; color:rgb(70,122,167); font-weight:bold; font-size:120%;}
	.haber_kategori li a:hover {background-color:rgb(225,225,225); color:rgb(42,90,138); text-decoration:none;}

	.thirds-head {
		float: left;
		width: 270px;
		padding: 0 0 0 0;
	}	
	.thirds li a, .thirds li a:visited {display:block; list-style-type: none; min-height:2.0em /*Non-IE6*/; height:auto !important; height:2.0em /*IE6*/; line-height:2.0em; padding:0px 10px 0px 20px;  border-top: solid 1px rgb(200,200,200); border-bottom: solid 1px rgb(200,200,200); text-decoration:none; color:rgb(70,122,167); font-weight:bold; font-size:120%;}
	.thirds li a:hover {background-color:rgb(225,225,225); color:rgb(42,90,138); text-decoration:none;}
	
		
/*sağ menü-yeni*/
#right_caption_2{
	background: url(../images/right_caption_bck.png) no-repeat;
	width: 310px;
	height: 27px;
}
#right_caption_2 .title{
	float: left;
}
#right_caption_2 .title span{
	padding-left: 15px;
	font-weight: 700;
	font-size: 9pt;
	line-height: 25px;
}
#right_caption_2 .link{
	float: right;
	padding-right: 12px;
}
#right_caption_2 .link a{
	font-weight: 700;
	font-size: 8pt;
	line-height: 25px;
	color: #be0000;
}
		/* right side */
#right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}
	.right_articles {
		border: 1px solid #ccc;
		padding: 2px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;
	}
	.banner {
		border: 1px solid #ccc;
		padding: 0 ;	
		margin: 0 0 0 0;
		
		color: #454545;
	}
	.image { float: left; margin: 0 9px 3px 0; }
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 80px;	
		margin: 0 0 10px 0;
		background: #fff url(../images/notes.gif) no-repeat center left;
		color: #454545;
	}
/* footer */
.nav3-grid {width:199px; border-bottom:solid 1px rgb(200,200,200);}
.nav3-grid dt a, .nav3-grid dt a:visited {display:block; min-height:2.0em /*Non-IE6*/; height:auto !important; height:2.0em /*IE6*/; line-height:2.0em; padding:0px 10px 0px 20px;  border-top: solid 1px rgb(200,200,200); text-decoration:none; color:rgb(70,122,167); font-weight:bold; font-size:120%;}
.nav3-grid dd a, .nav3-grid dd a:visited {display:block; min-height:1.7em /*Non-IE6*/; height:auto !important; height:1.7em /*IE6*/; line-height:1.7em; margin: 0px 0 0 0; padding:0px 5px 0px 0px; border:none; font-weight:normal; text-decoration:none; color:rgb(70,122,167); font-size:120%;}
.nav3-grid dt a:hover, .nav3-grid dd a:hover {background-color:rgb(225,225,225); color:rgb(42,90,138); text-decoration:none;}

.nav3-grid-ust {width:%100; border-bottom:solid 1px rgb(200,200,200);}
.nav3-grid-ust dt a, .nav3-grid dt a:visited {display:side; min-height:2.0em /*Non-IE6*/; height:auto !important; height:2.0em /*IE6*/; line-height:2.0em; padding:0px 10px 0px 20px;  border-top: solid 1px rgb(200,200,200); text-decoration:none; color:rgb(70,122,167); font-weight:bold; font-size:120%;}
.nav3-grid-ust dd a, .nav3-grid dd a:visited {display:side; min-height:1.7em /*Non-IE6*/; height:auto !important; height:1.7em /*IE6*/; line-height:1.7em; padding:0px 10px 0px 40px; border:none; font-weight:normal; text-decoration:none; color:rgb(70,122,167); font-size:120%;}
.nav3-grid-ust dt a:hover, .nav3-grid dd a:hover {background-color:rgb(225,225,225); color:rgb(42,90,138); text-decoration:none;}

.nav3-grid-sag {width:299px; border-bottom:solid 1px rgb(200,200,200);}
.nav3-grid-sag dt a, .nav3-grid dt a:visited {display:block; min-height:2.0em /*Non-IE6*/; height:auto !important; height:2.0em /*IE6*/; line-height:2.0em; padding:0px 10px 0px 20px;  border-top: solid 1px rgb(200,200,200); text-decoration:none; color:rgb(70,122,167); font-weight:bold; font-size:120%;}
.nav3-grid-sag dd a, .nav3-grid dd a:visited {display:block; min-height:1.7em /*Non-IE6*/; height:auto !important; height:1.7em /*IE6*/; line-height:1.7em; padding:0px 10px 0px 40px; border:none; font-weight:normal; text-decoration:none; color:rgb(70,122,167); font-size:120%;}
.nav3-grid-sag dt a:hover, .nav3-grid dd a:hover {background-color:rgb(225,225,225); color:rgb(42,90,138); text-decoration:none;}


.nav3-grid-sag1 {width:299px; background: #e2ecee ; border: 1px solid #9ddae6}
.nav3-grid-sag1 dt a, .nav3-grid-sag1 dt a:visited {display:block; min-height:2.0em /*Non-IE6*/; height:auto !important; height:2.0em /*IE6*/; line-height:2.0em; padding:0px 10px 0px 20px;   text-decoration:none; color:rgb(70,122,167); font-weight:bold; font-size:120%;}
.nav3-grid-sag1 dd a, .nav3-grid-sag1 dd a:visited {display:block; min-height:1.7em /*Non-IE6*/; height:auto !important; height:1.7em /*IE6*/; line-height:1.7em; padding:0px 10px 0px 40px; border:none; font-weight:normal; text-decoration:none; color:rgb(70,122,167); font-size:120%;}
.nav3-grid-sag1 dt a:hover, .nav3-grid-sag1 dd a:hover {background-color:rgb(255,255,255); color:rgb(42,90,138); text-decoration:none; border: 1px solid #9ddae6}

.nav3-bullet {width:199px; margin:10px 0 0 20px;}
.nav3-bullet dt a, .nav3-bullet dt a:visited {line-height:2.0em; padding:0 0 0 10px; background:url(../img/bg_bullet_full_1.gif) no-repeat 0px 50%; text-decoration:none; color:rgb(70,122,167); font-weight:bold; font-size:120%;}
.nav3-bullet dd a, .nav3-bullet dd a:visited {line-height:1.7em; margin:0 0 0 15px; padding:0 0 0 10px; background:url(../img/bg_bullet_half_1.gif) no-repeat 0px 50%; text-decoration:none; color:rgb(70,122,167); font-weight:normal; font-size:120%;}
.nav3-bullet dt a:hover {background:url(../img/bg_bullet_full_2.gif) no-repeat 0px 50%; text-decoration:underline; color:rgb(42,90,138);}
.nav3-bullet dd a:hover {background:url(../img/bg_bullet_half_2.gif) no-repeat 0px 50%; text-decoration:underline; color:rgb(42,90,138);}


#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }

/*üst menü-1*/
#top_menu_1{
	height: 25px;
	width: %100;
	background: url(../images/top_menu_1_bck.png) no-repeat;
	overflow: hidden;
}
#top_menu_1 a{
	font-family: tahoma;
	font-weight: 700;
	font-size: 11px;
	line-height: 25px;
	color: #676767;
	padding: 0px 10px;
	display: block;
}
#top_menu_1 .item {
	float: left;
	height: 27px;
}
#top_menu_1 .sep {
	float: left;
	height: 27px;
	width: 1px;
	background: url(../images/top_menu_1_sep_bck.png) no-repeat;
}
#top_menu_1 .item_first {
	width: 119px;
	text-align: center;
}
#top_menu_1 .item_first a{
	color: #FFF;
}
#top_menu_1 .item_last {
	font-weight: 100;
	font-size: 10px;
	line-height: 25px;
	float: right;
	color: #676767;
	margin: 0px 21px 0px 0px;
}
/*üst menü-2*/
#top_menu_2{
	height: 26px;
	width: %100;
	background: url(../images/top_menu_2_bck.png) repeat-x;
	overflow: hidden;
}
#top_menu_2 a{
	font-family: tahoma;
	font-weight: 700;
	font-size: 8pt;
	line-height: 25px;
	color: #FFFFFF;
	padding: 0px 10px;
	display: block;
}
#top_menu_2 .item {
	float: left;
	height: 26px;
}
#top_menu_2 .sep {
	float: left;
	height: 26px;
	width: 1px;
	background: url(../images/top_menu_2_sep_bck.png) no-repeat;
}
/*orta-gövde menü*/
#right_caption_2-1{
	background: url(../images/haber-kate.png) no-repeat;
	width: 630px;
	height: 25px;
}
#right_caption_2-1 .title{
	float: left;
}
#right_caption_2 -1.title span{
	padding-left: 15px;
	font-weight: 700;
	font-size: 9pt;
	line-height: 25px;
}
#right_caption_2-1 .link{
	float: right;
	padding-right: 12px;
}
#right_caption_2-1 .link a{
	font-weight: 700;
	font-size: 8pt;
	line-height: 25px;
	color: #be0000;
}

