/*
Predefined Colors
Theme: Carrot Man
*/
/* Links */
a:hover, a:active, .post-title a:hover, .post-title a:active, .widget a:hover, .widget a:active, .postmeta a:hover, .postmeta a:active{
	color: #29673f;
}
/* Body */
body {
    background-color: #eeeae2;
}
/* Top Navigation */
#topnav, #topnav-icon, #topheader {
	background: #29673f;
}
#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
	background: #1c4e2e;
}
.natty #topnav-menu li.current_page_item a, .natty #topnav-menu li.current-menu-item a {
	background: #1c4e2e;
}
#topnav-menu {
    margin-left: 0em;
}
#topnav-menu a:hover, #topnav-menu li a:hover {
	background: rgba(255,255,255,0.15);
}
#topnav-menu .sub-menu, #topnav-menu .children {
	background-color: #213158;
	border: 2px solid #5584f7;
	border-top: none;
}
ul#topnav-menu ul a:hover, #topnav-menu ul ul a:hover, ul#topnav-menu ul a:focus, #topnav-menu ul ul a:focus {
	background-color: #c62775;
}
ul#topnav-menu ul a, #topnav-menu ul ul a {
	border-top: 1px solid #5584f7;
}
/* Search */
.search-form-top {
    background-color: #29673f;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.search-form .search-submit {
    background: rgba(0, 0, 0, 0.65);
}
.search-form .search-submit:hover {
	background: #333333;
}
/* Main Navigation */
#navi-wrap {
	background: #333333;
	border-bottom: 4px solid #7fcc99;
}
.natty #navi-wrap {
	background: #333333;
	border-top: 1px solid #7fcc99;
	border-bottom: 1px solid #7fcc99;
}
.stickynav {
	background: #333333;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}
.nav-menu li:first-child, .wide-header .nav-menu li:first-child {
	border-left: none;
}
/* Header */
#header-wrap, .natty #header-wrap {
    background-color: #7b4610;
    background: #e17100 -webkit-gradient(linear, left top, left bottom, from(#7b4610), to(#e17100)) no-repeat;
    background: #e17100 -moz-linear-gradient(top, #7b4610, #e17100) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7b4610, endColorstr=#e17100) no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7b4610, endColorstr=#7b4610)" no-repeat;
}
.header-line {
	border-top: 15px solid #4b2b0b;
	border-bottom: 1px solid #885b2e;
}
#header-social-icons .social-icons-menu li a:hover, #header-social-icons .social-icons-menu li a:hover:before  {
	background: #333333;
}
#logo .site-title, #logo a:hover .site-title, #logo .site-description {
	color: #fff;
}
/* Content */
.wide-header #content-wrap {
	border: 1px solid #8c9ca7;
	margin:0.6em auto 0.95em;
	box-shadow: none;
}
/* Sidebar */
#sidebar .widgettitle, #frontpage-magazine-widgets .widget .widgettitle, .widget-tabnavi, .widget-tabnavi {
	background: #29673f;
	border: 1px solid #121212;
}
#sidebar .widget {
	border: 3px solid rgba(0, 0, 0, 0.2);
}
#sidebar .sideleft .widget, #sidebar .sideright .widget {
   	border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.4em;
}
.widget-tabbed .tabdiv li.widget-thumb .wp-post-image {
    margin: 0.3em 0.5em 0.5em 0;
	padding: 2px;
    max-width: 55px;
	border: 1px solid #ddd;
}
/* Footer Widgets */
#footer-widgets-bg {
	background-color: #29673f;
	border-top: 5px solid #333333;
}
#footer-widgets .widget {
    background: #fff5df;
    border: 5px solid #333333;
}
#footer-widgets .widgettitle {
    background: #29673f;
	padding: 0.7em 1em;
}
#footer-widgets .widget ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#footer-widgets .widget a:link, #footer-widgets .widget a:visited {
    color: #333;
}
/* Footer */
#footer {
    border-top: 1px solid #777;
	background-color: #121212;
}
/* LOL to Top */
.scrollToTop {
    background: #444;
    border: 4px solid #000;
}
.scrollToTop:hover {
    background: #29673f;
}
.scrollToTop:before {
	color: #fff;
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
.toggled-on .nav-menu > li a:hover,
.toggled-on .nav-menu > ul a:hover {
	background-color: #084c92;
	color: #fff;
}
.toggled-on .nav-menu .sub-menu,
.toggled-on .nav-menu .children {
	background-color: #213158;
}
#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
	background: #1c4e2e;
}
.wide-header #content-wrap {
	border: 0;
	margin:0 auto;
}
#sidebar {
	clear: both;
	margin: 1em 0 0;
	padding:1em;
	width: 100%;
}
}