/*

Theme Name: Green Rays

Theme URI: http://www.themelab.com/free-wordpress-themes/

Description: Design by <a href="http://imanto.com">imanto.com</a>.  WordPressed by <a href="http://www.themelab.com">Theme Lab</a>

Version: 1.0

Author: Theme Lab

Author URI: http://www.themelab.com/

*/



* { padding: 0; margin: 0; }



body {

 font-family: Arial, Helvetica, sans-serif;

 font-size: 11px;

 background: #EDE8CA;

 color: #451c1c

}

#wrapper { 

 margin: 0 auto;

 width: 773px;



}

#header {

 width: 773px;

 height: 100px;

 margin: 17px 0px 10px 0px;

 background: url(images/header.gif) #EDE8CA no-repeat;

}

#header h1 {

 font-size: 30px;

 padding: 20px 0 0 15px;

}

#header h1 a {

 color: #ede8ca;

 text-decoration: none;

}

#header .description {

 font-size: 12px;
 
 color:#ede8ca;
 
 font-weight: bold;

 padding-left: 25px;

}

#content { 

 margin: 0;

 min-height: 350px;

 width: 569px;

 float: left;

}

#content .post {

 background: #FFF;

 border: 2px solid #DED9AA;

 padding: 10px;

 margin-bottom: 10px;

}

#content .post img{
	padding-left:2px;
	padding-top:2px;
	padding-bottom:5px;
	padding-right:15px;
}

#content h2 {

 font-size: 20px;

 font-weight: normal;

 float: left;

}

#content h2 a {

 color: #ae1b2e;

 text-decoration: none;

}

#content .bubble {

 float: right;

}

#content .bubble a {

 color: #451c1c;

 font-weight: bold;

 font-size: 15px;

 display: block;

 height: 27px;

 width: 46px;

 background: url(images/bubble.gif) no-repeat;

 text-decoration: none;

 padding-top: 5px;


 text-align: center;

}

#content p {

 padding-bottom: 9px;
 padding-right:5px;
 padding-top:5px;
 padding-left:5px;

}

#content a, #footer a {

 color: #ae1b2e;
 


 text-decoration: none;

}

#sidebar { 

 float: right;

 margin: 0px 0px 0px 0px;

 min-height: 350px;

 width: 183px;

 display: inline;

}

#sidebar .sidebaritem {

 background: #DED9AA;

 border: 2px solid #DED9AA;

 padding: 10px;

 margin-bottom: 10px;

}

#sidebar .sidebaritem p{
	margin-bottom:4px;
}

#sidebar h3 {

 color: #ae1b2e;

 font-size: 16px;

 font-weight:500;

 padding-bottom: 5px;

}

#sidebar a {

 color: #4C2424;

 text-decoration: none;

}

#sidebar a:hover {

 text-decoration: underline;

}

#sidebar ul {

 list-style: none;

}

#sidebar li {

 background: url(images/bullet.gif) center left no-repeat;

 padding-left: 15px;

 margin-bottom: 5px;

}

#s {

 padding-top:8px;

 height: 15px;

 width: 94px;

 border: 0;

}

#searchsubmit {

 padding-top:6.5px;

 width: 62px;

 height: 23px;

 border: 0;

 background: url(images/search.gif) no-repeat;

}

#footer { 

 width: 749px;

 clear: both;

 border: 2px solid #ded9aa;

 background: #FFF;

 margin: 0px 0px 10px 0px;

 padding: 10px;

}



#comments {

 padding: 10px 0 10px 0;

}

#respond {

 padding-top: 10px;

}

#content ul, #content ol {

 padding-left: 20px;

}

.commentlist li {

 padding-bottom: 10px

}



/* WordPress CSS */



img.avatar {

 float: left;

 margin-right: 5px;

}



.aligncenter,

div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}



.alignleft {

   float: left;

}



.alignright {

   float: right;

}



.wp-caption {

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   padding-top: 4px;

   margin: 10px;

   /* 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 {

   margin: 0;

   padding: 0;

   border: 0 none;

}



.wp-caption p.wp-caption-text {

   font-size: 11px;

   line-height: 17px;

   padding: 0 4px 5px;

   margin: 0;

}



.clear {

 clear: both;

}