/* Theme Name: Haberci Themes 
URI: http://www.emrahca.com/haberci-wordpress-themes
Description: Wordpress için geliştirilmiş "Haberci Themes" adındaki temanın sadeliği, slide son konu özelliği ile ilgi çekiyor.
Author: Emrahca 
Author URI: http://www.emrahca.com 
Wordpress: 2,6
Tags: haberci, themes, images, slide, mouseover, sade, beyaz, haber
 */


@import url(reset.css);


a {
	color: #999;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

body {
    font-family: Verdana, Arial, sans-serif;
	background-color: #e8e8e8;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 935px;
	margin: 0 auto;
}

#header {
    position: relative;
	height: 145px;
	background: url(images/header.png);
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
	padding: 0 19px 0pt 7px;
	background: url(images/wrapper.png) repeat-y;
}

#content {
	float: left;
	width: 541px;
	margin: 10px 0 0 0;
}

#content-left {
	float: left;
	width: 266px;
}

#content-right {
	float: right;
	width: 266px;
	margin: 20px 0 0 0;
}

#sidebar {
	float: right;
    width: 360px;
	margin-top: 20px;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
	width: 150px;
	float: left;
    height: 145px;
	font-family: "Myriad Pro", sans-serif;
	margin: 0 0 0 10px;
}

#headerimg h1 {
	padding-top: 30px;
	padding-left: 30px;
	font-size: 35px;
	line-height: 25px;
}
#headerimg a {
	color: #000;
	text-decoration: none
}

.description {
    font-size: 18px;
	color: #77d013;
	padding-left: 50px;
}

#top-ad {

}

#top-ad-menu-1 {
	float: left;
	margin: 9px 0 0 0;
}

#add {
	float: right;
	padding: 1px 0 0 0;
	margin: 9px 20px 0 0;
}

#add a {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	color: #d90005;
	cursor: pointer;	
}

#add a:hover {
	color: #000;
}

#header-ads {
	float: right;
	width: 728px;
	height: 90px;
	margin: 0 20px 0 0;
}

/* Navigational bar */
#navbar {
	background:url(images/navbar.png);
	height: 39px;
}

ul#navi-bar {
    padding: 4px 5px;
    font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
	float: left;
	padding: 0px;
	margin: 12px 0 0 0;
}


    
/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

ul#navi-bar ul {
	margin: 12px 0 0 25px;
    display: none;
}

#navi-bar {
	margin: 2px 0 0 10px;
    float: left;
}

#navi-bar a {
    padding: 6px 7px 5px 8px;
    color: #000;
}

#navi-bar a:hover {
    padding: 6px 7px 5px 8px;
	background:#F5821F;
    color: #FFF;	
}

#gallery {
	height: 83px;
}

#gallery img {
	display: inline;
	float: left;
	border: 1px solid #ccc;
	width: 146px;
	margin: 3px 0 3px 0;
}

#gallery img:hover {
	border: 1px solid #af0000;
}


/************************/
/*    Sidebar Design    */
/************************/
#sidebar #left {
	float: left;
	width: 200px;
}

#sidebar #right {
	float: right;
	width: 148px;
}

#sidebar ul {
	font-size: 11px;
}

#sidebar ul h2 {
    font-size: 11px;
	padding: 7px 0;
	color: #FFF;
	margin: 0 0 0 0;
	font-weight: bold;
}

#sidebar ul#left h2 {
	background:url(images/left-heading.png);
}

#sidebar ul#right h2 {
	background:url(images/right-heading.png);
}

#sidebar ul li {
    margin-bottom: 0;
}

#sidebar li h2 {
    padding: 4px;
}

#sidebar ul a{
 
}

#sidebar ul ul {
}

#sidebar ul ul li {
	background: #eee;
	padding: 9px 0;
    line-height: 3px;
	border-bottom: 1px solid #ccc;
}

#sidebar ul ul li:hover {
	background: #fff;
	padding: 9px 0;
    line-height: 3px;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar #right a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
    font-family: Arial;
	padding: 0 0 0 9px;
}

#sidebar a:hover {

}

#sidebar a:visited {

}

#calendar div, #tag_cloud div, .searchwidget div {
    padding: 5px;
    background: url(images/box-items.png) no-repeat top;
    border: 1px solid #ebebeb;
}

#calendar div div, .searchwidget div div {
    background: none;
    border: 1px;
}


