/*GENERAL*/
body.custom {
	background: transparent url(http://febristatic.febriansyah.biz/images/bg.jpg);
}
body.custom a {color:#5C5C5C;}
body.custom div.entry-content h1, 
body.custom h1.entry-title, 
body.custom div.entry-content h2,
body.custom h2.entry-title a {font-size: 28px; line-height:30px; color: #2E2A2B;}
body.custom div.entry-content h3 {font-size: 24px; line-height:30px; color: #5C5C5C;}
body.custom div.entry-content h4 {font-size: 22px; line-height:30px; color: #5C5C5C;}
body.custom div.entry-content h5 {font-size: 20px; line-height:30px; color: #5C5C5C;}
body.custom div.entry-content h6 {font-size: 18px; line-height:30px; color: #5C5C5C;}
body.custom div.entry-content p,
body.custom div.leaf-content p 
body.custom div.entry-content ul li, 
body.custom div.entry-content ol li, 
body.custom span.widget-title {font-family: georgia; font-size: 14px; line-height: 24px; color:#5A5A5A;}
body.custom div.entry-content p.question {background: #fff;	border-left: 7px solid #C3B091 !important; border: 1px solid #ccc; padding: 5px 15px;}
body.custom div.entry-content p.answer {background: #fff; border-left: 7px solid #333 !important; border: 1px solid #ccc; padding: 5px 15px;}

/*HIDE BACKGROUND AND BORDER OF THESE THINGS*/
body.custom div#wrapper,
body.custom a.header-link-text-inside,
body.custom div.content,
body.custom div.sidebar  {
	background:transparent;
	border:none;
}

/*SET THIS CRAP TO INVISIBLE FROM MY VISITOR EYES!*/
body.custom div#trackback-box,
body.custom div.meta-below-title,
body.custom div.meta-below-content,
body.custom div.entry-content a.more-link {
	display:none;
}

/*HEADER*/
body.custom div#header-container,
body.custom div#header {
	background: transparent url(http://febristatic.febriansyah.biz/images/header.jpg) repeat-x;
	border:none;
	height: 90px;
}
/*CONTAINER AND WRAPPER*/
body.custom div.post {
	background:#F9F9F9;
	border:1px solid #DFDFDF;
	color:#000;
	margin-bottom:40px;
	width: 500px;
	padding:25px 20px 25px 60px;
	-moz-box-sizing: border-box; /*KEEP THE WIDTH TO DESIRE PIXELES IN MOZILA MACHINES*/
	-webkit-box-sizing: border-box; /*KEEP THE WIDTH TO DESIRE PIXELES IN WEBKIT*/
	box-sizing: border-box; /*KEEP THE WIDTH TO DESIRE PIXELES IN OLDER BROWSER*/
	-moz-border-radius: 6px; /*MAKE THE CORNER ROUNDED IN MOZILA MACHINES*/
	-webkit-border-radius: 6px; /*MAKE THE CORNER ROUNDED IN WEBKIN MACHINES*/
	border-radius: 6px; /*MAKE THE CORNER ROUNDED IN WEBKIN OLDER BROWSER*/
	position: relative;
}
body.custom div.shadow {
	background:url(http://febristatic.febriansyah.biz/images/shadow.png) no-repeat;
	margin-top: -40px;
	margin-bottom:20px;
	width: 498px;
	height: 21px;
}
body.custom div.iconsprite {
	height: 42px;
	width: 38px;
	text-indent: -9999px;
	position: absolute;
	top: 25px;
	left: 7px;
}
/*CATEGORY QUOTE HANDLER */
body.custom div.category-quote p {font-size: 24px; margin: 0;}
body.custom div.category-quote h2.entry-title, body.custom div.category-quote h1.entry-title {display: none;}
body.custom div.category-quote div.iconsprite {background: url(http://febristatic.febriansyah.biz/images/iconsprite.png) no-repeat;}
/**CATEGORY VIDEO HANDLER*/
body.custom div.category-video div.iconsprite {background: url(http://febristatic.febriansyah.biz/images/iconsprite.png) no-repeat 0 -120px;}
/*CATEGORY TULISAN HANDLER*/
body.custom div.category-tulisan div.iconsprite {background: url(http://febristatic.febriansyah.biz/images/iconsprite.png) no-repeat 0 -80px;}
/*CATEGORY FOTO HANDLER*/
body.custom div.category-foto div.iconsprite {background: url(http://febristatic.febriansyah.biz/images/iconsprite.png) no-repeat 0 -40px;}
body.custom div.category-foto h2.entry-title, body.custom div.category-foto h1.entry-title {display:none;}


/*SINGLE/PAGE/ARCHIVE/CATEGORY PAGINATION*/
body.custom div.nav-below, body.custom div#nav-below-single {
	width:75px;
	margin:0 20px;
}
body.custom div.nav-previous a {
	background: transparent url(http://febristatic.febriansyah.biz/images/paginasi.png) no-repeat 0 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
body.custom div.nav-previous a:hover {
	background: transparent url(http://febristatic.febriansyah.biz/images/paginasi.png) no-repeat 0 -39px;
}
body.custom div.nav-next a {
	background: transparent url(http://febristatic.febriansyah.biz/images/paginasi.png) no-repeat -36px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
body.custom div.nav-next a:hover {
	background: transparent url(http://febristatic.febriansyah.biz/images/paginasi.png) no-repeat -36px -39px;
}

/*SIDEBAR*/
body.custom div.textwidget {
	background: transparent;
	border-top: 3px double #CCC;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0;
}
body.custom li.widget span.widget-title {
	background: transparent;
	border: none;
}

/*COMMENT AREA*/
body.custom p.nocomments {border:none; display:none;}
body.custom ol.commentlist {background: transparent; border:none; list-style: none; }
/*body.custom ol.commentlist li.even {margin:0 10px 10px 0; border:1px solid #f00;}*/
body.custom ol.commentlist li.comment {margin-bottom:10px; border:1px solid #DFDFDF; background: #F9F9F9; }
body.custom ol.commentlist li ul.children {border:none; margin-right: 10px; background: #DDD; }
body.custom a.comment-reply-link {padding:5px 10px; color:#DDD; text-decoration:none; background:#888;}
body.custom a.comment-reply-link:hover {padding:5px 10px; color:#FFF; text-decoration:none; background:#000;}
body.custom div#trackback-box {display:none;}

/*FOOTER*/
body.custom div#footer-container, body.custom div#footer {
	background:#E3E3E3 url(http://febristatic.febriansyah.biz/images/footer.jpg) repeat-x;
	border:none;
}