body{
	background-color:#e5e5e5;
}

/* =======================================================================================
										HEADER
======================================================================================= */
#header{
	background:url(images/darker-gradient.png) bottom repeat-x #222;
	background:url(images/darker-gradient.png) bottom repeat-x, url(../images/noise-2.png) repeat #222 ;
}
	#logo a, a #logo, #logo a:hover{color:#FFF;}
	#site-description{color:#d7d3d3;}
	
	/* Submenu */
	.header-nav ul ul{
		background-color:#222; 
		background-color:rgba(0,0,0,0.75);
	}
	
	/* Menu Links */
	.header-nav li a, .header-nav li.current-menu-item li a, .header-nav li.current_page_ancestor li a{
		color:#d7d3d3;
	}
	
	/* Menu Links (hover/current) */
	.header-nav li a:hover, .header-nav li.current-menu-item li a:hover, .header-nav li.current-menu-item a, .header-nav li.current_page_ancestor a, .header-nav li.current_page_ancestor li a:hover,
	.header-nav li.current_page_ancestor li.current-menu-item a{
		color:#fff;
	}
	
	#social-networks{
		background:rgba(255,255,255, 0.2);
		-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.3);
		-moz-box-shadow:0 1px 0 rgba(255,255,255,0.3);
		-o-box-shadow:0 1px 0 rgba(255,255,255,0.3);
		box-shadow:0 1px 0 rgba(255,255,255,0.3);
	}
	.header-nav li.parent a{background:url(images/parent-bg-white.png) right no-repeat; padding-right:13px;}
	.header-nav li.parent li a{background:none; padding-right:0;}
	.header-nav ul ul li{
		background:url(images/dotted-border-white.png) bottom repeat-x;
	}

/* =======================================================================================
										Body
======================================================================================= */
a, a.more-link p{
	color:#72a33c;
}
	
/* =======================================================================================
										Sidebar
======================================================================================= */

h3.widget-title{
	background-color:#454545;
	background-color:rgba(0,0,0,0.7);
}

/* =======================================================================================
										Footer 
======================================================================================= */
#footer{
	background:url(images/dark-south-gradient.png) top repeat-x #222;
	border-top:1px solid rgb(255,255,255);
	border-bottom:none 0;
	color:#FFF;
}
#footer a{
	color:#FFF;
	text-decoration:underline;
}