/*
Theme Name: Shades Of Green
Theme URI: N/A
Description: Shades Of Green
Version: 0.1
Author: TJ McKimmey
Author URI: http://tjmckimmey.com
Tags: green, black, white, fixed-width, two columns, style, styles
*/

body {
	}

#page a {
	text-decoration: none;
	color: #99cc00;
	-webkit-transition: color .25s ease-out;

	}
	
#page a:hover {
	color: #666666;
	}

#header {
	background: #99cc00 520px 16px;
	background-repeat: no-repeat;
	background-image: url(http://reelgeeks.com/images/reel-geeks-logo.jpg);
	}
	
#page {
   -webkit-border-bottom-right-radius: 5px;
   -moz-border-bottom-right-radius: 5px;
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;
	}

.blog-title {
	display: none;
	}
	
#footer {
	display: none;
	}
	
img#wpstats {
	display:none;
	}
	
.clear {
	padding-bottom: 20px;
	}	
	
/* footer */

.footer {
	color: inherit;
	width: 780px;
	background-color: ;
	margin: auto !important;
	height: auto;
	text-transform: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;	
	text-align: left;
	}
	
.footer a {
	text-decoration: none;
	color: #99cc00;
	-webkit-transition: color .25s ease-out;
	}
	
.footer a:hover {
	color: #666666;
	}
	
.footer .page {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	

	
	
.hentry {
	border-style: solid;
	border-color: #dddddd;
	border-width: 1px;
	-moz-border-radius: 5px;
	margin: 0px 0px 20px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #eeeeee;
	}
