@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');
/*

Theme Name:     Child of Naked Wordpress
Theme URI:      http: //www.jayvanburen.org/
Description:    Child theme for the Naked wordpress
Author:         Jay Van Buren
Author URI:     http: //www.jayvanburen.org
Template:       naked-wordpress-master
Version:        0.1.0

-------------------------------------------------------------- */
#content {float:left;}
#sidebar {
    float:right;
    background-color: #eeeeee;
}
.special-star-wars-page{
	background: #f2f2f2;
}
.single-artist{
	background: #e5e5e5;
}
nav{
    width:100%;
    margin:25px;

}

nav ul {
    width:90%;
    min-width:1000px;
    background-color:#999999;
    height:50px;
    margin:0px 20px 0px 20px;

}

nav ul li {
    height:30px;
    width:120px;
    background-color:#ffffff;
    float:left;
    list-style-type:none;
    padding:10px;
    border:1px solid #eeeeee;
}

nav ul li#menu-item-173 {
    width:240px;
}

nav ul li:hover {
    background-color:#999999;
}

nav ul li a {
    text-decoration:none;
}

nav ul li ul {
    display:none;

}

nav ul li:hover ul.sub-menu {
    display:block;
    width:200px;
    min-width:200px;
    margin:10px 0px 10px 0;
    padding:10px;
    height:auto;
    position:relative;
    left: -20px;
    background-color:#999999;
    box-shadow: 3px 3px 4px #555555;
    z-index: 3333;
}

nav ul li:hover ul li {
    display:block;
    float:none;
}

nav ul li:hover ul li a {
    text-decoration:none;
    background-color:#eeeeee;
    display:block;
}

body.page-id-53 {
    background-color:#449944
}

body.page-id-53 article h1.title {
    display:block;
    width:693px;
    height:0px;
    padding:219px 0 0 0;
    margin:0;
    background-image: url('/wp-content/themes/child-of-naked-wordpress/images/nameandlogo.png');
    overflow:hidden;
    line-height:100%;
}