﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
}

form br {
}

input, textarea {
	padding: 5px;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: #F9F3DF;
	border-top: 1px solid #CB960F;
	border-right: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	border-left: 1px solid #CB960F;
}

h1, h2 {
	margin-top: 1.5em;
}
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #3266CC;
	font-weight:bold;
}

a:hover {
	border: none;
	text-decoration:underline;
	color: #3266CC;
}

/* Header */

#header {
	width: 945px;
	height: 40px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-x;
}

#logo {
	float: left;
	width: 420px;
	height: 40px;
	background: url(images/img02.gif) no-repeat;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -1px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

#logo h1 {
	padding: 3px 0 0 20px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

#logo h2 {
	padding: 8px 0 0 6px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #000000;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

#menu {
	float: right;
	height: auto;
	width: auto;
	background: url(images/img03.gif) no-repeat right top;
}

#menu ul {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 11px 20px 0 40px;
	background: url(images/img04.gif) no-repeat;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
	color: #fff;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 468px;
	padding: 0 0 0 10px;
}

.post {
	padding-top: 27px;
}

.post .title {
	margin: 0;
}

.post .title a {
	border: none;
}

.post .meta {
	margin: 0;
	padding: 3px 0 0 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.post .entry {
	padding: 0 0;
}

.post .entry p, .post .entry ol, .post .entry ul {
	line-height: 180%;
}

.post .tags {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #EDEDCD;
	font-size: smaller;
	text-align: center;
}

.post .tags a {
	margin-left: 10px;
}

.post .links {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #EDEDCD;
	font-size: smaller;
	text-transform: uppercase;
}

.post .links a {
	font-weight: bold;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
}

.sidebar li ul {
	padding: 2px 2px 2px 10px;
}

.sidebar li li {
	padding: 2px 0;
}

.sidebar h2 {
	padding: 9px 0 0 30px;
	background: url(images/img092.gif) no-repeat;
	height:40px;
	margin-left:8px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

/* Sidebar1 */

#sidebar1 h2 {
	height: 40px;
	padding: 9px 0 0 30px;
	background: url(images/img09.gif) no-repeat;
	color:#fff;
	width:175px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Sidebar2 */

#sidebar2 {
	padding: 0 0 0 0px;
}

/* Search */

#search {
}

#search form {
	text-align: center;
}

#search #s {
	width: 80%;
	margin-bottom: 10px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 0 20px;
}

#calendar caption {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #CCCC99;
}

#calendar thead th {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #CCCC99;
	color: #CCCC99;
}

#calendar tbody td {
	padding: 5px 0;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#calendar tfoot td {
	padding: 5px;
	border-top: 1px solid #CCCC99;
}

#calendar tfoot a {
	border: none;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 15px 20px;
	font-size: smaller;
}

#footer .legal {
	float: left;
	height: 40px;
	background: url(images/img02.gif) no-repeat;
}

#footer .credit {
	float: right;
	height: 40px;
	background: url(images/img03.gif) no-repeat right top;
}
.beyaz{
color:#FFFFFF;
}