@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic&subset=latin,latin-ext);
body {
	font-family: 'Lora', serif;
	font-size:13px;
	color:#3f2e00;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	background-image: url(../images/bg.jpg);
	background-color: #000;
	background-repeat: repeat-x;
	overflow-x: hidden;
	background-position: center top;
}

.clear {clear:both;}

input,textarea,select {outline:none;}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-weight:normal;
}

h1 {font-size:32px;}
h2 {font-size:28px;}
h3 {font-size:26px;}
h4 {font-size:20px;}
h5 {font-size:18px;}

a {text-decoration:none; font-weight:normal; color:#666;}

#wrap {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
.head {
	background-image: url(../images/headbg.png);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 64px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999;

}
.head-container {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
.login {
	color: #CCC;
	text-shadow: 0.08em 0.08em #000;
	float: left;
	margin-left: 200px;
}
.login label span {
	line-height: 49px;
	margin-right: 7px;
}
.login input {
	background-image: url(../images/logininput-bg.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: 114px;
	background-position: center center;
	font-family: 'Lora', serif;
	color: #ccc;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.login label {
	margin-right: 15px;
	float: left;
}
.loginbuton {
	background-image: url(../images/loginbuton.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 87px;
	color: #FFF;
	text-decoration: none;
	float: left;
	line-height: 37px;
	margin-top: 6px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: center;
}

.loginbuton:hover {
	background-image: url(../images/loginbuton-hover.png);

}.parolaunutmus {
	text-decoration: none;
	color: #CCC;
	line-height: 49px;
	margin-left: 5px;
	font-size: 12px;
}
.parolaunutmus:hover {
	text-decoration: underline;
}
.logininfo {
	background-color: #222;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top:5px;
	box-shadow: 0px 0px 15px #000;
	float: left;
	position:absolute;
}
.logininfo img {
	margin-right: 5px;
}

.hatamesaj {
	float: left;
	color: #FFB7B7;
}
.okmesaj {
	color: #CFC;
	float: left;
}

.ajax_hatamesaj {
	float: left;
	color: #FFB7B7;
}
.ajax_okmesaj {
	color: #CFC;
	float: left;
}


.contentmiddle .hatamesaj {
	float: left;
	color: #8A0A0A;
}
.contentmiddle .okmesaj {
	color: #2BA023;
	float: left;
}


.logo {
	margin-right: auto;
	margin-left: auto;
	padding-left:70px;
	height: 84px;
	width: 427px;
	margin-top:60px;
}
.slogan {
	margin-right: auto;
	margin-left: auto;
	height: 32px;
	width: 423px;
}
.menu {
	float: left;
	width: 1090px;
	margin-top:230px;
	margin-left:-50px;
	position: relative;
	z-index: 9;
}
.nav1 {
	background-image: url(../images/menu_01.png);
	background-repeat: no-repeat;
	float: left;
	height: 173px;
	width: 213px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav1:hover {	background-image: url(../images/menu-hover_01.png);}

.nav2 {
	background-image: url(../images/menu_02.png);
	background-repeat: no-repeat;
	float: left;
	height: 173px;
	width: 114px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav2:hover {	background-image: url(../images/menu-hover_02.png);}

.nav_hesabim {
	background-image: url(../images/menu_hesab.png);
	background-repeat: no-repeat;
	float: left;
	height: 173px;
	width: 114px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav_hesabim:hover {	background-image: url(../images/menu-hover_hesab.png);}

.nav3 {
	background-image: url(../images/menu_03.png);
	background-repeat: no-repeat;
	float: left;
	height: 173px;
	width: 224px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav3:hover {	background-image: url(../images/menu-hover_03.png);}

.nav4 {
	background-image: url(../images/menu_04.png);
	background-repeat: no-repeat;
	float: left;
	height: 173px;
	width: 221px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav4:hover {	background-image: url(../images/menu-hover_04.png);}

.nav5 {
	background-image: url(../images/menu_05.png);
	background-repeat: no-repeat;
	float: left;
	height: 173px;
	width: 128px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav5:hover {	background-image: url(../images/menu-hover_05.png);}

.nav6 {
	background-image: url(../images/menu_06.png);
	background-repeat: no-repeat;
	float: left;
	height: 173px;
	width: 184px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav6:hover {	background-image: url(../images/menu-hover_06.png);}

.sidebar {
	float: left;
	height: 757px;
	width: 200px;
	background-image: url(../images/sidebar-bg.png);
	background-repeat: no-repeat;
	margin-top: -90px;
	position: relative;
	z-index: 8;
	padding-top: 80px;
	padding-right: 30px;
	padding-left: 35px;
	color: #ffcebd;
	text-shadow: 0.08em 0.08em #000;
}
.butonlar {
	float: left;
	width: 200px;
	position: relative;
	z-index: 10;
	margin-left: -10px;
	margin-top: 0px;
}
.marketbtn {
	background-image: url(../images/butonlar_01.png);
	background-repeat: no-repeat;
	float: left;
	height: 54px;
	width: 220px;
	margin-bottom:0px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;

}

.marketbtn:hover {
	background-image: url(../images/butonlar-hover_01.png);


}


.indirbtn {
	background-image: url(../images/butonlar_02.png);
	background-repeat: no-repeat;
	float: left;
	height: 54px;
	width: 220px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;

}

.indirbtn:hover {
	background-image: url(../images/butonlar-hover_02.png);
}


.tanitimbtn {
	background-image: url(../images/butonlar_03.png);
	background-repeat: no-repeat;
	float: left;
	height: 54px;
	width: 220px;
	margin-left:-12px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;

}

.tanitimbtn:hover {
	background-image: url(../images/butonlar-hover_03.png);
}

.sidelist {
	background-image: url(../images/sidelist-bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 393px;
	width: 210px;
	margin-top: 20px;
	margin-left: -5px;
}
.sidelist table {
	margin-top: 3px;
	float: left;
	margin-left: 12px;
}
.sidelist table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6f3122;
	height:25px;
}
.sidelist table h5 {
	font-size: 14px;
	margin-bottom: 12px;
	margin-top: 16px;
}
.sidelist table a {
	text-decoration: none;
	color: #ffcebd;
}
.sidelist table a:hover {
	text-decoration: underline;
}
.content {
	float: left;
	width: 492px;
	margin-top: -100px;
	margin-left: -10px;
	margin-right: -10px;
}
.contentup {
	background-image: url(../images/content-bg_01.png);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 81px;
}
.contentmiddle {
	background-image: url(../images/content-bg_03.png);
	background-repeat: repeat-y;
	float: left;
	width: 432px;
	min-height:768px;
	padding-left: 30px;
	padding-right: 30px;
	text-shadow: 0.08em 0.08em #fff;
	position: relative;
	z-index: 7;
}
.contentbottom {
	background-image: url(../images/content-bg_04.png);
	background-repeat: no-repeat;
	float: left;
	height: 193px;
	width: 100%;
}
.slider {
	float: left;
	height: 220px;
	width: 429px;
	background-image: url(../images/slider-bg.png);
	background-repeat: no-repeat;
	margin-left: -15px;
	margin-top: -15px;
	background-position: center center;
	padding: 15px;
}
.slidecontainer {
	width:430px;
	height:220px;
	overflow:hidden;
	float:left;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	
}
.line {
	background-image: url(../images/ayrac.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 322px;
	float: left;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tanvideo {
	width: 430px;
	height: 250px;
	overflow:hidden;
	float:left;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: 0px 0px 10px #3b2b00;
}
.contentmiddle h4 {
	text-align: center;
	margin-bottom: 10px;
}
.haberler h5 {
	font-size: 15px;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9E7E1D;
	padding-bottom: 5px;
	padding-top: 5px;
}
.haberler h5 span {
	font-size: 13px;
	color: #886c22;
}
.haberler h5 a {
	color: #3f2e00;
	text-decoration: none;
}
.tumhaber {
	text-decoration: none;
	color: #3f2e00;
	float: left;
	margin-top: 15px;
	width: 100%;
	margin-left: 175px;
}
.haberler h5 a:hover {
	text-decoration: underline;
}
#rightsidebar {
	float: right;
}
.facebtn {
	background-image: url(../images/social_01.png);
	background-repeat: no-repeat;
	float: left;
	height: 43px;
	width: 214px;
	margin-left:-10px;
	margin-bottom:10px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.facebtn:hover {
	background-image: url(../images/social-hover_01.png);
}

.youtubebtn {
	background-image: url(../images/social_02.png);
	background-repeat: no-repeat;
	float: left;
	height: 39px;
	width: 152px;
	margin-left:22px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.youtubebtn:hover {
	background-image: url(../images/social-hover_02.png);
}



.socialbutton {
	float: left;
	width: 100%;
	position: relative;
	z-index: 22;
}

.footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	float: left;
	height: 406px;
	width: 1600px;
	margin-top: -265px;
	position: relative;
	z-index: 5;
	margin-left: -300px;
}
.buyu {
	background-image: url(../images/simsek.png);
	background-repeat: no-repeat;
	height: 231px;
	width: 290px;
	float: left;
	margin-left: 330px;
	margin-top:80px;
}
#footer-wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer-wrap h5 {
	text-align: center;
	padding: 15px;
	float: left;
	background-image: url(../images/footerinfo-bg.png);
	background-repeat: repeat;
	font-size: 12px;
	color: #FFDB6C;
	margin-left: 15px;
	text-shadow: 0.08em 0.08em #000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height: 17px;
	margin-top: -10px;
}
.leftlogo {
	float: left;
	margin-left:55px;
}
.rightlogo {
	float: left;
	margin-left:20px;
}
#footer-wrap h5 a {
	color: #FFDB6C;
}
.aktifuser {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: -10px;
}
.aktifuser h4 {
	font-size: 15px;
	line-height: 20px;
}
.aktifuser h4 strong {
	font-size: 16px;
}
.oyloncalist {
	float: left;
	width: 100%;
}
.oyloncalist table span {
	color: #F2E3BB;
	text-shadow:none;
}
.oyloncalist table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #94761D;
}

.oyloncalist table tr:hover {
	background-color: #DFB84F;
}

.oyloncalist a {
	color: #3f2e00;
	text-decoration: none;
}
.oyloncalist a:hover {
	text-decoration: underline;
}

.sayfalama {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 17px;
	margin-bottom: 17px;
}
.sayfalama span a {
	text-decoration: none;
	color: #856718;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 1px solid #c9a84d;
	text-shadow: 0.06em 0.06em #fff;
	background-color: #EEDAA3;
}
.sayfalama span a:hover {
	background-color: #D2A428;
}
.sayfalama .sayfalama-active a {
	background-color: #D2A428;
}
.oara {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

input,select {
	border: 1px solid #94761D;
	font-family: 'Lora', serif;
	background-color: #F5EACB;
	color: #94761D;
	height: 28px;
	padding-right: 5px;
	padding-left: 5px;
}
.oara label input {
	border: 1px solid #94761D;
	margin-right: 10px;
	margin-left: 10px;
	font-family: 'Lora', serif;
	background-color: #F5EACB;
	color: #94761D;
	height: 28px;
	padding-right: 5px;
	padding-left: 5px;
}
.oara label {
	float: left;
	margin-left: 65px;
}
.oara span {
}

.obul {
	color: #EDEBE7;
	text-decoration: none;
	background-color: #94761D;
	
	padding-right: 20px;
	padding-left: 20px;
	text-shadow:none;
	height: 32px;
	line-height: 32px;
	margin-left: -10px;
}
.obul:hover {
	background-color: #6C5715;
}


.parolaunutmus {
	text-decoration: none;
	color: #CCC;
	line-height: 49px;
	margin-left: 5px;
	font-size: 12px;
}


input[type="submit"],input[type="button"] {
	color: #F0DCAA;
	text-decoration: none;
	background-color: #94761D;
	padding-right: 20px;
	padding-left: 20px;
	text-shadow:none;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	cursor:pointer;
}
input[type="submit"]:hover,input[type="button"] {
	background-color: #6C5715;
}

.sayfadetay form table tr td input[type="submit"] {
margin-left:auto;
margin-right:auto;
float:none;
}

.sayfadetay a {color:#3f2e00;}

#hesabtn a {color:#fff;}

.indir {
	background-image: url(../images/indir1.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 174px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.indir:hover {
	background-image: url(../images/indir2.jpg);
}

.oyunu-indir {
	display: block;
	padding: 0px;
	width: 430px;
	height: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.indir-box {
	display: block;
	float: left;
	width: 200px;
	height:290px;
	background-color: #E0C38B;
	border-radius: 4px;
	border: 1px solid #594521;
	box-shadow: inset 0px 0px 0px 1px #F1CC1A;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.indir-box:hover {
	border-color: #FFFFFF;	
}
.indir-title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F1CC1A;
	display: block;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #960;
	font-weight: bold;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
.indir-box p {
	padding: 0px;
	display: block;
	text-align: center;
	width: 193px;
	color: #930;
	font-weight: normal;
	font-family: "MS Serif", "New York", serif;
		word-wrap:break-word;
}
.dosya-boyutu {
	display: block;
	text-align: center;
	height: 25px;
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 25px;
	color: #81512F;
	font-weight: bold;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F1CC1A;
}