/*
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: normal;
	font-family: Tahoma, Arial, sans-serif, "Lucida Grande", "Lucida Sans Unicode";
	color: #555;
	background-color: #f6f6f6;
	line-height: 1.6em;
}
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-weight: normal;
	line-height: normal;
}
h2, h3, h4 {
	font-size: 1.2em;
	font-family: "Palatino Linotype", Thorndale, sans-serif, Arial, Tahoma ;
}
h1 {
	font-size: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
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: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 0 30px;
	padding: 0 10px;
	border-left: 4px solid #cccccc;
	color: #666666;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;
}
a:link, a:active, a:visited {
	color: #ff6666;
}
a:hover {
	color: #ff9966;
}

.hide {
	visibility: hidden;
}

/* wrapper setting */
#wrap {
	width: 680px;
	margin: 0 auto;
	padding: 0 30px;
	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 -10px;
	height: 110px;
	background-color: #FFF4F4;
	padding: 40px 15px 0 30px;
	font-size: 1em;
}
#header h1, #header small {
	padding: 0;
	margin: 0;
}
#header h1 {
	font-size: 2.2em;
}
#navigation {
	text-align: center;
	letter-spacing: 1px;
	background-color: #FFF4F4;
	margin: 0.5em 0;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	border: 1px solid #F9DDDD;
}
/* body/posts style */
#body {
	float: left;
	width: 460px;
	margin-bottom: 1.5em;
	position: relative;
}
#body .postitle a:link, #body .postitle a:visited, #body .postitle a:active {
	color: #CC3333;
}
#body .postitle a:hover {
	color: #ff6666;
}
#body .postmeta {
	font-size: 0.8em;
	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;
	padding-left: 10px;
}

#body .postfeedback {
	font-size: 0.8em;
}
#body .relatedpost {}
#body .postentry {}
/* sidebar style */
#sidebar {
	margin: 0 0 0 480px;
	margin-bottom: 1.5em;
	font-size: 0.8em;
	line-height: 1.4em;
}
#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar li h2 {
	font-size: 1.3em;
	margin: 1.7em 0 0 0;
	border: 1px solid #F9DDDD;
	border-width: 1px 0;
	padding: 3px 5px;
	text-align: left;
}
#sidebar ul ul {
	border: 1px solid #F9DDDD;
	border-width: 0 0 1px 0;
	background-color: #FFF4F4;
}
#sidebar ul ul li {
	padding: 3px 5px;
}
#sidebar .pagenav ul ul {
	border: 0px;
}
/* comments style */
#commentid {
	width: 460px;
}
#commentid .commentlist .commentcount{
	float: right;
	right: 10px;
	margin-top: 10px;
	color:#FFCCFF;
	font-size: 2em;
	font-family: Arial;
}
#commentid .commentlist .garvatar{
	float: right;
	margin-top: 50px;
	margin-right: -22px;
}
#commentid .commentlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#commentid .commentlist .commentbox {
	margin: 1.8em 0;
	list-style-type: none;
	}
#commentbox {
    clear: both;
}
#commentid .commentlist li {
 	padding: 0 1.8em;
	margin: 0;
	border: 1px solid #FFFFFF;
	border-width: 1px 0 1px 0;
}
#commentid .commentlist li.alt {
	border: 1px solid #F9DDDD;
	background-color: #FFF4F4;
	border-width: 1px 0 1px 0;
}
#commentid .commentlist h4 {
	margin: 1em 0;
}
#commentid .commentlist .commentreply {
	border: 1px solid #F9DDDD;
	border-width: 1px 0 1px 1px;
	margin: 0 -1.5em 0 1.5em;
	padding-left: 1em;
}
#commentid .commentlist .commentreply .garvatar{
	float: right;
	margin-top: 30px;
	margin-right: 3px;
}
#commentid textarea, #commentbox textarea {
	width: 460px;
}
#floating {
	background-image: url(../wp-admin/images/comment-stalk-fresh.gif);
	background-color: #d54e21;
	color: #fff;
	top: -0.8em;
	right: 0;
	position: absolute;
	display: block;
	height: 1.3em;
	line-height: 1.3em;
	padding: 0 0.6em;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}
/* footer stuff */
#footer {
	border: 1px solid #F9DDDD;
	background-color: #FFF4F4;
	border-bottom: 0px;
	margin: 0 0 0 0;
	clear: both;
	text-align: center;
	height: 2.5em;
	line-height: 2.5em;
}
/* other styles */
#wp-calendar {
	width: 160px;
	text-align: center;
}
/*
Coding by Chan Siau Liang
June 2005
*/

#lilypie {

}
