/*
Theme Name: WW Style
Theme URI: http://www.semihaksu.com/yeni-tasarim-wwstyle/
Description: Woltran & WolWarez Blog Style :)
Version: 1.0
Author: Semih Aksu
Tags: dark, black, clean, widgets
*/

/* reset */
*, html, body {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	background: #e3e3e0 url('i/back.png') repeat;
	color: #494949;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #4b4b4b;
}

a:hover{
	color: #494949;
}

p{
	margin: 10px 0 0 0;
}


/* sinirlama */
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#icerik {
	background: #ffffff;
	height:100%;
	color: #494949;
}


/* üst kısım & logo */
#wrapper .logo {
	display:block;
	margin:15px 0px 1px;
	width:437px;
	height:124px;
	background:transparent url(i/lego.png) no-repeat;
}
.logo h1{ color:#ff0033; margin:0px; text-transform:capitalize; font-size:22px; }


/* üst menü */
#navigation {
	position: relative;
	float: left;
	width: 960px;
	background:url(i/mback.gif) repeat-x #000;
	display:inline;
	border-top:1px #222 solid;
	border-bottom:3px #222 solid;
	overflow: hidden;
}

#navigation ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

#navigation ul.menu li {
	list-style: none;
	float: left;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #949087;
	margin: 0;
	padding: 0;
	display: inline;
	border-right: 1px solid #333;
}

#navigation ul.menu a {
	margin: 0;
	padding: 0;
	display:inline-block;
	padding: 8px 20px;
	background:url(i/mback.gif) repeat-x;
	color:#fff;
}

#navigation ul.menu a:hover span, #navigation ul.menu a:hover {
	background: url(i/mhover.jpg) repeat-x #121212;
	color: #ffffff;
	cursor: pointer;
}

/* footer */
#footer {
	clear:both;
	padding: 10px;
	background: #000 url(i/foobg.jpg) repeat-x;
	border-top:3px solid #232323;
	color: #ccc;
	text-align: left;
}

#footer a {
	color: #f0f0f0;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .foottext {
	display: block;
	text-align:center;
	font-size: 11px;
}

/* sol kısım */
#iceriksol {
	width: 620px;
	float: left;
	margin:0px;
	border-right:1px dashed #ddd;
	padding-right:7px;
}

#iceriksol .post {
	margin: 10px 10px;
	padding: 0px;
}

#iceriksol .post h2 a{
	font-family:Calibri;
	font-size: 14px;
	background:#121212;
	display:block;
	border-bottom:2px solid #444;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 3px 0;
}

#iceriksol .post h2 a:hover{
	color:#ff0033;
	text-decoration: none;
}

#iceriksol .post h3{
	background:url(i/darkstar.png) no-repeat left center;
	font-size:20px;
	margin-top:15px;
	padding-left:20px;
	font-family: 'Hoefler Text',Georgia,'Times New Roman',Times,serif;
	font-weight:normal;
}

#iceriksol .post .postmeta {
	color: #444444;
	font-size: 10px;
	display: block;
	clear: both;
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #e7e7e0;
}

#iceriksol .post .postmeta a {
	color: #ff0033;
	text-decoration: none;
}

#iceriksol .post .postmeta a:hover{
	text-decoration: underline;
}

#iceriksol .post .postmeta .date {
	background: url(i/timer.png) no-repeat left center;
	padding:13px 0px;
	padding-left:20px;
}

#iceriksol .post .postmeta .author {
	background: url(i/author.png) no-repeat left center;
	padding:13px 0px;
	padding-left:20px;
}

#iceriksol .post .icyazi{
	font-family: Tahoma;
	padding: 10px 0 5px 0;
	color: #494949;
	line-height: 2em;
	font-size: 13px;
}

.clall{ clear:both; }

#iceriksol .post .icyazi .thumba img{
	float:left;
	margin-right:10px;
	border: 1px solid #ddd;
	padding:5px;
	background:#eee;
}

#iceriksol .post .icyazi .pthumb img{
	width: 78px;
	height: 78px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ddd;
	padding:5px;
	background:#eee;
}

#iceriksol .post .icyazi a {
	text-decoration: none;
	color: #ff0033;
	border-bottom: 1px dotted #ff0033;
	padding: 0 0 1px 0;
}

#iceriksol .post .icyazi a:hover{
	background:#ff0033;
	color: #fff;
}

#iceriksol .post .icyazi ul {
	list-style: none;
	margin: 10px 0 0 20px;
}

