/*
Theme Name: WhiteBeans v0.1.4
Theme URI: http://whitebeans.infomalaya.com/
Description: Simple and clean theme design.
Version: 0.1.4
Author: Mohd Huzairy aka Bat InfoMalaya
Author URI: http://www.infomalaya.com/ & http://www.mohdhuzairy.com
Tags: right-sidebar, light, white, two-columns, fixed-width

	WhiteBeans v0.1.4
	 http://whitebeans.infomalaya.com/

	This theme was designed and built by Mohd Huzairy Mohd Rezuan aka Bat InfoMalaya,
	whose blog you will find at http://mohdhuzairy.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Import external stylesheet */
@import url('reset.css');

/* Common HTML tags */
body
{
	background:#eee url(images/bg.gif) left top no-repeat fixed;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size:11px;
	text-align:left;
	line-height:20px;
	color:#666;
}

acronym
{
	cursor:help;
}

blockquote
{
	display:block;
	margin:0 0 10px 0;
	color:#000;
	font-style:italic;
	padding:10px;
	background:#eee;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
}

blockquote p{
	padding:0;
}

code
{
	background:#ffffcc;
	border-bottom:1px solid #ccc;
	overflow:scroll;
	padding:2px;
}

abbr
{
	border-bottom:none;
	cursor:help;
}

/* Wrapper & Container */
#wrapper
{
	width:760px;
	margin:0 auto;
}

/* Header */
#header
{
	height:25px;
	padding-top:0px;
	margin-top:44px;

}

#header h1 a
{
	line-height:40px;
	color:#333;
}

#header h1 a:hover
{
	line-height:40px;
	color:#666;
}

#header p
{
	color:#666;
	font-family:Georgia, Times New Roman, Serif;
	font-style:italic;
	font-weight:normal;
	font-size:20px;
}

#rss a
{
	color:#00b1ea;
	background:transparent url(images/feed.png) no-repeat right bottom;
	padding:3px 20px 0 0;
}

#rss a:hover
{
	color:#000;
}

/* Navigation */
#navigation
{
	padding:0px 0;
}

#navigation ul li
{
	display:inline;
	float:left;
	margin-right:10px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:0px;
}

/* Search form */
#searchbox
{
	float:right;
}

#searchbox input
{
	width:212px;
	padding:3px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	background:#fff url(images/zoom.png) no-repeat right center;
}


/* Content */
#content
{
	padding:10px 1px 0 1px;
	width:500px;
	overflow:hidden;
}

/* Entries */
.posts
{
	padding-bottom:10px;
}


.posts .more-link {
	padding: 0 1px 0 1px;
	background:#222222;
	color:#ffffff;
}

.posts .more-link:hover{
	padding: 0 1px 0 1px;
	background:#000000;
	color:#ffffff;
}


.posts ul li
{
	padding-left:18px;
	background:transparent url(images/bullet.gif) no-repeat;
	color:#444;
	line-height:175%;
}

.posts ol li
{
	list-style: decimal inside;
	color:#444;
	line-height:175%;
}

.entry-title a
{
	color:#666;
	font-family:Georgia, Times New Roman, Serif;
	font-style:italic;
	font-weight:normal;
	
	font-size:14px;
	line-height:20px;
	background:#fff;
	padding:2px 4px;
}

.entry-title a:hover
{
	color:#333;
}

.entry-meta
{
	padding:5px 0 5px 0;
}

.entry-meta p
{
	margin-top:5px;
}

.entry-text
{
	margin:0;
}

.entry-text p
{
	display:block;
	margin:0 0 10px 0;
	color:#444;
	line-height:150%;
}

.postmetadata
{
	border-top:1px solid #eee;
	padding-top:10px;
	margin-top:10px;
}

img.wp-smiley
{
	vertical-align:bottom;
}

.separator
{
	border-top: 1px #ccc solid;
	height:10px;
}

/* Asides, baby! */
.asides
{
	border-top:1px solid #eee;
	padding-top:20px;
	margin-bottom:10px;
}

.asides p
{
	border-left:3px solid #222222;
	padding-left:10px;
	line-height:200%;
}

/* Pages */
#pages
{
	padding-bottom:20px;
	border-top:1px solid #eee;
}

/* Comments */
#comment-area
{
	width:500px;
	float:left;
}

#comment-area input
{
	margin-bottom:10px;
	padding:5px;
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
	width:240px;
	margin-right:10px;
}

#comment-area input:focus
{
	border:1px solid #222222;
}

input#submit
{
	width:190px;
}

#commentform label
{
	margin-top:-20px;
}

#comment-area textarea
{
	width:285px;
	height:133px;
	margin-bottom:10px;
	padding:5px;
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
}

#comment-area textarea:focus
{
	border:1px solid #222222;
}

.comment-author
{
	border-top:1px solid #eee;
	padding:10px 0;
	margin-top:10px;
}

img.avatar
{
	float:right;
	margin-top:-25px;
	margin-left:4px;
}

.alt
{
	background:#f5f5f5;
}

.comment-text
{
	margin-top:10px;
	border:1px solid #eee;
	padding:5px 5px 0 5px;
	margin-bottom:10px;
}

.comment-text p
{
	margin-bottom:5px;
}

/* Links */
.posts a, #comment-area a, #footer a, #navigation ul li a
{
	color:#222222;
}

.posts a:hover, #comment-area a:hover, #footer a:hover, #navigation ul li a:hover
{
	color:#000;
}


.viaposterous span{
	padding:0 2px;
	text-transform:lowercase;
	display:inline;
	font-size:10px;
	background:#fff5d0;
}

/* Sidebar */
#sidebar
{
	width:220px;
	padding-top:10px;
}

.widget
{
	background:#f5f5f5;
	padding:10px;
	margin-bottom:10px;
	/*border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;*/
}


.widget ul li a
{
	display:block;
	border-bottom:1px solid #eee;
	color:#222222;
	height:1%;
}

.widget ul li a:hover
{
	color:#333;
	border-bottom:1px solid #ccc;
	background:#fff;
}

#sidebar img
{
	margin-bottom:0;
}

#sidebar a
{
	color:#222222;
}

#sidebar a:hover
{
	color:#000;
}

/* Pagination */
#pagination
{
	
	padding:10px 0;
	margin-bottom:20px;
}

.next a,.previous a
{
	color:#222222;
}

.next a:hover,.previous a:hover
{
	color:#000;
}

/* Footer */
#footer
{
	display:none;
	border-top:1px solid #eee;
	padding-top:10px;
	margin:10px 0;
}

/* Images */


img {margin-bottom:5px; 	margin-top:8px;}

/* Floating matters */
.left				{float:left;}
.right				{float:right;}
.clear				{clear:both;}

/* Aligning */
.align-left			{text-align:left;}
.align-right		{text-align:right;}
.justify			{text-align:justify;}

/* End Of File */