/*
Theme Name: Music
Version: 1.0
Description: A child theme of Themify Basic
Template: basic
*/

@import url("../basic/style.css");


#site-logo {
    position: absolute;
    top: -5px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
}

.social-widget div.rss a {
    background: url(images/rss.png) no-repeat left center;
    padding: 3px 0 2px 30px;
    display: inline-block;
    zoom: 1;
    display: none;
}

#main-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 100;
}


#main-nav .current_page_item a, #main-nav .current-menu-item a {
    background-color: #9d1516;
    color: #fff;
    border-radius: 0;
}


#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
    background-color: #073d50;
    color: #fff;
}

#main-nav li a:hover { background-color: #073d50; color: white;  } 
#footerwrap { backrgound-color: green;  } 

.page-title {
    margin: 0 0 15px;
    padding: 0;
    font-size: 22px;
    line-height: 110%;
}

#sidebar #searchform #s {
    width: 93%;
    border-radius: 0;
}

#main-nav ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
    position: absolute;
    background-color: #fff;
    border: solid 1px #ccc;
    z-index: 100;
    display: none;
    border-radius: 0;
}


#main-nav a:hover {
  background: #0b3f52;
} 