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

/*
Renklerim:
----------
DSİ Yeşili-> color:#066;
Sütlü Kahve-> color:#960;
Altın Kahve-> color:#996515;


*/
 div {
	display:block;
}
h1, h2 {
	font-family: 'Courgette', cursive;
	text-align:center;
}


p {
	font-family: 'Capriola', sans-serif;
	text-align:center;
	font-variant:small-caps;
}

#logo {
	margin: 0 auto;

}

#wrapper {
	
	top: 40%;
	position: fixed;
	width:100%;
	-moz-transition: color 2s ease-out;
	-ms-transition: color 2s ease-out;
	-o-transition: color 2s ease-out;
	-webkit-transition: color 2s ease-out;
	transition: color 2s ease-out;
}
#wrapper:hover {
	color: #99FF33;
}

body {
	
	background-color:#222;
	-moz-transition: background-color 2s ease-out;
	-ms-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
	color:#960;
}
body:hover {
	background-color: rgba(0,0,0,1);
	
}

html {
	text-shadow: 0 0 1em #996515,
				 0 0 2em #996515,
				 0 0 4em #ff0;
	-moz-transition: text-shadow 2s ease-out;
	-ms-transition: text-shadow 2s ease-out;
	-o-transition: text-shadow 2s ease-out;
	-webkit-transition: text-shadow 2s ease-out;
	transition: text-shadow 2s ease-out;
}
html:hover {
	text-shadow: 0 0 1em #99FF33,
				 0 0 2em #99FF33,
				 0 0 4em #00FF00;
	cursor:crosshair;
}
.baslik {
	background-color:#333333;
	width:400px;
	font-size:20pt;
	padding-left:5px;
	margin: 0 auto 19px auto;
	text-align: left;
}
.icerik {
	background-color:#333333;
	width:400px;
	font-size:14pt;
	padding-left:5px;
	margin: 0 auto 18px auto;
	text-align: left;
	}
.yazar {
	background-color:#222222;
	width:400px;
	font-size:20pt;
	text-align:right;
	padding-right:5px;
	margin: 0 auto;
	
	}
/* #adthis {
	float:right;
	margin: 3px 0 3px 8px;
} */

.music {
	display:none;
}
a {
    text-decoration: none;
}