/*
Theme Name: Zont SEO
Template: Aggregate
Author: Der Pobman
Version: 1.0
Updated: 2014-02-06 01:47:26
*/

@import url('../Aggregate/style.css');

/*Increase site font size*/
body { font-size: 13px; }

/*Main Menu to long style rather than two lists*/
ul#secondary-menu a { font-size: 12px; } 

/*154*/
ul#secondary-menu li ul, #category_mobile_menu { width: 200px!; }

ul#secondary-menu ul li, #category_mobile_menu li a {
float: none;
margin: 0 !important;
padding: 8px 0 8px 30px !important;
width: auto;
}
ul#secondary-menu ul li a, #category_mobile_menu a {
float: none;
padding: 0 !important;
}

/* Reduce width of menus */
ul#secondary-menu li ul, #category_mobile_menu { width: 300px !important; }

/*166*/
.featured-description p.meta-info { color: #ff7e7e; } 

/*170*/
.featured-description p { color: #fff7ef; }

/*Adjust Top logo area size*/
#logo-area {
    margin-top: 5px;
    margin-bottom: -45px;
}

/*Menu area Paddings*/
#content-area .container { padding-top: 2px; padding-bottom: 2px;}

/*Remove bottom footer area with Powered by WordPress*/
#footer-top-shadow{
display: none;
}

/*Remove bottom menu bar
#footer-bottom{
display: none;
} */

/*Remove page background texture*/
#content-area {background-image: none;}

/*Remove space around bottom menu*/
ul.bottom-nav li {padding: 5px 16px 5px;}

/*Remove tags instructions from below comments*/
.form-allowed-tags {
display: none;
}

/*reduce size of top shadow above menu*/
#top-shadow {height: 2px ;}
#footer-bottom-shadow (height: 2px ;}

/*Align Central the footer text
#footer .container { text-align: center; height: 50px; } */

/*Remove Stitch effect
#top-stitch, #bottom-stitch { display:none;} */

