@charset "iso-8859-1";
/*  
Theme Name: Shubo
Theme URI: http://www.plusturk.com
Version: 1.0
Author: Suat Turkmen
Author URI: http://www.plusturk.com
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	background: #cedbeb url(images/bg.png)   ;
		color: #333;
	}

p {	
	margin: 15px 0;

	}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 5px 10px 0 40px;
	border: 1px dashed #bbbbbb;
	background: #eee url(images/blockquote.gif) no-repeat 5px 5px;
	font:1.0em verdana;
	line-height:1.5em;
	margin:10px 10px 10px 10px;
	color:#666666;

	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
	
	}
.headbanner{
float:right;
margin:10px 10px 0px 0px;
}
.headbanner img{
border:6px solid #e1dfdf;
}
#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#ebe9e1;
	font-size:0.7em;
	}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}

/* Navigation Bar*/
#foxmenucontainer{
	height:31px;
	background:url(images/navbar.png) no-repeat;
	display:block;
	padding:0px 0 0px 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	
	}

#menu{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:700px;
	display:inline;
	height:31px;
	}
	
#menu ul {
	float: left;
	list-style: none;
	margin: 0px;	
	cursor:pointer;
	padding:0px 0px 0px 10px;
	}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li a, #menu li a:link, #menu li a:visited {
	color: #ffffff;
	display: block;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding: 8px 15px 10px 15px;
	background:url(images/nav_right.png) no-repeat right;
	}

#menu li a:hover, #menu li a:active {
	background:url(images/menua.png) repeat-x;
	color: #c9c9c9;
    margin:0px 0px 0px 0px;
	padding: 8px 15px 10px 15px;
	text-decoration: none;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background:#1c1c1c;
	width: 150px;
	color: #c9c9c9;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform:none;
	float: none;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 7px 10px;
	border-bottom: 1px solid #000000;

	}
#menu li:hover, #menu li.sfhover {
	background:url(images/menua.png) repeat-x;
	color: #c9c9c9;
}
#menu li:hover a, #menu li.sfhover a{
	color: #c9c9c9;

	
}
#menu li li a:hover, #menu li li a:active {
	background: #414141;
	color: #c9c9c9;
	padding: 8px 10px 7px 10px;
	}

#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#menu li li { 
	}

#menu li ul a { 
	width: 140px;
	}

#menu li ul a:hover, #menu li ul a:active { 
	}

#menu li ul ul {
	margin: -32px 0 0 170px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, 
#menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, 
#menu li li li:hover ul, #menu li.sfhover ul, 
#menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover { 
	position: static;
	}

		

#searchbox {
	background: url(images/searchbox.png) no-repeat;
	width:209px;
	height:23px;
	display:block;
	float:right;
	margin-top:4px;
	margin-right:10px !important;
	margin-right:5px;
	padding:2px;
}
#searchbox .textfield {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
	padding-top:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}
#searchbox .button {
	background:url(images/buton.gif) no-repeat;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}
#searchbox .searchtip {
	color:#999;
}
/* navigation END */



/* Text*/

h1 {
	font:2.2em verdana;
	font-weight:normal;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/
.clear{
clear:both;

}

#logo {
	width:250px;
	float:left;
	margin:5px 0px 10px 0px;
	}

#tagline {
	margin:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:590px;
	float:left;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border:1px solid #dddddd;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}

#featured {
	width:300px;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border:1px solid #dddddd;
	float:right;
	padding:10px 10px 9px 10px;
	}

#featured .clearfloat {
	margin-top:3px;
	margin-bottom:3px;
	}

#featured .info {
	margin-bottom:0px;
	padding:3px 0px 0px 0px;
	float:right;
	width:180px;
	}

	#featured .yazi {
	padding:3px 0px 0px 0px;
	float:right;
	width:180px;
	}
#featured .title {
	font-weight:bold;
	}

 #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	background:#f1f1f1;
	margin-right:10px;
	padding:2px;
	}


#middle {
	width: 920px;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border:1px solid #dddddd;	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:3px 15px 10px 5px;
	background:#fff;
	}

.category p {
	margin:3px 0px 0px 0px;
	}

