@charset "utf-8";

/* CSS Document */



body {

	background: #ECECF3 url(../images/body-bg.png) top center repeat-y;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 12px;

}



h1, h2, h3 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-weight : bold;

}



h1 {

	font-size:24px;

	font-weight: bold;

	color: #0066A4;

}

h2 {

	font-size: 16px;

	font-weight: bold;

	color:#009DDC;

}

h3 {

	font-size: 14px;

	font-weight:bold;

	color: #0066A4;

}

#wrap {

	margin: 0 auto;

	width: 980px;

	padding-right: 5px;

	text-align: justify;

}

#header-topspace {

	/*background: #0A4AAC url(../images/logo.png) left no-repeat;*/

	margin-left: 2px;

	height: 190px;

	border-bottom: solid 3px #C6CCD7;

	border-top: solid 5px #638CAF;

}

#header-space {

	background: #FFFFFF url(../images/adaysiyah.jpg) no-repeat;

	height: 110px;

	width: 700px;

	margin-left: 3px;

	/*border-right: 2px #999;*/

	padding-left: 10px;

}

/*üst menü ve arama için*/



ul#navigation {

	float: right;

	margin: 8px 1px 0 0;

	display: inline;

	color: #000;

	}

	

ul#navigation li {

	float: left;

	display: inline;

	list-style-type: none;

	text-align: center;

	font-size: 1.2em;

	}

	

ul#navigation li a, ul#navigation li a:visited {

	text-decoration: none;

	color: #000;

	font-weight: normal;

	}

	

ul#navigation li a:hover {

	text-decoration: underline;

	}

	

li#posta {

	background: url('../images/anasayfa.png') no-repeat 0 1px;

	padding-left: 24px;

	}

	

li#posta a {

	margin-right: 16px;

	}

	

li#dil {

	background: url('../images/dil.gif') no-repeat 0 2px;

	padding-left: 24px;

	margin-left: 16px;

	}

	

li#dil a {

	margin-right: 16px;

	}

	

li#erisim {

	background: url('../images/posta.png') no-repeat 0 2px;

	padding-left: 23px;

	margin-left: 16px;

	}

	

	

	/* Search form */

form.search {

	position:absolute;

	top : 30px;

	right : 10px;

	background : transparent;

	border : none;

	float:right;

}



form.search input.textbox {

	margin : 0;

	padding : 1px 2px;

	width : 260px;

	height: 20px;

	background : #fff url('../images/shade.gif') top repeat-x;

	color : #333;

	border: solid 1px #009DDC;

}



form.search input.button {

	background : #FFF url('../images/ara.png') no-repeat;

	border: solid 1px #CCCCCC;

	color : #333;

	width : 24px;

	height : 24px;

	margin: 0;

}



	/*üst menü ve arama için bitti*/



#logo-text {

	position: absolute;

	font-size:24px;

	font-weight: bold;

	color: #0066A4;

}

#logo-slogan {

	position: absolute;

	margin-top: 42px;

	font-size: 16px;

	font-weight: bold;

	color:#009DDC;

}



#navbar {

	height: 200px;

	background: url(../images/nav-bg.png) repeat-x;

	margin-right: 4px;

	margin-left: 4px;

}

/* Navigation Bar */



#nav {

	background : #ec6a1c;

	height : 25px;

	border-bottom : 1px solid #666666;

}



#nav-bar {

	width : auto;

	height : 24px;

	margin : 0;

	padding : 0 0 0 0;

	background : url(../images/nav-bg.jpg) repeat-x;

	font : bold 12px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;

}



#nav-bar ul {

	float : left;

	list-style : none;

	margin : 0;

	padding : 0;

}



#nav-bar ul li {

	display : inline;

}



#nav-bar ul li a {

	display : block;

	float : left;

	padding : 0 10px;

	color : #666;

	text-decoration : none;

}



#nav-bar ul li a:hover {

	color : #000000;

}



#nav-bar ul li#selected a {

	color : #000000;

}



#content-wrap {

	width: 970px;

	text-align: justify;

}



