/*   
Theme Name: Kureno
Theme URI: http://kureno.com
Description: Specially made for Kureno's blog
Author: Iwani Khalid
Author URI: http://kureno.com
Version: 1.0.
*/

body {
	text-align: center;
	margin: 0;
	padding: 0; 
	font-size: 12px;
	font-family: Arial;
	color: #000;
	background: #FEF2DC;
	}
	
.container {
	margin: 0 auto;
	text-align: left;
	/*width: 1081px;*/
	}
	
.layout {
	width: 959px;
	margin: 0 auto;
	border-top: 5px solid #000;
	}
	
.header {
	margin: 14px 0 17px 0;
	padding: 0;
	height: 108px;
	background: url(images/header.jpg) no-repeat;
}

.block { margin: 15px 0 0 0; }
#menu { padding: 0 0 10px 0; margin: 0 23px 0 0; float: left; width: 168px; background: #F7EBD6; }
* html #menu { width: 160px; }
#content { font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal;, -x-system-font:none; padding: 0 10px 10px 10px; float: right; width: 747px; color: #444138; font-family:Verdana,sans-serif; }
.content-about  { font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal;, -x-system-font:none; padding: 0 10px 20px 10px; float: right;color: #444138; font-family:Verdana,sans-serif; }

.footer { text-align: center; font-size: 10px; background: #000; color: #fff; padding: 8px; }

/* Repetitive styles */
.floatl { float: left; }
.floatr { float: right; }
.clearfix { display: inline-block; }
.clearfix:after { display: block; height: 0; clear: both; content: ".";  visibility: hidden; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h1.boldtext {
	margin: 0;
	height: 129px;
	padding: 0;
	border-top: 19px #B7220B solid;
	background: url(images/boldtext.gif) no-repeat;
	}
	
h1.boldtext-about {
	margin: 0;
	height: 129px;
	padding: 0;
	border-top: 19px #B7220B solid;
	background: url(images/boldtext-about.gif) no-repeat;
	}
	
h1.minibold { margin: 0; padding: 0; height: 64px; background: url(images/minibold.gif) no-repeat; }
h1.minibold-about { margin: 0; padding: 0; height: 64px; background: url(images/miniboldtext-about.gif) no-repeat; }	
	
h1 span { display: none; }
#posts h3 { margin: 10px 0; color: #d73720; padding: 0 0 5px 0; border-bottom: 1px solid #ebe0cb; }

#content h1 { color: #A8A09F; font-size: 14px; margin: 15px 0; }
#posts { margin: 0 0 15px 0; }
#posts h2 { color: #A8A09F; font-size: 18px; margin: 0 0 15px 0; }
#posts h1.datepost { }
#posts h1.posttitle { width: 600px; }
#posts h2 a:hover { border: none; text-decoration: underline; }
#content a:hover { border: none; text-decoration: underline; }
p { line-height: 1.7em; margin: 0 0 10px 0; }
#posts .post-tag, .post-tag, .subscribe { font-size: 11px; margin: 10px 0; padding: 5px 10px; background: #F7EBD6; border-top: 1px dashed #D5CCBA; }
.post-tag {  }
.post-tag em { color: #736D62; }
#posts h3#comments, #posts h3#respond, #subscribe2 h2 { margin: 10px 0; color: #B32D1B; font-size: 15px; }
ol.commentlist li { background: #F8ECD7; padding: 5px 10px; margin: 0 0 10px 0; }
ol.commentlist li.alt { background: #F2E6D1; padding: 5px 10px; margin: 0 0 10px 0; }
ol.commentlist p { line-height: 1.5em; margin: 10px 0; }

textarea#comment { width: 100%; }

.subscribe p, form.subform { margin: 10px 0; }
form.subform input { padding: 2px; border: 1px solid #CFC5B2; }
#commentform input, #commentform textarea { border: 1px solid #CFC5B2; }
#commentform input#submit, input.submit  { padding: 4px; margin: 3px 0; background: #CFC5B2; color: #736D62; font-weight: bold; }
#commentform input#author, #commentform input#email, #commentform input#url { padding: 2px; font-size: 13px; }
input.submit { border: none; }
form.subform input.submit2 { background: #736D62; border: 1px solid #736D62; color: #fff; }

.topintro { margin: 30px 0 0 0; }

#menu h2 { margin: 10px 0 14px 15px; font-size: 14px; color: #CA331E;}
#menu ul {}
#menu li a { border-bottom: 1px dashed #CFC5B2; width: auto; color: #736D62; font-weight: bold; display: block; padding: 4.5px 8px; background:#EBE0CB; }
* html #menu li a { display: inline-block; }
#menu li a:hover , #menu li a.selected { text-decoration: none; color: #FEF2DC; background:#D73720; }

#sidebar-search { margin: 0; padding: 0 5px; }
#sidebar-search input { border: 1px solid #CFC5B2; }
#sidebar-search #searchsubmit { margin: 3px 0; background: #CFC5B2; color: #736D62; font-weight: bold; }
#sidebar-search input#s { padding: 2px; font-size: 13px; }

.navi { margin: 0 0 10px 0; padding: 0 10px 10px 10px; border-bottom: 1px dashed #E0D5C2; }

.products { padding: 10px 0; position: relative; }
img.kurenoup, img.roundtables, img.jomtwit { position: absolute; }
img.roundtables { left: 82px; }
img.jomtwit { left: 373px; }
img.kurenoup { left: 224px; top: 75px; }

/* resets */

*, body, html { margin:0; padding:0; }
h1, h2, h4 { font-size:100%; }
h3 { font-size: 120%; }
ol, ul, li { list-style-image:none; list-style-position:outside; list-style-type:none; }
fieldset, img { border:medium none; }
img a { border: none; }
a { text-decoration:none; }
hr { display:none; }
a { color: #D73720; }
.stronglink { font-weight: bold; }

/* Styles */
span.titlecontent { color: #A87A0A; font-weight: bold; font-size: 11px; letter-spacing: 2px; }
.slide-wrapper { margin: 0; padding: 10px 15px 0.1px 15px; background: #EBE4C6; }
.slide-wrapper p { line-height: 20px; font-family: Verdana; font-size: 11px; color: #716B60; margin: 0 0 19px 0; }
.jflow-content-slider , .slide-wrapper, #slides{ overflow: hidden; }
img.profilepic { float: left; margin: 10px; }
.profiletext { float: right; width: 560px; padding: 2px 0 0 0;}

div#myController {
	margin:0; padding: 5px;
	background: #C5BC94;
	width: 730px;
}

div#myController span, .jFlowControl, .jFlowPrev, .jFlowNext  {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EBE4C6;
	text-decoration: none; /* no underline */
	color: #fff;
	cursor: pointer;
}
div#myController span:hover, div#myController span.jFlowSelected, .jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover {
	border: 1px solid #EBE4C6;
	color: #666;
	font-weight: bold;
	background: #EBE4C6;
}

	#posts ul { margin: 10px 0 10px 50px; }
	#posts li  { line-height: 1.7em; margin: 5px 0; }
	#posts  ul li { list-style-type:square; }
	.highlight { margin: 10px 0; padding: 10px 15px 10px 15px; width: 570px; background: #ffffe4; border-top: 1px dashed #c5bdad; border-bottom: 1px dashed #c5bdad;  }
	.post-59 { padding-top: 15px; }
	a.more-link { font-weight: bold; }
	.highlight a { text-decoration: underline; }