/*
   CodErode Imza Betiği: Stil Dosyası
   By User-99
*/


/** Standartlar **/
*, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-family: "Trebuchet MS";
	font-size: 15px;
}


/** Sınıflar **/
.tasiyici {
	width: 800px;
	margin: 0 auto;
}

.metin {
	background: #fff url(images/metin-arka.gif) repeat-x top;
	color: #333;
	border: 1px solid #fff;
	padding: 5px;
	font-size: 15px;
}


.button {
	background: url(images/buton-arka.gif) repeat-x bottom;
	border: 1px solid #38474d;
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #999;
	cursor: pointer;
}


/** Kafa Kısmı **/
#ust {
	background: #ffd966 url(images/ust-arka.gif) repeat-x bottom;
	border-bottom: 2px solid #666;
}

	#ust #logo {
		color: #c33;
		font-size: 20px;
		padding-top: 10px;
		margin-bottom: 10px;
	}

		#ust #logo small {
			color: #666;
			font-size: 15px;
		}

	#ust #ust-menu {
		padding: 10px 0 10px 0;
	}

		#ust #ust-menu ul {
			list-style: none;
		}

		#ust #ust-menu li {
			display: inline;
			margin-right: 20px;
		}

		#ust #ust-menu a {
			text-decoration: none;
			color: #333;
			font-weight: bold;

		}

		#ust #ust-menu a:hover {
			border-bottom: 2px solid #333;
		}


/** Sayfalar **/
#sayfalar {
	text-align: center;
	padding: 10px 0 10px 0;
}
	#sayfalar ul {
		list-style: none;
	}

	#sayfalar li {
		display: inline;
		margin-right: 5px;
	}

	#sayfalar a {
		background-color: #669900;
		color: #333;
		font-weight: bold;
		border: 1px solid #50762b;
		text-decoration: none;
		padding: 0 4px 0 4px;
	}

	#sayfalar a:hover {
		background-color: #99cc00;
	}


/** İcerikler **/
#icerik {
	margin: 50px 0 50px 0;
	color: #fff;
}

	#aciklama {
		/**/
	}

		#aciklama h2 {
			color: #666;
		}

		#aciklama p {
			margin-bottom: 20px;
		}


/** Bilgilendirme **/
#bilgilen {
	background: #e4ddc9;
	color: #4a5e65;
	padding: 10px;
	margin: 10px 0 10px 0;
}

	#bilgilen span {
		color: #900;
	}


/** Form **/
#ekle-form {
	/**/
}

	#ekle-form h2 {
		background: url(images/simge-ekle.gif) no-repeat left center;
		padding-left: 60px;
		height: 50px;
		line-height: 50px;
	}

	#ekle-form form {
		margin-top: 30px;
	}
		#ekle-form form p {
			margin-bottom: 25px;
		}


	/** Ayaklık **/
#ayak {
	background: #4d4d4d;
	color: #fff;
	padding: 10px 0 10px 0;
	min-height: 100px;
}
	#ayak a {
		text-decoration: none;
		color: #badff4;
		font-weight: bold;
	}

	#ayak a:hover {
		text-decoration: underline;
	}