#cat-1 {border-top:1px solid #689e1a;}
#cat-2 {border-top:1px solid #c8811b;}
#cat-3 {border-top:1px solid #1568bd;}
#cat-4 {border-top:1px solid #bd1515;}
#cat-5 {border-top:1px solid #bdbb15;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:normal;
	font-size:1.5em;
	letter-spacing:-0.05em;
	
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover{background:#689e1a; color:#fff; }
#cat-2:hover{background:#c8811b; color:#fff; }
#cat-3:hover{background:#1568bd; color:#fff; }
#cat-4:hover{background:#bd1515; color:#fff; }
#cat-5:hover {background:#bdbb15; color:#fff; }

#cat-1:hover a { color:#fff; }
#cat-2:hover a {color:#fff; }
#cat-3:hover a { color:#fff; }
#cat-4:hover a { color:#fff; }
#cat-5:hover a { color:#fff; }


#botto {
	width: 940px;
	}

#front-list {
	width:610px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;

	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;

	}

#front-list .title, #archive .title {
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.3px;
	font-family:Verdana,"BitStream vera Sans";
	padding:3px 0px 3px;
	}

#front-list .title a, #archive .title a {
	text-decoration:none;
	color:#cc0000;
}
#front-list .clearfloat, #archive .clearfloat {
	margin-bottom:5px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	padding:10px 10px 10px 5px;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border:1px solid #dddddd;	overflow:hidden;

	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	
	}

.videoitem {
width: 192px;
float: left;
background: url(images/itembg.jpg) top left no-repeat;
margin: 0 12px 0 5px;
padding: 9px;
}

.ratings {
float: left;
width: 171px;
height: 25px;
margin: 1px 0 0 0;
display:inline;
}

.comments3 {
width: 21px;
height: 25px;
float: left;
background: url(images/commentsbg.gif) top left no-repeat;
color: #FFFFFF;
font-size: 10px;
text-align: center;
line-height: normal;
}

.thumbnail {
float: left;
margin: 5px 0 0 0;
width: 192px;
height: 120px;
padding: 0px;
overflow: hidden;
}

img.thumb { 
width: 1024px;
height: 120px;
}

a:hover img.thumb {
width: 192px;
height: 120px;
}

h2.itemtitle {
font-size: 14px;
margin: 15px 0 0 -5px;
padding: 0;
font-weight: normal;
display: block;
float: left;
width: 210px;
}

p.itemdesc {
font-size: 10px;
color: #565050;
width: 205px;
float: left;
margin: 0 0 5px -5px;
padding: 0;
}

.text{
font-family:tahoma;
font-size:13px;
letter-spacing:1px;
}
.read-more{
color:#990000;
float:right;
margin-top:10px;
border:none;
}
.read-more img{
border:none;
}
.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}

.tagcloud a{
color:#ccc;
line-height:18px;
text-align:center;
margin:5px 5px 10px 5px;
}
.tagcloud a:hover{
color:#ab1000;
text-decoration:none;
}
/* Content Page*/

#content {
	width:610px;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs{
	padding:5px 3px 5px 5px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	}
#content .breadcrumbs a {
	font-weight:bold;
	color:#666666;
	}
#content .breadcrumbs a:hover {
	font-weight:bold;
	color:#ab1000;
	text-decoration:none;
	}
#content h2.title {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 26px;
	font-weight:normal;
	letter-spacing:0.5px;
	padding:10px 0px;
	color:#333333;
	text-align:center;
	
	}
#content h2.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	padding:8px 0px;
	color:#666666;
	background:#FFFFFF url(images/post-bg.jpg) repeat-x top;
	text-align:center;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	}
.post {
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border:1px solid #dddddd;	
	padding:15px;


	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .entry a img{
	border:1px solid #cccccc;
	background:#f4f4f4;
	padding:4px;

	}
#archive img {
	border:none;
	}
.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:0px;
	font-size:1.05em;
	line-height:1.75em;	
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:100%;
	font-size:0.95em;
	overflow:hidden;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	height:25px;
	padding:3px 3px 3px 3px;
	}
.rating{
float:left;
display:inline;
margin-top:6px;
padding:0px;

}
.eks{
float:right;
margin-top:6px;
}
.eks a{
	color:#444444;
	font-size:12px;
	font-weight:bold;
}
.eks a:hover{
	color:#d74916;
	text-decoration:none;
}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	}

#sidebar h3 {
	font:1em  Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#fff url(images/side-bg.jpg) repeat-x bottom;
	color:#777777;
	margin:10px 0px 5px 0px;
	text-transform:uppercase;
	border:1px solid #eee;
	padding:5px 10px;
	}

#sidebar-top{
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border:1px solid #dddddd;}
	
#sidebar-top .title {
	font-weight:bold;
	}
.random{
	overflow:hidden;
	margin:10px 0px 5px 0px;
	border-bottom:1px dashed #eee;
	padding-bottom:10px;
	}
	.random .info a{
	color:#857455;
	}
