/*  
Theme Name: KiBuLo
Theme URI: http://www.machen.de/
Description: <p>KiBuLo is clean layout that build with 3 Columns Layout.</p><ul style="list-style:none;"><li>* Left and Right Sidebar</li><li>* Widget Ready</li><li>* Change About text via Admin Profile</li><li>* Tested on WordPress 2.6.3</li></ul> <p>The CSS, XHTML and design is released under a <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a></p>
Version: 1.0
Author: Stefan Wendhausen | machen.de
Author URI: http://www.machen.de/

	This theme was designed and built by Nurudin Jauhari,
	whose blog you will find at http://www.jauhari.net/
	Crafted on 06 June 2007
	Last Edit: 20 June 2007 04.45  +7 GMT

	The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License:
	http://creativecommons.org/licenses/by/3.0/

	/**
	Georgia, "Times New Roman", Times, serif
	Garamond, Georgia, "Times New Roman", times, serif
	Arial, Helvetica, sans-serif
	***/
*/

/* Social Style 
********************* */

html
{
	height: 100%;
	margin-bottom: 0.1em;
}
*
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
p
{
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}
img.right
{
	float: right;
	margin: 10px 0 0 10px;
}
img.left
{
	float: left;
	margin: 0 10px 0 0;
}
hr
{
	display: none;
}
body
{
	background: #FFFDF6;
	color: #333;
	font: 72%/1.6em Verdana, Arial, Helvetica, sans-serif; 
	margin: 0;
	margin-top:10px;
	padding: 0;
	text-align: center;
	background: url(images/bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	min-height:700px;
}
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #666;
}
a:hover, a:active
{
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* news */
.announcement {
	border: 1px solid #eee;
	padding: 0px 2px 2px 2px;
}

.announcement_head h2 {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 4px;
	background: #57AF41;
}

/* end news */

/* Etc
******************** */
br.clear {
	clear: both;
}

#clear {
	float: none;
	clear:both;
	height:1px;
	width: 1px;
	font-size:1px;
/*	display:none; */
}

/* Design 
******************** */
#top {
	margin: 0 auto;
	width: 991px;
	position: relative;
	height: 131px;
	background: #333;
	background: #FFF url(images/bg_top.jpg) 0 0 no-repeat;
}
#topi {
	background: #FFF url(images/head.jpg) 0 0 no-repeat;
	left: 0;
	width: 576px;
	height: 131px;
	top: 0;
	position: absolute;
}
#page {
	text-align: left;
	width: 991px;
	background: #FFFDF6;
	margin: 0px auto 0px;
}
#header {
	background: #1BACF2;
	border-bottom: 5px solid #B98718;
}
#headr {
	width: 991px;
	margin: 0 auto;
	color: #C3EAFB;
	text-align: left;
}
#headr h1 {
	margin: 0;
	padding: 20px 0 0 600px;
	font-size: 3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#headr h1 a {
	color: #FFF;
	}
#headr h1 a:hover {
	color: #FFF;
	}
#headr .description {
	padding: 10px 0 0 600px;
	color: #efefef;
}
.rss2 {
	position: absolute;
	right:0;
	bottom: 0;
}
#left {
	float: left;
	width: 975px;
	background: url(images/bg_border.gif) repeat-y;
	padding: 20px 8px 0px 8px;
}
/*
#right {
	float: right;
	width: 220px;
}
*/

#content {
	width: 760px;
	float: right;
}
.post {
	margin-bottom: 10px;
}
.entry {
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: justify;
	border-bottom: 1px solid #eee;
}
.entry  a {
	color: #AF8C00;
}
.side1 {
	width: 194px;
	float: left;
	color: #000;

	border: 1px solid #eee;
	padding: 0px 2px 2px 2px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	width: 991px;
	height: 50px;
	font-size: 0.9em;
	background: url(images/bg_border.gif) repeat-y;
}

#footer a {
	color: #333;
	text-decoration: underline
}
#footer a:hover {
	color: #06c;
	text-decoration: none;
}
/* Design 
******************** */
.side1  ul, .side2  ul{
	list-style: none;
}
.side1  ul.children, .side2  ul.children{
	margin-left: 16px;
}
.boxy, .side1 .categories, .side2 .categories, .widget, .side1 .linkcat, .side2 .linkcat  {
	margin-bottom: 20px;
}

input#s {
	width: 185px;
	padding: 5px;
	margin-bottom: 10px;
	background: #F7F0D4;
	border: 2px solid #E2B400;
	color: #A73228;
}
input#s:focus {
	background: #fff;
	color: #A73228;
}

input#searchsubmit
{
	margin: 0;
}


/* Design  Typo
********************* */
.side1 h2, .side2 h2{
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 4px;
	background: #6F7374;
}
.side1 ul li ul li a, .side2 ul li ul li  a {
	color: #333;
	/* background: url(images/star2.gif) left top no-repeat; */
	padding-left: 3px;
}

