/* 
Copy from "style.css" into this file and make the changes HERE!
This makes it possible to upgrade the core system and theme without destroying your style changes.

Here is a List of Common CSS styles you may want to change: 

*/

define('WP_CACHE', true)

.sharepost{ background: #fff; float:left; margin-right:10px; position:fixed; margin-left:-75px; width: 65px; z-index: 0; }
.sharepost-right { background: #fff; float:left; margin-right:10px; position:fixed; margin-left: 630px; width: 65px; z-index: 0;}

.entry a { color: blue; }

#disqus_thread { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background-color: #FFFFFF; padding: 20px 25px 10px; }
.dsq-brlink { color: #FFFFFF; }

.widget h3 { color: #ff0000; } 
.widget ul li a:link, .widget ul li a:visited { color: #fff; } 



.navigation {text-transform: uppercase; font-size: 13px; background-color: rgba(16, 16, 16, 0.0); padding: 5px; border: none !important; }




body {font: 16 px Georgia, serif; Times, Serif; line-height: 1.5; color: #333;}

// LINK COLOR SITEWIDE //
a:link, a:visited  { color: #333333; }
a:hover  { color: #666666; }

// POST TITLE SIZE AND COLOR //
.post .title a:link, .post .title a:visited { color:#000000; font-size:36px; }

// POST BACKGROUND COLOR //
.post { background: #ffffff; }

blockquote {
	margin: 5px 20px 5px 10px;
	padding: 50px 10px 10px 10px;
	border-width: 3px;
	background: transparent url(http://www.benreed.net/wp-content/uploads/2011/06/quote_img.png) no-repeat; 
   font: Arial, Helvetica, bold, sans-serif; 
font-color: #000000;
	font-size: 13px;
	font-weight: bold; 
   margin: 1em 3em;  }

	
body {
background: #000 url(http://www.benreed.net/wp-content/uploads/2012/01/wood.jpg) top repeat;
}




