/*
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 */l,
body {
  margin: 0;
  padding: 0;
  font-size: 70%;
  font-family: Aria Verdana, Geneva, sans-serif;
  color: #555;
  background-color: #f6f6f6;
}
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: Arial, Verdana, Geneva, 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 #777777;
  background-color: #F5F5EB;
  color: #555;
  font-size: 1em;
  font-family: Arial, Verdana, Geneva, 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: #54D413;
}
a:hover {
  text-decoration: underline;
}
/* wrapper setting */
#wrap {
  width: 710px;
  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-color: #ffffff;
  /*background-image: url(/wp-content/uploads/2007/10/whooka_blog_head_bg_neu.gif);
  background-repeat: no-repeat;
  background-position: 0 20px;*/
  height: 104px;
  padding: 0;
  text-align: right;
}
#header h1, #header small {
  padding: 0;
  margin: 0;
}
#header h1 {
  font-size: 3em;
}

#header img {
  /*margin-right: 40px;*/
  margin-top: 8px;
}

#navigation {
  text-align: center;
  letter-spacing: 1px;
  background-color: #F5F5EB;
  margin: 0.5em 0;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border: 1px solid #777777;
}
/* body/posts style */
#body {
  float: left;
  width: 480px;
  margin-bottom: 1.5em;
}
#body .postitle a:link, #body .postitle a:visited, #body .postitle a:active {
  color: #54D413;
}
#body .postitle a:hover {
  color: #54D413;
}
#body .postmeta {
  font-size: .9em;
  margin: -1.8em 0 1.6em 0;
  padding: 0;
  color: #999999;
}
#body .postnavigation {
  padding: 0;
}
#body .post {
  border-bottom: 1px solid #777777;
  margin-bottom: 1.5em;
}
#body .relatedpost {}
#body .postentry {}
/* sidebar style */
#sidebar {
  border-left: 1px dotted #54D413;
  margin: 0 0 0 512px;
  margin-bottom: 1.5em;
  font-size: 1em;
}
#sidebar form {
  margin: 2em 0 0 0;
}
#sidebar form input {
  border: 2px solid #848484;
  border-bottom: 2px solid #FAFAFA;
  border-right: 2px solid #FAFAFA;
  float: left;
  margin-left: .5em;
  margin-top: .5em;
  width: 10em;
}
#sidebar form button {
    background-color: #FFF;
    /*background-image: url(/wp-content/uploads/2007/10/button_bg.gif);*/
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    margin-left: 6px;
    padding-left: 5px;
    padding-right: 5px;
}
#sidebar ul, #sidebar li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#sidebar li h2 {
  font-size: 1.3em;
        font-weight: bold;
  margin: 1.7em 0 0 0;
  /*border: 1px solid #777777;*/
  padding: 3px 5px;
  text-align: left;
}
#sidebar ul ul {
  /*border: 1px solid #777777;
  border-width: 0 1px 1px 1px;
        background-color: #F5F5EB;*/
}
#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 #777777;
  background-color: #F5F5EB;
  border-width: 1px 0 1px 0;
}
#commentid .commentlist h4 {
  margin: 1em 0;
}
#commentid textarea {
  width: 470px;
}
/* footer stuff */
#footer {
  border: 1px solid #777777;
  background-color: #949494;
  border-bottom: 0px;
  color: #FFF;
  margin: 0 0 0 0;
  clear: both;
  text-align: center;
  height: 2.5em;
  line-height: 2.5em;
}

#footer a {
  color: #000;
  font-weight: bold;
}

/* other styles */
#wp-calendar {
  width: 160px;
  text-align: center;
}
/*
Coding by Chan Siau Liang
June 2005
*/