/* Sidebar colors for custom widgets */
#extended-categories-2.widget, #extended-categories-1.widget, #wp-cumulus.widget, #widget_stags-1 {
	background-color: #fff;
}

#extended-categories-1.widget h2 {
	background-color: #56AE40;
}
#extended-categories-2.widget h2 {
	background-color: #374795;
}

#google-ajax-search.widget h2 {
	background-color: #86C7E3;
}

#wp-cumulus.widget h2 {
	background-color: #EF8261;
}

#widget_stags-1.widget h2 {
	background-color: #EC6E45;
}

/* end custom colors widgets */

#recentcomments .recentcomments a:link, #recentcomments .recentcomments a:visited {
	background: none;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 210px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

.side1 ul li ul li  a:hover,.side2 ul li ul li  a:hover {
	color: #822601;
	/* background: url(images/star.gif) left top no-repeat; */
}
.side1 ul li ul li.current_page_item a,.side1 ul li ul li.current-cat a, .side2 ul li ul li.current-cat a  {
	color: #822601;
	font-weight: bold;
	/* background: url(images/star.gif) left top no-repeat;	*/
}

h2.pagetitle {
	text-align: left;
	font: 1.5em Arial, verdana;
	border-bottom: 1px solid #ccc;
}

.post h2 {
	font: 2em Verdana, Arial, Helvetica, sans-serif;	
        /*background-color: #AE4FA0;*/

}
.post h2 a {
	color: #336699;
	/*display: block;*/
}
.post h2 a:hover {	
	color: #980F1F;
}

/*
#post-9.post h2 {
	font: 2em Verdana, Arial, Helvetica, sans-serif;	
        background-color: #8CC9E6;

}
#post-12.post h2 {
	font: 2em Verdana, Arial, Helvetica, sans-serif;	
        background-color: #5461A5;

}
*/

p.postmeta {
	margin-bottom: 10px;
	color: #A73228;
}

p.meta {
	font-size: 87%;
	border-top: 2px solid #822601;
	margin-bottom: 10px;
	color: #A73228;
}
p.meta a
{
	color: #A73228;
	text-decoration: none;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}
.postmetadata {
	clear: both;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
span.user

{
	padding: 3px 5px;
}

span.timr
{
	background: #822601;
	color: #fff;
	padding: 3px 5px;
}
span.catr
{
	padding: 3px 5px;
}
span.editr
{
	padding: 2px 2px 2px 18px;
}

span.commr
{
	background: url(images/ico/comment.gif) 0 0 no-repeat;
	padding: 0 2px 0 18px;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post p a {
	border-bottom: 1px solid #ccc;
}
.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}
.post p a:hover {
	border: none;
}
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}
/* Comment Etc
********************* */
.navigation 
{
	margin-bottom: 20px;
	width: 98%;
	float: left;
}

.navigation a
{
	color: #666;
}
.alignleft
{
	float: left;
	width: 50%;
}
.alignright
{
	float: right;
	text-align: right;
	width: 50%;
}



.ileft {
	float: left;
	margin-right: 5px;
}
#avatr {
	border: 1px solid #333;
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}
#content .commentsfeedr
{
	background: url(images/ico/feed_add.png) no-repeat left center;
	padding: 3px 20px;
}
#content .trackbackr
{
	background: url(images/ico/arrow_refresh.gif) no-repeat left center;
	padding: 3px 20px;
}
input.textbox, textarea
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #ccc 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
#submit
{
	padding: 3px 5px;
}
.comment
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}
.alt 
{
	background-color: #f8f8f8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.MyAvatars
{
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}

h3#respond, h3#comments {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

#comment {
	width: 98%;
}
/* Top Navigation Style 
********************* */
/*  Menuv
******************** */
#topy {
	width: 991px;
	margin: 0 auto;
	background: url(images/menu.jpg) no-repeat;
    position: relative;
	height: 40px;
	font-size: 1.2em;
}

#menuv  ul {
	list-style: none;
	/*position: absolute;*/
	margin:0px 10px 0px 10px;
	width:971px;
	}
#menuv li {
	display: inline;

}
#menuv li.page_item  a, #menuv li.admintab  a {
 	color: #fff;
 	font-weight: bold;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	display: inline-block;
	padding-top:8px;
	height:30px;
 	width:190px;
}
#menuv li  a:hover {

}
#menuv li.current_page_item  a {

}

#menuv li.rss2  a {
	right: 0;
	top: 0;
	position: absolute;
}

fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}


pre {
	width: 95%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #A73228;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #A73228;
	padding: 5px;
	background: #F7E2D4;
}

code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #A73228;
padding: 2px;
}

/* Change Log *** 
1.0	: Initial Public Released
1.1 	: Fix Some Issue
1.2 	: Fix Custom Image Issue
1.3 	: Fix Footer Issue
1.4 	: Fix Recent Comment Widget Issue on WordPress 2.2
*** */