/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/
                                           
.post_comments {padding-top:3px;}
p div p.wp-caption p.wp-caption-text {font-size:98px;color:green !important;}
img.aligncenter {display:block; margin:0 auto 10px;padding:2px solid #5a403d;}
div.aligncenter img {background-color: #5a403d; padding:2px; margin-bottom:5px;}        
div.aligncenter {margin:auto;}
div.alignleft {margin:0 10px 10px 0;}   
div.alignleft img {background-color: #5a403d; padding:2px;}        
                                            
#content p {color:#D6D3C3;color:#C1C0B1;color:#B7B6A8;color:#ABA99E;}    
#content h4 {color:#877777;} 
p.boundless {font-size:60%;}
p.editbutton {float:right;background-color: #5a403d; padding:2px;}  
#comments .comment .text-right {color:#fff;}         

blockquote { margin:10px 0 10px 15px; padding:0; overflow:hidden; height:100%;border-left:1px solid #D6D3C3; } 
blockquote p { padding:0 10px 0 10px; font:14px Georgia, "Times New Roman", Times, serif; font-weight:normal; line-height:18px; color:#fff; }
li.recentcomments {margin:5px 0 5px 10px;}
li.recentcomments a {color:#aba99e;}     
li.recentcomments a:hover {color:#dd9988;}