/*
Theme Name: japan-style
Description: japan-style Wordpress Theme by<a href="http://blog.gooddesignweb.com/">Good Design Web</a>
Version: 1.2
Author: Good Design Web
Author URI: http://blog.gooddesignweb.com/
Tags: fixed width, two columns, right sidebar, valid XHTML, valid CSS
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body { 
       margin: 0 auto;
       padding: 0;
        color: #333; 
	background: #fff url('images/bg.jpg') repeat-x top;
	font-style:normal; font-variant:normal; font-weight:normal; line-height:18px; font-size:12px; font-family:Verdana, Helvetica, Arial, Geneva, sans-serif 
}

*:first-child+html body {background: #DED5BA url(images/bg.jpg) no-repeat center -8px;}

* html body {background: #DED5BA url(images/bg.jpg) no-repeat center -8px;}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #414d4c; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 12px; line-height: 24px; margin-bottom: 7px; font-weight: normal; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #000000; }
a:hover { color: #fd88d7; }
a:visited { color: #333; }



p { margin-bottom: 11px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 960px; 
	height: 300px; 
        margin: 0 auto;
	background: url(images/header_bg.png) no-repeat center; 
	position: relative; 
}
#header h1 { 
        width: 500px;
        position: absolute;
        top: 15px;
        left: 35px;
	font: 20px Verdana; 
	padding-top: 250px; 
	margin-bottom: 0; 
	color: #fff; 
}
#header h1 a { 
        color: #333; 
	text-decoration: none; 
}
#header span {
        position: absolute;
        top: 45px;
        left: 25px; 
	padding-left: 10px; 
	font-size: 12px; 
	color: #333; 
}


/* Container
-------------------------------------------------------------------*/
#wrapper { 
	width: 900px; 
	overflow: hidden; 
	background: url(images/container_bg.jpg) repeat-y;
    	margin: 0 auto; 
}



/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 800px; 
	height: 45px; 
	margin-left: 30px; 
	position: relative;
        top: 225px;
}
#nav ul { 
	margin-left: 10px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 45px; 
}
#nav ul li { 
	float: left; 
	margin-right: 3px; 
	padding-left: 3px; 
        font-weight: bold;
}
#nav ul li.current_page_item { 
        width: 122px;
        height: 45px;
}
#nav ul li a {
        width: 122px;
        height: 45px;
        background: url(images/nav_bg.jpg) no-repeat; 
	display: block; 
	text-decoration: none; 
	color: #333; 
	line-height: 45px; 
	text-align: center;
}
#nav ul li a:hover { color: #555; }
#nav ul li.current_page_item a { background: url(images/nav_bg.jpg) no-repeat; color: #ff0000; }



/* Content
-------------------------------------------------------------------*/
#content { 
	width: 630px; 
	float: left; 
	margin-left: 3px;
	display: inline; 

}
#content .post {
	float: left; 
	width: 625px;
	margin-bottom: 5px;
	padding: 0px;
    background: #ececec url("images/postindex-bg.png") repeat-x bottom;
	height:auto;
}
#content .post p { margin-bottom: 10px;
		padding-left:5px;}
#content .post h1 {
     font-size: 14px;
     margin: 0px;
     padding-left: 20px;
     font-weight: bold;
     color: #333;
     background: url(images/yazi.png) no-repeat 3px 5px; 
     border-bottom: 2px solid #ececec;
     height: 25px;
}

#content .post h1 a,
#content .post h1 a:visited { 
                     text-decoration: none;
                     color: #333;
                     }

#content .post h1 a:hover,
#content .post h1 a:visited:hover { 
                     text-decoration: none;
                     color: #fff;
                     }

#content .post-list { list-style: none; 
background: #e1e1e1 url("images/content-h2-bg.png") repeat-x top;
border: 2px solid #ccc;
width:625px;
margin-left:2px;
}
#content .postindex   {
	float: left; 
	width: 625px;
	margin-bottom: 10px;
	padding: 0px;
    background: #ececec url("images/postindex-bg.png") repeat-x bottom;
	height:auto;
	} 