#randominfo{
margin:4px 0px 0px 4px;
}
#randominfo .zaman{
margin:1px 0px 0px 4px;
}
#randominfo .okuma{
margin:1px 0px 0px 4px;
}
#randominfo .yorum{
margin:1px 0px 0px 4px;
}
#sidebar-top a img{
	float:left;
	border:1px solid #ccc;
	margin-top:0px;
	background:#f1f1f1;
	margin-right:10px;
	padding:2px;
	}


#sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border:1px solid #dddddd;
	}
#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border:1px solid #dddddd;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border:1px solid #dddddd;
	}


#sidebar-ads {
	width:300px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	padding:10px;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border:1px solid #dddddd;	}
#sidebar-ads img{
border:5px solid #e1dfdf;
}

/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

/* Comments
---------------------------------------------------------------- */

#comments {
	margin:10px 0px 0px 0px;
	display: block;
	border-top:10px solid #ebe9e1;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border:1px solid #dddddd;
	padding:10px;
	}
#comments .navigation {
	margin: 10px 0 0;
}
	#commentnavi {
	background:#EDEFF0;
	padding:10px 15px;
	overflow:hidden;
	font-size:11px;
}
#commentnavi a.page-numbers {
	padding:5px 7px;
	text-decoration:none;
	border:1px solid #EDEFF0;
	margin:0 -2px;
}
#commentnavi a.page-numbers:hover {	
	background:#F7F7F7;
	border:1px solid #CCC;
	text-decoration:none;
}
#commentnavi span.pages {
	padding:0 7px 0 32px;
	background:url(images/comment.png) no-repeat 0 0;
	height:24px;
	line-height:24px;
	float:left;
}
#commentnavi span.current {
	background:#F7F7F7;
	padding:5px 7px;
	border:1px solid #F7F7F7;
	font-weight:bold;
	margin:0 -2px;
}
#commentnavi #commentpager {
	line-height:16px;
	text-align:left;
}

#comments .section-title {
	margin: 5px 0 15px;
	}
.tepkibar {
	clear: both;
	margin:0px;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	border: solid #ccc;
	border-width: 1px 0;
	background:#535353 url(images/nav_bg.gif) repeat-x;

	}
 h3.tepkibar {
	color:#ffffff;
}
#comments .tepkibar {
	margin:20px 0px 0px 0px;
	}
#comments ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#comments ul ul {
	margin: 15px 0 10px;
	}
#comments li {
	margin: 15px 0 -1px;
	padding: 10px 10px 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#comments li.alt {
	background: #f6f6f6;
	}

#comments ul li.depth-2 {
background-color: #f1f1f1;
border-top:1px solid #f4f4f4;
margin-left:40px;
}

#comments ul li.depth-3 {
background-color: #e9e5e5;
border-top:1px solid #ffffff;
margin-left:10px;
}

#comments ul li.depth-4 {
background-color: #e1dede;
border-top:1px solid #ffffff;
margin-left:10px;
}

#comments ul li.depth-5 {
background-color: #d8d5d5;
border-top:1px solid #ffffff;
margin-left:10px;
}


#comments .comment-author {
	margin: 0px 0 6px;
	font-size: 1.2em;
	font-weight: bold;
	color:#333333;
	}
#comments .comment-author a{
color:#ab1000;
	}
	#comments .comment-author a:hover{
color:#333333;
text-decoration:none;
	}
#comments #trackbacks-list .comment-author {
	margin: 0;
	font-size: inherit;
	}
#comments #trackbacks-list .comment-meta,
#comments #trackbacks-list .comment-author img,
#comments #trackbacks-list .comm-repl-link {
	display: none;
	}
#comments .comment-author img {
	float: left;
	padding: 2px;
	margin: 0 10px 10px 0;
	background: #eee;
	border: 1px solid #ccc;
	}
#comments .comment-meta {
	color: #999;
	font-size:12px;
	}
#comments .comment-meta  a{
	color:#333333;
	}
	#comments .comment-meta  a:hover{
	color:#ab1000;
	text-decoration:none;
	}
#comments .comment-meta .meta-sep {
	padding: 0 4px;
	}
#comments .unapproved {
	width: 50%;
	margin: 10px auto;
	padding: 5px 10px;
	display: block;
	color: #0cc6ef;
	text-align: center;
	background: #fff;
	border: solid #c6c6c6;
	border-width: 1px 0;
	}
#comments .comment-content {
	clear: both;
	font-size:12px;
	color:#333333;
	line-height:18px;
	margin: 10px 0 0;
	}

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

	}
#comments #respond .comm-cancel {
	top:-8px;
	right: 15px;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	}
