/*
Theme Name: KVRED
Theme URI: http://www.mertkavi.com/
Author: Mert Kavi
Author URI: http://www.mertkavi.com/
*/

* { padding: 0; margin: 0; }
img { border:0;margin-bottom:10px;}

body {
	font-family: Georgia, Helvetica, sans-serif;
	}
#wrapper { 
	margin: 0 auto;
	width: 1000px;
	}
#header {
	height: 95px;
	}
#header #logo {
	margin-top: 21px;
	float: left;
	margin-left:-30px;
	}
#header #ad {
	float: right;
	width: 389px;
	height: 63px;
	background: #202020;
	color: #fff;
	border: 1px solid #262626;
	margin-top: 14px;
	}
#nav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	}
#nav ul {
	list-style: none;
	}
#nav li {
	float: left;
	}
#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 12px 14px;
	}
#content {
	float: left;
	width: 75%;
	padding-top: 20px;
	}
#content .tags {
	text-align:center;
	width:auto;
	height:30px;
	margin-bottom:15px;
}
#content .tags a {
    background:#B00000;
	padding:2px;
    font-size:12px;
	font-style:italic;
	color:#FFF;
}
#content .post-wrap, .comment-wrap {
	background: #fff;
	color: #686868;
	font-size: 11px;
	margin-bottom: 9px;
	-moz-box-shadow:0 0 20px 0 #000000;
	}
#content blockquote {
	background: #eee;
	padding: 25px 25px 0 25px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #B00000;
	border-top: 1px dashed #B00000;
	}
#content h2 {
	font-weight: normal;
	color: #2c2e30;
	font-size: 21px;
	margin-bottom:12px;
	}
#content h2 a {
	color: #B00000;
	text-decoration: none;
	font-family:'Yanone Kaffeesatz',arial,serif;
	bottom:8px;
	position:relative;
	font-size:30px;
	}
#content h2 a:hover {
	text-decoration: underline;
	}
#content a {
	text-decoration: none;
	}
#content a:hover {
	text-decoration: underline;
	}
#content .post-heading {
	padding: 8px 0px 0px 30px;
	border-bottom: 1px dashed #B00000;
	margin: 15px 10px 12px;
	background:url("images/red/new.png") no-repeat scroll 5px 8px #EEEEEE;
	}
#content .post-info {
	font-size: 12px;
	padding: 7px 5px 1px 15px;
	background:url("images/red/star.png") no-repeat scroll -2px 5px #EEEEEE;
	position:relative;
	bottom:20px;
	}
#content .post-content {
	padding: 0 10px;
	line-height: 8px;
}
#content .post-content ul, 
#content .post-content ol {
	padding: 20px;
	font-family:myriad pro;
	font-style:italic;
	list-style:square outside none;
	font-size:15px;
	line-height:17px;
}
#content .post-content p {
	padding-bottom: 25px;
	font-family:myriad pro;
	font-size:15px;
	line-height:18px;
	}
#content .post-content a, #content .post-footer a, a.url {
	font-weight: bold;
	}
#content .post-footer {
	padding: 16px 0;
	border-top: 1px dashed #B00000;
	margin: 0 10px;
	}
#content .post-footer ul {
	list-style: none;
	padding-left: 6px;
	}
#content .post-footer li {
	float: left;
	margin-right: 36px;
	}
#content .post-footer a.commentlink {
	background: url('images/comments.gif') top left no-repeat;
	padding: 5px 0 0 20px;
	}
#content .post-footer a.permalink {
	background: url('images/permalink.gif') top left no-repeat;
	padding: 6px 0 0 22px;
	}
#content .post-footer a.postfeed {
	background: url('images/rss.gif') top left no-repeat;
	padding: 2px 0 0 21px;
	}
#sidebar {
	float: right;
	width: 24%;
	padding-top: 20px;
	}