#iceriksol .post .icyazi ul li, #iceriksol .post .icyazi ol li ul li{
	padding: 10px 0px;
	line-height:20px;
	list-style:inside;
	list-style-type:square;
	border-bottom: 1px dotted #ddd;
}

#iceriksol .post .icyazi ol li {
	padding: 10px 0px;
	line-height:20px;
	list-style:inside;
	list-style-type:decimal;
	border-bottom: 1px dotted #ddd;
}

#iceriksol .post .icyazi blockquote {
	background: #f0f0f0;
	padding: 0 5px 10px 5px;
	margin: 10px 0 0 0;
	border-top: 1px solid #eeede8;
	border-bottom: 1px solid #eeede8;
}

#iceriksol .post .icyazi img{
	padding: 0;
	max-width: 560px;
	margin: 2px 5px 2px 5px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #eee;
}

#iceriksol .post .icyazi .wp-smiley{ border:none; padding:0px; margin:0px; }
#iceriksol .post .icyazi .more-link img{ margin:0px; padding:0px; background:none; border:none; }

#iceriksol .post .icyazi img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}

#iceriksol .post .icyazi img.alignright {
	margin: 2px 0 2px 5px;
	display: inline;
	float: right;
}

#iceriksol .post .icyazi img.alignleft {
	margin: 2px 5px 2px 0;
	display: inline;
	float: left;
}

/* sidebar */
#sidebar{
	float: left;
	width: 300px;
	margin-left:5px;
}
#sidebar .sidebaric{
	width: 300px;
	margin: 10px 0 0 10px;
}
#sidebar .sidebaric .widget{
	padding: 0;
	background:#fff;
}
#sidebar .sidebaric .widget .sdtitle{
	background: url(i/mback.gif) repeat-x #000;
	padding: 8px 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0px;
}
#sidebar .sidebaric .widget ul{ list-style: none; }
#sidebar .sidebaric .widget ul li{
	border-bottom: 1px solid #f2f2f2;
	display: block;
	font-size: 11px;
}
#sidebar .sidebaric .widget ul li a{
	padding: 7px 5px 7px 5px;
	color: #707070;
	text-decoration: none;
	display: block;
	background: #fafafa;
}
#sidebar .sidebaric .widget ul li a:hover {
	color: #f1f1f1;
	background: #FF0044;
}
#sidebar blockquote{ width:300px; }
#sidebar .rsswidget{ color:#fff; }
blockquote {
	background:#f9f9f9;
	margin:15px 0px;
	font: italic normal 13px Georgia;
	color: #888;
}
blockquote:before {
	color:#ccc;
	content:open-quote;
	font-size: 4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
}
blockquote p { display:inline; }
blockquote span { color:#ff0033; }
.recentcomments{ line-height:20px; padding:8px 0px 8px 20px!important; height:13px; overflow:hidden; background:url('i/smyorum.png') no-repeat left center; }

/* yorumlar */
#comments{
	margin:10px;
}
/* takvim */
#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter, div.aligncenter {
	display: block;
	margin:0px auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

/* related post */
.related_post_title{ background:#121212; color:#333; font-size:16px; padding:5px; margin:10px 0px 0px; }
.related_post li{ list-style:inside; list-style-type:square; font-size:11px; padding:8px; border-bottom:1px solid #ddd; }
.related_post li a:hover{ background:#ff0066; color:#fff; }

pre, code  {
	font-family: consolas, courier, monospace;
	white-space: pre; 
	background-color: #eee;
	color: #000;
	border: 1px solid #ddd;
	overflow:scroll;
	padding: 5px;
}

/* sayfalama */
#sayfalama {
	width:620px;
	height:16px;
	clear:both;
	margin:0px 0px 20px 0px;
	font-size:10px;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #EEE;
	letter-spacing:2px;
	border-top:1px solid #EEE;
	text-transform:uppercase;
	padding:5px;
}
#sayfalama .next { float:left; }
#sayfalama .prev { float:right; }

/* footer - foobar */
#foobar{
	height:180px;
	overflow:hidden;
	background:#121212;
	border-top:3px solid #232323;
	color:#fff;
}

#foobar .footitle, #foobar .footitle a{
	font: italic normal 15px Georgia;
	text-align:center;
	margin-bottom:5px;
	color:#fff;
}

