@charset "UTF-8";

body{
	background-color:#dfcdb5;
	background-repeat: round;
	background-size:auto;
	margin-top: 0px;	
}

.kutusabit {
	background-color: rgba(232,45,28,1.0);
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	color: white;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(255,255,255,1.00);
	box-shadow: 0px 0px 15px 5px rgba(255,255,255,1.00);
	}

.kutuana {background-color:rgba(166,131,40,0.61);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		color: white;}


.kutu1 {background-color:rgba(227,175,3,0.60);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		color: white;}

.kutu2 {background-color:rgba(232,45,28,0.60);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		color: white;}

.kutu3 {background-color:rgba(122,29,40,0.60);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		color: white;}

.kutu4 {background-color:rgba(34,71,54,0.60);
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		color: white;}

a:link {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:visited {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a:active {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

#menu{	margin-top: 20px;
		margin-left: auto;
		margin-right: auto;	
		width: 1020px;
		height: 70px;
		}

#menu ul{
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 0px;
}

#menu ul li{
	width: 168px;
	height: 50px;
	margin-right: 25px;
	text-align: center;
	line-height: 50px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 26px;
	text-shadow: 6px 11px 15px rgba(0,0,0,1.00);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,1.00);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,1.00);
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	transition: 200ms;
	float: left;
	}
#menu ul li:hover{
	font-size: 31px;
	transform: scale(1.1);
}
.icerik {
	margin-left: auto;
	margin-right: auto;
	height: 700px;
	width: 960px;
}
.fihrist{width: 270px;
		height: 640px;
		float: left;}
.turler{
	padding: 10px;
	width: 650px;
	float: left;
	color: rgba(225,239,239,1.00);
	text-align: center;
	font-size: 25px;
	text-shadow: 0px 2px 6px green;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

.turler img{
	width: 250px;
	height: 115px;
	margin-top: 40px;
	margin-right:20px;
	margin-left: 30px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,1.00);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,1.00);
}

#footer {color: rgba(248,243,243,1.00);
		clear: both;
		font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace;
		margin-top: 30px;
		font-size: 20px;
		text-align: center;}
