/*
Theme Name: White Themes Sidebar
Theme URI: http://waterbomm.web.id/blog/2010/02/12/whitethemes-simplethemes/
Description: Simply White Themes with Blueprint CSS and Jquery
Version: 1.0.1
Author: Waterbomm - Muhammad Imam
Author URI: http://waterbomm.web.id/blog/
Tags: white, one-column, fixed-width, seasonal

	White Themes v1.0.1
	 http://waterbomm.web.id/blog/2010/02/12/whitethemes-simplethemes/

	This theme was designed and built by Waterbomm,
	whose blog you will find at http://waterbomm.web.id/blog/2010/02/12/whitethemes-simplethemes/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
}

.right {
	text-align: right;
}

input.inputsearch {
	color: #222;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

img.search {
	margin-left: 5px;
}

span.title h1, h4 {
	padding-left: 40px !important;
	margin: 0 !important;
}

span.title h4 {
	color: #000 !important;
	padding-bottom: 20px;
}

h1.alttitle {
	font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif !important;
	font-weight: bold;
	color: #000;
}

div.post {
	padding-left: 40px;
	padding-right: 40px;
}
	
	div.post span.post-title {
		font-size: 2em;
	}
	
	div.post div.entry {
		margin-top: 1em;
	}
	
	div.post div.entry ol {
		list-style-type: decimal;
	}
	
	div.post p.postmetadata {
		padding: 4px;
		background: #dddddd;
		text-align: right;
		border-top: 1px dotted #000;
		border-bottom: 1px dotted #000;
	}
	
	div.post p.postmetadatasingle {
		padding: 4px;
		background: #dddddd;
		border-top: 1px dotted #000;
		border-bottom: 1px dotted #000;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

blockquote {
	font: 14px/20px italic Times, serif;
	padding: 8px;
	background-color: #faebbc;
	border-top: 1px solid #e1cc89 !important;
	border-bottom: 1px solid #e1cc89 !important;
	margin: 5px;
	clear: both;
	/*text-indent: 23px;*/
}

	blockquote p {
		margin: 0 !important;
		padding: 20px;
	}

div.navigation {
	padding-left: 40px;
}

div.comment-navigation {
	padding: 0;
	clear: both;
}

.comment-alignleft {
   float: left;
}

.comment-alignright {
   float: right;
}

ol.commentlist {
	padding: 0 !important;
	list-style-type: none !important;
}

li.comment {
	padding: 10px;
}
	
	.alt {
		background-color: #f3f3f3;
	}

	div.comment-author-avatar {
		display: inline-block;
		float: left;
		max-width: 80px;
		width: 50px;
	}
	
	div.comment-author-desc {
		display: block;
		float: left;
		min-height: 56px;
		overflow: hidden;
		padding: 0 0 0 10px;
		width: 500px;
	}
	
		div.comment-author-desc p {
			margin: 0 0 1em;
		}
	
	#commentform  p {
		margin: 0 !important;
	}
	
	#commentform  label {
		display: inline-table;
		width: 200px;
	}
	
		#commentform  label small {
			background-color: red;
			padding: 2px;
			-moz-border-radius-bottomleft: 5px;
			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
		}
		
		#commentform input {
			width: 200px;
		}
		
span.footer {
	padding-left: 40px;
	margin-bottom: 20px;
	display: block;
}

h2.pagetitle {
	padding-left: 40px;
}

label.screen-reader-text {
	display: none;
}

#searchsubmit {
	width: 16px;
	height: 16px;
	background: transparent url('images/search.png') no-repeat center;
	text-indent: -1000em;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

div.sidebar {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #000;
	color: #fff;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}

#sidebar {
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

	ul#sidebar, ul#sidebar ul {
		list-style-type: none !important;
	}
	
		ul#sidebar ul {
			padding: 0 !important;	
		}
	
	#sidebar h2 {
		padding: 5px;
		background-color: #fff;
		margin: 10px 0 10px 0;
		color: #000;
	}
	
	#sidebar ul li {
		color: #fff;
	}
	
	#sidebar ul li a:focus {color:#000 !important;background-color:#fff !important;padding-left:5px;padding-right:5px;}
	#sidebar ul li a:hover {color:#000 !important;background-color:#fff !important;padding-left:5px;padding-right:5px;}
	#sidebar ul li  a {color:#fff;text-decoration:none;padding-left:5px;padding-right:5px;}
	#sidebar ul li ul {padding-left: 10px !important;}
