/* CSS Sıfırlama */
	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, font, 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 {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

	:focus {
		outline: 0;
	}

	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
/*CSS Sıfırlama Bitiş*/

/*Genel*/
	body
		{
		background:url(../images/bg.jpg) center top no-repeat;
		font-size:11px;
		font-family:tahoma;
		position:absolute;
		width:100%}
	html
		{
		background:url(../images/htmlbg.jpg) center top;
		}
	#tooltip
		{
		position:absolute;
		background:#be1e2d;
		padding:6px 5px;
		color:white;
		display:none;
		font-size:11px;
		font-family:tahoma;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;

		filter:alpha(opacity=85);
		opacity:0.85;}
	a
		{
		text-decoration:none;
		color:#c1272d;
		}
	a:hover
		{
		color:#231f20;}
	.sayfa
		{
		float:right;
		width:740px;
		min-height:660px;
		padding-bottom:20px;
		background:url(../images/cizgi.gif) repeat-y;
		line-height:19px;}
	.sayfalar
		{
			float:left;
			margin-left:50px;
			width:500px;
		}
	.blok
		{
		float:left;
		width:650px;}
	.sol
		{
		width:325px;
		float:left;}
	.sag
		{
		width:325px;float:left;}
		.puanlarim
		{
		width:200px;float:right;
		}
		.puanlarim .ulan_puanim
		{
			margin-left:20px;
			background:url(../images/ulanpanim.jpg) 0px 0px no-repeat;
		}
		.puanlarim .yazarpuanim
		{
			margin-left:20px;
			background:url(../images/yazarpuanim.jpg) 0px 0px no-repeat;
		}
		
		.puanlarim .gunlukpuanim
		{
			margin-top:20px;
			margin-left:20px;
			background:url(../images/gunlukpuanlarim.jpg) 0px 0px no-repeat;
		}

	input[type="text"],input[type="password"]
		{
		bordeR:none;
		background:none;
		height:18px;
		margin-bottom:15px;
		}

	label
	{
		font-weight:bold;
	}
/*Genel Son*/

/*Header Başlangıç*/
	.header
	{
	float:left;
	width:100%;
	height:275px;
	background:url(../images/header_bg.png) center 120px no-repeat;
	}

	.istatistik
	{
	float:right; width:250px;
	font-weight:bold;
	margin-right:240px;
	margin-top:45px;
	line-height:17px;
	}

	.header_ust
	{
	float:left;
	width:100%;
	height:120px;
	}

	.logo
	{
	float:left;
	width:346px;
	height:82px;
	background:url(../images/logo.gif) no-repeat;
	margin-left:123px;
	margin-top:14px;
	}

	.yeniyil_logo
	{
	float:left;
	width:370px;
	height:106px;
	background:url(../images/yeniyil_logo.gif) no-repeat;
	margin-left:90px;
	margin-top:4px;
	}


	.kullanici_giris
	{
	float:right;
	width:205px;
	height:97px;
	margin-top:4px;
	margin-right:20px;
	background:url(../images/yazar_girisi.gif) 0px 7px no-repeat;
	}

	.kullanici_giris form
	{
	width:190px;
	margin-left:20px;
	height:74px;
	}

	.kullanici_giris a
	{
	font-weight:bold;
	}

	.kullanici_giris input[type="text"],.kullanici_giris input[type="password"]
	{
	border:solid 1px #7e7e7e;
	font-size:10px;
	margin-bottom:2px;
	height:11px;
	width:75px;
	margin-right:20px;
	}

	.kullanici_giris input[type="checkbox"]
	{
	float:left;
	}

	.kullanici_giris label
	{
	width:70px;
	padding-top:2px;
	float:left;
	font-weight:bold;
	cursor:pointer;
	}

	.uyeol
	{
	float:left;
	margin-left:1px;
	}

	.kullanici_giris .uyeol_buton
	{
	float:left;
	width:115px;
	height:33px;
	background:url(../images/lan.png) -56px -72px;
	}
/*Header Bitiş*/

/*İçerik Başlangıç*/
	.icerik_ust
	{
	float:left;
	width:835px;
	height:8px;
	background:url(../images/icerik_ust.png) right top no-repeat;
	margin-top:8px;
	}

	.icerik
	{
	float:left;
	width:745px;
	margin-left:43px;
	background:url(../images/icerik_bg.png) left center repeat-y;
	padding-left:30px;
	padding-right:20px;
	}


	.icerik_alt
	{
	float:left;
	width:685px;
	height:32px;
	padding-top:8px;
	padding-left:125px;
	padding-right:25px;
	background:url(../images/icerik_alt.png) right top no-repeat;
	}
/*İçerik Bitiş*/

/*Anasayfa Başlangıç*/
	.anasayfa
	{
	float:right;
	width:100%;
	height:340px;
	background:url(../images/anasayfa_bg.jpg) center top no-repeat;
	}

	.anasayfa #uyeol
	{
	float:left;
	margin-top:0px;
	margin-left:30px;
	width:200px;
	height:70px;
	line-height:1000px;
	overflow:hidden;
	}

	.anasayfa #bigozat
	{
	float:left;
	margin-top:220px;
	margin-right:350px;
	margin-left:50px;
	width:240px;
	height:30px;
	line-height:1000px;
	overflow:hidden;
	}

	.anasayfa #P
	{
	float:right;
	margin-top:-5px;
	margin-right:40px;
	width:150px;
	height:50px;
	line-height:1000px;
	overflow:hidden;
	}
/*Anasayfa Bitiş*/

/*Üye Ol Başlangıç*/
	.uyeol_sayfa form
	{
	padding-left:220px;
	font-weight:bold;
	line-height:20px;
	float:left;
	}
	.uyeol_sayfa label
	{

	}

	.uyeol_sayfa input[type="text"],.uyeol_sayfa input[type="password"]
	{
	width:250px;
	padding:2px;
	background:url(../images/textarea_bg.png) -126px -242px no-repeat;
	}
/*Üye Ol Bitiş*/

/*Postitler Başlangıç*/
	.menu
	{
	float:left;
	width:760px;
	height:40px;
	margin-left:-20px;
	background-image:url(../images/menu.jpg);
	}

	.menu a
	{
	width:88px;
	height:20px;
	float:left;
	padding-top:10px;
	line-height:100px;
	overflow:hidden;
	}
	#post_ben{margin-left:80px; width:70px;}
	#post_ben:hover{margin-left:80px; width:70px;}
	#post_gunlukyaz{background-position:0px -2153px;}
	#post_gunlukyaz:hover{background-position:0px -2243px;}
	#post_gunlukoku{margin-left:0px; width:60px;}
	#post_gunlukoku:hover{margin-left:0px; width:60px;}
	#post_kackac{margin-left:10px; width:70px;}
	#post_kackac:hover{margin-left:10px; width:70px;}
	#post_noluyo{margin-left:14px; width:72px;}
	#post_noluyo:hover{margin-left:14px; width:72px;}
	#post_mektip{margin-left:10px; width:60px;}
	#post_mektip:hover{margin-left:10px; width:60px;}
	#post_arkadasim{margin-left:15px; width:90px;}
	#post_arkadasim:hover{margin-left:15px; width:90px;}
	#post_intikam{background-position:0px -1539px;}
	#post_intikam:hover{background-position:0px -1904px;}
	#post_hastasiyim{background-position:0px -1585px;}
	#post_hastasiyim:hover{background-position:0px -1950px;}
	#post_engelliler{background-position:0px -2426px;}
	#post_engelliler:hover{background-position:0px -2380px;}
	#post_yardim{margin-left:20px; width:100px;}
	#post_yardim:hover{margin-left:20px; width:100px;}
/*Postitler Bitiş*/

/*Başlık Başla*/
	h1#soyle_bakalim{background-position:center -310px;}
	h1#profil_duzenle{background-position:center -340px;}
	h1#naber{background-position:center -373px; width:65px; height:20px; margin-bottom:0px;}
	h1#sana_diyo{background-position:20px -401px;}
	h1#yaziyor_yaziyor{background-position:20px -431px;}
	h1#kazanclarim{ background:url(../images/kazanclarim.jpg) 0px 0px no-repeat;}
	h1#bos{background-position:1120px 1431px;}
	h1#noluyo{background-position:center -460px;}
	h1#gunluk_yaz{background-position:center -490px;}
	h1#gunluk_oku{background-position:center -546px;}
	h1#intikam_listesi{background-position:center -576px;}
	h1#arkadasim{background-position:center -599px;}
	h1#engelliler{background-position:center -2489px;}
	h1#hastasiyim{background-position:center -1044px;}
	h1#yazar{background-position:center -1096px;}
	h1#gunluk{background-position:center -1071px;}
	h1#kac_kac{background-position:center -1207px;}
	h1#fotograf_ekle{background-position:center -1232px;}
	h1#mektip{background-position:center -1993px;}
	h1#engelliler{background-position:center -2016px;}
	h1#ekleyenler{background-position:center -2075px;}
	h1#haberdar_edelim{background-position:center -2342px; margin-top:24px;}
	h1#davetet{background-position:center -2519px;}
	h1#sonyazilanlar{background-position:-20px -2606px; margin-top:44px; margin-bottom:9px; margin-left:0px;}
	h1#sonuyeler{background-position:-20px -2763px; margin-top:44px; margin-bottom:0px; padding-bottom:0px; margin-left:0px;}
	
	h1
	{
	background:url(../images/lan.png) no-repeat;
	text-align:center;
	line-height:100px;
	height:23px;
	margin-bottom:13px;
	overflow:hidden;
	float:left;
	width:90%;
	margin-right:100px;
	}

	h2
	{
	background:url(../images/lan.png) -40px -517px no-repeat;
	text-align:right;
	height:23px;
	margin-bottom:-6px;
	margin-top:21px;
	overflow:hidden;
	float:left;
	width:100%;
	}
/*Başlık Bitiş*/

/*Profil Düzenle Başla*/
	.profil_fotograf
		{
			float:left;
			padding:4px;
			margin-right:5px;
			background:url(../images/lan.png) -93px -150px no-repeat;
			width:72px;
			height:65px;
		}
		
	.fotograf_ekle
		{
			float:left;
			background:url(../images/lan.png) -170px -617px no-repeat;
			width:100px;
			height:20px;	
			padding:3px;
			padding-left:20px;
			font-weight:bold;
			margin-top:18px;
			margin-right:150px;
		}

	.profil_fotograf_kucuk_img
		{
			float:left;
			padding:4px;
			background:url(../images/lan.png) -128px  -228px no-repeat;
			width:36px;
			height:33px;	
			margin-bottom:3px;
		}
		.profil_fotograf_kucuk1_img
		{
			float:left;
			padding:4px;
			margin-right:5px;
			background:url(../images/lan.png) -93px -150px no-repeat;
			width:72px;
			height:65px;
			margin-top:10px;
		}
		
	  .deme
		{
			float:left;
			width:20px;
			height:24px;
			margin-top:8px;
			margin-left:0px;
		}

		.deme1
		{
			float:left;
			height:24px;
			margin-top:8px;
			margin-right:2px;
		}
	
	.en_cok_okunan_gunluk
	{
		float:left;
		width:680px;
	}
	.en_cok_okunan_gunluk ul
	{
		float:left;
		margin-top:30px;
		margin-left:20px;
		width:200px;
		height:360px;
	}

	.en_cok_okunan_gunluk .okunan_gunlukler
	{
		margin-left:0px;
		width:150px;
		height:30px;
		background:url(../images/kac_kac.gif) 0px 0px no-repeat;
	}

	.en_cok_okunan_gunluk dd
	{
		margin-top:30px;
		float:left;
		margin-left:0px;
		width:160px;
		height:30px;
	}
	.en_cok_okunan_gunluk .hasta_olunan_yazarlar
	{
		width:200px;
		height:22px;
		background:url(../images/kac_kac.gif) -170px 0px no-repeat;
	}
	.en_cok_okunan_gunluk .takip_edilen_gunlukler
	{
		margin:auto;
		width:200px;
		height:30px;
		background:url(../images/kac_kac.gif) -370px -2px no-repeat;
	}
	
	
	.en_cok_okunan_gunluk .begenilen_gunlukler
	{
		margin:auto;
		width:200px;
		height:30px;
		background:url(../images/kac_kac.gif) 8px -35px no-repeat;
	}
	
	.en_cok_okunan_gunluk .berbat_gunlukler
	{
		margin:auto;
		width:200px;
		height:30px;
		background:url(../images/kac_kac.gif) -187px -37px no-repeat;
	}
	.en_cok_okunan_gunluk .cok_yazi_yazanlar
	{
		margin:auto;
		width:200px;
		height:22px;
		background:url(../images/kac_kac.gif) -370px -32px no-repeat;
	}
	.en_cok_okunan_gunluk .buyuk_yazarlar
	{
		margin:auto;
		width:200px;
		height:30px;
		background:url(../images/kac_kac.gif) 15px -62px no-repeat;
	}
	.en_cok_okunan_gunluk .aktif_uyeler
	{
		margin:auto;
		width:200px;
		height:22px;
		background:url(../images/kac_kac.gif) -170px -60px no-repeat;
	}
	.profil_fotograf_kucuk .fotograf_sil
		{
			float:left;
			background:url(../images/lan.png) -4px  -176px no-repeat;
			width:22px;
			height:22px;		
		}

	.profil_fotograf_kucuk .profil_yap
		{
			float:left;
			background:url(../images/lan.png) -170px  -646px no-repeat;
			width:22px;
			height:22px;		
		}

	.profil_fotograf_kucuk
		{
			width:50px;
			float:left;
			margin-top:10px;
			margin-right:10px;
			margin-bottom:3px;
		}


	.soyle_bakalim_form
	{
	margin-left:20px;
	}

	.soyle_bakalim_form input[type="text"],.soyle_bakalim_form input[type="password"]
	{
	width:100%;
	margin-top:1px;
	padding:2px;
	background:url(../images/textarea_bg.png) -114px -202px no-repeat;
	}

	.cevaplar
	{
	float:left; width:100%; margin-left:20px; margin-top:39px;
	}

	.cevaplar li
	{
	float:left; width:275px; margin-bottom:19px;
	background:url(../images/cizgi.png) left bottom no-repeat;
	}

	#contentLeft li
	{
	cursor:move;
	}

	.haberdar_edelim label
	{
		cursor:pointer;
	}

	.haberdar_edelim li
	{
		height:38px;
		float:left;
	}
/*Profil Düzenle Bitiş*/

/*Butonlar Başlangıç*/
	.lanbuton
	{
		float:left;
		background:url(../images/lan.png) no-repeat;
		line-height:100px;
		overflow:hidden;
		margin-top:5px;
		border:none;
	}

	.davet
		{
		width:183px;
		height:30px;
		background-position:-4px -2554px;	
		cursor:pointer;
		margin-left:210px;
		margin-top:20px;
		}

	.daha_fazla
		{
		width:20px;
		height:29px;
		background-position:-173px -231px;	
		cursor:pointer;
		margin-left:150px;
		}

	.gunlugu_oku
		{
		width:117px;
		height:33px;
		background-position:-5px -248px;		
		}

	.bunu_boyle_bil
		{
		width:141px;
		height:33px;
		background-position:0px -640px;		
		}

	.budur
		{
		width:68px;
		height:28px;
		margin-right:80px;
		float:right;
		background-position:0px -676px;		
		}

	.gunluk_yaz
		{
		width:140px;
		height:33px;
		float:left;
		background-position:0px -708px;		
		}

	.gunluk_oku
		{
		width:140px;
		height:33px;
		margin-left:50px;
		float:left;
		background-position:0px -742px;		
		}

	.yaz
		{
		width:37px;
		height:23px;
		float:left;
		margin-left:48px;
		background-position:0px 0px;		
		}
	/*Gunluk profil*/
	.gunluk_profil{
		float:right; 
		width:158px;
		height:140px;
		background:url(../images/postit.gif) no-repeat; 
	}

	.gunluk_profil .gunluk_takip
		{
		width:184px;
		height:22px;
		margin-left:-25px;
		float:right;
		background:url(../images/postit_gunluk_pro.gif) 25px -12px no-repeat;
		}

	.gunluk_profil .baska_gunluk
		{
		width:184px;
		margin-left:-25px;
		height:26px;
		float:right;
		background:url(../images/postit_gunluk_pro.gif) 27px -64px no-repeat;
		}

	.gunluk_profil .takip_vazgec
		{
		width:184px;
		margin-left:-25px;
		height:23px;
		float:right;
		background:url(../images/postit_gunluk_pro_deil.gif) 25px -12px no-repeat;		
		}
		.gunluk_profil .oylama
		{
		width:180px;
		margin-left:-25px;
		height:25px;
		float:right;
		background:url(../images/postit_gunluk_pro.gif) 19px -36px no-repeat;
		}
		/*///////////////////*/
	.oyla
		{
		width:214px;
		height:34px;
		margin-right:-20px;
		float:right;
		margin-top:4px;
		overflow:hidden;
		visibility:hidden;
		background-image:url(../images/oyla_cerceve.png);
		}
		.oyla_over
		{
		width:214px;
		height:34px;
		margin-right:150px;
		float:right;
		margin-top:-50px;
		overflow:hidden;
		visibility:visible;
		background-image:url(../images/oyla_cerceve.png);
		}
		.oy_rakam_eksi_5
		{
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:12px;
			height:10px;
			margin-left:15px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:0px 0px;
		}
		.oy_rakam_eksi_5_over
		{
			cursor:pointer;
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:12px;
			height:10px;
			margin-left:15px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:0px -19px;
		}
		.oy_rakam_eksi_4
		{
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:12px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-17px 0px;
		}
		.oy_rakam_eksi_4_over
		{
			cursor:pointer;
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:12px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-17px -19px;
		}
		.oy_rakam_eksi_3
		{
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:12px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-34px 0px;
		}
		.oy_rakam_eksi_3_over
		{
			cursor:pointer;
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:12px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-34px -19px;
		}
		.oy_rakam_eksi_2
		{
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:12px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-49px 0px;
		}
		.oy_rakam_eksi_2_over
		{
			cursor:pointer;
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:12px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-49px -19px;
		}

		.oy_rakam_eksi_1
		{
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:12px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-64px 0px;
		}
		.oy_rakam_eksi_1_over
		{
			cursor:pointer;
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:12px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-64px -19px;
		}
		.oy_rakam_arti_1
		{
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:12px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-92px 0px;
		}
		.oy_rakam_arti_1_over
		{
			cursor:pointer;
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:12px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-92px -19px;
		}
		.oy_rakam_arti_2
		{
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:14px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-111px 0px;
		}
		.oy_rakam_arti_2_over
		{
			cursor:pointer;
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:14px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-111px -19px;
		}
		.oy_rakam_arti_3
		{
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:14px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-130px 0px;
		}
		.oy_rakam_arti_3_over
		{
			cursor:pointer;
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:14px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-130px -19px;
		}
		.oy_rakam_arti_4
		{
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:14px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-148px 0px;
		}
		.oy_rakam_arti_4_over
		{
			cursor:pointer;
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:14px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-148px -19px;
		}
		.oy_rakam_arti_5
		{
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:14px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-168px 0px;
		}
		.oy_rakam_arti_5_over
		{
			cursor:pointer;
			float:left;
			line-height:100px;
			overflow:hidden;
			border:none;
			width:14px;
			height:10px;
			margin-left:5px;
			margin-top:12px;
			background-image:url(../images/puanlama.png);
			background-repeat:no-repeat;
			background-position:-168px -19px;
		}
	.iyi
		{
		width:19px;
		height:19px;
		float:left;
		margin-left:3px;
		background-position:0px -26px;	
		cursor:pointer;
		}

	#iyipasif
		{
		background-position:0px -45px;	
		cursor:default;
		}

	#kotupasif
		{
		background-position:-28px -45px;	
		cursor:default;
		}

	.kotu
		{
		width:19px;
		height:19px;
		float:left;
		margin-left:3px;
		background-position:-28px -26px;	
		cursor:pointer;
		}

	#raporpasif
		{
		background-position:-146px -882px;	
		cursor:default;
		}
	.puan_ver{
		cursor:pointer;
		width:70px;
		height:20px;
		float:right; 
		margin-top:40px;
		background-image:url(../images/puan_ver.png);
		background-repeat:no-repeat;
		overflow:hidden;
	}
	.puan_scala{
		visibility:hidden;
		position:absolute;
		margin-left:-200px;
		margin-top:-5px;
		width:200px;
		height:20px;
		float:right;
		background-image:url(../images/oyla_cerceve.png);
	}
	.kapak_yeni
	{
		width:600px;
		float:left;
		margin-left:55px;
		margin-top:10px;
		border:#999 solid 1px;
	}
	
	.kapak_yeni img
		{
			float:left;
			margin-left:15px;
			margin-top:10px;
			padding:4px;
			background:url(../images/lan.png) -128px  -228px no-repeat;
			width:36px;
			height:33px;	
			margin-bottom:10px;	
		}
		.kapak_yeni li
		{
			background-position:-181px -177px;
			margin-top:0px;
		}
	
		.kapak_yeni ul
		{
			float:left;
			margin-left:5px;
			margin-top:12px;
			font-weight:bold;
			width:70px;
			overflow:hidden;
		}
		.kapak_yeni dl
		{
			float:left;
			margin-left:10px;
			margin-top:10px;
			width:300px;
		}
	
		.kapak_yeni dd
		{
			cursor:pointer;
			width:72px;
			height:20px;
			float:right;
			line-height:100px;
			overflow:hidden;
			margin-right:10px;
			margin-top:10px;
			background-image:url(../images/sakla.jpg);
		}
		.kapak_yeni tt
		{
			cursor:pointer;
			width:72px;
			height:20px;
			float:right;
			line-height:100px;
			overflow:hidden;
			margin-right:10px;
			margin-top:0px;
			background-image:url(../images/goster.jpg);
		}
		.kapak_yeni dt
		{
			width:400px;
		}
		
	
	.raporla_yer{
		float:right;
		margin-left:7px;
		margin-top:37px;
	}
	.rapor
		{
		width:16px;
		height:16px;
		margin-top:2px;
		padding-right:20px;
		float:left;
		background-position:-146px -866px;	
		cursor:pointer;
		}

	.tamamulan
		{
		width:109px;
		height:31px;
		float:right;
		margin-right:100px;
		background-position:0px -1000px;		
		}

	.ara
		{
		width:42px;
		height:21px;
		float:left;
		background-position:0px -65px;		
		}

	.gir
		{
		width:45px;
		height:29px;
		float:right;
		background-position:0px -89px;	
		margin:0px;
		padding:0px;
		}

	.cikis
		{
		width:67px;
		height:28px;
		float:right;
		background-position:0px -205px;	
		}

	.benim_gunlugum
		{
		width:160px;

		height:24px;
		float:left;
		background-position:center -1128px;		
		margin-left:20px;
		}

	.rasgele_gunluk
		{
		width:160px;
		height:24px;
		float:left;
		background-position:center -1155px;		
		}

	.gunluk_ara
		{
		width:92px;
		height:24px;
		float:left;
		background-position:center -1183px;		
		}

	.profil_duzenle
		{
		width:134px;
		height:31px;
		float:left;
		margin-left:220px;
		background-position:left -1354px;		
		}

	.fotograf_sil_buton
		{
		width:16px;
		height:16px;
		float:right;
		background-position:-6px -179px;	
		margin-top:2px;
		}

	#mesaj_sil_buton
		{
		width:16px;
		height:16px;
		float:right;
		background-position:-6px -179px;	
		margin-top:10px;
		}

	.mesaj_sil_buton
		{
		width:16px;
		height:16px;
		float:right;
		background-position:-6px -179px;	
		margin-top:8px;
		}

	.soru_getir
		{
		width:134px;
		height:31px;
		float:right;
		background-position:0px -1720px;	
		}

	.gelen
		{
		width:40px;
		height:14px;
		float:left;
		background-position:-130px -1292px;	
		margin-left:140px;
		}

	.giden
		{
		width:43px;
		height:14px;
		float:left;
		background-position:-129px -1308px;	
		margin-left:40px;
		}
		.cop
		{
		width:120px;
		height:14px;
		float:left;
		background-position:-0px -2789px;	
		margin-left:25px;
		}
		.cop_bosalt
		{
		width:155px;
		height:14px;
		float:left;
		background-position:-0px -2815px;	
		margin-left:370px;
		margin-top:-18px;
		}

	.olustur
		{
		width:52px;
		height:15px;
		float:left;
		background-position:-123px -1324px;	
		margin-left:40px;
		}


	.mesaj_icon
		{
		height:28px;
		width:28px;
		float:left;
		background-position:-142px -785px;	
		line-height:160px;
		text-align:center;
		font-weight:bold;
		color:#c94248;
		font-size:13px;
		}

	.arkadas_icon
		{
		height:28px;
		float:left;
		background-position:-142px -827px;	
		line-height:160px;
		padding-left:7px;
		padding-right:7px;
		font-weight:bold;
		color:#c94248;
		font-size:13px;
		}

	.gonderulan
		{
		width:92px;
		height:26px;
		float:left;
		background-position:-74px -677px;	
		}

	.yazilari
		{
		width:34px;
		height:12px;
		background-position:-158px -753px;	
		margin-left:3px;
		}

	#okundu
		{
		width:24px;
		height:24px;
		float:left;
		background-position:-3px -138px;	
		}
/*Butonlar Bitiş*/

/*Kapak Başlangıç*/
	.haber_box
		{
			float:left; width:100%;
		}
	.haber_box li
		{
			height:25px;
			width:308px;
			padding-left:17px;
			background:url(../images/lan.png) -181px 1px no-repeat;
		}
	.haber_box a
		{
		color:#c94248;
		font-weight:bold;
		}
/*Kapak Bitiş*/

/*Günlük Yaz Seçim Başla*/
	.gunluk_yaz_kisi
		{
		float:left;
		width:100%;
		padding-top:30px;
		margin-left:20px;
		}

	.gunluk_yaz_kisi li
		{
		float:left;
		width:110px;
		text-align:center;
		margin-left:10px;
		}

	.gunluk_yaz_kisi li img
		{
		float:left;
		width:58px;
		height:53px;
		padding:5px;
		padding-left:37px;
		padding-right:18px;
		padding-top:16px;
		background:url(../images/lan.png) 0px -860px no-repeat;
		}

	.gunluk_yaz_kisi li .boynuzlu
		{
		float:left;
		width:58px;
		height:53px;
		padding:5px;
		padding-left:37px;
		padding-right:18px;
		padding-top:16px;
		background-position:0px -782px;
		}

	.gunluk_yaz_kisi .kisi_adi
		{
		float:left; margin-left:10px; width:110px; text-align:center; font-weight:bold;
		}
/*Günlük Yaz Seçim Bitiş*/

/*Günlük Başla*/
	.gunluk_detay
		{
		margin-top:3px; 
		float:right;
		width:100%;
		}

	.gunluk_detay li
		{
		float:left;
		width:100%;
		}


	.oku_cerceve{
		 filter:alpha(opacity=40); 
   		-moz-opacity: 0.4; 
   		 opacity: 0.4; 
		border:#999 solid 1px; 
		float:left;
		margin-top:15px;
		padding-left:5px; 
		padding-right:5px;
	}
	.oku_cerceve_over{
		border:#999 solid 1px; 
		float:left; 
		margin-top:15px;
		padding-left:5px; 
		padding-right:5px;
	}

	.gunluk_detay .yazan_profil
		{
		float:left;
		width:45px;
		margin-left:-50px;
		margin-top:22px;
		}

	.gunluk_detay li .detay_sag
		{
		float:left;
		width:550px;
		overflow:hidden;
		}

	.gunluk_detay .yazan_profil img
		{
			float:left;
			padding:4px;
			background:url(../images/lan.png) -128px  -228px no-repeat;
			width:36px;
			height:33px;
		}

	.paylas
		{
			float:left;
			width:100%; 
			margin-top:5px;
			margin-left:20px;
		}

	.paylas a
		{
			float:left;
			width:16px;
			height:16px;
			overflow:hidden;
			line-height:100px;
			background:url(../images/lan.png) -2px  -284px no-repeat;
			margin-right:4px;
			filter:alpha(opacity=50);
			opacity:0.5;
		}

	.paylas a:hover
		{
			filter:alpha(opacity=100);
			opacity:1;
		}

	.paylas #twitter {background-position:-22px -284px;}
	.paylas #stumble {background-position:-41px -284px;}
	.paylas #delicious {background-position:-62px -284px;}
	.paylas #myspace {background-position:-82px -284px;}
/*Günlük Bitiş*/

/*Profil Başla*/
	.kontroller
		{
		float:right;
		width:182px;
		height:122px;
		margin-left:0px;
		margin-top:-15px;
		overflow:hidden;
		background-image:url(../images/kontroller.png);
		}

	.kontroller a
		{
		float:left;
		clear:both;
		padding:0px;
		margin-left:20px;
		margin-top:2px;
		padding-left:23px;
		background:url(../images/lan.png) -168px -648px no-repeat;
		font-weight:bold;
		color:black;
		}

	.kontroller a:hover
		{
		color:#be1e2d;
		}

	.kontroller .arkadasol{background:url(../images/kontroller.jpg) -20px -15px no-repeat; width:200px; height:19px; margin-top:15px;}
	.kontroller .tanimiyorum{background:url(../images/kontroller_dier.jpg) -20px -15px no-repeat; width:200px; height:19px; margin-top:15px;}
	.kontroller .mektip_yolla{background:url(../images/kontroller.jpg) -18px -32px no-repeat; width:70px; height:16px; margin-top:0px;}
	.kontroller .gormezden_gel{background:url(../images/kontroller.jpg) -18px -50px no-repeat; width:70px; height:16px; margin-top:0px;}
	.kontroller .affet{background:url(../images/kontroller_dier.jpg) -18px -50px no-repeat; width:70px; height:16px; margin-top:0px;}
	.kontroller .intikam_listesine_ekle{background:url(../images/kontroller.jpg) -18px -65px no-repeat; width:120px; height:18px; margin-top:0px;}
	.kontroller .intikam_listesine_cikar{background:url(../images/kontroller_dier.jpg) -18px -66px no-repeat; width:120px; height:18px; margin-top:0px;}
	.kontroller .hastasi_ol{background:url(../images/kontroller.jpg) -15px -83px no-repeat; width:120px; height:18px; margin-top:0px; margin-left:17px;}
	.kontroller .hastasi_olma{background:url(../images/kontroller_dier.jpg) -15px -85px no-repeat; width:120px; height:18px; margin-top:0px; margin-left:17px;}
	.kontroller .sevsin_bakalim{background:url(../images/lan.png) -171px -647px no-repeat;}
	.kontroller .reddet{background:url(../images/lan.png) -171px -620px no-repeat;}


	.soyle_bakalim_cerceve
	{
		overflow:hidden;
		float:left;
		height:580px;
	}
	.profil_ajax
	{
		float:left;
		margin-left:-10px;
	}
	
	.profil_nav
	{
	float:left;
	width:678px;;
	margin-top:53px;
	}
	.profil_nav a
	{
	float:left;
	margin-top:0px;
	}
	
	.profil_nav .yaziyor{
		width:143px;
		height:43px;
		background:url(../images/profil_navi.gif) 10px 10px no-repeat;
		margin-top:0px;
		margin-left:30px;
	}
	.profil_nav .yaziyor_over{
		width:143px;
		height:43px;
		margin-top:0px;
		margin-left:30px;
		background:url(../images/profil_navi_over.gif) 6px 1px no-repeat;
	}
	.profil_nav .yaziyor:hover{
		width:143px;
		height:43px;
		margin-top:0px;
		margin-left:30px;
		background:url(../images/profil_navi_over.gif) 6px 1px no-repeat;
	}

	
	.profil_nav .soylebakalim{
		width:120px;
		height:43px;
		margin-top:0px;
		margin-left:0px;
		background:url(../images/profil_navi.gif) -176px 10px no-repeat; 
	}

	.profil_nav .soylebakalim:hover{
		width:120px;
		height:43px;
		margin-top:0px;
		margin-left:0px;
		background:url(../images/profil_navi_over.gif) -138px 2px no-repeat; 
	}
	.profil_nav .soylebakalim_over{
		width:120px;
		height:43px;
		margin-top:0px;
		margin-left:0px;
		background:url(../images/profil_navi_over.gif) -138px 2px no-repeat; 
	}
	
	
	.profil_nav .fotograflar2{
		width:111px;
		height:43px;
		background:url(../images/profil_navi.gif) -310px 10px no-repeat; 
	}
	
	.profil_nav .fotograflar2_over{
		width:111px;
		height:43px;
		background:url(../images/profil_navi_over.gif) -261px 3px no-repeat; 
	}
	.profil_nav .fotograflar2:hover{
		width:111px;
		height:43px;
		background:url(../images/profil_navi_over.gif) -261px 3px no-repeat; 
	}
	
	.profil_nav .ne_yazmis{
		width:134px;
		height:43px;
		background:url(../images/profil_navi.gif) -434px 10px no-repeat; 
	}
	.profil_nav .ne_yazmis_over{
		width:134px;
		height:43px;
		background:url(../images/profil_navi_over.gif) -373px 3px no-repeat; 
	}
	.profil_nav .ne_yazmis:hover{
		width:134px;
		height:43px;
		background:url(../images/profil_navi_over.gif) -373px 3px no-repeat; 
	}
	
	.profil_nav .arsiv{
		width:82px;
		height:43px;
		background:url(../images/profil_navi.gif) -582px 10px no-repeat; 
	}
	.profil_nav .arsiv_over{
		width:82px;
		height:43px;
		background:url(../images/profil_navi_over.gif) -517px 4px no-repeat; 
	}
	.profil_nav .arsiv:hover{
		width:82px;
		height:43px;
		background:url(../images/profil_navi_over.gif) -517px 4px no-repeat; 
	}
/*Profil Bitiş*/

/*İntikam Listesi Başla*/
	.intikam_listesi
		{
		float:left;
		margin-top:-4px;
		}

	.intikam_listesi li
		{
		float:left;
		width:500px;
		background:url(../images/cizgi2.png) center bottom no-repeat;
		height:97px;
		padding-left:50px;
		padding-right:50px;
		margin-bottom:17px;
		margin-top:5px;
		}

	.intikam_listesi li img
		{
		float:left;
		width:58px;
		height:53px;
		padding:6px;
		padding-left:38px;
		padding-right:18px;
		padding-top:15px;
		background:url(../images/lan.png) 0px -860px no-repeat;
		}

	.intikam_listesi li .boynuzlu
		{
		float:left;
		width:58px;
		height:53px;
		padding:5px;
		padding-left:38px;
		padding-right:18px;
		padding-top:15px;
		background:url(../images/lan.png) 0px -782px no-repeat;
		}

	.intikam_listesi li .link
		{
		font-weight:bold;
		}
/*İntikam Listesi Bitiş*/

/*Hastasıyım Başla*/
	.takipteki_gunluk
	{
	float:left;
	margin-top:16px;
	}

	.takipteki_gunluk a
	{
	float:left; width:100%;
	padding:4px;
	padding-left:28px;
	background:url(../images/lan.png) -170px -267px no-repeat;
	margin-bottom:11px;
	margin-top:0px;
	font-weight:bold;
	}
/*Hastasıyım Bitiş*/

/*Kaç-Kaç Başla*/
	.en_cok_yazilanlar
	{
		float:left; 
		padding-left:40px;
		margin-top:18px;
		width:200px;
		background:url(../images/sayilar.png) 0px 23px no-repeat;
		margin-left:200px;
	}

	.en_cok_yazilanlar .profil_fotograf_kucuk
	{
		margin-bottom:6px;
	}
/*Kaç-Kaç Bitiş*/

/*Gelen Kutusu Başla*/
	.gelen_kutusu
	{
		float:left;
		width:500px;
		margin-top:5px;
		margin-left:40px;
	}

	.gelen_kutusu li
	{
		float:left;
		width:100%;
		background:url(../images/cizgi3.png) center bottom no-repeat;
		padding:8px;
		padding-right:0px;
	}

	.gelen_kutusu #kimden{margin-top:5px;float:left;width:140px; text-align:center; background:url(../images/cizgi4.png) center bottom no-repeat;}
	.gelen_kutusu #konu{margin-top:5px;float:left;width:210px; text-align:center; background:url(../images/cizgi4.png) center bottom no-repeat;}
	.gelen_kutusu #nezaman{margin-top:5px;float:left;width:130px; text-align:center; background:url(../images/cizgi4.png) center bottom no-repeat;}
/*Gelen Kutusu Bitiş*/

/*Mesaj Oluştur Başla*/
	.mesaj_kutusu
	{
	float:left;
	width:350px;
	height:150px;
	border:solid 1px black;
	}

	.gelen_kutusu tr
	{
	margin-bottom:9px;
	float:left;
	}
/*Mesaj Oluştur Bitiş*/
.arsiv{
	width:680px; 
	height:113px;
	background:url(../images/arsiv.gif) 0px 0px no-repeat;
}
/*Editör Başla*/
	.editor_nav
	{
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	}

	.editor_nav img
	{
	cursor:pointer;
	float:left;
	margin-right:5px;
	}

	#editor
	{
	float:left;
	margin-top:15px;
	float:left;
	width:500px;
	height:170px;
	border:none;
	background:none;
	line-height:19px;
	padding:5px;
	font-family:tahoma;
	font-size:11px;
	background:url(../images/textarea_bg.png) no-repeat;
	}
/*Editör Bitiş*/

/*Sayfalama Başlangıç*/
.sayfalama a
{
width:22px;
height:19px;
float:left;
text-align:center;
color:#c94248;
margin-left:3px;
font-weight:bold;
background:url(../images/numara_bg.png) 0px 18px no-repeat;
}

.sayfalama a:hover
{
background:url(../images/numara_bg.png) no-repeat;
color:#c94248;
}

#aktif
{
background:url(../images/numara_bg.png) no-repeat;
}
/*Sayfalama Bitiş*/


/*Sağ Reklamlar Başlangıç*/
	.sag_reklamlar
	{
	float:left;
	width:160px;
	margin-top:8px;
	}

	.sag_reklam
	{
	float:left;
	width:147px;
	height:170px;
	padding-top:2px;
	padding-left:2px;
	background:url(../images/sag_reklam_bg.png) no-repeat;
	margin-bottom:2px;
	}
	.sag_reklam .baslik
	{
	float:left;
	width:138px;
	height:17px;
	padding-top:5px;
	text-align:center;
	font-weight:bold;
	color:black; font-size:10px;
	}

	.sag_reklam .baslik:hover
	{
	text-decoration:underline;
	}

	.sag_reklam .aciklama
	{
	float:left;
	width:120px;
	height:52px;
	margin-left:8px;
	margin-top:3px;
	color:black; font-size:10px;
	text-align:left;
	overflow:hidden;
	}

	.sag_reklam .aciklama:hover
	{
	text-decoration:underline;
	}

	.sag_reklam img
	{
	float:left;
	width:120px;
	height:80px;
	margin-left:8px;
	}
/*Sağ Reklamlar Bitiş*/
	
	#edit_kutu
	{
	float:left;
	background:url(../images/textarea_bg.png) -175px -308px no-repeat;
	margin:0px; border:none; font-size:11px; width:153px; height:18px;
	padding:2px;
	}

	.liste_getir_tablo td
	{
	float:left;
	width:150px;
	margin-bottom:16px;
	}

/*Son Üyeler Başla*/
	.son_uyeler
		{
		float:left;
		width:670px;
		padding-top:13px;
		margin-left:-38px;
		}

	.son_uyeler li
		{
		float:left;
		width:109px; margin-bottom:2px;
		text-align:center;
		}

	.son_uyeler li img
		{
		float:left;
		width:53px;
		height:53px;
		padding:5px;
		padding-left:38px;
		padding-right:17px;
		padding-top:15px;
		background:url(../images/lan.png) 0px -860px no-repeat;
		}

	.son_uyeler li .boynuzlu
		{
		float:left;
		width:58px;
		height:53px;
		padding:5px;
		padding-left:37px;
		padding-right:18px;
		padding-top:16px;
		background-position:0px -782px;
		}

	.son_uyeler .kisi_adi
		{
		float:left; margin-left:10px; width:110px; text-align:center; font-weight:bold;
		}
/*Son Üyeler Bitiş*/

/* Reklam Formu Başlangıç*/
	.reklam_form
	{
	float:left;
	width:400px;
	font-weight:bold;
	margin-top:35px;
	}

	.reklam_form td
	{
	float:left;
	margin-bottom:15px;
	}

	.reklam_form input[type="text"]
	{
	float:left;
	background:url(../images/textarea_bg.png) -124px -242px no-repeat;
	margin:0px; border:none; font-size:11px; width:253px; height:19px;
	padding:2px;
	}

	.reklam_form textarea
	{
	float:left;
	float:left;
	width:500px;
	height:170px;
	border:none;
	background:none;
	padding:5px;
	font-family:tahoma;
	font-size:11px;
	background:url(../images/textarea_bg.png) no-repeat;
	}
/* Reklam Formu Bitiş*/