.comm-cancel a{
color:#ffe63c;
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 {
	padding:20px 10px 10px 10px;
	background: #f4f4f4;
	overflow:hidden;
	}
#comments #commentform {
	padding: 0 0 10px;
	}
#comments #commentform .form-input {
	margin: 0 0 10px;
	}
#comments #commentform input,
#comments #commentform textarea {
	margin: 0 0 5px;
	padding: 5px;
	color: #999;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	border: 1px solid #cccccc;
	}
#comments #commentform input {
	width: 250px;
	}
#comments #commentform textarea {
	width:98%;
	
	}
#comments #commentform textarea:focus,
#comments #commentform input[type="text"]:focus {
	color: #fff;
	font-style: normal;
	background: #666666;
	}
#comments #commentform #submit {
	float: right;
	width: auto;
	margin: 0 4px 0 0;
	padding: 5px 20px;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	background: #99cc00;
	}
#comments #commentform #submit:hover {
	background: #ab1000;
	cursor:pointer;
	}
/* Footer*/



/* footer START */
#footer {
	background:#ffffff;
	display:block;
	height:67px;
	border-top:5px solid #bec3b1;
	font-size:11px;
	line-height:145%;
	width:960px;
	margin:0px auto;
}
#footer a {
	color:#2A2A2A;
}
#feeed img{
padding:5px 0px 0px 0px;
position:relative;}
#copyright {
	margin-top:10px;
	margin-left:18px;
	line-height:25px;
}
#themeinfo {
	margin:0px 0px 0px 20px ;

	
}
a#powered {
	background:url(images/wp-logo.png) no-repeat;
	display:block;
	width:67px;
	height:67px;
	float:left;
	margin:0 10px 0 5px;
	text-indent:-999em;
}
#gotop {
	float:right;
	height:16px;
	line-height:18px;
	display:block;
	padding-left:0px;
	margin:25px 15px 0 0 !important;
	margin:25px 8px 0 0;
	text-decoration:none;
}
/* footer END */


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	img.wp-smiley {
border:none;
margin:0;
padding:0;
background:none;
}
.section-title {
	clear: both;
	margin:0px;
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	border: solid #ccc;
	border-width: 1px 0;

	}
 h3.section-title {
	color:#333333;
}
/**********************
*  Feed      *
***********************/
.feed{

	float:right;
	height:125px;
	width:auto;
	margin:0px 00px 0px 0px;
	padding:5px 5px 5px 5px;
	color:#666666;
	font-size:12px;
	display:inline;

}
.feed h2{
color:#ce7900;
letter-spacing:0.5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
line-height:33px;
background: url(images/ico-rss.jpg) no-repeat 0px 0px;
margin:0px 0px 3px 2px;
padding:5px 0px 0px 38px;
}
.feed form {
	margin: 0;
	padding: 0;
}

.feed fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.feed p {
	margin: 0;
}

.input{
	margin-left:5px;
	float: left;
	width:205px;
	padding: 6px 2px 6px 5px;
	background:#f4f4f4 ;
	border:1px solid #999999;;
	font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#333;
	
}

.sbutton{
	width:60px;
	float: right;
	background:#cc6600 ;
	border:none;
	padding:0px 0px 0px 0px;
	font: bold 110%  Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
	height:28px;
}
.sbutton:hover{
display:block;
	background:#99cc00 ;
	cursor:pointer;
}
	/**********************
*   Bottom            *
***********************/
#bot{
margin:0px auto 0px ;
border-top:5px solid #bec3b1;
width:960px;
}
#bottom {
	width: 960px;
	padding:0;
	float:left;
	font-size:0.7em;
	color: #666;
	background:#FFFFFF;
	}

#bottom-divs {
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
	}

#bottom-left{
	width: 300px;
	padding: 5px 5px 10px 5px;
	float: left;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border-right:1px solid #dddddd;
	overflow:hidden;
	color:#666666;
	margin-right:5px;
	}
#bottom-mid{
	width: 300px;
	padding: 10px 10px 0px 10px;
	float: left;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border-right:1px solid #dddddd;
	margin-right:5px;
	overflow:hidden;

}
#bottom-right {
	width: 294px;
	padding:5px 10px 10px 10px;
	float: left;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	}

