/*  
Theme Name: GreenEye - Yellow
Theme URI: http://www.naturebygreen.com
Description: Yellow colour settings for the GreenEye theme
Version: 1
Author: Liz Watts
Author URI: http://www.imaner.net/
*/


body {
	color: #3C3820;
	background-color: #C6C093;
}
#top {
	background: url(head-y.jpg) top left no-repeat;
}
#strap, #footer {
	border: 1px solid #5E5833;
	background-color: #8A834A;
}
#strap {
	background: url(strap-y.gif) top left no-repeat #8A834A;
	border-top: none;
}
#content {
	border-left: 1px solid #5E5833;
	border-right: 1px solid #5E5833;
	background-color: #DDD9BD;
}

/* Links and hovers */
a {
	color: #3C3820;
}
a:hover {
	color: #3C3820;
	background-color: #EEEDDF;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	background-color: #8A834A;	
}