#foobar .fooget{
	width:275px;
	float:left;
	padding:10px 20px;
	border-right:1px dotted #232323;
	height:180px;
	font-size:11px;
}

#foobar ul li{
	border-bottom: 1px dashed #212121;
	border-top:none;
	list-style:none;
	padding:5px;
	margin:2px 0;
}
#foobar ul li a{ color:#ccc; background:url(i/rsslink.png) no-repeat left center; padding-left:18px; }
#foobar .rsswidget img{ display:none; }
#foobar .foobox3{ border:none; }
#foobar .foobox3 ul li{ display:inline-block; border:none; }
#foobar .foobox3 ul li a{ background:none; padding:0px; }

/* meta */
#sidebar .sidebaric .widget ul li.metatitle{ background:#333; }
#sidebar .sidebaric .widget ul li.metatitle a{ color:#fff; background:#333; }

.blogroll li a{ opacity: 0.4; }
.blogroll li a:hover{ opacity: 1; }

#noticebar{ clear:both; padding:0px 0px; }
#noticebar p{ background:#FBE3E4; color:#ff0033; font-weight:bold; font-size:11px; padding:6px 12px; border-bottom:1px dotted #E0011B; }


/* semih yorum */
#commentblock {
	padding: 5px 0px 0px 0px;
	color: #202020;
	margin: 0px 0px 0px 0px;
	width: 610px;
}

#commentblock ol {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 10px 0px;
	list-style-type: none;
}

.commentdate {
	font-weight: bold;
	font-size: 12px;
}

.commentname {
	color: #202020;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.commentinfo {
	clear: both;
}

.commenttext {
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 20px 0px;
	border-bottom: 1px dotted #C0C0C0;
	border-bottom-style: dashed;
}

.commentlist ol:hover {
	background-color: #F7F7F7;
}

#comments #respond{
	padding: 0px;
	position: relative;
	background: #fff;
}

#comments #respond a{ color:#ff3300; }

#comments #respond .comm-cancel {
	top:-8px;
	right: 15px;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	}
.comm-cancel a{
	color:#ff3300;
	border-bottom:1px dotted #ff3300;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.comm-cancel a:hover{
	color:#ffffff;
	padding:2px 4px 2px 4px;
	background:#ab1000;
	text-decoration:none;
}
#comments .formcontainer {
	font-size:11px;
	padding:20px 10px 10px 10px;
	background: #f4f4f4;
	overflow:hidden;
	}
#comments #commentform {
	padding: 0 0 10px;
	}
#comments #commentform .form-input {
	font-size:11px;
	margin: 0 0 10px;
	}
#comments #commentform input,
#comments #commentform textarea {
	margin: 0 0 5px;
	padding: 5px;
	color: #333;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	border: 1px solid #cccccc;
}
#comments #commentform input {
	width: 250px;
}
#comments #commentform textarea {
	width:98%;
}
#comments #commentform #submit {
	float: right;
	width: auto;
	margin: 0 4px 5px 0;
	padding: 5px 20px;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	background: #121212;
	border:1px solid #333;
	}
#comments #commentform #submit:hover {
	background: #ab1000;
	cursor:pointer;
	}
#respond .formtitle{
	color:#fff;
	font-size:14px;
	background:#333;
	padding:6px;
	margin-bottom:5px;
}
ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li { border:1px solid #eee; height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative;-moz-border-radius: 8px; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#c00; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:1px solid #ddd; padding:5px; left:7px; position:absolute; top:7px;-moz-border-radius: 5px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px;-moz-border-radius: 5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background:#fafafa; border:1px solid #ddd; color:#333; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px; text-align:center; width:50px;-moz-border-radius: 5px; }
ol.commentlist li div.reply:hover { background:#000; border:1px solid #444;-moz-border-radius: 5px; }
ol.commentlist li div.reply:hover a{ color:#fff; }
ol.commentlist li div.reply a { color:#333; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {  }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#fff; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.errorpage{ background:url('i/errorbg.jpg') repeat-x #BBECE6; }
a.go-home {
	display: block;
	text-indent: -9999px;
	width: 125px;
	height: 125px;
	position: fixed;
	top: 0;
	left: 0;
	background: url(i/visit-homepage.gif) top center;
}

a.go-home:hover {
	background: url(i/visit-homepage.gif) bottom center;
}

#fourohfour {
	width: 481px;
	height: 648px;
	margin: 0 auto 30px auto;
	background: url(i/404.png) 0 -110px;
	text-indent: -9999px;
}