#content {

	width: 680px;

	padding-left: 10px;

	padding-top: 10px;

}

#content h1 {

	margin-top : 10px;

	font : bold 110% "Trebuchet MS", Arial, Helvetica, sans-serif;

	color : #005C82;

	padding : 5px 0 5px 5px;

	border: 1px solid #D6D3D3;

	text-align : justify;

	background: url(../images/post-title.png) repeat-x;

}

#content img {

	padding: 4px;

	border: 1px solid #CCC;

}

/* Sidebar */



#sidebar {

	float : right;

	width : 260px;

	position: relative;

	padding-right: 10px;

	padding-top: 20px;

	background : #fff;

}



#sidebar h1 {

	margin-top : 0;

	padding : 5px 0 5px 5px;

	font : bold 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;

	color : #494949;

	background: #fff url(../images/sidebar-title.png) repeat-x;

	border: solid 1px #D6D3D3;

}



#sidebar .left-box {

	background : #fff;

	margin-top : 0;

	padding-left : 5px;

	padding-bottom: 10px;

}



#sidebar ul.sidemenu {

	list-style : none;

	text-align : left;

	margin : 3px 0 2px 0;

	padding : 0;

	text-decoration : none;

}



#sidebar ul.sidemenu li {

	padding : 2px 0 0px 0px;

	list-style-type: disc;

	margin : 0 2px;

}



#sidebar ul.sidemenu a {

	text-decoration : none;

	background-image : none;

}

#sidebar ul.sidemenu a:hover {

	text-decoration : underline;

	background-image : none;

}



/* Additional Formatting */



blockquote {

	margin : 10px;

	padding : 0 0 0 40px;

	border : 1px solid #D6D3D3;

	background : #F7F7F7 url(../images/quote.png) no-repeat;

}

code {

	margin : 4px 8px;

	padding : 0 0 0 40px;

	text-align : left;

	display : block;

	overflow : auto;

	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;

	background : #F7F7F7 url(../images/code.png) no-repeat;;

	border : 1px dashed #D6D3D3;

}



ul, ol {

	margin : 5px 20px;

	padding : 0 20px;

	color : #333333;

}



ul span, ol span {

	color : #333333;

}



form label{

	display:block;

	}



form p {

	margin-bottom: 10px;

	background-color: #F3F3F3;

	border: 1px solid #CCC;

	padding: 20px;

	}



form input.text, form textarea, form select{

	width:96%;

	border:1px #DDD solid;

	color:#999;

	padding: 4px 5px;

	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;

	background-color: #FFF;

	margin-bottom: 5px;

	}



form input.text:hover, form textarea:hover, form select:hover{

	border:1px #CCC solid;

	}



form input.text:focus, form textarea:focus, form select:focus{

	border:1px #999 solid;

	color:#666;

	}



form input.button{

	margin-right:8px;

	padding:3px 5px;

	font:10px Arial,san-serif;

	}



* html form input.text,



* html form textarea{

	border-color:#999;

	color:#999;

	}

* html form select{

	border-color:#999;

	color:#999;

	}



/* Images */



img {

	border : none;

}



img.float-right {

	margin : 5px 0 10px 10px;

}



img.float-left {

	margin : 5px 10px 10px 0;

}





/* Post Footer */



.post-footer {

	border-bottom : 1px solid #D6D3D3;

	padding : 5px;

	margin : 20px 10px 0 2px;

	font-size : 95%;

	background-color : #F7F7F7;

}



.post-footer .date {

	padding-left : 20px;

	margin : 0 10px 0 5px;

	text-align : right;

	font-size : 9px;

	color : #009DDC;

}



.post-footer .readmore {

	background : url(../images/page.gif) no-repeat left center;

	padding-left : 20px;

	margin : 0 10px 0 5px;

}



#footer {

	background: #3A5D7A;

	width:100%;

	margin-left: 2px;

	padding-top: 10px;

	border-top: solid 5px #638CAF;

	padding-bottom: 10px;

	color: #ffffff;

}

#footer a:link {

	color: #fff;

}

#footer a:visited {

	color: #fff;

}

