﻿@charset "utf-8";
#ustmenuzemin{
	width:100%;
	height:35px;
	display:block;
	float:left;
}
#enustmenuzemin{
	height:40px;
	overflow:hidden;
	/*border-left-width:0;
	border-left-style:solid;
	border-left-color:#ccc;
	border-right-width:0;
	border-right-style:solid;
	border-right-color:#ccc;
	border-bottom-width:0;
	border-bottom-style:solid;
	border-bottom-color:#ccc;
	border-top-width:0;
	border-top-style:solid;
	border-top-color:#ccc;*/	
	display:block;
	float:right;
	margin-top:20px;
	-moz-border-radius: 0 0 0 0; /* Firefox */
	-webkit-border-radius: 0 0 0 0;/* Safari, Chrome */
	border-radius: 0 0 0 0; /* CSS3 */
}
#anamenu{
	height:45px;
	display:block;
	float:left;
	-moz-border-radius: 0 0 0 0; /* Firefox */
	-webkit-border-radius: 0 0 0 0;/* Safari, Chrome */
	border-radius: 0 0 0 0; /* CSS3 */
}
#orta{
	width:100%;
	display:block;
	float:left;
	margin-top:0px;
	-moz-border-radius: 0 0 0 0; /* Firefox */
	-webkit-border-radius: 0 0 0 0;/* Safari, Chrome */
	border-radius: 0 0 0 0; /* CSS3 */
}
#anabanner{
	-moz-border-radius: 0 0 0 0; /* Firefox */
	-webkit-border-radius: 0 0 0 0;/* Safari, Chrome */
	border-radius: 0 0 0 0; /* CSS3 */
}
/* Üst Yatay Menu */
#ustyataymenu {
	padding-top:0px;
margin-top:20px;
	/*padding-left:5%;
	padding-right:5%;
	margin-left:auto;
	margin-right:auto;*/
	height: 35px;
	margin: 0 auto;
	text-align:center;
	display: table;
}
#ustyataymenu ul {
	padding: 0px;
	list-style: none;
	text-align:center;
	display: table;
}
#ustyataymenu ul li {
	display: block;
	float: left;
}
#ustyataymenu ul li a:link, #ustyataymenu ul li a:visited, #ustyataymenu ul li a:active {
	margin-top:0px;	
	padding: 0px 10px;
	text-decoration: none;
	font-weight:normal;
}
#ustyataymenu ul li a:hover {
	text-decoration:underline;	
}
#ustyataymenu .current_page_item a {

}
#ustyataymenu img {
	float:left;
	margin-top:0px;
}
/* Alt Yatay Menü */
#altyataymenu {
	width:90%;
	padding-left:5%;
	padding-right:5%;
	margin-left:auto;
	margin-right:auto;
	min-height: 35px;
	text-align:center;
}
#altyataymenu ul {
	padding: 0px;
	list-style: none;
	text-align:center;
}
#altyataymenu ul li {
	display: inline;
}
#altyataymenu ul li a:link, #altyataymenu ul li a:visited, #altyataymenu ul li a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	margin-top:5px;	
	padding: 0px 7px 0px 3px;
	/* 1-Ust 2-Sağ 3-Alt 4-Sol */
	text-decoration: none;		
	background:url(../images/altmenu_ara.png) top right no-repeat;
}
#altyataymenu ul li a:hover {
	text-decoration:underline;	
}
#altyataymenu .current_page_item a {

}
#altyataymenu img {
	float:left;
	margin-top:0px;
}
/* Sitenin Üste Kısmı */
#header {

}
/* Alt Sayfa ve Dikey Menünün Gösterildiği Kısım */
#page {
	width:100%;
}
/* Alt Sayfaların Gösterildiği Kısım */
#content {

}
/* Dikey Menünün Gösterildiği Kısım */
#sidebar {

}
/* Sitenin Alt Kısmı */
#footer {
	margin: 0 auto;
	display:block;
	float:left;
}
/* Logo */
#logo {
	float: left;
	display:block;
}
#logo div h1, #logo div h2 {
	padding-top:40px;
	color:#000;
	text-align: right;
}
#logo div h1 {
	font-size: 240%;
}
#logo div h2 {
	font-size: 150%;
}
#logo div a {
	text-decoration: none;
	color: #144B6B;
}
h1, h2, h3 {
	color: #333;
}
h3 {
	font-size: 1em;
}
a {
	color: #6c6c6c;
}
a:hover {
	text-decoration: none;
}
img.left {
	float: left;
	margin: 0 20px 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 20px;
}
/* Boxed Style */
.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.boxed .content {
	padding: 15px;
}
.boxed ul {
	list-style: none;
}
/* Post */
.post {
	clear: both;
	padding: 20px;
	border-bottom: 1px solid #3B3B3B;
}
.post .content {
	line-height: 1.6em;
}
.post .title {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}
.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}
/* Login */
#login fieldset {
	border: none;
}
#login legend {
	display: none;
}
#login input {
	margin-bottom: 5px;
}
#inputtext1, #inputtext2 {
	width: 160px;
}
/* Updates */
#updates li {
	margin-bottom: 20px;
}
#updates h3 {
	font-size: .77em;
}
#legal {
	float: left;
}
#links {
	float: right;
}