body {
	background: #fff;
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	margin:0;
	padding:0;
}

.urun_baslik{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#CC0000;
	text-decoration:none;
}
.urun_baslik a{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #CC0000;
	text-decoration: none;
}
.urun_baslik a:hover{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#000;
	text-decoration:none;
}


.dill a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC0000;
	text-decoration:none;
}
.dill a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
}

.bilgi_baslik{
	font-size:16px;
	color:#CC0000;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
}
.bilgi_baslik a{
	font-size:16px;
	color:#CC0000;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
}
.bilgi_baslik a:hover{
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
}

.alt_menu{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
.alt_menu a{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
.alt_menu a:hover{
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}

.etiket{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
.etiket a{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
.etiket a:hover{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}

/* MENU */
#nav {
 float: left;
 margin:2px 0 0 0;
 padding: 0;
 border-bottom: none;
}

#nav li a, #nav li {
 float: left;
}

#nav li {
 list-style: none;
 position: relative;
}

#nav li a {
 padding: 19px 0;
 width:166px;
 text-decoration: none;
 color: #CC0000;
 border-right: 1px solid #CC0000;
 border-left: 1px solid #CC0000;
 text-align:center;
 font-family: 'Oxygen', sans-serif;
 font-size:18px;
}

#nav li a:hover {
 background: url(../Images/menu_bg.png) no-repeat;
}


/* Submenu */

#nav li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
 z-index:1000;
}

#nav li:hover > ul {
 display: block;
}

#nav li ul li a {
 float: none;
 background-color:#CC0000;
 color:#fff;
 border-bottom:1px solid #F6C;
 font-size:14px;
 text-align:left;
}

#nav li ul li a:hover {
	float: none;
	background: #FFFFFF;
	color: #CC0000;
}

#nav li ul li {
 float: none;
}

#nav li ul li {
 _display: inline; /* for IE6 */
}

#nav li ul li a {
 width: 250px;
 padding:10px 5px;
 display: block;
}

/* SUBSUB Menu */

#nav li ul li ul {
 display: none;
}

#nav li ul li:hover ul {
 left: 100%;
 top: 0;
}

#nav li ul


			#carouselc > div {
				width: 890px;
				padding: 0 50px;
				height: 60px;
				float: left;
				overflow: hidden;
			}
			#carouselc img {
				border: none;
				display: block;
				margin: 0 25px 30px 0;
				float: left;
			}
			#carouselc h3 a {
				font-size:14px;
				line-height:50px;
				margin:-4px 0 30px 0;
				font-family:Verdana, Geneva, sans-serif;
				color:#fff;
				text-decoration:none;
			}

			#carouselc #blue img {
				margin-top: 50px;
			}
			#carouselc #pink img {
				margin-top: 20px;
			}
			#carouselc #white img {
				margin-top: 5px;
			}

			#source {
				text-align: center;
				width: 400px;
				margin: 0 0 0 -200px;
				position: absolute;
				bottom: 5px;
				left: 50%;
			}
			#source, #source a {
				color: #999;
				font-size: 12px;
			}


.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;
}



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

.menu_simple ul li a {
	text-decoration: none;
	font-family: 'Cuprum', sans-serif;
	color: #9E0001;
	font-size:18px;
	padding: 9px 11px;
	display:block;
}
 
.menu_simple ul li a:visited {
	color: #9E0001;
	font-family: 'Cuprum', sans-serif;
	font-size:12px;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
	color: #fff;
	background-color:#9E0001;
}
