body{
    font: 15px/1.5 Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
}

/* global */
.container{
    width:80%;
    margin: auto;
    overflow: hidden;
}

ul{
    margin: 0;
    padding: 0;
}

.seaveg-header{
    padding: 15px;
    background: #0c92f2;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dark{
    padding: 15px;
    background: #0c92f2;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* header */
header{
    background: #99ccff;
    color: #ffffff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #85b8eb 3px solid;

}

header a{
    color: #1e1e1e;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header li{
    float: left;
    display: inline;
    padding: 0 20px 0 20px;
}

header #branding{
    float: left;
}

header #branding h1{
    margin: 0;
}

header nav{
    float: right;
    margin-top: 40px;
}

header .current a{
    color: #5c0d6d;
    font-weight: bold;
}

header a:hover{
    color:#cccccc;
    font-weight: bold;
}

/*showcase*/
#showcase{
    min-height: 400px;
    background-color: #35424a;
    background:url('../img/banner.jpg') no-repeat 0 -250px;
    text-align: center;
    color: #ffffff;
    border-bottom: #5c0d6d 3px solid;

}

#showcase h1{
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
}

/*info pages*/
.info{
    float: center;
    padding: 5px;
}

.info h1{
    float: center;
    font-size: 40px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

.info h2{
    float: center;
    font-size: 25px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

.info p{
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
}

.infoImg{
    display: block;
    width: 40%;
    margin-left: 30%;
    margin-right: auto;
}

.info .paypal{
    margin-right: auto;
    margin-left: auto;
    background-color: #656868;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 20px;
    float: right;
    text-align: center;
}

.nut{
    display: block;
    width: 30%;
    float: center;
    margin-left: auto;
    margin-right: auto;
}

/*boxes*/
#boxes {
    margin-top: 20px;
    border-bottom: 3px solid;
}

#boxes .box{
    float: left;
    text-align: center;
    width: 30%;
    padding: 10px;
}

#boxes .box img{
    width: 200px;
}

#boxes .boxTitle{
    text-align: center;
}

#boxes .box a{
    text-decoration: none;
    color: #131313;
}

#boxes .box a:hover{
    color: #cccccc;
    font-weight: bold;
}

/*about sidebar*/
aside#sidebar{
    float: right;
    width: 30%;
    margin-top: 10px;
}

/*about main col*/
article#main-col{
    float: left;
    width: 65%;
}

footer{
    padding: 5px;
    color: #ffffff;
    background-color: #35424a;
    text-align: center;
}

footer .footersp{
    font-size: 10px;
    color: #afafaf;
}

/* shop */
#shops {
    margin-top: 20px;
    border-bottom: #5c0d6d 3px solid;
}

#shops .shop{
    border-top: #5c0d6d 3px solid;
    text-align: left;
    float: left;
    width: 90%;
    padding: 10px;
}

#shops .shop img{
    width: 250px;
    float: left;
    padding: 5px;
}

#shops .shopTitle{
    text-align: center;
}

#shops .shopNote{
    text-align: center;
    padding: 5px;
    color: #4f4f4f;
}

#shopnotewild {
    text-align: center;
    padding: 5px;
    color: #000000;
    border-top: #5c0d6d 3px solid;
    font-size: 16px;
}

#shops .shop a{
    text-decoration: none;
}

#shops .shop a:hover{
    font-weight: bold;
    color: #cccccc;
}

#shops a.more{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

#shops .shop h3{
    color: #1e1e1e;
}

#shops .shop h3:hover{
    color: #cccccc;
    font-weight: bold;
}

/* paypal */
#shops .paypal{
    padding: 7px;
    text-align: right;
    float: right;
    font-weight: bold;
    /*color: #ffffff;
    background-color: #656868;*/
}
/*
#shops .paypal select{
    background-color: #e8e8e8;
}
*/
/* media queries
removes floats and centers the text */
@media(max-width: 768px){
    header #branding,
    header nav,
    header nav li,
    #boxes .box,
    #boxes .boxTitle,
    #shops .shopTitle{
        float:none;
        text-align: center;
        width: 100%;
    }

    .infoImg{
        width: 60%;
        margin-left: 20%
    }

    .nut{
        width: 60%;
    }

    #shops .shop img{
        width: 100%
    }

    #shops .shop{
        float: none;
        text-align: center;
        width: 100%
    }

    #shops .shop p{
        padding: 5px;
        margin: 5px;
    }

    header{
        padding-bottom: 20px;
    }

    #showcase h1{
        margin-top: 40px;
    }
}
