@charset "utf-8";
/* CSS Document */


body {
	background-image: url('bg_main.png');
	background-repeat: repeat;
	background-color: #f4e2c1;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}


a {
	font-size: 14px;
	color: #f5f5f5;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #cad7e9;
	text-decoration: underline;
}

.tablo {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.tablo_cizgi {
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #EEEEDF;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 5px;
	padding: 1px;
	background-color: #FFFFFF;
}

.golge_yazi {
    font: Verdana;
    color: #ffffff;
	letter-spacing: 1px;
    text-shadow: 1px 1px 1px #222222;
    padding: 0px;
}


.blok_kenar {
	margin-top: 15px;
	background: url("shine-effect.png") repeat-x scroll 0 0 rgba(255,255,255,0.7);
	border: 1px solid #dc9255;
	border-radius: 15px 15px 15px 15px;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


.ortala {
margin-left: auto;
margin-right: auto;
}


.kenar_slider {
 	background-color:#e9b87e;
	border-spacing: 1px;
	border-collapse: separate;
	border-radius: 2px;
	/*border: solid 1px #c1c1c1;*/
	box-shadow: 0px 0px 8px 3px #e2d2ba, 0 0 0px rgba(0, 0, 0, .5) inset;
}


.slider_bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


@font-face {
	font-family: League-Gothic;
	src: url("League-Gothic.otf") format("opentype");
}

@font-face {
	font-family: Museo;
	src: url("Museo300-Regular.otf") format("opentype");
}




.vintage h2 {
	text-align: left;
	margin: 3px auto;
	letter-spacing: 4px;
	font-family: "League-Gothic", Courier;
	font-size: 52px;
	color: #412c26;
	text-shadow: 4px 4px 2px #eee, 6px 6px 0px #707070;
}