/*
Theme Name: Empowered Theme Child One
Theme URI: http://empoweredtheme.com/
Description: Child Theme of the infamous Empowered Theme
Version: 1.0
Author: Clifton Hatfield
Author URI: http://cliftonhatfield.com/
Template: empowered
Tags: empowered theme, professional internet marketing blog
*/

/* Inherit the empowered theme styles */
@import url( ../../themes/empowered/style.css );

/*REMOVE BACKGROUND FROM CONTENT WRAPPER AND MAKE IT WHITE*/
div.content-wrapper {background-color: #FFF;background-image:none;position:relative;z-index:2;}


/*CHANGE THE HEADER HEIGHT TO 396PX TO FIT BACKGROUND IMAGE.*/
div.header {position:relative;height:396px;}

/*MAKE HEADER POSITION ABSOLUTE TO LAYER*/
div.header-img {position:absolute;height:396px;z-index:1;}

/*SLIDE SIDE BAR DOWN 150PX TO MAKE ROOM FOR THE HEADER IMAGE HANG OVER*/
div.side-bar {margin-top:150px;}

/*MENU*/
.menu-wrapper {z-index:98;}
.menu {height:30px;}
.menu > ul > li.page_item, .menu > ul > li.cat-item, .menu > ul > li, .menu > li {z-index:90;}


/*MAIN CONTENT TRANSPARENT */
.emblog .content-wrapper {background-color:transparent !important;}

/*SUB MENU*/
.sub-menu, .menu-header, #menu-below-header {z-index:100;}