/* ------------------------
------------- header area  */
#logo {
    position: relative; 
	left: 0px;
	padding: 15px 0 0 0;
	
}


#logo a {
	top: 20px;
}
#header {
width: 960px;
	height: 100px; /* ust kisim yuksekligi */
	background: #76a9ac;
  margin-left: auto ;
  margin-right: auto ;
  background-image: url(../icerik/bg.png);
 
}
/* ------------------------------------- site title */
#header h2 {
	position: absolute; 
	top: 140px; 
	color: white;
	margin: 0px 130px 0;
	padding: 0px;
	font: normal 40px/100% Ubuntu, "Trebuchet MS", Arial, sans-serif;
}
#header h2 a, h2 a:visited {
	color: white;
	text-decoration: none;
}
#header h2 a:hover {
	color: black;
	text-decoration: none;
}





.slogan {
	position: absolute; 
	top: 40px; 
	color:#735122;
	margin: 0px 130px 0;
	padding: 0px;
	font: normal 14px/100%  "Times New Roman", Times, serif;
	
	width:27%;
}
/* search form */

#search-theme-form {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/searchform-bg.gif) no-repeat right bottom;
	height: 37px;
	width: 210px;
}
#header .form-text {
	background: #ffffff url(../images/form-field-bg.gif) no-repeat;
	height: 15px;
	width: 128px;
	color: #999999;
	border: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#header .form-submit { 
	background: url(../images/search-btn.gif) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	margin-left: 2px;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

#nav0 {
	background: #dcdcdc;
	border-bottom: 2px solid #c6c4c5;
	margin: 0px 0px 10px 0px; /* primary menünün yüksekliği */
}

#nav {
	width: 960px;
	font: 15px/100% Ubuntu,"Trebuchet MS",Arial,sans-serif;
	font-weight:bold;
  margin-left: auto ;
  margin-right: auto ;

}


#nav ul{
	background: #e4e4e4;
	list-style: none;
	height: 55px;
	padding: 0px 0px 0px 1px;
}

#nav ul li{
	margin: 0px 1px 0px 1px; /* menü linklerinin bir birleriyle olana aralıkları */
	padding: 0px;
	float: left;
	width: 16.458%;
	text-align:center;
	height: 55px;

}
#nav ul li a{
	background: #dcdcdc;
	padding: 20px 0px 20px 0px; /* menü liklerinin dış kısımla olan uzaklıkları */
	text-decoration: none;
	color: #636363;
	display: block;
}
#nav ul li a.active{ /* aktif linkin görününü buradan yarlanacak */
	background: #dcdcdc;
	text-decoration: none;
	color: white;
	display: block;
}
#nav li a:visited{
	background: #dcdcdc;
	text-decoration: none;
	color: #636363;
	display: block;
}
#nav li a:hover, #nav .current_page_item a{ 
	background: #dcdcdc;
	text-decoration: none;
	color: white;
	display: block;
}

/* sub menu */
#subnav {
	background: #ecebeb;
}
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/100% Ubuntu, Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}