/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/
.slide {
	background: url(images/slide.png) repeat-x;
	margin: 10px 0 0 0;
}

#single{
	margin: 10px 0 0 0;
}

.post {
    margin-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
}

.post h2 {
	height: 10px;
	line-height: normal;
	background: url(images/heading.png);
    font-size: 11px;
	padding: 6px 7px;
	font-weight: bold;
}

.post h2 a:visited, h2 a {
	color: #6a6a6a;
}

.post-entry {
	color: #787878;
	overflow: hidden;
}

.post .posted {
	font-size: 9px;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 10px;
	background: #f6f6f6;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.post .posted a {
	font-weight: bold;
	color: #c0c0c0;
}

.post .posted a:hover {
	font-weight: bold;
	color: #000;
}

.post p {

}

.post h2 a:hover {
	color: #000;
}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.content-write {
	padding-left: 3px;
}

.entry {
	text-align: justify;
    margin-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;	
}

.entrys {
	height: 160px;
	border: 1px solid #ebebeb;
	background: url(images/post.png) no-repeat top;
	padding: 10px;
}

.entrys img {
	float: left;
    border: 1px solid #000;
}

.single-entry {
	text-align: justify;
	font-size: 12px;
	overflow: hidden;
	margin: 10px 10px 0 10px;
	color: #787878;
	border-right: 1px solid #ebebeb;
	padding-right: 10px;
	line-height: 17px;
}

#tools {
	width: 180px;
	font-size: 10px;
	float: right;
	margin: 10px 10px 0 10px;
	text-align: justify;
	color: #999;
}

#tools a:hover {
	color: #0000ff;
}

#write {
	color: #999;
}

#write a:link {
	color: #d60f00;
}

#tools-archive {
	width: 180px;
	font-size: 10px;
	float: right;
	margin: 10px 10px 0 10px;
	color: #999;
}

#tools-archive a:hover {
	color: #0000ff;
}

#tools-archive-img img{
	border: 1px solid #999;
	padding: 2px;
}

#cat {
	color: #999;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;	
	padding: 0 0 0 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#tags {
	color: #999;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;	
	padding: 10px 0 0 10px;
}

#tags a:hover {
	color: #0000ff;
}

.postmetadata {
    margin: 5px 0;
    font-size: 10px;
	line-height: normal;
}

.postmetadata a {

}

.entrytext {

}

p.alt {
    font-size: 10px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 11px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
	height: 25px;
    margin-top: 10px;
	background: url(images/naw.png) no-repeat top;
	padding: 5px 20px 0 20px;
}

#nav-below a {
	color: #000;
    font-size: 11px;
	font-weight: bold;
}

#nav-below a:hover {
	color: #9b0000;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.page-title {
	color: #FFF;
}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 11px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
    border: 1px solid #eeebe7;
    padding: 20px;
}

ol.commentlist li.alt {

}

ol.commentlist a {
	color: #707487;
}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 11px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
	width: 532px;
    border: 0;
    border: 1px solid #ebebeb;
    background-color: #fff;
	color: #999;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
	font-weight: bold;
}

h3#comments, h3#respond {
	height: 25px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin: 15px 0 4px 0;
    background: url(images/respond.png) no-repeat;
	padding: 5px 5px 0 5px;
}

#submit {
    background: url(images/submit.png) no-repeat;
    padding: 5px 5px;
	width: 116px;
    text-align: center;
    border: 0;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
	cursor: pointer;
}

#submit:hover {
    color: #9b0000;
}

.gravatar {
    float: left;
    width: 75px;
    margin: 0 5px 0 0;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

#footer {
	clear: both;
	background: url(images/footer.png);
	height: 40px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ff0000;
}

#required {
	display: inline;
	float: left;
	margin-left: 10px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#copyright {
	display: inline;
	float: right;
	margin-right: 20px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

.post-ad {
	text-align: center;
	margin: 10px 0;
}

.side-ad {
	text-align: center;
	margin-bottom: 10px;
}

.home_recent_thumb {
	margin: 0;
}

.home_recent_thumb img {
	float: left; 
	margin: 0 3px 0 0;
}

.home_recent_thumb a img {
	border: 1px solid #c0c0c0; 
}

.home_recent_title a {
	font-size: 9px; 
	font-weight: bold;
}

.home_recent_title a:hover {
	color: #c0c0c0; 
}

