body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	background:url(../Images/header_bg.jpg) center top no-repeat #FFF;
}

.postheadericons .author,.postheadericons .date,.postheadericons .category,.page-navigate .page,.page-navigate .pages,.page-navigate .current,.page-navigate .next-link,.page-navigate .next,.page-navigate .previous,.comment-post .reply,.actions .next,.actions .prev{
  width:auto;
  -moz-transition:all 0.3s ease-in 0s;
  -webkit-transition:all 0.3s ease-in 0s;
  -o-transition:all 0.3s ease-in 0s;
  transition:all 0.3s ease-in 0s;
  display:block;
  border-radius:3px;
  border:1px solid #1C1C1C;
  float:left;
  padding:3px 6px;
  margin-right:5px;
  background:#1f1f1f;
  background:-moz-linear-gradient(top,#1f1f1f 25%,#1e1e1e 63%,#1e1e1e 84%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(25%,#1f1f1f),color-stop(63%,#1e1e1e),color-stop(84%,#1e1e1e));
  background:-webkit-linear-gradient(top,#1f1f1f 25%,#1e1e1e 63%,#1e1e1e 84%);
  background:-o-linear-gradient(top,#1f1f1f 25%,#1e1e1e 63%,#1e1e1e 84%);
  background:-ms-linear-gradient(top,#1f1f1f 25%,#1e1e1e 63%,#1e1e1e 84%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#1e1e1e',GradientType=0 );
  background:linear-gradient(top,#1f1f1f 25%,#1e1e1e 63%,#1e1e1e 84%);
  box-shadow:0 1px 2px #1C1C1C inset;
  -moz-shadow:0 1px 2px #1C1C1C inset;
  -webkit-shadow:0 1px 2px #1C1C1C inset;
  -ms-shadow:0 1px 2px #1C1C1C inset;
  -o-shadow:0 1px 2px #1C1C1C inset;
  color:#FFFFFF;
  text-decoration:none;
}

.postheadericons .author:hover,.postheadericons .date:hover,.postheadericons .category:hover,.page-navigate .page:hover,.page-navigate .next-link:hover{
  -moz-transition:all 0.3s ease-in 0s;
  -webkit-transition:all 0.3s ease-in 0s;
  -o-transition:all 0.3s ease-in 0s;
  transition:all 0.3s ease-in 0s;
  background:#1f1f1f;
  background:-moz-linear-gradient(top,#1f1f1f 25%,#1f1f1f 63%,#1e1e1e 84%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(25%,#1f1f1f),color-stop(63%,#1f1f1f),color-stop(84%,#1e1e1e));
  background:-webkit-linear-gradient(top,#1f1f1f 25%,#1f1f1f 63%,#1e1e1e 84%);
  background:-o-linear-gradient(top,#1f1f1f 25%,#1f1f1f 63%,#1e1e1e 84%);
  background:-ms-linear-gradient(top,#1f1f1f 25%,#1f1f1f 63%,#1e1e1e 84%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#1e1e1e',GradientType=0 );
  background:linear-gradient(top,#1f1f1f 25%,#1f1f1f 63%,#1e1e1e 84%);
  box-shadow:0 1px 2px #1C1C1C inset;
  -moz-shadow:0 1px 2px #1C1C1C inset;
  -webkit-shadow:0 1px 2px #1C1C1C inset;
  -ms-shadow:0 1px 2px #1C1C1C inset;
  -o-shadow:0 1px 2px #1C1C1C inset;
  color:#06C;
  text-decoration:none;
}


.actions .next:hover,actions.prev:hover{
  -moz-transition:all 0.3s ease-in 0s;
  -webkit-transition:all 0.3s ease-in 0s;
  -o-transition:all 0.3s ease-in 0s;
  transition:all 0.3s ease-in 0s;
  background:#1f1f1f;
  background:-moz-linear-gradient(top,#1f1f1f 25%,#1f1f1f 63%,#1e1e1e 84%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(25%,#1f1f1f),color-stop(63%,#1f1f1f),color-stop(84%,#1e1e1e));
  background:-webkit-linear-gradient(top,#1f1f1f 25%,#1f1f1f 63%,#1e1e1e 84%);
  background:-o-linear-gradient(top,#1f1f1f 25%,#1f1f1f 63%,#1e1e1e 84%);
  background:-ms-linear-gradient(top,#1f1f1f 25%,#1f1f1f 63%,#1e1e1e 84%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#1e1e1e',GradientType=0 );
  background:linear-gradient(top,#1f1f1f 25%,#1f1f1f 63%,#1e1e1e 84%);
  box-shadow:0 1px 2px #1C1C1C inset;
  -moz-shadow:0 1px 2px #1C1C1C inset;
  -webkit-shadow:0 1px 2px #1C1C1C inset;
  -ms-shadow:0 1px 2px #1C1C1C inset;
  -o-shadow:0 1px 2px #1C1C1C inset;
  color:#F00;
  text-decoration:none;
}


nav {
  font-size:16px;
  font-family: 'PT Sans', sans-serif;
  text-align: left;
  margin: 0;
}
nav ul ul {
  display: none;
}
nav ul li:hover > ul {
  display: block;
}
nav ul {
  padding: 0px;
  list-style: none;
  position: relative;
  display: inline-table;
  margin:0px;
}
nav ul:after {
    content: ""; clear: both; display: block;
  }
nav ul li {
  float: left;
}
nav ul li a {
      color: #fff;
  font-size:16px;
  }
nav ul li a:hover {
	color: #FFCC00;
    }
nav ul li a {
	display: block;
	padding: 20px 16px 10px 16px;
	color: #FFFFFF;
	text-decoration: none;
  }
nav ul ul {
	background-color: #00947B;
	padding: 0;
	position: absolute;
	top: 100%;
}
nav ul ul li {
	float: none;
	border-top: 1px solid #005B4B;
	border-bottom: 1px solid #00C19F;
	position: relative;
	width: 200px;
  }
nav ul ul li a {
      padding: 7px 5px;
      color: #fff;
  font-size:14px;
    }
nav ul ul li a:hover {
	color:#000;
      }
nav ul ul ul {
  position: absolute; left: 100%; top:-1px;
}




.kat_list{
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	color: #00836C;
}
.kat_list a{
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	color: #00836C;
}
.kat_list a:hover{
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	color: #000000;
}




.footer_list{
	font-size: 14px;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	color: #FFFFFF;
}
.footer_list a{
	font-size: 14px;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	color: #FFFFFF;
}
.footer_list a:hover{
	font-size: 14px;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	color: #000000;
}




.urun_list{
	font-size: 14px;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	color: #000;
}
.urun_list a{
	font-size: 14px;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	color: #000;
}
.urun_list a:hover{
	font-size: 14px;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	color: #000000;
}





.menu_simple ul {
    margin: 0; 
    padding: 0;
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
    width:240px;
	height:70px;
    list-style-type: none;
}

.menu_simple ul li a {
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	color: #FF6600;
	font-size: 14px;
	padding: 0px;
	display: block;
	float: left;
}
 
.menu_simple ul li a:visited {
	color: #FF6600;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
	color: #007C67;
	opacity:0.8;
}




.etiket{
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #007A65;
}
.etiket a{
	text-decoration:none;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#007A65;
}
.etiket a:hover{
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}





.urun_list ul {
    margin: 0; 
    padding: 0;
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
    width:624px;
	height:128px;
    list-style-type: none;
}

.urun_list ul li a {
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	color: #007A65;
	font-size: 14px;
	font-weight:700;
	padding: 2px 0px;
	display: block;
	float: left;
}
 
.urun_list ul li a:visited {
	color: #007A65;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:700;
}
 
.urun_list ul li a:hover, .urun_list ul li .current {
	color: #000000;
	opacity: 0.8;
}
