/*
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:#fff url(images/bg2.png) repeat;
	font: 76%/115% georgia,verdana,Arial;
	text-align:left;
	line-height:20px;
	color:#666;
}

acronym
{
	cursor:help;
}

blockquote p
{
	color:#000;
	font-style:italic;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:10px;
	margin-bottom:20px;
}

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
{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	height:90px;
	padding-top:10px;
	margin-top:30px;
}

#header h2
{
	font-size:1.4em;
/*	line-height:50px;*/
	color:#F73C0A;
	padding-top:3px;
}


#header h1 a
{
	font-size:3em;
	line-height:50px;
	color:#F73C0A;
}

#header h1 a:hover
{
	font-size:3em;
	line-height:50px;
	color:#000;
}

#header p
{
	font-size:1.2em;
}

#rss a
{
	color:#F73C0A;
	background:transparent url(images/feed.png) no-repeat right bottom;
	padding:3px 20px 0 0;
}

#rss a:hover
{
	color:#000;
}

/* Navigation */
#navigation
{
	border-bottom:1px solid #eee;
	padding:10px 0;
}

#navigation ul li
{
	display:inline;
	float:left;
	margin-right:10px;
	text-transform:uppercase;
	margin-top:3px;
}

/* Search form */
#searchbox
{
	float:right;
}

#searchbox input
{
	width:182px;
	padding:3px;
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
	background:#fff url(images/zoom.png) no-repeat right center;
}


/* Content */
#content
{
	padding:20px 1px 0 1px;
	width:560px;
	overflow:hidden;
}

/* Entries */
.posts
{
	padding-bottom:10px;
}

.posts ul li
{
	padding-left:18px;
	background:transparent url(images/bullet.gif) no-repeat 0 0.6em;
	font-size:1.2em;
	color:#444;
	line-height:175%;
}

.posts ol li
{
	list-style: decimal inside;
	font-size:1.2em;
	color:#444;
	line-height:175%;
}

.entry-title a
{
	font-size:2em;
	color:#F73C0A;
	line-height:30px;
}

.entry-title a:hover
{
	color:#333;
}

.entry-meta
{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px 0 10px 0;
}

.entry-meta p
{
	margin-top:5px;
}

.entry-text
{
	margin:5px 0 10px 0;
}

.entry-text p
{
	font-size:1.2em;
	color:#444;
	line-height:175%;
	margin-bottom:20px;
}

.postmetadata
{
	border-top:1px solid #eee;
	padding-top:10px;
	margin-top:10px;
}

img.wp-smiley
{
	vertical-align:bottom;
}

.separator
{
	height:20px;
}

/* Asides, baby! */
.asides
{
	border-top:1px solid #eee;
	padding-top:20px;
	margin-bottom:10px;
}

.asides p
{
	border-left:3px solid #F73C0A;
	padding-left:10px;
	line-height:200%;
}

/* Pages */
#pages
{
	padding-bottom:20px;
	border-top:1px solid #eee;
}

/* Comments */
#comment-area
{
	width:560px;
	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 #F73C0A;
}

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 #F73C0A;
}

.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;
	font-size:0.8em;
}

.comment-text p
{
	margin-bottom:5px;
}

/* Links */
.posts a, #comment-area a, #footer a, #navigation ul li a
{
	color:#F73C0A;
}

.posts a:hover, #comment-area a:hover, #footer a:hover, #navigation ul li a:hover
{
	color:#000;
}


/* Sidebar */
#sidebar
{
	width:190px;
	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:#F73C0A;
	height:1%;
}

.widget ul li a:hover
{
	color:#333;
	border-bottom:1px solid #ccc;
	background:#fff;
}

#sidebar img
{
	margin-bottom:0;
}

#sidebar a
{
	color:#F73C0A;
}

#sidebar a:hover
{
	color:#000;
}

/* Pagination */
#pagination
{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:15px 0;
	margin-bottom:20px;
}

.next a,.previous a
{
	color:#F73C0A;
}

.next a:hover,.previous a:hover
{
	color:#000;
}

/* Footer */
#footer
{
	border-top:1px solid #eee;
	padding-top:10px;
	margin:10px 0;
}

/* Images */

.alignleft
{
	float:left;
	margin:8px 10px 2px 0;
	padding:4px;
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
}

.alignright
{
	float:right;
	margin:10px 0 2px 10px;
	padding:4px;
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
}

.aligncenter
{
	padding:4px;
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
}

.alignnone
{
	padding:4px;
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
}

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 */