.home_recent_date, .home_recent_auth {
	color: #c0c0c0; 
	font-size: 9px;
}

.last_subject{
	height: 52px;
	background: #eee;
	border: 1px solid #dadada;
	margin: 3px 0 3px 0;
}

.last_subject:hover{ 
	background: #fff;
	border: 1px solid #dadada;
	cursor: pointer;
}

.titlefield{
	text-decoration: none;
	font-size: 11px;
	color: #000;
	font-weight: bold;
    font-family: Arial;
}

.labelfield{
	color: #000;
	font-size: 13px;
}


#example1{
	width: 350px;
	height: 19px;
	padding: 0 0 0 110px;
    background: url(images/lastminute.png) no-repeat;
	padding-top: 3px;
}

code{
	color: red;
}

.Search {padding: 0;}
.Search  form { margin: 0px;}
.Search  input { border: none; color: #af0000; font-size: 11px;}
.Search  input.keyword { background: none; border: none; }

#searchform {
	background: url(images/Search.png) no-repeat;
}

#searchsubmit{
	background: url(images/ara.png) no-repeat;
	cursor: pointer;
}

#ust-ad-menu {
	float: left;
	margin: 10px 0 0 30px;
}

#register-bar {
    font-size: 10px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #000;
	float: left;
	padding: 2px 0 0 0;
}

#register-bar1 {
    font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #000;
	float: left;
	padding: 5px 0 0 0;
}

#loginform {

}

#log {
    background: url(images/login.png) no-repeat;
	border: none;
}

#pwd {
    background: url(images/login.png) no-repeat;
	border: none;
}

#giris {
    background: url(images/enter.png) no-repeat;
	border: none;
	cursor: pointer;
	width: 50px;
}

#giris img {
    margin: -4px 0 0 0;
	height: 17px;
}

#rss-subject {
	float: left;
	margin-left: 270px;
	padding: 5px 0 0 0;
}

#rss-comment {
	float: right;
	margin-right: 20px;
	padding: 5px 0 0 0;	
}

#rss-subject  a, #rss-comment a{
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
    font-family: Arial;
}

#rss-subject  li {
    background: url(images/rss-subject.png) no-repeat;
	padding: 0 0 0 20px;
}

#rss-comment li {
	padding: 0 0 0 20px;
    background: url(images/rss-comment.png) no-repeat;
}

#rss-comment li :hover, #rss-subject li :hover {
	color: #d90005;
}

#anasayfa {
	float: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
    font-family: Arial;
	padding: 16px 30px 0 10px;
}

#anasayfa a {
	color: #ededed;
}

#anasayfa a:hover{
	color: #d90005;
}

#spor {
	background: url(images/spor.png) no-repeat top;
	height: 250px;
	margin: 5px 0 5px 0;
	padding: 50px 0 0 0;
}

#spor-one {
	padding: 20px 0 20px 0;
	margin: 0 5px 0 5px;
	height: 35px;	
}

#spor-one img{
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #bfed93;
	padding: 1px;
}

.spor-title {
	padding: 15px 0 0 0;
}

.spor-title a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
    font-family: Arial;
	color: #428500;
}

.spor-title a:hover {
	color: #000;
}

#magazine {
	background: url(images/magazine.png) no-repeat top;
	height: 299px;
	margin: 5px 0 5px 0;
}

#magazine-one {
	padding: 10px 0 20px 0;
	margin: 0 5px 0 5px;
	height: 43px;
}

#magazine-one img{
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #e0c5ea;
	padding: 1px;
}

.magazine-title {
	padding: 15px 0 0 0;
}

.magazine-title a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
    font-family: Arial;
	color: #e73eff;
}

.magazine-title a:hover {
	color: #000;
}

#yasam {
	background: url(images/yasam.png) no-repeat top;
	height: 259px;
	margin: 0 0 5px 0;
	padding: 55px 0 0 0;
}

#yasam-one {
	padding: 20px 0 5px 0;
	margin: 0 5px 0 5px;
	height: 35px;	
}

#yasam-one img{
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #8ba7e4;
	padding: 1px;
}

.yasam-title {
	padding: 15px 0 0 0;
}

.yasam-title a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
    font-family: Arial;
	color: #8ba7e4;
}

.yasam-title a:hover {
	color: #000;
}

#tag{
	height: 228px;
	padding: 5px 5px 0 0;
	text-align: justify;	
}
