/*
Theme Name: Cherry Berry 
Theme URI: http://blog.geminigeek.com/
Description: A simple theme that uses reds, reds and more reds.
Version: FW 1.0
Author: GeminiGeek
Author URI: http://blog.geminigeek.com/
*/

/* Basic Styling */
body {
	margin: 0;
	padding: 0;
	font-size: 69%;
	font-family:  Tahoma, Arial, sans-serif;
	color: #555;
	background-color: #f6f6f6;
        background:transparent url(images/bg.gif) repeat fixed;
}

#wp_quotes
{
	margin-left: -10px;
        background:white;
}

#wp_quotes div.wp_quotes_quote
{
background:white;
}

#wp_quotes div.wp_quotes_author
{
	text-align:right;
	font-style: italic;
	margin-top: 5px;
        background:white;
}

ol, ul {
	font-size: 1em;
	margin: 1.2em 0 1.2em 4em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.3em 0;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
}
h1, h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
p {
	margin: 1.2em 0;
	padding: 0;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted
}
input, textarea, select {
	border: 1px solid #F9DDDD;
	background-color: #FFF4F4;
	color: #555;
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 0 30px;
	padding: 0 10px;
	border-left: 4px solid #cccccc;
	color: #666666;
}
code {
	font-family: Tahoma, Arial, sans-serif;
	color: #666;
}
form, img {
	margin: 0px 10px;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;
}
a:link, a:active, a:visited {
	color: #b8a6bc;
}
a:hover {
	color: #f8e1e1;
}
/* wrapper setting */
#wrap {
	width: 668px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
}
/* header/banner style */
#header {
	background-image: url(images/banner.jpg);
	margin: 0 -41px;
	height: 151px;
	background-color: #FFF4F4;
	padding: 0px 0px 0 0px;
        font-size:0px;
}
#header h1, #header small {
	padding: 0;
	margin: 0;
}
#header h1 {
	font-size: 3em;
}
#header h1 a {
       display:none;
}
#navigation {
	text-align: center;
	letter-spacing: 1px;
	background-color: #FFF4F4;
	margin: 0.5em 0;
	height: 2.5em;
	line-height: 2.5em;
	border: 1px solid #F9DDDD;
}
/* body/posts style */
#body {
	float: right;
	width:485px;
	margin:0 0px 0 20px;
        text-align:justify;
}
#body .postitle a:link, #body .postitle a:visited, #body .postitle a:active {
	color: #8e5d99;
}
#body .postitle a:hover {
	color: #B8A6BC;
}
#body .postmeta {
	font-size: 0.9em;
	margin: -1.8em 0 1.6em 0;
	padding: 0;
	color: #999999;
}
#body .postnavigation {
	padding: 0;
}
#body .post {
	border-bottom: 1px solid #F9DDDD;
	margin-bottom: 1.5em;
}

#body .relatedpost {}
#body .postentry {}
/* sidebar style */
#sidebar {
	margin:0px 0 6.5em -15px;
	font-size: 0.9em;
       width:178px;
       float:left;
}

#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
}
#sidebar li h2 {
	font-size: 1.1em;
	margin: 1.7em 0 0 0;
	border-bottom: 1px solid #F8E1E1;
	padding: 3px 5px;
	text-align: right;
        font-weight:bold;
        background:#F9F1FB none repeat scroll 0 0;
}
#sidebar ul ul {

	background-color: transparent;
}
#sidebar ul ul li {
	padding: 0px 5px;
}
#sidebar .pagenav ul ul {
	border: 0px;
}
div#wp_quotes {
       margin: 14px 6px 5px 3px ;
       padding:7px 5px 4px 2px;
       background:white none repeat scroll 0 0;
       text-align:justify;
}


/* comments style */
#commentid {
}
#commentid .commentlist {
	margin: 1.8em 0;
	list-style-type: none;
}
#commentid .commentlist li {
 	padding: 0 1.6em;
}
#commentid .commentlist li.alt {
	border: 1px solid #F9DDDD;
	background-color: #FFF4F4;
	border-width: 1px 0 1px 0;
}
#commentid .commentlist h4 {
	margin: 1em 0;
}
#commentid textarea {
	width: 470px;
}
/* footer stuff */
#footer {
        background:url(images/footer.gif);
	margin: 0 0 0 0;
	clear: both;
	text-align: center;
	height:40px;
	line-height: 1.5em;
}
/* other styles */
#wp-calendar {
	width: 160px;
	text-align: right;
}


/*
Coding by Chan Siau Liang
June 2005
*/