@import url('css/reset.css');
@import url('css/comments.css');
body {
	background: #FFFFFF;
	font-size: 13px;
	font-family:"lucida grande",verdana,tahoma,arial,sans-serif;
	color: #333;
	text-align: left;
	position:relative	
}

a {
	border:none;
	font-family:verdana,tahoma,arial,sans-serif;
	font-size: 12px;
	color: #880088;
}

hr {
border:0;
border-top:1px solid #ddd;
height:0;
margin:5px 0;
overflow:hidden
}

.fl {
float:left;
}

.fr {
float:right;
}

.pix5 {
clear:both;
padding-left:5px;
padding-top:5px
}

.pix10 {
clear:both;
padding-left:10px;
padding-top:10px
}

.pix15 {
clear:both;
padding-left:15px;
padding-top:15px
}

.pix20 {
clear:both;
padding-left:20px;
padding-top:20px
}

#wrapper {
	background:#fff;
	width: 996px;
	margin: 0 auto;
	position:relative;
	z-index:1;
}

.header {
    background:#fff;
	position:relative;
	z-index:1;
	width: 986px;
	height: 90px;
	padding:5px;
	margin: 5px auto;
}

.logo {
	float: left;
	width: 255px;
	height:90px;
}

.logo img {
	width: 255px;
	height:90px;
}

.ustreklam {
	background:#fff;
	float: right;
	width: 728px;
	height: 90px;
	margin-top:0px;
	text-align: center;
}

.sayfatop {
	width: 986px;
	height: 46px;
	padding: 5px;
}

.sayfa {
	width: 986px;
	background:#fff;
	padding: 0px 5px 0px 5px;
}

