/*
Theme Name: SunnyRain
Theme URI: http://masnikov.com/
Description: <a href="http://masnikov.com/">SunnyRain 1.1</a> is a light and clean WordPress theme created special for www.sunnyrain.de.
Version: 1.1
Requires: WordPress 2.7+
Author: Nikolaj Masnikov
Author URI: http://masnikov.com
Tags: silver, white, light, two-columns, fixed-width, right-sidebar, photoblogging

  SunnyRain is a light and clean WordPress theme with two columns.
  It was designed and coded by Nikolaj Masnikov: http://masnikov.com

  The CSS, XHTML and design is released under GNU General Public License version 3 (GPLv3):
  http://www.opensource.org/licenses/gpl-3.0.html

  WHAT'S NEW

  1.1 (2009.08.29)
   • Image alignment bug was fixed.
   • ...

  1.0 (2009.07.15)

*/


/* general tags and classes */

html, body {
  height: 100%;
}

body {
  /*font-family: Verdana, Helvetica, Arial, sans-serif;*/
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  line-height: 100%;
  color: #525547;
  background: #dbdbdb;
}

p {
  margin-bottom: 10px;
}

hr {
  color: #FFF;
  height: 0px;
  border-top: 1px dotted #bebfb5;
  border-left: 0px none #FFF;
  margin: 5px 0;
}

code, pre {
  font: 'Courier New', Courier, Fixed;
  font-size: 100%;
  border: 1px solid #bebfb5;
  overflow: auto;
  padding: 5px;
  display: block;
  width: 98%; /* Important for IE6 */
}

a {
  color: #65b2ff;
}

a:visited {
  color: #959595;
}

a:hover {
  color: #ffa826;
  text-decoration: underline;
}

ul, ol {
  margin:  0 0 0 20px;
  padding: 0;
}

li {
  margin:  0 0 0 20px;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffa826;
  font-weight: normal;
  line-height: 200%;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 180%;
}

h3 {
  font-size: 160%;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 100%;
}

blockquote {
  border-left: 5px #dddfd3 solid;
  color: #777;
  margin: 0 0 10px 10px;
  padding: 5px 7px 0 7px;
}

.left {
  float: left;
  display: inline;
}

.right {
  float: right;
  display: inline;
}

/* end of general tags and classes */

#wrapper {
  margin: 0 auto;
  width: 980px;
  background: #dbdbdb url(img/content_bg.png) top center repeat-y;
}


#thetop {
  background: #dbdbdb url(img/thetop_bg.png) top center no-repeat;
  margin: 0 auto;
  width:  980px;
  height: 30px;
}

#header {
  font-size: 130%;
  line-height: 150%;
  margin: 0 auto;
  background: #dbdbdb url(img/header_bg.jpg) top center no-repeat;
  width:  960px;
  height: 270px;
  cursor: pointer;
  text-decoration: none;
  color: #b4b5ae;
}

.blog_title {
  text-decoration: none;
  color: #b4b5ae;
}

.blog_title a, .blog_title a:visited, .blog_title a:hover {
  text-decoration: none;
  color: #b4b5ae;
}
                                          /* FIX H1 A:HOVER IN WEBKIT BROWSERS */
#header h1 {
  text-align: right;
  padding: 233px 50px 0 0;
  font-size: 110%;
}

.blogdescr {
  color: #bebfb5;
  font-size: 150%;
  line-height: 150%;
}

/* end of header */


#content {
  font-size: 130%;
  line-height: 150%;
  width: 600px;
  margin: 14px 0 0 30px;
  float: left;
}

#content img {
  /*margin: 0 10px 10px 0;*/
}

.pagetitle {
  font-family: Arial, Helvetica, sans-serif ;
  font-size: 230%;
  line-height: 120%;
  font-weight: normal;
  border-bottom: 1px solid #65b2ff;
  margin-bottom: 20px;
}

.pagetitle:hover {
  border-bottom: 1px solid #ffa826;
}

.pagetitle a {
  text-decoration: none;
  color: #65b2ff;
}

.pagetitle a:hover {
  text-decoration: none;
  color: #ffa826;
}


/* ------ POST META INFO ------ */

#postmeta {
  font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
	font-size: 90%;
	border-top: 1px solid #dddfd3;
	clear: both;
  line-height: 150%;
  padding: 3px 5px;
  margin: 10px 0 30px 0;
  background: #f9faf4;
}

/* ------ POST / PAGE / COMMENT NAVIGATION ------ */

#navigation {
	width: 600px;
	list-style: none;
	line-height: 100%;
	margin: 0;
  padding: 0;
  line-height: 50px;
}

/* end of content */

/* ------ COMMENTS ------ */

#comments {
  clear: both;
  float: none;
  margin-top: 50px;
  font-size: 90%;
  line-height: 150%;
}

#comments h2 {
  font-size: 190%;
  font-weight: normal;
}

#comments h3 {
  font-size: 130%;
  font-weight: normal;
  margin: 15px 0 5px 0;
  float: none;
  clear: both;
}

#comments h3 a, #comments h3 a:visited {
  /*border-bottom: 1px dotted;
  text-decoration: none;*/
}

#comments h3 a:hover {
  /*color: #800000;
  text-decoration: none;*/
}

#comments img {
  margin: 0 5px 0 0;
}

#comments ol {
/*  list-style: none; */
  padding: 0;
  margin: 0;
}

#comments ul {
  list-style: square;
}

#comments ul li, #comments ol li {
  margin: 0;
  padding: 0 0 5px 0;
}

.commentlist {
  list-style: none;
}