#sidebar .sidebar-item {
	padding: 25px 30px;
	background:url("images/red/map.png") no-repeat scroll 4px 25px #FFFFFF;
	font-size: 11px;
	color: #6b6b6b;
	border-top:4px solid #B00000;
    margin-bottom: 15px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	-moz-box-shadow:0 0 20px 0 #000000;
	}
	
#sidebar .sidebar-item h3 {
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 12px;
	border-bottom: 1px dashed #B00000;
	margin-bottom: 11px;
	position:relative;
	left:6px;
	font-size:28px;
	font-family:'Yanone Kaffeesatz',arial,serif;
	bottom:6px;
	}
#sidebar .sidebar-item ul {
	list-style: none;
	padding-left: 7px;
}
#sidebar .sidebar-item li {
	padding-left: 20px;
	padding-bottom: 12px;
	padding-bottom:8px;
	margin-top:5px;
	margin-bottom:8px;
	}	
#sidebar .sidebar-item a {
	color: #6b6b6b;
	font-weight: bold;
	text-decoration: none;
	}
#sidebar .sidebar-item a:hover {
	text-decoration: underline;
	}
#sidebar .sidebar-item input#s {
	background: #eee;
	border: 0;
	height: 20px;
	width: 95px;
	float: left;
	margin-right: 4px;
	padding: 5px 0 0 5px;
	}
#sidebar .sidebar-item input#searchsubmit {
	border: 0;
	height: 25px;
	width: 59px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	}
.navigation {
	font-size: 11px;
	font-weight: bold;
	}
#footer {
	color: #9F9F9F;
	background: #202020;
	text-align: center;
	padding: 20px 0;
	margin-top: 20px;
	border-top:8px solid #CCC;
	}
#footer p {
	padding-top: 10px;
	}
#footer .ff {
    background:url("images/red/friendfeed.png") no-repeat  570px 0px scroll transparent;
}
#footer .del {
    background:url("images/red/delicious.png") no-repeat  570px 0px scroll transparent;
}
#footer .stu {
    background:url("images/red/stumble.png") no-repeat  560px 0px scroll transparent;
}
#footer a {
	color: #eee;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}

/* Comments */
h3#comments, #respond h3 {
	font-size: 21px;
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom: 20px;
	}
#respond {
	background: #fff;
	padding: 23px 15px;
	font-size: 11px;
	}
.comment-wrap {
	padding: 23px 15px;
}
#commentform input, #commentform textarea {
	width: 420px;
	background: #eee;
	color: #6b6b6b;
	font-weight: bold;
	border: 1px solid #dcdcdc;
	padding: 8px 10px;
	margin-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
	}
#commentform input#submit {
	height: 25px;
	width: 59px;
	color: #fff;
	border: 0;
	padding: 0;
	}
#commentform label {
	display: block;
	}
.commentlist li {
	list-style: none;
	margin-bottom: 10px;
	}
.comment-author {
	float: left;
	width: 77px;
	}
.comment-name {
	font-size: 13px;
	}
.comment-date {
	font-size: 10px;
	}
.comment-content {
	float: left;
	position: relative;
	width: 412px;
	padding: 14px;
	font-size: 11px;
	background: #eee;
	left:20px;
	}
.arrow {
	width: 0;  
	height: 0;  
	line-height: 0;  
	border-top: 20px solid #eee;  
	border-left: 20px solid white;  
	position: absolute;  
	top: 30px;  
	left: -19px;
	}
.comment-content p {
	padding-bottom: 10px;
	line-height: 18px;
	}
.children {
	padding-left: 20px;
	}
.children .comment-content { width: 392px; }
.children .children .comment-content { width: 372px; }
.children .children .children .comment-content { width: 352px; }
.children .children .children .children .comment-content { width: 332px; }

#main { clear: left; }	
.hidden { display: none; }
.c-left { clear: left; }
.clear { clear: both; }
.center { text-align: center; }
.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { margin-right: 15px; }
img.alignright { margin-left: 15px; }