/*Styles for my new big website home page*/


*{
    margin:0;
    padding:0;
}

body {
    background:rgb(169, 168, 168);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

    background-image: url(../images/3bassesBW3.png);
    background-attachment: fixed;
    
}
#wrapper {
    width:940px;
    background:rgb(59, 58, 58, .9);
    padding:20px; 
    margin:20px auto;
}

header{
    height: 138px;
    background: goldenrod;
    margin-bottom:20px;
    font-size:4em;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    background-image: url(../images/Welcome_to_My_Bass_Space.png);
    background-repeat: no-repeat;
    background-position: 120% 50%;
    padding-bottom:16px;
    text-align: left;
  
    
    
}

#logo{
    display: inline;
    margin-top:5px;
    padding:1.5px;
}



nav{
    height:50px;
    background: black;
}

nav li{
    list-style-type: none;
    float: left;
    width: 50%; /* use the percentage that represents each list item divided by 100, examnple we have 2 list items, 2 divided by 100 = 50% */
    text-align: center; /* use to align text in the space*/
}

nav a{
    text-decoration: none;
    color: goldenrod;
    display:block;
}

nav a:hover{
    background:#2c343e;
    color: white;
}
/*#bass_banner{
    background:
}*/


main{
    width:580px;
    height: 100%;
    background: rgb(40, 39, 39);
    float:left;
    overflow:hidden;
    
}

 aside{
    width:340px;
    height:100%;
    background:#525353;
    float: right;
 }

 .center{
    margin: 20px auto;
    display:block;
    text-align: center;
    width: 700px; 
}

 footer{
    height:50px;
    line-height: 50px;
    border-top: 1px dotted #666;
    clear:both;
    font-size: .9em;

}

footer li{
    list-style-type: none;
    float: left;
    margin-right: 30px;  
    color: rgb(247, 246, 246);
}

/*Use this to change the anchor color*/
footer a {
    color: goldenrod;
}

figcaption {
    background:black;
    color: #fff;
    font-size: .875em;
    padding: 1px;
    font-style: italic;
    max-width:134px;

}



img {
    max-width:100%;
    max-height:100%;
    padding:5px;
}

img.right {
    float:right;
    margin-left:30px;
    margin-bottom:10px;}


img.left{    
    float:left;    
    margin-right: 30px;
    margin-bottom:10px;}


    p, h1, h2, h3{
        margin-bottom:8px;
        font-family:Georgia, 'Times New Roman', Times, serif;
        line-height:1.2;
        color:white;
        padding:5px;
    }

    h3{
        text-align:center;
        background-color:#040404;
        color: white;
    }

    h4{
        text-align:center;
        background-color:#040404;
        color: white;
        
       }

    p{
        text-indent: 20px;
        color: white;
        }