/*
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: Verdana, Arial, Helvetica;
	color: #000;
	background-color: #FFFFFF;
}
ol, ul {
	font-size: 1em;
	margin: 1.2em 0 1.2em 4em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: .6em 0;
	font-family: Verdana, Arial, Helvetica;
	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 #000;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica;
}
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: #900;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
/* wrapper setting */
#wrap {
	margin: 0 auto;
	padding: 0 30px;
	background-color: #ffffff;
	background-position: center;
	background-repeat: repeat-y;
}
/* header/banner style */
#header {
	background-image: url(images/banner.jpg);
	margin: 0 -10px;
	height: 110px;
	padding: 40px 15px 0 30px;
}
#header h1, #header small {
	padding: 0;
	margin: 0;
}
#header h1 {
	font-size: 3em;
}
#navigation {
	text-align: center;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	margin: 0.5em 0;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	border: 1px solid #900;
}
/* body/posts style */
#body {
	float: left;
	margin-bottom: 1.5em;
	padding: 0 10px;
}
#body .postitle a:link, #body .postitle a:visited, #body .postitle a:active {
	color: #900;
}
#body .postitle a:hover {
	color: #900;
	text-decoration: underline;
}
#body .postmeta {
	font-size: 0.9em;
	margin: -1.4em 0 1.6em 0;
	padding: 0;
	color: #999999;
}
#body .postnavigation {
	padding: 0;
}
#body .post {
	border-bottom: 0px solid #FFF;
	margin-bottom: 1.5em;
}
#body .relatedpost {}
#body .postentry { color: #000; }
/* sidebar style */
#sidebar {
	margin: 0 0 0 0px;
	margin-bottom: 1.5em;
	font-size: 1.0em;
}
#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar li h2 {
	font-size: 1.3em;
	margin: 6px 0 0 0;
	padding: 0px 5px;
	text-align: left;
}
#sidebar ul ul {
}
#sidebar ul ul li {
	padding: 0px 5px;
}
#sidebar .pagenav ul ul {
	border: 0px;
}
/* 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: #FFFFFF;
	border-width: 1px 0 1px 0;
}
#commentid .commentlist h4 {
	margin: 1em 0;
}
#commentid textarea {
}
/* footer stuff */
#footer {
	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;
}
.surveyred {
	color: #900;
}
/*
Coding by Chan Siau Liang
June 2005
*/

/* FOR COLLAPSING CATEGORIES */
.collapsing {
	margin-left: 2px !important;
}

/* Top Menu */
#access {
	background: #CC0000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 1000px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #FFF;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #FF3333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #FF3333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* End Style */