.comment_border {
  border-bottom: 1px dotted #CCC;
  margin-bottom: 30px;
}

#comment_meta {
  float: none;
  clear: both;
  margin: 0 0 10px 0;
  line-height: 160%;
  color: #808080;
  height: 64px;
  font-size: 110%;
  font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
  /*padding-left: 5px;*/
  /*background-color: #F5F5F5;*/
  /*border-bottom: 1px solid #CCC;*/
}

.comment_meta_admin {
  background-color: #eff1e4;
}

.comment_meta_visitor {
  background-color: #fff;
}

.comment_admin {
  /*color: #400000;*/
  color: #000;
}

.comment_visitor {
  color: #555;
}

#comment_meta a, #comment_meta a:visited {
 /* color: #333;
  text-decoration: none;*/
}

#comment_meta a:hover {
  /*color: #800000;
  text-decoration: underline;*/
}

#comment_meta img {
  margin: 0 10px 0 0;
  float: left;
}

#comment_self {
  clear: both;
  float: none;
}

#respond {
/* need it for floating comment form */
}

#comment_form #comment {
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 100%;
  margin: 0 15px 10px 0;
  height: 158px;
  background-color:#FFF;
  padding: 5px;
  border:#AAA 1px solid;
  color:#333;
}

.full_width {
  width: 57%;
  /*width: 588px;*/
  /*float: none;*/
}

.half_width {
  width: 57%;
  float: right;
}

#comment_form input {
  /*font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 110%;
  margin: 1px 0 15px 0;
  background-color:#FFF;
  padding: 5px;
  width: 36%;*/
}

.inpt {
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 110%;
  margin: 1px 0 15px 0;
  background-color:#FFF;
  padding: 5px;
  width: 36%;
}

.req {
  border:#AAA 1px solid;
  color:#555;
}

.notreq {
  border:#AAA 1px dotted;
}

.color_light_grey {
  color:#888;
}

.color_red{
  color: red;
}

#comment_form_bottom {
  float: none;
  clear: both;
}

.float_left {
  float: left;
}

#comment_form #submit {
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 100%;
  background-color:#ECF5FF;
  border:#65b2ff 1px solid;
  color:#65b2ff;
  width: 200px;
  height: 30px;
  padding: 0;
  font-weight: bold;
  clear: both;
  float: left;
  margin: 0 0 10px 0;
}

#comment_form #submit:hover {
  cursor: pointer;
  background-color:#ffa826;
  border: #ffa826 1px solid;
  color: #fff;
}


/* ------ SIDEBAR ------ */

#sidebar {
  font-size: 120%;
  line-height: 150%;
  width: 260px;
  float: right;
  margin-right: 30px;
}

#sidebar h2 {
  font-size: 160%;
  font-weight: normal;
  line-height: 125%;
  border-bottom: 1px solid #ffa826;
  margin-bottom: 10px;
}

#sidebar ul, #sidebar ol, #sidebar ul ul, #sidebar ol ol {
  margin:  20px 0 20px 0;
  padding: 0;
}

#sidebar ul ul, #sidebar ol ol {
  margin:  0 0 20px 0;
  padding: 0;
}


#sidebar ul ul ul, #sidebar ol ol ol,
#sidebar ul ul ul ul, #sidebar ol ol ol ol,
#sidebar ul ul ul ul, #sidebar ol ol ol ol {
  margin:  0 0 5px 10px;
  padding: 0;
}

#sidebar li {
  margin:  0 0 5px 0;
  padding: 0;
}

/* end of sidebar */


/* ------ FOOTER ------ */

#footer {
  font-size: 130%;
  line-height: 120%;
  width: 980px;
  height: 60px;
  margin: 0 auto;
  background: #dbdbdb url(img/footer_bg.png) top center no-repeat;
  clear: both;
  float: none;
  color: #b4b5ae;
}

#footer p {
  margin: 0 40px;
  line-height: 50px;
}


/* end of footer */


/* ------ SEARCHFORM ------ */

#searchform {
  margin: 0 0 20px 0;
}

#searchform input {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*background-color: #65b2ff;*/
  background-color: #ECF5FF;
  margin: 0;
  padding: 2px 4px 2px 4px;
  border: #65b2ff 1px solid;
  /*color: #FFF;*/
  color: #65b2ff;
  width: 55px;
}

#searchform input:hover {
  cursor:pointer;
  background-color:#ffa826;
  border:#ffa826 1px solid;
  color:#FFF;
}

#searchform #s {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin: 0 5px 0 0;
  background-color:#FFF;
  padding: 3px 4px 3px 4px;
  border:#65b2ff 1px solid;
  color:#525547;
  width: 145px;
  cursor: auto;
}



/* ------ MISC STUFF ------ */

#counters {
  width: 0px;
  height: 0px;
  display: none;
  float: left;
}

img#wpstats {
  width: 0px;
  height: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.alignnone {
   float: none;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding: 7px;
   margin: 5px 10px 5px 0px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
   font-size: 90%;
   line-height: 125%;
   padding: 0 10px 0 0;
   margin: 0;
}

#wp-calendar {
  margin: 0 auto;
  line-height: 150%;
}

table#wp-calendar{
  width: 80%;
}

#wp-calendar a {
	text-decoration: underline;
  font-weight: bold;
}

table#wp-calendar tfoot td a{
  border: 0;
  font-weight: normal;
}

table#wp-calendar th, table#wp-calendar td{
  text-align: center;
}

.widget_tag_cloud {
  line-height: 175%;
}

.imgspacer {
  margin: 10px
}
