/*
Theme Name: Google
*/

/* Css Reset and Clearfix */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, acronym, address, big, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit;
font-style: inherit; font-size: 100%; font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #E6E6E6;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
.cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cf {display: inline-block;}
* html .cf {height: 1%;}
.cf {display: block;}
/* Css Reset and Clearfix */



/* Html Options */
strong {font-weight: bold;}
em {font-style: italic;}
u {text-decoration: underline;}

code {
margin: 5px;
padding: 10px;
text-align: left;
display: block;
overflow: auto;
font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace; background: #EBF4F5;
border: 1px solid #A9E7EB;
}

acronym {cursor: help;
border-bottom:
1px solid #777;
}

blockquote {
	margin: 10px 20px;
	padding: 0px 0px 5px 28px;
	border: 1px solid #f2f2f2;
	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;}
	blockquote p {padding: 10px 0px 7px 0px;}

textarea {
	width:400px;
	padding: 2px;
	margin-top: 10px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #bbb;
	height:100px;
	display:block;
	color:#666;
}

#text_field, select, .radio, .checkbox, .password, .file {
margin-left: 12px;
}



a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	color: #000;
}


/* Tables */
table {
	border: 1px solid #CADBE5;
	margin: 14px auto;
}
table caption{margin-top:15px;font: normal 15px Arial; letter-spacing: 1px; color: #0d4fb0; padding: 2px;}
table thead th {font-weight: normal; background: #4492dc left bottom repeat; color: #fff;}
table td, th {font-size: 11px; text-align: center; padding: 4px;}
table tbody th, tbody td {border-bottom: 1px solid #CADBE5; border-right: 1px dotted #CADBE5; padding: 3px 5px;}
table tbody th {border-left: 1px dotted #CADBE5; text-align: left; color: #3776a0; font-weight: normal;}
table tfoot td {padding-top: 12px; color: #777; font: italic 10px Verdana; text-align: right;}

/* Html Options */


.sol {float: left;}
.sag {float: right;}
.orta {text-align: center;}

/* Captions */
.alignleft, img.alignleft {
	margin: 4px 3px;
	float: left;
}
.alignright, img.alignright {
	margin: 4px 3px;
	float: right;
}
.aligncenter {
	text-align: center;
}


.hidden {
	display: none;
}

.wp-caption {
	border: #ddd 1px solid;
	background: #f3f3f3;
	margin: 10px 7px 3px 10px;
}

.wp-caption p {
	margin: 2px 5px 2px 5px;
}
.wp-caption img {
margin: 5px 5px 0px 5px;
}

.wp-caption-text {
	font-size:x-small;
	margin: 0;
	text-align: center; }

/* End captions */


#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}


#login {
	margin: 10px auto;
	width: 900px;
	height: 25px;
	background: #fff;
}

#login a {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	padding: 3px;
}

#login a:hover {
	background: #90D1F0;
}

#login span {
	float: left;
	padding: 6px 22px 0 10px;
}

#login ul {
	padding: 6px 22px 0 0;
}

#login ul li {
	padding-left: 20px;
	display: inline;
}

.giris {
float: right;
padding: 0 0 0 50px;
}


#header {
	margin: 0 auto;
	width: 900px;
	height: 80px;
}
#header a {
	color: #000;
}
#header a:hover {
	text-decoration: underline;
}
#header h1 {
	padding: 15px 0 0 20px;
	font-size: 30px;

}

#header p {
	float: left;
	padding: 6px 0 0 22px;
	font-size: 13px;
}

#header ul {
	float: right;
	padding: 6px 0px 0 0;
}

#header ul li {
	display: inline;
	padding-left: 10px;
}

#header ul li a{
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	padding: 3px;
	background: #FFF370;
}

#header ul li a:hover {
	color: #fff;
	background: #F75C5C;
}

#wbody {
	margin: 10px auto;
	width: 900px;
	}

#content {
	float: left;
	width: 645px;
	}

.post {
	background: #fff;
	margin: 0 0 30px 0;
}

.posttitle {
	padding: 4px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	width: 620px;
	font-size: 21px;
}

.posttitle a{
	color: #10781C;
}

.posttitle a:hover{
	color: #E65449;
}

.pagetitle{
background: #fff;
margin: 0 0 10px 0;
font-size: 22px;
padding: 10px 15px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
margin-left: 13px;
margin-top: 15px;
}

