/*
Theme Name: Bindanaku Chaotic Notes
Theme URI: http://andi.saleh.web.id/
Description: WordPress Theme based on Chaotic Notes.
Version: 1.0
Author: Andi B. Saleh
Author URI: http://andi.saleh.web.id/
*/

/* Import CSS */
@import url('base.css');
@import url('date.css');

/* Global */

body {
	background:#3f808a url('images/topbg.jpg') center top no-repeat;
	font-family:'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:1.5em;
	}
input, textarea {
	font-family:'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}	
.clear {
	float:none;
	clear:both;
	}
.wrap {
	width:840px;
	margin:0 auto;
	}
.imgtitle {
	display:block;
	text-indent:-2000px;
	overflow:hidden;
	background:transparent left top no-repeat;
	}

h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
	}	
a {
	color:#3f808a;
	}
a:hover {
	color:#3f808a;
	background:#d1ebef;
	text-decoration:underline;
	}
ul li {
	list-style-image:url('images/asterik.gif');
	}
ul li li {
	list-style-image:url('images/list.gif');
	margin-left:6px;
	}
blockquote {
	margin:0 2em;
	padding-left:25px;
	background:url('images/quote.gif') left top no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6d7f9f;
	font-style:italic;
	}
.alignleft {
	float:left;
	margin:.5em 1em .5em 0;
	}
.alignright {
	float:right;
	margin:.5em 0 .5em 1em;
	}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
code, pre {
	font-size:1.05em;
	color:#309f1d;
	}

/* Header */

#header {
	width:900px;
	height:240px;
	position:relative;
	margin:0 auto;
	}
#header h1 {
	margin:0;
	}	
#header h1 a {
	position:absolute;
	display:block;
	width:214px;
	height:27px;
	left:109px;
	top:148px;
	overflow:hidden;
	text-indent:-2000px;
	}	
#header a:hover, #footer a:hover {
	background:none;
	}
.description {
	display:none;
	}
#nav ul {
	margin:0;
	}
#nav ul li {
	position:relative;
	display:inline;
	float:left;
	left:439px;
	top:156px;
	margin-right:35px;
	}
#nav ul li a {
	display:block;
	height:22px;
	width:70px;
	text-indent:-2000px;
	overflow:hidden;
	}
#topsearch #ts {
	position:absolute;
	right:0;
	top:10px;
	width:240px;
	}

/* Content */

#content {
	background:transparent url('images/bodybg.gif') center top repeat-y;
	padding-bottom:25px;
	}
.contentwrap {
	width:840px;
	margin:0 auto;
	}
#leftcol {
	width:600px;
	margin:0;
	float:left;
	}

.post {
	margin-bottom:2em;
	padding-bottom:1em;
	position:relative;
	background:url('images/sep.jpg') center bottom no-repeat;
	}
#comment_bubble {
	display:block;
	width:32px;
	height:26px;
	background:transparent url('images/comments.png') center no-repeat;
	text-align:center;
	position:absolute;
	right:-10px;
	top:-10px;
	}
#comment_bubble a {
	display:block;
	margin-top:3px;
	font-weight:bold;
	color:red;
	}
#comment_bubble a:hover {
	background:none;
	}
.metatag {
	background:transparent url('images/tag.gif') left center no-repeat;
	padding-left:25px;
	margin-right:20px;
	}
.metacategory {
	background:transparent url('images/category.gif') left center no-repeat;
	padding-left:25px;
	}

/* Sidebar */

#sidebar {
	float:right;
	width:200px;
	}
#sidebar ul {
	margin-left:0;
	}
#sidebar ul li {
	margin-bottom:1.5em;
	list-style-type:none;
	list-style-image:none;
	}
#sidebar ul li li {
	margin-bottom:0;
	margin-left:18px;
	list-style-image:url('images/asterik.gif');
	}

/* Aux */
#aux {
	width:840px;
	background:url('images/auxtop.jpg') left top no-repeat;
	margin:30px 0 0;
	padding-top:30px;
	}
.auxbar {
	width:30%;
	float:left;
	margin-right:3%;
	overflow:visible;
	}
.aux-kategori {
	background:url('images/kategori.gif');
	width:111px;
	height:28px;
	}
.aux-halaman {
	background:url('images/halaman.gif');
	width:111px;
	height:23px;
	}
.aux-flickr {
	background:url('images/flickr.gif');
	width:44px;
	height:14px;
	float:left;
	margin-right:25px;
	}

/* Footer */

#footer {
	height:311px;
	background:transparent url('images/bottombg.jpg') center top no-repeat;
	margin:0 auto;
	}
.footcopy {
	width:530px;
	margin:0 auto;
	position:relative;
	left:44px;
	top:50px;
	}

/* Misc */

#flickr_badge_wrapper a {
	margin-right:5px;
	}
#flickr_badge_wrapper img {
	background:#fff;
	border:1px solid #ccc;
	padding:1px;
	}
	
/* Widgets */

.widget h2 {
	display:block;
	text-indent:-2000px;
	overflow:hidden;
	background:transparent left top no-repeat;
	}
.widget_recent_entries h2 {
	background:url('images/tulisan-terakhir.gif');
	width:152px;
	height:16px;
	}
.widget_calendar h2 {
	background:url('images/kalender.gif');
	width:75px;
	height:21px;
	}
.widget_recent_comments h2 {
	background:url('images/komentar.gif');
	width:93px;
	height:21px;
	}
.widget_links h2 {
	background:url('images/blogroll.gif');
	width:78px;
	height:28px;
	margin-bottom:12px;
	}
#calendar_wrap {
	background:url('images/kalender-bg.gif') center no-repeat;
	display:block;
	width:100%;
	height:167px;
	padding-top:8px;
	margin-top:-11px;
	}
#wp-calendar {
	width:90%;
	margin:0 auto;
	}
#wp-calendar tr {
	height:20px;
	}
#wp-calendar thead th, #wp-calendar tbody td {
	text-align:center;
	}
#wp-calendar tfoot #next {
	text-align:right;
	}
	
/* Images */
.wp-caption {
	border:1px solid #ccc;
	background:#e3e3e3;
	padding:5px;
	margin-top:.5em;
	margin-bottom:.5em;
	}
.wp-caption img {
	width:100%;
	}
.wp-caption p {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:3px auto 0;
	width:100%;
	}
.wp-smiley {
	vertical-align:middle;
	}
