/*
	Red color scheme for Catch Box
*/

/* =Global
----------------------------------------------- */

body {
	background-color: #3e3329;
}
#branding ul.menu li,
#branding #access-secondary ul.menu li {
    border-left: 1px solid #3e3329;
}
#branding #access,
#colophon #access-footer,
#branding ul.menu ul a {
	background: #3e3329; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#2F261E, #3e3329);
	background: -o-linear-gradient(#2F261E, #3e3329);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2F261E), to(#3e3329)); /* older webkit syntax */
	background: -webkit-linear-gradient(#2F261E, #4c2e21);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F261E', endColorstr='#3e3329'); /* for IE */
}
#branding ul.menu ul a {
	color: #fff;
}
#branding ul.menu li:hover > a,
#branding ul.menu a:focus,
#colophon #access-footer ul.menu a:hover,
#colophon #access-footer ul.menu a:focus {
	background: #2F261E; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#3e3329, #2F261E);
	background: -o-linear-gradient(#3e3329, #2F261E);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e3329), to(#2F261E)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#3e3329, #2F261E);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3329', endColorstr='#2F261E'); /* for IE */
	color: #fff;
}
#access-secondary {
    background-color: #3e3329;
}
#branding #access-secondary ul.menu a {
    color: #fff;
}
#colophon #access-footer ul.menu li {
    border-left: 1px solid #3e3329;	
}
#branding #access-secondary ul.menu a {
    line-height: 2.6em;
}
#branding #access, #colophon #access-footer {
	border-bottom: 1px solid #3e3329;
	margin-bottom: 0;
}
#content #infinite-handle span {
	background-color: #53810a;
}
#content #infinite-handle span:hover {
	background-color: #3e6107;
}
#site-generator {
	border-color: #3e3329;
}