/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background: url(images/main_bg.jpg) repeat-x;
	/*background: #fff; */
	color: #454545; 
}

a {
	color: #00afc5;
	background: inherit;
}

a:hover {
	color: #00afc5;
	background: inherit;	
}

a.title {
	color: #00afc5;
	background: #FFF;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: #FFF;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
	color:#00afc5;
	
}

h2 { 
	font-size: 16px;
	margin-bottom: 5px; 
	color: #00afc5; 
	background: inherit;
}

p {	
	margin: 0 0 5px 0;
	
}

blockquote {
	margin: 10px 0 0 25px;
	padding: 0 20px;
	border-left: 1px solid #ccc;
	color: #666;
}

form { 
	margin: 0; 
}

input.search { 
	width: 199px; 
	border: none;
	background: url(images/input.gif); 
	padding: 4px;
}

input.login { 
	width: 150px;
	border: none; 
	background: url(images/logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0px auto;
	width: 760px; 
}

.header { 
	
	height: 100px;

	
	
}


.top_info {
	float: right;
	width: 170px;
	padding: 0 0 4px 0;

}

	.top_info_left {
		width: 170px;
		float: left;
	}

	.top_info_right {
		float: right;
		text-align: right;
		width: 240px;
		padding: 20px 0 0 35px;

	}

.slogan {
	font-size: 0.9em;
	width: 160px;
	margin-top:25px;
}

#logo {
height:100px;
width:245px;
margin-bottom:-3px;



}


.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px;
	margin: 0 0 0 0px; 
}

	.bar ul { 
		margin: 0; 
		padding : 0; 
		list-style : none; 
	}

	.bar li { 
		margin: 0; 
		padding: 4px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		float: left; 
	}
	
	.bar .current_page_item a{ 
		background: #FFF url(images/bar.gif) no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px;
		text-decoration: none;
	}

	.bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		background: inherit;	
	}
	
	.bar a:hover {
		background: #FFF url(images/bar.gif) no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px;
		text-decoration: none;
	} 

.search_field { 
	background: #f7941d url(images/barbg.gif) no-repeat;
	color: #000;
	border-top: 1px solid #ff3300;
	border-bottom: 1px solid #ff3300;
	clear: both;
	text-align: right;
	padding: 10px 10px 5px 0;
	height:31px;
}

.subheader {
	margin: 0px 0 10px 0;
	
	background: #ffffff ;
	color: #ffffff;
	border-bottom: 1px solid #ccc;
}

/* left side
   --------- */

.left {
	float: right;
	width: 495px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0px 0 10px 0;
		font-family: Verdana, Arial, sans-serif;
		font-size:11px;
	}

.metadata {
	border-top: 1px dotted #ccc;
	margin-bottom: 50px;
	text-align: right;
	color:#999999;
	text-decoration:none;
}

.metadata a {
	
	text-align: right;
	color:#999999;
	text-decoration:none;
}

.metadata a:hover {
	
	text-align: right;
	color:#000000;
	text-decoration:none;
}
	
.alignright {
float: right;
}
	
.alignleft {
float: left
}

/* Begin Comments*/

.commentlist li.alt {
	background-color:#F0FBFB;
	}

.commentlist {
	margin:15px;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background: #fafafa;
	color: #808080;
	border: 1px solid #eeeeee;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: inline;
	}
/* End Comments */
	
/* Sidebar
   ---------- */
		
.sidebar {
	float: left;
	width: 250px;
	margin: 0 0 10px 0;
}

.sidebar h2 {
	border-bottom: 1px solid #cccccc;
}

.sidebar ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

.sidebar li {
	list-style-type:none;
}

.sidebar li ul li{
	list-style-type:none;
	margin-left:20px;
}

	.right_login {
		border: 1px solid #eee;
		padding: 10px;
		margin: 0 0 10px 0;
		background: #ff6600;
		color: #FFFFFF;
		text-decoration:none;
		/*border-top: 1px solid #4A8EBC;
		border-bottom: 1px solid #4A8EBC;*/
	}
	
	.right_login a:hover {
		color: #FFFFFF;
		text-decoration:none;
	}
	
		.right_login a {
		color: #FFFFFF;
		text-decoration:none;
	}

	.right_articles {
		border: 1px solid #cccccc;
		color:#000000;
		text-decoration:none;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.right_articles a {
		text-decoration:none;
		color:#000000;
	}
	.right_articles a:hover {
		text-decoration:none;
		color:#000000;

	}
		
.image {
	float: left;
	margin: 0 9px 3px 0;
}


.iletisim {
		border: 1px solid #cccccc;
		padding: 10px;
		margin: 0 0 10px 0;
		background-image: url(images/iletisim.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		
		color: #FFFFFF;
		text-decoration:none;
		/*background: #ff6600;
		border-top: 1px solid #4A8EBC;
		border-bottom: 1px solid #4A8EBC;*/
	}
	
	
	.iletisim a:hover {
		color: #FFFFFF;
		text-decoration:none;
	}
	
		.iletisim a {
		color: #FFFFFF;
		text-decoration:none;
	}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 2px 0 10px 0;
	border-top: 1px solid #cccccc;
}

.footer a {
	color: #00afc5;
	text-decoration:none;
	background: #fff;
}

#side_baslik {
	
	color:#000000;
	font-size: 16px;
	margin: 0; 
	padding: 0; 
	font:Arial, Sans-Serif;
	font-weight:bold;
	letter-spacing: -1px;

}



#stylefour{position:relative;display:block;height:39px;font-size:11px;font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #f7941d;}

#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}

#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}

#stylefour ul li a:hover,#stylefour ul li a.current{color:#ff6600;background:#fff url(images/bgON.gif) no-repeat top left;}