#bottom-sep {
	clear: both;
}
.kutu{
margin:5px 5px 10px 5px;
}
#rssoku{
margin:15px 10px 15px 10px;

}
#rssoku h2{
color:#dd9a6d;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border-bottom:1px dashed #CCCCCC;
margin-bottom:7px;
padding-bottom:2px;
font-weight:bold;


}
.yazilarrss{
float:left;
background:url(images/rssyazi.png) no-repeat 0px 0px;
padding:2px 0px 0px 20px;
height:16px;
line-height:16px;
}
.yazilarrss a{ color: #ff6803; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;} .yazilarrss a:hover{ color: #000000; text-decoration:none;}
.yorumlarrss{
float:right;
background:url(images/rssyorum.png) no-repeat 0px 0px;
padding:2px 0px 0px 20px;
height:16px;
line-height:16px;
}
.yorumlarrss a{ color: #99cc00; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;} .yorumlarrss a:hover{ color: #000000; text-decoration:none;}


#bottom-right p a:link,
#bottom-right p a:visited {
	color: #aaa;
	}
#bottom-right p a:hover {
	color: #fff;
	}
#bottom-right p a:active {
	color: #9ad202;
	}
/**********************
*   Twitter            *
***********************/
.twittop{
	margin:5px 0px 10px 0px;
	height:29px;
	background:#ffffff url(images/twitter.jpg) no-repeat;
	width:290px;

}
#twitter_div{
	width:290px;
	float:left;
	height:100%;
	padding:0px 0px;
	margin:0px 0px;
	background:#fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	font-family:Tahoma,Century gothic,verdana, Arial,  sans-serif;
}

ul#twitter_update_list{

	list-style:none;
	padding: 0px 0px;
	margin:0px 0px;

}
ul#twitter_update_list li{
	font-size: 12px;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px;
	margin:0px 0px;
	line-height:18px;
	background:#ffffff;
	border-bottom:1px dotted #ccc;
	color:#666666;
	cursor:pointer;
}

ul#twitter_update_list li:hover{
background:#f4f4f4;
color:#000000;

}

#twitter_update_list li a:link, #twitter_update_list li   a:visited{
	
	color:#9cb3cd;

}

#twitter_update_list li a:hover{
	
	color:#BC0C0F;

}

/* Author profile - on single post view */

.section-box {
	left: 0;
	margin: 10px 0 0;
	padding: 15px;
	position: relative;
	overflow:hidden;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border:1px solid #dddddd;
	color:#999999;
	font-size:12px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.section-box a{
color:#CCCCCC;
}
.section-box a:hover{
color:#ab1000;
text-decoration:none;
}
.section-box .author-avatar {
	float: left;
	margin: 0 15px 5px 80;
	}
.section-box .author-avatar img {
	width: 55px;
	height: 55px;
	padding: 4px;
	background: #f4f4f4;
	border: 1px solid #eee;
	}
.section-box .author-main {
	margin: 0 0 5px 80px;
	border-left:1px solid #eeeeee;
	padding-left:10px;
	}
.section-box .author-main h3 {
	color: #777777;
	font-size: 1.4em;
	font-weight: normal;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.section-box .author-contact {
	top: 15px;
	right: 15px;
	position: absolute;
	}
.section-box .author-contact .meta-sep {
	color: #ccc;
	padding: 0 6px 0 4px;
	}
.section-box .author-posts {
	margin: 5px 0 0;
	}
	/* related posts START */
/* when related posts with title */
#related_posts {
	padding:15px 10px 10px 10px;
	background:#fff url(images/post-bg.jpg) repeat-x top;
	border:1px solid #dddddd;
	margin:10px 0px 10px 0px
}
#related_posts h3 {
	font-size:12px;
	padding:6px 12px 6px 3px;
	font-family:Verdana,"BitStream vera Sans",Arial,Helvetica,Sans-serif;
	letter-spacing:0em;
	border-bottom:1px solid #eee;
	text-transform:uppercase;
	border-top:1px solid #eee;
	color:#999999;
}
#related_posts ul {
	padding:4px 0px 0px;
	font-size:12px;
}
#related_posts ul li a{
	display:block;
	color:#666666;
}
#related_posts ul li a:hover{
	display:block;
	text-decoration:none;
	color:#990000;
}
#related_posts ul li {
	list-style:none;
	padding:3px 5px 3px 22px;
	border-bottom:1px dashed #E3E4E6;
	line-height:18px;
	background:url(images/fold.png) no-repeat 0 5px;

}
#related_posts .count {
	font-size:10px;
}
#related_posts .excerpt {
	color:#999;
	font-size:11px;
	display:block;
}
/* when related posts without title */
/*
#related_posts {
	padding-top:3px;
	padding-bottom:8px;
}
#related_posts ul li {
	list-style:none;
	padding:3px 5px;
	border-bottom:1px solid #E3E4E6;
	line-height:18px;
}
*/
/* related posts END */