.footer {
	border-top:5px solid #ccc;
	color:#ccc;
	margin-top:15px;
	margin-bottom:15px;
	width: 986px;
	padding: 25px 5px;
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top,  #444444 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #444444 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #444444 0%,#222222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #444444 0%,#222222 100%); /* IE10+ */
	background: linear-gradient(top,  #444444 0%,#222222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	text-align: center;
}

.footer a{
	color:#e9e;
}

.solsutun {
	float: left;
	display:block;
	width: 170px;
}

.ortasutun {
	float: left;
	display:block;
	width: 495px;
	margin: 0 10px;
}

.sagsutun {
	float: left;
	display:block;
	width: 300px;
}

.solkututop {
	background: #ee99ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #ee99ee 0%, #ee66ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee99ee), color-stop(100%,#ee66ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* IE10+ */
	background: linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee99ee', endColorstr='#ee66ee',GradientType=0 ); /* IE6-9 */
	border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-khtml-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	border-left:1px solid #e9e;
	border-right:1px solid #e9e;
	width: 160px;
	height: 28px;
	font-size:14px;
	line-height: 28px;
	padding:0 4px;
	font-weight: bold;
	color: #fff;
	text-shadow:1px 1px 0px #c3c;
	box-shadow:1px 1px 2px rgba(192,0,192,0.2);
	-moz-box-shadow:1px 1px 2px rgba(192,0,192,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(192,0,192,0.2);
}

.solkututop a{
	color: #fff;
}

.solkutuorta {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-khtml-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	width: 160px;
	padding: 4px;
	margin-bottom:10px;
	box-shadow:1px 1px 2px rgba(192,192,192,0.2);
	-moz-box-shadow:1px 1px 2px rgba(192,192,192,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(192,192,192,0.2);
}

.solkutuorta ul, .sagkutuorta ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.solkutuorta ul a, .sagkutuorta ul a { 
	display: block;
	font-size: 11px;
	width: 100%;
	color: #808;
	overflow:hidden;
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
	text-decoration: none;
}

.solkutuorta ul a:hover, .sagkutuorta ul a:hover {
	border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	background:#e9e;
	color:#fff;
}


/* Orta Kisim */

.ortakututop {
	background: #ee99ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #ee99ee 0%, #ee66ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee99ee), color-stop(100%,#ee66ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* IE10+ */
	background: linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee99ee', endColorstr='#ee66ee',GradientType=0 ); /* IE6-9 */
	border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-khtml-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	border-left:1px solid #e9e;
	border-right:1px solid #e9e;
	width: 483px;
	height: 28px;
	padding:0 5px;
	color: #fff;
	text-shadow:1px 1px 0px #c3c;
	box-shadow:1px 1px 2px rgba(192,0,192,0.2);
	-moz-box-shadow:1px 1px 2px rgba(192,0,192,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(192,0,192,0.2);
}

.ortakututop .kategori {
	font-size:10px;
	line-height:28px;
	float:right;
	display:inline;
	color: #fff;
	font-weight:400;
	text-shadow:1px 1px 0px #c3c;
}

.ortakututop a, .galeri_top a{
	color: #FFFFFF;
}

.ortakututop h1, .galeri_top h1 {
	font-weight: bold;
	font-size:15px;
	line-height:30px;
	display:inline;
	color: #fff;
}

.ortakutuorta {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-khtml-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	margin-bottom:15px;
	box-shadow:1px 1px 2px rgba(192,192,192,0.2);
	-moz-box-shadow:1px 1px 2px rgba(192,192,192,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(192,192,192,0.2);
	width: 483px;
	padding: 5px;
	color:#333;
	line-height:16px;
}

.ortakutuorta a{
	color: #808;
}

/* Sag Kisim */
.sagkututop {
	background: #ee99ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #ee99ee 0%, #ee66ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee99ee), color-stop(100%,#ee66ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* IE10+ */
	background: linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee99ee', endColorstr='#ee66ee',GradientType=0 ); /* IE6-9 */
	border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-khtml-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	border-left:1px solid #e9e;
	border-right:1px solid #e9e;
	width: 288px;
	height: 28px;
	font-size:14px;
	line-height: 28px;
	padding:0 5px;
	font-weight: bold;
	color: #fff;
	text-shadow:1px 1px 0px #c3c;
	box-shadow:1px 1px 2px rgba(192,0,192,0.2);
	-moz-box-shadow:1px 1px 2px rgba(192,0,192,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(192,0,192,0.2);
}

.sagkutuorta, .sonyorum, .etiketbulutu, .konular {
	width: 288px;
	color:#444;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-khtml-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	padding: 5px;
	margin-bottom:10px;
	box-shadow:1px 1px 2px rgba(192,192,192,0.2);
	-moz-box-shadow:1px 1px 2px rgba(192,192,192,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(192,192,192,0.2);
}

.sagkutuorta .tags {
color:#808;
padding:3px;
line-height:20px;
}

.sagkutuorta .tags:hover {
	border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	background:#e9e;
	color:#fff;
	box-shadow:1px 1px 2px rgba(192,0,192,0.2);
	-moz-box-shadow:1px 1px 2px rgba(192,0,192,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(192,0,192,0.2);
}

.postresim {
	float: left;
	width: 150px;
	height: 100px;
	padding:3px;
	border: 1px solid #ccc;
	margin: 0px 5px 5px 0px;
	box-shadow:0px 0px 3px rgba(192,192,192,0.5);
	-moz-box-shadow:0px 0px 3px rgba(192,192,192,0.5);
	-webkit-box-shadow:0px 0px 3px rgba(192,192,192,0.5);
}

.postbaslik {
	float: left;
	overflow: hidden;
	width: 300px;
	height: 15px;
	line-height: 15px;
}
.postbaslik h1{
	font-size: 13px;
	color: #A70282;
}

.posttarih {
	float: right;
	font-size: 10px;
	padding:2px;
	width: 100px;
	height: 16px;
	color: #aaa;
	text-align: right;
	line-height: 16px;
}

.postdetaylar, .yorumlar {
	border:1px solid #ddd;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom:10px;
	box-shadow:1px 1px 2px rgba(192,192,192,0.2);
	-moz-box-shadow:1px 1px 2px rgba(192,192,192,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(192,192,192,0.2);
	width: 483px;
	padding: 5px;
	color:#333;
	line-height:16px;
}


.postdetaylar ul li {
list-style-position:inside;
list-style-image: url(images/bullet_pink.png);
}

.postdetaylar ul {
display:inline;
margin:0;
padding:0
}

.postdetaylar li {
line-height:16px;
padding:0
}

.postdetaylar a{
	color: #808;
}
.postdetaylar a:hover{
	color: #c70c75;
}

.cizgi{
height:1px;
border:none;
background-color:#fff;
}

#archiveh2 {
	background: #BF30A0;
	font-size: 13pt;
	font-family:"lucida grande",verdana,tahoma,arial,sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
}

.nav {
	margin:0 0 10px 0;
	padding:6px;
	background: #444444; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(top,  #555555 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	border:1px solid #222;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	height:27px;
	overflow:hidden;
	list-style:none;
}

.nav li {
	float:left;
	padding-right:12px;
}

.nav li a {
	font-size:14px;
	color:#ccc;
	font-weight:bold;
	line-height:27px;
	text-decoration:none;
	padding:0 6px;
	display:block;
}

.nav li a span {
	display:block;
}

.nav li a.active ,.nav li a:hover {
background: #cc66cc; /* Old browsers */
background: -moz-linear-gradient(top,  #cc66cc 0%, #992299 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc66cc), color-stop(100%,#992299)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cc66cc 0%,#992299 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cc66cc 0%,#992299 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cc66cc 0%,#992299 100%); /* IE10+ */
background: linear-gradient(top,  #cc66cc 0%,#992299 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66cc', endColorstr='#992299',GradientType=0 ); /* IE6-9 */
color: #fff;
border-radius:2px;
-moz-border-radius:2px;
-khtml-border-radius:2px;
-webkit-border-radius:2px;

text-shadow:1px 1px 0px #828;
box-shadow:1px 1px 3px rgba(32,6,32,0.6);
-moz-box-shadow:1px 1px 3px rgba(32,6,32,0.6);
-webkit-box-shadow:1px 1px 3px rgba(32,6,32,0.6);
}

.eskiyazilar {
	float: left;
	font-size: 12pt;
	font-weight: bold;
}
.eskiyazilar a {
	color: #808;
}

.yeniyazilar {
	float: right;
	font-size: 12pt;
	font-weight: bold;
}

.yeniyazilar a {
	color: #808;
}


.aramainput {
	background: url(images/inputbg.gif) repeat-x;
	border: 1px solid #f0abd5;
	padding: 2px;
	font-family: Verdana;
	color: #A70282;
	width: 210px;
	height: 20px;
}
.abone{float:right;}

.fb{
float:right;
margin:3px;
}

.facebook_like {
float:right;
text-align:right;
margin:4px 0;
}

.yazia 
p { margin: 0px 0px 5px 0px; }

.yazivideo
p { margin: 10px 5px 0px 5px; }

.sagresim {
width:120px;
height:120px;
padding:3px;
border:2px solid #ededed;
background:#fff;
float:right;
margin:0 0 3px 3px;}

.solresim {
padding:3px;
border:2px solid #ededed;
background:#fff;
float:left;
margin:0 3px 3px 0;
}
.ortakututop1 a{
	color: #000;
}
.ortakututop1 h1{
	font-size: 13px;
	color: #FCFCFC;
}
.ortakutuorta1 {
     float:left;
	width: 161px;
	padding: 10px 0px 10px 0px;
	line-height: 14px;
	padding-bottom: 5px;
}
.ortakutuorta1 a{
	color: #808;

}

.ortakutualt1 {
float:left;
	width: 1px;
	height: 1px;
	margin-bottom:6px;
}

.postresim1 {
	float: left;
	width: 140px;
	height: 100px;
	border: 4px solid #ffb9ed;
	margin: 0px 0px 3px 7px
}

.postresim2 {
	float: left;
	width: 140px;
	height: 200px;
	border: 4px solid #ffb9ed;
	margin: 0px 5px 3px 7px;
}


.clear {clear:both;height:0;display:block;overflow:hidden !important}
.menu {border: 0px dashed #b6499f;}
.menu div {float:left;display:inline;width:117px;margin-left:3px;text-align:center;}
.menu h1 {width:117px; margin: 5px 0px 10px 0px;}

.clear {clear:both;height:0;display:block;overflow:hidden !important}
.menu1 {border: 0px dashed #b6499f;}
.menu1 div {float:left;display:inline;width:117px;height:140px;margin-left:3px;text-align:center;}
.menu1 h1 {width:120px; margin: 5px 0px 10px 0px;}


.reklam5 {
	float: left;
	width: 200px;
	height: 200px;
	padding:3px;
	border: 1px solid #eee;
	margin: 0px 5px 5px 0px;
	box-shadow:0px 0px 3px rgba(192,192,192,0.2);
	-moz-box-shadow:0px 0px 3px rgba(192,192,192,0.2);
	-webkit-box-shadow:0px 0px 3px rgba(192,192,192,0.2);
}
		#arkaplan {position:relative;width:140px;height:100px;}
#onplan {position:absolute;top:4px;left:11px;width:50px;height:50px;z-index:10;}

#arkaplanresim {position:relative;width:140px;height:200px;}
#onplanresim {position:absolute;top:177px;left:125px;width:50px;height:50px;z-index:10;}

#arkaplanyan {position:relative;width:115px;height:100px; margin: 0px 2px 35px 6px;}
#onplanyan {position:absolute;top:82px;left:71px;width:50px;height:50px;z-index:10;}

#arkaplanyanresim {position:relative;width:117px;height:120px; margin: 0px 2px 29px 6px;}
#onplanyanresim {position:absolute;top:95px;left:80px;width:50px;height:50px;z-index:10;}

.postresimomer {
	border: 1px solid #af1b8f;

}

.cerceve {
	float: left;
	width: 200px;
	height: 90px;
	border: 4px solid #f4d3e6;
	margin: 0px 5px 3px 0px;
}

.enaltreklam {
	float: left;
	width: 95%;
	padding:5px;
	margin: 10px;
}

.enaltreklam1 {
	border: 1px solid #be65ab;
}

.galeri_page {
float:right;
position:relative;
}

.galeri_top {
	background: #ee99ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #ee99ee 0%, #ee66ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee99ee), color-stop(100%,#ee66ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* IE10+ */
	background: linear-gradient(top,  #ee99ee 0%,#ee66ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee99ee', endColorstr='#ee66ee',GradientType=0 ); /* IE6-9 */
	border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-khtml-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	border-left:1px solid #e9e;
	border-right:1px solid #e9e;
	width: 750px;
	height: 28px;
	padding:0 5px;
	color: #fff;
	text-shadow:1px 1px 0px #c3c;
	box-shadow:1px 1px 2px rgba(192,0,192,0.2);
	-moz-box-shadow:1px 1px 2px rgba(192,0,192,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(192,0,192,0.2);
	text-align:center;
}

.galeri_body {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-khtml-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	margin-bottom:10px;
	box-shadow:1px 1px 2px rgba(192,192,192,0.2);
	-moz-box-shadow:1px 1px 2px rgba(192,192,192,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(192,192,192,0.2);
	width: 750px;
	padding: 5px;
	color:#333;
	line-height:16px;
}


.image_center p {
text-align:center;
}

.galeri_body img {
	padding: 5px;
	border:1px solid #eee;
}

.navigation {
padding:5px;
margin:5px;
width:728px;
height:16px;
font-weight:700;
font-size:15px;
color:#808;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border:1px solid #eee;
}

.navigation .nav-prev {
float:left;
display:inline-table
}

.navigation .nav-next {
float:right;
display:inline-table
}

.navigation .nav-now {
width:580px;
text-align:center;
font-size:18px;
font-weight:700;
display:inline-table
}
