/*
Theme Name: Clear as Mud
Theme URI: http://github.com/kinsa/wordpress-bootstrap-theme/
Author: Massive Studios
Author URI: http://massive.net
Description: WordPress primer coat using the Bootstrap frontend framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clearasmud
 */


/* Jumbotron CSS */
/* http://getbootstrap.com/examples/jumbotron/jumbotron.css */

/* WP Customizations */

/* Add space for the admin-bar above the header */
.admin-bar .navbar-fixed-top {
    margin-top: 32px;
}
.columns-3 ul {
	width: 100% !important;
}

@media (min-width:768px) {
    .sub-menu {
        display: none;
        position: absolute;
        background: transparent;
        padding: 10px 15px;
        width: 200px;
    }

    li:hover .sub-menu {
        display: block;
    }

}

.sub-menu li {
    margin-bottom: 10px;
    list-style: none;
}

.sub-menu li:last-child {
    margin-bottom: 0;
}

.sub-menu a  {
    color: #999;
    text-decoration: none;
}

.sub-menu a:hover  {
    color: #fff;
}

/* Match WP's current-menu-item nav class to Bootstrap .active nav class */

.current-menu-parent li a {
    background: inherit;
}
.current-menu-parent .current-menu-item a {
    color: #fff;
    font-weight: bold;
}