.entry h1 {
	font-size: 20px;
}

.entry h2 {
	font-size: 19px;
}

.entry h3 {
	font-size: 18px;
}

.entry h4 {
	font-size: 17px;
}

.entry h5 {
	font-size: 16px;
}

.entry h6 {
	font-size: 15px;
}

.entry ol, .entry ul {
	margin: 10px 0 10px 50px;
}

.entry ol li {
	list-style: decimal;
	padding: 5px 0;
}

.entry ul li {
	list-style-image: url(images/arrow.gif);
	padding: 5px 0;
}


.entry p {
	padding: 5px 7px 5px 12px;
	line-height: 18px;
	word-spacing: 0.2em;
}

.entry pre {
	padding: 5px 7px 5px 12px;
}

.entry dl {
	padding: 5px 0 5px 12px;
}

.entry dt {
	font-weight: bold;
}


.entry dd {
	padding: 0 0 5px 0;
}

.postinfo {
	margin: 0 auto;
	border-top: 1px solid #ccc;
	width: 628px;
	font-size: 11px;
	}

.postinfo p {
	margin: 7px 2px;
	line-height: 22px;
	}

.postinfoc {
	background: url(images/category.png) no-repeat 6px 1px;
	padding: 0 0 0 25px;
	}

.postinfot {
	margin-left: 25px;
	background: url(images/tag.png) no-repeat 5px 2px;
	padding: 0 0 0 28px;
	}

.postinfod {
	margin-left: 25px;
	background: url(images/date.png) no-repeat 5px 0px;
	padding: 1px 0 2px 25px;
	}

.postinfocomments {
	margin-right: 3px;
	background: url(images/comments.png) no-repeat 4px 1px;
	padding: 1px 0 3px 25px;
	}


.previous {
	float: left;
	padding: 5px;
	margin: -22px 0 10px 0;
}

.next {
	float: right;
	padding: 5px;
	margin: -22px 0 10px 0;
}



/* Comments */
#comments {
	background: #fff;
	margin-bottom: 20px;
}

#comments a {
	color: #5C5252;
}

#comments a:hover {
	text-decoration: underline;
}

.cnum {
	font-size: 18px;
	padding: 20px 0 0 30px;
}

#clist {
	margin: 10px 30px 0 30px;
}

.comment {
	border: 1px #ccc solid;
	margin: 15px auto;
}
.alt {
	background: #fffafc;
}

.cinfo {
	border-bottom: 1px #ccc solid;
	background: #EBF4FA;
}

.avatar {
	float: left;
}

.cauthor {
	float: left;
	margin: 9px 0 0 7px;
}
.cdate {
	float: right;
	margin: 9px 7px 0 0;
}

.cnote {
	padding: 6px;
	line-height: 18px;
}

#commentform {
	padding: 10px 30px 20px 30px;
}

/* Comments */



#sidebar {
	float: right;
	width: 240px;
	}

.searchform {
	margin: 10px 0 15px 0;
	text-align: center;
}

.sb {
	width: 130px;
	}

#sidebar h2 {
	padding: 4px 0 4px 3px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	width: 220px;
	font-size: 18px;
}

#sidebar ul {
	padding: 3px 0 3px 2px;
	line-height: 18px;
	font-weight: bold;
}

#sidebar ul a:hover {
	text-decoration: underline;
}

.recentcomments {
margin: 2px 10px;
padding-bottom: 12px;
}

.wagon, .linkcat {
	background: #fff;
	margin-bottom: 15px;
}

.cat ul li, .cat-item {
	background: url(images/category.png) no-repeat center left;
	padding:5px 0 5px 22px;
	margin: 0 0 0 8px;
}


.arc ul li{
	background: url(images/date.png) no-repeat center left;
	padding:5px 0 5px 22px;
	margin: 0 0 0 8px;
}

.lp ul li, #sidebar page_item{
	background: url(images/lp.gif) no-repeat center left;
	padding:5px 0 5px 20px;
	margin: 0 0 0 8px;
}


.linkcat ul li, .blogroll li {
	background: url(images/link.png) no-repeat center left;
	padding-left: 22px;
	margin: 2px 3px 4px 8px;
}


#footer {
	clear: both;
	width: 880px;
	background: #fff;
	padding: 10px;
	margin-top: 10px;
}