/*  
Theme Name: GreenEye - Green
Theme URI: http://www.naturebygreen.com
Description: Green colour settings for the GreenEye theme
Version: 1
Author: Liz Watts
Author URI: http://www.imaner.net/
*/


body {
	color: #21231B;
	background-color: #9AA280;
}
#top {
	background: url(head-g.jpg) top left no-repeat;
}
#strap, #footer {
	border: 1px solid #35392B;
	background-color: #5C6248;
}
#strap {
	width: 954px;
	background: none #5C6248;
	border-top: none;
	padding-left: 34px;
	padding-top: 7px;
	color: #fff;
}
#content {
	border-left: 1px solid #35392B;
	border-right: 1px solid #35392B;
	background-color: #C1C6B0;
}

/* Links and hovers */
a {
	color: #21231B;
}
a:hover {
	color: #21231B;
	background-color: #D7DACC;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	background-color: #5C6248;	
}
#strap a {
	color: #fff;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration: none;
}
#strap a:hover {
	text-decoration: underline;
	background-color: transparent;
}