/*
Theme Name: Bindanaku Blink
Theme URI: http://andi.saleh.web.id/
Description: A blue and pink WordPress Theme with a personalized header.
Version: 1.1
Author: Andi B. Saleh
Author URI: http://andi.saleh.web.id/
Tags: blue, pink, simple, clean, fixed width, three columns, widgets, threaded comments
*/


/* Reset browser */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
	}
a, a:link, a:hover, a:visited { text-decoration:none; }
a img { border:none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { 
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Global */

body {
	font-size:70%;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	color:#00222f;
	}
h1, h2, h3, h4 {
	letter-spacing:-0.05em;
	font-weight:normal;
	}
h2 {
	font-size:1.5em;
	}
h3 {
	font-size:1.3em;
	}
h4 {
	font-size:1.1em;
	}
a {
	color:#dc3374;
	background:transparent;
	text-decoration:none;
	}
a:hover {
	background:#ffdfed;
	text-decoration:underline;
	}
small {
	font-size:1em;
	}
code, pre {
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	}	
blockquote {
	padding:0 0 0 30px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
img {
	vertical-align:middle;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}
.center {
	text-align:center;
	}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	}
div.aligncenter {
	margin-left:auto;
	margin-right:auto;
	}
input, select, option, textarea {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}

/* Page */

#page {
	width:100%;
	overflow:hidden;
	}

/* Header */

#header {
	height:173px;
	background:url('images/header-bg.gif') center top repeat-x;
	}
#headerimg {
	margin:0 auto;
	background:url('images/header.jpg') center top no-repeat;
	}
.headercontent {
	width:800px;
	margin:0 auto;
	height:173px;
	position:relative;
	}	
#headerimg h1 a {
	display:block;
	overflow:hidden;
	position:absolute;
	width:179px;
	height:59px;
	left:10px;
	bottom:0;
	text-indent:-2000px;
	background:url('images/header-logo.jpg') left top no-repeat;
	}
a.headerrss {
	display:block;
	overflow:hidden;
	position:absolute;
	width:28px;
	height:29px;
	left:-20px;
	top:63px;
	text-indent:-2000px;
	background:url('images/header-rss.jpg') left top no-repeat;
	}
input.headersearch {
	position:absolute;
	right:-50px;
	bottom:22px;
	border:none;
	background:transparent;
	width:140px;
	}

/* Main nav */

#mainnav {
	width:100%;
	background:#dc3374;
	}
.menu {
	width:960px;
	padding:6px;
	margin:0 auto;
	}
.menu ul li {
	display:inline;
	}
.menu ul li a {
	padding:5px 15px;
	color:#fff;
	}
.menu ul li a:hover {
	color:#dc3374;
	background:#ffdfed;
	text-decoration:none;
	}

/* Content */

#contentwrap {
	width:960px;
	margin:0 auto;
	padding:0 10px;
	overflow:hidden;
	}
#content {
	width:530px;
	float:left;
	padding:20px 0;
	}
#content h2 {
	font-size:2em;
	}

/* Sidebar */

#sidebar {
	float:right;
	}
#sidebar h2 {
	color:#3299c4;
	margin-bottom:4px;
	font-size:1.3em;
	}
.leftsidebar {
	border-left:1px solid #ffdfec;
	border-right:1px solid #ffdfec;
	width:220px;
	background:#ffeff5;
	}
.rightsidebar {
	width:190px;
	}
#sidebar ul.leftsidebar li {
	border-bottom:1px solid #ffdfec;
	border-top:1px solid #fff;
	margin-bottom:0;
	padding:10px;
	}
#sidebar ul.rightsidebar li {
	border-bottom:1px solid #ffdfec;
	border-top:1px solid #fff;
	margin-bottom:0;
	padding:10px 0 10px 10px;
	}
#sidebar ul.sidebar li ul li {
	list-style-type:square;
	list-style-position:outside;
	margin-left:15px;
	margin-bottom:0;
	border:none;
	padding:0;
	}
.sidebar {
	float:left;
	}


/* Footer */

#footer {
	width:100%;
	float:none;
	clear:both;
	background:#2594c2;
	color:#fff;
	padding:20px 0;
	}
.footercontent {
	width:960px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
	}
#footer a {
	color:#d1e6ef;
	}
#footer a:hover {
	color:#d1e6ef;
	background:transparent;
	}
.sponsor {
	float:right;
	}
.sponsor li {
	display:inline;
	margin:0 5px;
	}
.sponsor img {
	vertical-align:middle;
	}

/* Singular */

.post, .page {
	margin:0 0 20px;
	padding:0 15px 15px;
	}
.sep-blue {
	background:transparent url('images/sep-blue.jpg') center bottom no-repeat;
	}
.sep-pink {
	background:transparent url('images/sep-pink.jpg') center bottom no-repeat;
	}
.postmetadata img {
	vertical-align:middle;
	}
.entry {
	margin:20px 0 0;
	line-height:1.6em;
	}
.entry h2, .entry h3, .entry h4 {
	margin-bottom:0.8em;
	}
.entry p {
	margin-bottom:1.4em;
	}
.entry ul {
	list-style-type:square;
	margin:0 0 1.4em 15px;
	}
.entry ol {
	list-style-type:decimal;
	margin:0 0 1.4em 30px;
	}
.entry li {
	margin-bottom:0.5em;
	}
.navigation {
	width:100%;
	clear:both;
	overflow:auto;
	margin-bottom:15px;
	}	
.navigation .alignleft {
	width:48%;
	text-align:left;
	}	
.navigation .alignright {
	width:48%;
	text-align:right;
	}	
.wp-caption {
	background:#effaff;
	border:1px solid #d1e6ef;
	margin:10px;
	padding:5px 0;
	text-align:center;
	}
p.wp-caption-text {
	font-style:italic;
	line-height:1.3em;
	margin:5px 10px;
	}

/* Comment */

#commentwrap {
	clear:both;
	padding:0 15px;
	}
#commentwrap h3 {
	margin-bottom:1em;
	}
ol.commentlist li.comment,
ol.commentlist li.pingback,
ol.commentlist li.trackback {
	margin-bottom:5px;
	padding:5px;
	position:relative;
	}
ol.commentlist li.comment ul.children {
	padding-left:35px;
	margin-top:5px;
	border-top:1px solid #fff;
	}
ol.commentlist li.comment ul.children li {
	margin-bottom:0;
	border-bottom:none;
	padding:5px 0 0;
	}
.thread-odd {
	background:#ffeff5;
	border:1px solid #ffdfec;
	}
.thread-even {
	background:#effaff;
	border:1px solid #e0eaef;
	}
.thread-odd .reply a {
	color:#ffcfe2;
	text-decoration:none;
	}
.thread-odd .reply a:hover {
	color:#dc3374;
	background:transparent;
	}
.thread-even .reply a {
	color:#c2e1ef;
	text-decoration:none;
	}
.thread-even .reply a:hover {
	color:#dc3374;
	background:transparent;
	}
.avatar {
	float:left;
	margin:0 5px 5px 0;
	}
.comment p {
	float:none;
	clear:both;
	line-height:1.4em;
	margin-bottom:0.5em;
	}
#commentform p {
	margin-bottom:5px;
	}
input#author, input#email, input#url {
	width:200px;
	}
textarea#comment {
	width:400px;
	}

/* Misc */

.titlesub {
	margin:20px 0;
	}
#searchform input#s {
	width:60%;
	}
#wp-calendar {
	width:150px;
	}
#wp-calendar td#next {
	text-align:right;
	}
#wp-calendar td#prev {
	text-align:left;
	}