.title   {
    background: #e1e1e1 url("images/content-h2-bg.png") repeat-x top;
	} 
#content .postindex h2 {
     font-size: 14px;
     margin: 0px;
     padding-left: 20px;
     font-weight: bold;
     color: #333;
     background: url(images/yazi.png) no-repeat 3px 5px; 
     height: 25px;
}

#content .postindex h2 a,
#content .postindex h2 a:visited { 
                     text-decoration: none;
                     color: #333;
                     }

#content .postindex h2 a:hover,
#content .postindex h2 a:visited:hover { 
                     text-decoration: none;
                     color: #fff;
                     }

#content .postindex li, #content .postindex ul {
	margin: 0 0 0 0;
	color: #333;
	font: 1.0em/1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#content .postindex p, #content .postindex dl,#content .postindex ul {
	padding-left:5px;
	}
#content .postindex ul.post-data {
	border-top: 1px dotted #666666;
	list-style: none;
	font: 11px Verdana, Arial, Sans-Serif;
	padding: 4px 0 6px 0;
	color: #333;
	margin: 10px 0 0 0;
	}
#content .post p a {
	color: #000000;
	text-decoration:none;
	font-weight:bold;}
#content .post p a:hover { color: #333;}
#content .postindex p a {
	color: #000000;
	text-decoration:none;
	font-weight:bold;}
#content .postindex p a:hover { color: #333;
	background-color: #ccc;}

.etiket {
	padding-left:2px;
	float:left; 
	width: 610px;
	margin:5px;
	color: #ccc;
	border: 1px solid #ccc;
}
.etiket a {
 color: #333;
	background-color: #ccc;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;}
.etiket a:hover {
		color: #ececec;
	background-color: #fd88d7;}
.etiket a:visited {
 color: #333;
	background-color: #ccc;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;}
.etiket a:visited:hover {
		color: #ececec;
	background-color: #fd88d7;}
	

.post-info { 
	clear: both; 
	font-size: 11px; 
	color: #555; 
	padding:10px; 
	margin-bottom: 5px; 
    text-align: right;
	background: url(images/meta_bg.gif) top center no-repeat; 
}
.postindex-info { 
	clear: both; 
	font-size: 11px; 
	color: #555; 
	padding:5px; 
	margin-bottom: 1px; 
    text-align: right;
    text-decoration:none;
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }
#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
 list-style: decimal;
}
#content ol { 
 list-style: decimal;
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Sidebar
-------------------------------------------------------------------*/

#sidebar { 
	width: 243px;
	float: right;
	padding-right:7px;
	font-size: 11px; 
	margin: 0px;
	color: #555;
}

#sidebar h3 { 
        font: normal 13px Verdana, Arial, Sans-Serif; 
        color: #444; 
        background: url(images/sidebarh3.png) repeat-x;
        padding-left: 5px;
        height: 20px;
}


#sidebar .block {
	width: 243px;
	overflow: hidden;
	color: #555;
	padding-top: 5px;
}
#sidebar .block li { 
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 10px;
}

#sidebar .block a:hover { color: #888; }

#sidebar .cat {
	width: 243px;
	overflow: hidden;
	color: #555;
	padding-top: 5px;
}

#sidebar .cat a:hover { color: #888; }

#sidebar .cat li { 
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 10px;
}

#yanmenu .uye {
	width: 200px;
	padding-left: 0px;
	padding-top: 5px; 
	overflow: hidden;
	color: #555;
}
#yanmenu .uye li { 
	background: url(images/uye.png) no-repeat 2px 0px; 
	padding-left: 17px;
}


/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }



/* Search
-------------------------------------------------------------------*/

.searchform {
	display: inline;
}

.searchform fieldset {
	display: inline;
	margin-top: 1px;
	padding-top: 4px;  
        border: #181818 0px solid;      
}

.searchform label {
	vertical-align: middle;
	display: inline;
	margin-right: 5px;
	font-size: 11px;
	color: #f2f2f2;
	font-weight: bold;
}

.searchform input {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}

