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

/* hack reset (for production, use Yahoo! reset CSS)
*************************/

*
{
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

body{ background-color:#3f3b40; }

br{	clear:left; }

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #9B4E00;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}
a.sayfa, a.sayfa:hover {
	color: #9B4E00;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	border:1px solid #DDD;
	padding:2px 4px;
}
a.sayfa:hover {
	font-weight:bold;
	background-color:#FC6;
}

.footer a{ color:#FFF; }
/* divs *************************************************/
div.container{ width: 100%; }

div.footer, div.header{
	width:100%;
	height:50px;
	background-color:#326096;
	border-bottom:1px #bfbf8a solid;
	border-top:1px #bfbf8a solid;
	padding-top:5px;
	text-align:center;
}

div.header{
	height: 200px;
	background-image: url(../images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

div.altustcerceve{
	border-bottom:1px #261f26 solid;
	border-top:1px #261f26 solid;
}

div.alan{
	background-color:#FFF;
	width:900px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	background-image:url(../images/cicek1.png);
	background-repeat:repeat-y;
}

.err, .ok {
    border: 1px solid;
    margin: 5px 0px;
    padding:10px 5px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
div.ok{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/okimage.png');
}

div.err{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/errimage.png');
}

div.yazi{
	border:1px #CCC solid;
	background-color:#F2F3E4;
	padding:5px;
}

/*Anasayfa sol sağ blok*/
div.sol { width:600px; float:left;}
div.sag { width:295px; float:right; margin-top:10px; }

.ustbaslik {background:url(../images/trans2.png) top left repeat-x; }
.ustbaslik2 {background:url(../images/trans3.png) top left repeat-x; margin-bottom:10px;  }
.ustcizgi {background:url(../images/dot.gif) top left repeat-x; }
.altcizgi {background:url(../images/dot.gif) bottom left repeat-x; }
.sagcizgi {background:url(../images/dot.gif) top left repeat-y; }
.solcizgi {background:url(../images/dot.gif) top right repeat-y; }
.solalt{ background:url(../images/solalt.gif) 0 100% no-repeat; }
.solust{ background:url(../images/solust.gif) 0 0 no-repeat; }
.sagust{ background:url(../images/sagust.gif) 100% 0 no-repeat; }
.sagalt{ background:url(../images/sagalt.gif) 100% 100% no-repeat; padding:10px; }

.sagalt ul{	list-style-position:inside; }
.sagalt ul li{ border-bottom:1px solid #DDD;padding-top:5px; padding-bottom:5px;}

/*Bloglar*/
div.blogmenu{
	width:200px;
	background-color:#E8EAD0;
	padding:0px 0px 10px;;
	float:left;
}

div.blogmenu ul li{
	display:block;
	height:25px;
	font-size:13px;
	border:thin solid #CCC;
	margin:2px 0px;
}

div.blogmenu ul li:hover{
	background-color:#FFDECE;
}

div.blogmenu ul li a {width:190px; display:block;padding:5px 3px; border-left:5px solid #06C;}

/* yazılar ********************************************/
h1{
	font-size:20px;
	color:#326096;
	padding:15px 5px 10px;
	border-bottom:1px #bfbf8a solid;
	margin-bottom:8px;
}

h2{
	font-size:14px;
	margin:0px 0px 5px;
	background-color:#DBDEB4;
	padding:3px 5px 3px;
	text-align:left;
	height:18px;
}

h3{
	font-size:14px;
	margin:0px -10px 0px;
	padding:0px 10px 5px;;
	border-bottom:1px solid #999;
	text-align:left;
}

p{ padding:5px; }

.sol div.anayazi{
	width:580px;
	margin:10px;
	background-image:url(../images/trans.png);
}
div.icerik div.anayazi{ background-image:url(../images/trans.png); }

.sol div.anayazi img{
	max-height:120px;
	max-width:160px;
	margin:0px 5px 0px 0px;
}

div.icerik { float:left; width:690px; margin-left:10px; }

ul.liste{ padding:5px; list-style:inside; }

em.dipnot{ font-size:10px; color:#666; float:right; }

ul.poll{ list-style:none; }

/* resimler ********************************************/
img.tarihce{
	padding:10px 10px 5px 10px;
	width:150px;
	height:200px;
}

img.fotolar{
	padding:10px 10px 5px 10px;
	width:200px;
	height:150px;
	border:none;
}

.cerceveli, .cercevelienine{
	border:1px #bfbf8a solid;
	padding:5px;
	display:inline-block;
	height:260px;
	width:180px;
	overflow:hidden;
	text-align:center;
	margin:2px 15px;
	background-color:#F2F3E4;
}

.cercevelienine{
	height:180px;
	width:250px;
	background-image:url(../images/trans.png);
	float:left;
}

/* from nesneleri **************************************/
input.txtbox, input.txtbox:focus, input.txtbox:active{
	width:200px;
	height:20px;
	border:1px #bfbf8a solid;
	background-color:#FFF;
}

input.txtbox:focus, input.txtbox:active{
	background-color:#FFC;
}

textarea, textarea:focus{
	width:370px;
	height:150px;
	border:1px #bfbf8a solid;
	padding:3px;
	background-color:#FFF;
}

textarea:focus{
	background-color:#FFC;
}

label{
	display:block;
	float:left;
	width:150px;
	height:20px;
	padding:3px;
}

label.anket{ display:inline; float:none; }

form fieldset{ padding:5px 0px;	background-color:#F2F3E4; }

form input.buton{
	width:75px;
	height:22px;
	background-color:#E8E8E8;
	border:1px #bfbf8a solid;
}

select {
	height:25px;
	width:150px;
	font-size:14px;
	padding:2px;
	border:1px #bfbf8a solid;
	background-color:#FFF;
}

input.anket {
	height: 18px;
	display: block;
	clear: left;
	float: left;
}