/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	font-size: 16px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of CSS Reset */

html {
	position: relative;
    min-height: 100%;
	}

body {
	color: #1d1d1b;
	font-size: 16px;
	line-height: 20px;
	background: url("images/arkaplan.jpg") fixed center center no-repeat;
	background-color: #60341e;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 300;
    }
    
body, h1, h2, h3, h4, h5, h6 {    
	font-family: "inherit", sans-serif;
}

h1 { 
	margin: 0px;
	font-size: 24px;
	font-weight: 300;
	color: #FFFFFF;
}

h2 { font-size: 20px }

h3 { font-size: 16px }

h4 { font-size: 14px }

h5 { font-size: 12px }

h6 { font-size: 10px }

b {
	font-weight: bold;
	}

a {
	text-decoration: none;
	color: #1b1b1b;
	}

a:hover {
	text-decoration: none;
	color: #1b1b1b;
	}
	
a.link {
	text-decoration: underline;
	/* color: rgba(4, 42, 179, 0.79); */
	}

a.link:hover {
	text-decoration: underline;
	/* color: rgba(4, 42, 179, 0.79); */
	}

#wrapper {
	width: 910px;
	margin: 0 auto 0 auto;
	}

article {
	width: 870px;
	margin-top: -30px;
	margin-bottom: 60px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	background-color: #fff;
	border: #000 0.5px solid;
	padding: 20px;
	float: left;
}

#logo {
	margin: 15px 0 0 -15px;
	width: 163px;
	height: 200px;
	}

header {
	border: black solid 0.5px;
	}

nav {
	width: 910px;
	height: 40px;
	background: url("images/navbg.jpg");
	background-color: #edd69f;
	border: #000 solid 0.5px;
	margin-top: -5px;
	margin-bottom: 60px;
	font-weight: 400;
	float: left;
	}

.nav-element {
	margin: 12px 0 0 0;
	width: 113px;
	text-align: center;
	font-size: 15px;
	color: #000;
	float: left;
	}

.nav-element:hover {
	
	}

.nav-element-active {
	width: 100px;
	color: #f3e2be;
	font-weight: 400;
	margin: 0 0 0 50px;
	padding: 3px 0 0 0;
	float: left;
	}

.nav-element-active:hover {
	color: #d4a86a;
	}

#admin-nav {
	width: 910px;
	height: 25px;
	padding: 5px 0 0 20px;
	color: #FFF;
	margin: -60px 0 60px 0;
	background-color: rgba(0, 0, 0, 0.5);
	border: #000 solid 0.5px;
	font-size: 13px;
	float: left;
	}

#admin-nav a {
	color: #FFF;
	font-weight: 500;
	}

p {
	text-align: justify;
	line-height: 150%;
	}

h2 {
	font-size: 28px;
	padding: 10px 0 5px 0;
	}

.img-center {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	}

.img-center-border {
	display: block;
	margin: 0 auto;
	border: 1px solid #000;
	margin-bottom: 15px;
	}

footer {
	width: 910px;
	height: 30px;
	background: url("images/navbg.jpg");
	background-color: #edd69f;
	border: #000 solid 0.5px;
	margin: 30px 0 0 0;
	font-weight: 400;
	text-align: left;
	position: absolute;
	bottom: 0;	
	}

.inner {
	padding: 0 0 0 20px;
	margin-top: 6px;
	float: left;
	}

.inner-right {
	float: right;
	padding: 0 15px 0 0;
	margin-top: 6px;
	}

.credit {
	float: left;
	margin: 0px 8px 0 0;
	}

.dp {
	margin-top: 0.5px;
	}

/* Ã–n KayÄ±t */
table#register-table {
	margin-top: 25px;
	border: 0px;
	}

tr.register {
	border: 0px;
	width: 300px;
	}

td.reg-left {
	border: 0px;
	width: 100px;
	padding-top: 3px;
	}

td.reg-right {
	border: 0px;
	width: 500px;
	}

.reg {
	width: 315px;
	}

.reg-button {
	float: left;
	margin: 5px 0 0 323px;
	}

/* Ã–n KayÄ±t */
td.reg-right-lvl {
	border: 0px;
	width: 100px;
	}

td.reg-right-lvltype {
	border: 0px;
	width: 400px;
	}

/* Ã–n KayÄ±t Liste */
table#on-kayit {
	margin-top: 15px;
	border: 0px;
	}

tr.on-kayit-tr {
	border: 0px;
	width: 825px;
	}

td.on-kayit-td {
	border: 0px;
	width: 200px;
	}

td.on-kayit-td-long {
	border: 0px;
	width: 275px;
	}

td.on-kayit-td-name {
	border: 0px;
	width: 175px;
	}

td.on-kayit-td-lvl {
	border: 0px;
	width: 75px;
	}

td.on-kayit-td-city {
	border: 0px;
	width: 100px;
	}

td.on-kayit-td-club {
	border: 0px;
	width: 100px;
	}

td.on-kayit-td-phone {
	border: 0px;
	width: 110px;
	}

td.on-kayit-td-mail {
	border: 0px;
	width: 235px;
	}

td.on-kayit-td-id {
	border: 0px;
	width: 35px;
	padding-top: 3px;
	}

tr.on-kayit-tr-baslik {
	font-weight: 400;
	border: 0px;
	width: 875px;
	}

td.on-kayit-td-islem {
	border: 0px;
	width: 50px;
	}

/* Turnuva */
table#turnuva {
	border: 0px;
	}

tr.turnuva-tr {
	border: 0px;
	width: 200px;
	}

td.turnuva-td {
	border: 0px;
	width: 100px;
	padding-top: 3px;
	}

td.contact-td {
	width: 150px;
	}

#contact-map {
	width: 600px;
	height: 450px;
	margin: 0 auto;
	}

.topluluk-img {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	margin-left: 9px;
	}

.lig-oyuncu {
	width: 150px;
	}

.lig-seviye {
	width: 100px;
	}

.lig-mac {
	width: 100px;
	}

.lig-galibiyet {
	width: 100px;
	}

.lig-maglubiyet {
	width: 100px;
	}

.lig-puan {
	width: 100px;
	}

.lig-ceza {
	width: 100px;
	}