.searchinput {
	background: #FFF;
	border: 1px solid #fd88d7;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #282828;
}

.searchbutton {
	background: url(images/searchbt_bg.jpg) no-repeat;
	width: 35px;
	height:22px;
	margin-bottom: 2px;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
			border: 1px solid #fd88d7;

}

.arama {
width: 250px;
float:right;
margin-top:235px;
margin-right:17px;


}


/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 17px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #414d4c;

}
#comments .comment { 
	background: #E7E8EB; 
	margin-left:3px;
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 625px; 
	padding-bottom: 5px;
	border:1px solid #ccc; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	width: 500px; 
	background: #F7F8F9; 
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}

#comments .comment .yorum
{
width: 500px; 
	background: #Ff0000; 
height:100px;
}



/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #F7F8F9; 
	border: 5px solid #E7E8EB; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 565px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit {
        width: 148px;
        height: 30px;
        background: url(images/submit_bg.gif) no-repeat;
        text-align: center;
        border: none;
}





/* Footer
-------------------------------------------------------------------*/

#footer { 
	width: 910px; 
        height: 60px;
	margin: 0 auto; 
	background: url(images/footer_bg.png) no-repeat;
        position: relative; 
}

#rss {
        float: right;
        padding-top:200px;
		width: 50px; 
        height: 50px;
}

#footer-inner {

        clear: both;
        text-align: center; 
	width: 900px; 
	margin: 0 auto;
        padding-top: 10px; 
}
#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer a { color: #333; }

#page-menu {
	margin: 0 auto; 
	background:#fd88d7 url(images/page-menu-bg.png) repeat-x 0 0;
	clear:both;
	position:relative;
	width:880px;
	overflow:hidden;
	height:25px;
	top: 1px; 
	left: 5px;
}

#page-menu ul {
	display:block;
	height:25px;
	width:900px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}

#page-menu ul#page-shadow {
	top:1px;
	left:1px;
	border:none;
}

#page-menu ul li {
	display:inline;
}

#page-menu a {
	display:block;
	float:left;
	height:25px;
	font:normal 12px Arial, Verdana, Tahoma;
	line-height:25px;
	color:#fff;
	padding:0 11px 0 8px;
	font-weight:bold;
}

#page-menu ul#page-shadow a { color:#333; }

#page-menu a:hover,#page-menu .current_page_item a:hover {
		background:#fd88d7 url(images/cat-menu-bg.png) repeat-x 0 0;
	color:#333;
}
/* Calendar */
.calendar {
font-family:Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
float:right;
clear:right;
background:url(images/calendar.png) no-repeat right top;
width:55px;
height:60px;

}

.calendar .date {
padding-top:2px;
display:block;
clear:both;
text-align:center;
font-size:14px;
color:#000;
font-weight:700;
margin-bottom:0;
}

.calendar .month {
display:block;
clear:right;
text-align:center;
font-size:11px;
color:#000;
margin-bottom:0;
font-weight:700;
line-height:20px;
}
.calendar .year {
display:block;
clear:right;
text-align:center;
font-size:11px;
color:#162b40;
margin-bottom:0;
font-weight:700;
line-height:10px;
}

#sonyazilar {
	text-decoration:none;
    float: left;
	width: 140px; 
	position: absolute;
    height: 200px;
    left: 42px; 
	margin-bottom: 0; 
    top: 50px;
}
#sonyazilar ul li {
	background: url(images/yazi.png) no-repeat 0px 2px; 
	padding-left: 15px;
	padding-bottom: 5px;
}
#sonyorumlar {
    float: left;
	width: 175px; 
	position: absolute;
    height: 220px;
    left: 185px; 
	margin-bottom: 0; 
    top: 50px;
   	
}
#sonyorumlar ul li {
	background: url(images/yorum.png) no-repeat 0px 2px; 
	padding-left: 15px;
	padding-bottom: 5px;
}
 
 
  div#kral{
  font-size:11px;
  color:#333333;
  position:absolute;
  top:0;
  left:0;
  width:<length>;
  height:100%;


 }
 @media screen{
  body>div#kral{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 }