/*
Theme Name: Hknd
Theme URI: http://hakanderyal.com/
Description: Hakan Deryal Tema 1
Version: 1.0
Author: Hakan Deryal
Author URI: http://hakanderyal.com/

*/

a{

	outline:none;


}
img{

	border:none;
	outline:none;

}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background:url(images/bg_body.jpg) repeat;
	text-align: center;
	margin:0;
	padding:0;
	}
	
#bg_top {
	background:url(images/bg_header.jpg) repeat-x ;
	height:132px;
	}
	
#container { 

	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	top:-132px;
	position:relative;
	text-align:left;
	
}

#logo {
	
	position:relative;
	top:20px;
	left:5px;
	
}

#title {
	
	float:right;
	position:relative;
	top:35px;
	
}

#menu {
	
	position:relative;
	top:45px;
	
}

#menu a {
	
	display:block;
	float:left;
	text-decoration:none;
	background:url(images/icon_menu.jpg) no-repeat 0px -1px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:1px 0 0 25px;
	height:22px;
	
}

#menu a:hover {
	
	color:#000;
	
}

#search {
	
	float:right;
	position:relative;
	top:37px;
	margin:0 7px 0 0;

}

#search #s {
	
	background:url(images/bg_searchbar.jpg) no-repeat;
	border:none;
	width:221px;
	height:31px;
	padding:2px 10px 0 10px;	
}

#search #searchsubmit {
	
	border:none;
	width:24px;
	height:32px;
	float:right;
	margin:0 0 0 10px;
	
}

.content_column {
	
	position:relative;
	float:left;
	top:55px;
	
}

.post {
	
	width:692px;
	background:url(images/bg_post_body.jpg) repeat-y;
	margin-bottom:15px;

}

#post_title {
	
	background:url(images/bg_post_header.jpg) no-repeat;
	widows:692px;
	padding-top:5px;
	margin:0;

}


#post_title a{
	
	font-size:19px;
	color:#FFF;
	text-decoration:none;
	margin:3px 0 0 10px;

}

#post_info a{
	
	font-size:12px;
	color:#FFF;
	text-decoration:none;

}

#post_info {
	
	background:url(images/bg_post_header_info.jpg) no-repeat;
	height:24px;
	width:692px;
	margin:9px 0 0 0;
	padding:5px 0 0 10px;
	color:#FFF;
	font-size:12px;
	
}

#post_bottom {
	
	background:url(images/bg_post_bottom.jpg) no-repeat;
	height:5px;
	width:692px;
	
}

.entry {
	
	font-size:13px;
	padding:0 20px 0 10px;
	margin:0;
	line-height:20px;
}

.entry a{
	
	color:#06C;
	text-decoration:none;
	
}


.postmetadata {
	
	background:url(images/hr_post.jpg) no-repeat top;
	padding:10px 0 0 20px;
	
}

#post_tags{
	
	background:url(images/icon_tag.jpg) no-repeat;
	height:25px;
	padding:1px 0 0 30px;
}

.postmetadata a{
	
	font-size:13px;
	color:#000;
	text-decoration:none;
	
}

.postmetadata a:hover{

	text-decoration:underline;
	
}

#post_comm {
	
	background:url(images/icon_comm.jpg) no-repeat 0 0px;
	height:25px;
	padding:1px 0 0 30px;
	float:right;
	margin:0 15px 0 0;
	
}

#post_readmore {
	
	background:url(images/icon_more.jpg) no-repeat;
	height:20px;
	padding:1px 0 0 22px;
	float:right;
	margin:0 18px 0 0;
	
}

/*--------*/

#sidebar {
	
	position:relative;
	top:55px;
	width:278px;
	float:right;
	
}

.sidebar_part {
	
	background:url(images/bg_sidebar_body.jpg) repeat-y;
	margin-bottom:15px;
	
}


.sidebar_part_header {
	
	background:url(images/bg_sidebar_header.jpg) no-repeat;
	height:25px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:5px 0 0 10px;
}

.sidebar_part_content {
	
	font-size:13px;
	padding:10px;
	line-height:20px;
	
}

.sidebar_part_bottom {
	
	background:url(images/bg_sidebar_bottom.jpg) no-repeat;
	height:3px;

}

#sidebar_cat {
	
	text-align:center;
	
}

#sidebar_cat a{
	
	text-decoration:none;
	font-weight:bold;
	color:#000;
	
}

#sidebar_whereiam a{
	
	margin:0 7px 0 7px;
	
	
}

#sidebar_whereiam {
	
	text-align:center;
	
}

.comment_cont {
	
	width:652px;
	background:url(images/bg_post_body.jpg) repeat-y;
	line-height:20px;
	padding:20px;
	font-size:13px;
	
}

.comment_head {
	
	background:url(images/bg_comment_Head.jpg) no-repeat;
	width:637px;
	height:29px;
	padding:11px 0 0 55px;
	color:#000;
	font-size:14px;
	
}

.comment_bottom {
	
	background:url(images/bg_comment_bottom.jpg) no-repeat;
	height:6px;
	width:692px;
	
}

.comment {
	
	font-size:13px;
	
}

.comment-author {
	
	background:url(images/icon_comm_l.jpg) no-repeat 0px 1px;
	padding: 0 0 0 30px;
	
}


.comment-author a{
	
	color:#000;
	
}

.comment-meta {
	
	float:right;
	font-size:13px;
	
}

.comment-meta a{
	
	text-decoration:none;
	color:#06C;
	
}

#comment {
	
	width:690px;
	
}

.entry_info {
	
	font-size:13px;

}

.pagetitle {
	
	background:url(images/bg_page_head.jpg) no-repeat;
	width:662px;
	height:37px;
	padding:9px 15px 0 15px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	
}

.pagetitle a{

	font-size:12px;
	font-weight:bold;
	color:#09C;
	text-decoration:none;
	
}

.ddnavigation {
	
	background:url(images/bg_page_head.jpg) no-repeat;
	width:692px;
	height:28px;
	padding:9px 0 0 15px;
	color:#000;
	
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
#footer {
	
	width:100%;
	background:url(images/bg_footer.jpg) repeat-x;
	height:65px;
	
}

#footer_c {
	
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	background:url(images/icon_footer.jpg) no-repeat left;
	height:55px;
	padding:10px 0 0 0;
	
}

#footer_c p{
	
	color:#FFF;
	font-size:13px;
	margin:5px 0 0 0;
	
}

#page_title {
	
	background:url(images/bg_page_header.jpg) no-repeat;
	widows:692px;
	margin:0;
	height:36px;
	padding:8px 0 0 15px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;

}

