/*
 Theme Name:   WP-Prosperity Child
 Theme URI:    http://www.wp-prosperity.com
 Description:  WP-Prosperity is a responsive, user-friendly theme for WordPress.
 Author:       Michael D. Pollock
 Author URI:   http://www.michaeldpollock.com/
 Template:     wp-prosperity
 Version:      1.0.0
 License:      GNU General Public License Version 2.0 or later
 License URI:  http://www.opensource.org/licenses/gpl-license.php
 Text Domain:  wp-prosperity-child
*/

/* to change menu color, settings weren't working, but I think all these classes are for other things so need to look into this more */

.site-header .nav-menu, .site-header .subicons, .site-header .search-button {
    background-color: #19232d;
}

.post-by-cat .col-sm-12 article.hentry {
    clear: right;
}

/* -------------------[ 125x125 Banner Widget ]------------------- */

.banner125 {
    padding: 9px 9px 0 9px;
    text-align: center;
}

.banner125 .ad {
    text-align: center;
    display: block;
    float: left;
    width: 46%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0 2%
}

.banner125 .ad.right {
    float: right;
    margin: 0 0 10px 0;
}

.site-inner .sidebar.sidebar-wide-top {
    position: relative;
}

.today {
    position: absolute;
    top: -45px;
}
