/*
Theme Name: Mizuka Blog
Theme URI: http://chung.web.id
Description: Template untuk tampilan blog mizuka.
Version: 1.0
Author: Agung Nugroho
Author URI: http://chung.web.id
Tags: red, silver, white, dark, light, two-columns, three-columns, right-sidebar, fixed-width, custom-colors, custom-header, theme-options, threaded-comments, microformats

*/
*{margin:0;padding:0;}
body {background:#ffffff;font: 13px Georgia, arial;color:#273f90;}

#container {width:980px; margin:0 auto; background:url(images/bg_body.png) repeat-y;}
#head {height:270px;}
#head_top {height:100px; background:url(images/bg_head_top.png) no-repeat top left;}
#head_mid {height:100px; background:url(images/bg_head_mid.png) no-repeat top left;}
#head_bottom {height:70px; background:url(images/bg_head_bottom.png) no-repeat top left;}
#content {background:url(images/bg_banner.png) no-repeat top left;}
#foot {background:url(images/bg_foot.png) repeat-y;}
#foot_top {height:20px; background:url(images/bg_foot_top.png) no-repeat top left;}
#foot_mid {margin:0 28px;}
#foot_bottom {height:38px; background:url(images/bg_foot_bottom.png) no-repeat left bottom;}

#top-nav {width:400px;float:left;height:40px;margin-top:8px;}
#top-search {width:580px;float:left;margin-top:60px;}
#search-form {margin-left:290px;}
#search-form #s {width:260px;padding:4px 0;font-size:16px;font-weight:bold;color:#7992FF;background:#D1FEE6;border:0;}

#top-nav .home  {margin-left:65px;}
#top-nav a {font-weight:bold;text-decoration:none;font-size:13pt;color:#7992FF;}

#body {width:580px;float:left;}
#sidebar {width:400px;float:left;}
.sidebar {width:180px;float:left;margin:20px 0 20px 10px;}

#wrap {margin:20px 15px 20px 20px;}

#wrap h2.pagetitle {margin:0 10px 10px;}

.vbox {margin:0 5px 10px;}
.sidebar ul {list-style:none;}
.sidebar ul li ul li ul li{margin-left:10px;}
.sidebar h2 {font-size:100%;margin-bottom:3px;}
.sidebar ul li.widget {margin:0 0px 10px;}

.post {margin:0 10px 10px;}
.post h2 {margin-bottom:5px;}
.post .post-meta {margin-bottom:5px;}
.post .entry {margin-bottom:15px;}

#comment-form {margin:0 10px 10px;}
.comments {margin:0 10px 10px;}


input, textarea{
	border:1px solid #cecece;
	font-size:12px
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}