body {
	background: #10101C;
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

.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:18px;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  margin: 0 20px;
  font-weight:300;
  z-index:100;
}
nav ul ul {
  display: none;
  z-index:100;
}
nav ul li:hover > ul {
  display: block;
  z-index:100;
}
nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-table;
  z-index:100;
}
nav ul:after {
    content: ""; clear: both; display: block;
  z-index:100;
  }
nav ul li {
  float: left;
  z-index:100;
}
nav ul li:hover {
  }
nav ul li a:hover {
	color: #BB3E09;
  z-index:100;
    }
nav ul li a {
    display: block; padding: 18px 25px; font-weight:300;
    color: #fff; text-decoration: none; font-family: 'Oswald', sans-serif;
  z-index:100;
  }
nav ul ul {
	background-color: #BB3E09;
	border-radius: 20px;
	padding: 0 0 14px 0;
	position: absolute;
	top: 100%;
  z-index:100;
}
nav ul ul li {
	float: none;
	border-top: 1px solid #DD490B;
	border-bottom: 1px solid #963207;
	position: relative;
	width: 250px;
	color: #FFF;
	background-color: #BB3E09;
  z-index:100;
  }
nav ul ul li a {
      padding: 7px 5px;
      color: #fff;
	  font-family: 'Oswald', sans-serif;
	  font-size:14px;
	  font-weight:300;
  z-index:100;
    }
nav ul ul li a:hover {
	color: #BB3E09;
	background-color: #FFF
      }
nav ul ul ul {
  position: absolute; left: 100%; top:-1px;
  z-index:100;
}


.alt_menu{
	font-family: 'Oswald', sans-serif; font-size:14px; color:#37529D; text-decoration:none;
}
.alt_menu a{
	font-family: 'Oswald', sans-serif; font-size:14px; color:#37529D; text-decoration:none;
}
.alt_menu a:hover{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #BB3E09;
	text-decoration: none;
}


.etiket{
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}
.etiket a{
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}
.etiket a:hover{
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	color: #BB3E09;
	text-decoration: none;
}


.urun_list{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}
.urun_list a{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}
.urun_list a:hover{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}


.menu_simple ul {
    margin: 0; 
    padding: 0;
	font-size:13px;
	font-family: 'Oswald', sans-serif;
    width:194px;
    list-style-type: none;
}

.menu_simple ul li a {
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	color: #E3E1E1;
	font-size: 13px;
	padding: 5px 10px;
	display: block;
	border-bottom:1px solid #424251;
}
 
.menu_simple ul li a:visited {
	color: #E3E1E1;
	font-family: 'Oswald', sans-serif;
	font-size:13px;
	border-bottom:1px solid #424251;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
	color: #E3E1E1;
	background-color: #BB3E09;
}






.menu_simple2 ul {
    margin: 0; 
    padding: 0;
	font-size:12px;
	font-family: 'Oswald', sans-serif;
    width:194px;
    list-style-type: none;
}

.menu_simple2 ul li a {
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	color: #E3E1E1;
	font-size: 12px;
	padding: 5px 5px;
	display: block;
	border-bottom:1px solid #424251;
	height:60px;
}
 
.menu_simple2 ul li a:visited {
	color: #E3E1E1;
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	border-bottom:1px solid #424251;
}
 
.menu_simple2 ul li a:hover, .menu_simple2 ul li .current {
	color: #E3E1E1;
	background-color: #BB3E09;
}






.menu_simple3 ul {
    margin: 0; 
    padding: 0;
	font-size:12px;
	font-family: 'Oswald', sans-serif;
    width:270px;
    list-style-type: none;
	float:left;
}

.menu_simple3 ul li a {
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	color: #E3E1E1;
	font-size: 12px;
	padding: 5px 5px;
	display: block;
	border-bottom:1px solid #424251;
}
 
.menu_simple3 ul li a:visited {
	color: #E3E1E1;
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	border-bottom:1px solid #424251;
}
 
.menu_simple3 ul li a:hover, .menu_simple3 ul li .current {
	color: #E3E1E1;
	background-color: #BB3E09;
}
