/*  
Theme Name: KUL-BLOG
Theme URI: http://numberonedesigner.com/
Description: A clean, minimalist theme
Version: 1.01
Author: Number One
Author URI: http://numberoneblogger.com/

based on Simpla theme by Phu Ly (http://ifelse.co.uk/simpla/)

*/


* { margin:0; padding:0;}

body{
	background:#fff;
	border-top:5px solid #016B8A;
	color:#555; font:small Verdana, Arial, Helvetica, sans-serif;
	
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:780px;	
}
#content{
	font-size:95%;
	float:left;
	width:520px;
}
#sidebar{
	font-size:85%;
	float:right;

	width:220px;
}
#header{ padding:10px 0; margin-bottom:20px;
}
#footer{
	background:#FAFAFA;
	border-top:1px solid #EAEAEA;
	color:#888;
	clear:both;
	font-size:75%;
	padding:10px 0;
}



#header h1{	font:320% Georgia, "Times New Roman", Times, serif; letter-spacing:-3px; font-weight:normal;}
.description { font-size:95%;}
#header h1 a{	color:#016B8A;}
#header h1 a:hover{	color:#CC0000;}


.entrytitle h2{ font:200% Arial, Helvetica, sans-serif; letter-spacing:-1px; margin-bottom:5px; border-bottom:1px dotted #AAA;;}
.entrytitle h2 a {	color:#016B8A;}
.entrytitle h2 a:hover{	color:#CC0000;}

.time { font-size:85%; color:#BBB; text-align:right; margin-bottom:5px; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif}
.time a {color:#BBB;}

#sidebar h2{color:#555; text-transform:uppercase; font-size:95%; border-bottom:1px dotted #AAA;
}



.entry{	margin-bottom:20px;}
.entrybody { text-align:justify; line-height:160%;}
.entrybody p { margin-bottom:10px;}
.entrymeta{ margin-top:5px; padding:5px 0; text-align:right; font-weight:bold; }

.commentslink{
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none; margin:10px 0;

}
#sidebar ul li{	margin-bottom:2px;}

#sidebar p { padding:10px 0;}
#searchform { padding:10px 0;}
#searchform #s {border:1px solid #d1d1d1;}
#searchsubmit {border:1px solid #d1d1d1; background:#EAEAEA; font-size:85%; font-weight:bold; padding:0 3px; cursor:pointer; cursor:hand;}

.tags {margin: 8px 0 10px; text-align: center;}


/*************************************
 +Comments
 *************************************/
.commentsblock{


}

.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1; width:99%; padding:1px; margin-bottom:5px;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
label { display:block;}
#submit {border:1px solid #d1d1d1; background:#EAEAEA; font-size:85%; font-weight:bold; padding:5px; cursor:pointer; cursor:hand;}


ol.commentlist{
	color:#777;

	list-style-type:none;

}
.commentlist li{
	margin-bottom:5px;
	padding:5px 0;;
}

.commentmetadata { display:block; text-align:right; color:#BBB; padding-top:3px; border-top:1px solid #BBB; margin-top:3px;}
.commentmetadata a { color:#BBB;}

#comments, #respond, .pagetitle { font:200% Arial, Helvetica, sans-serif; letter-spacing:-1px; margin-bottom:10px;}

.navigation { text-align:center; padding:5px 0;}


/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
