@charset "UTF-8";
/*Created by Jacob Douglas on 12-5-2015*/

#wrapper{
    min-width: 800px;
    padding: 0px 30px 20px 30px;
    border-radius: 15px;
	border-color: rgba(0,0,100,.2);
    box-shadow: inset -3px -3px 3px 3px #050505;	
}

#mainwrapper{
	margin: 0px auto 10px auto;
	padding: 10px;
    position: relative;
    background-color: #0084FF;
	border-radius: 10px;
    overflow: hidden;
	box-shadow: inset -3px -3px 3px 3px #004280;
}

.itemwrapper{
    margin: 0px auto 10px auto;
    position: relative;
    background-color: #006600;
	border-radius: 10px;
    overflow: hidden;
	padding: 10px;
	box-shadow: inset -3px -3px 3px 3px #003300;
}

.musicwrapper{
    margin: 0px auto 10px auto;
	padding-bottom: 15px;
    position: relative;
    background-color: #006600;
	border-radius: 10px;
	padding: 10px;
    overflow: hidden;
	box-shadow: inset -3px -3px 3px 3px #003300;
}

body{
    margin: 0;
    padding: 0;
    background-image: url("../images/background.png");
    background-repeat: repeat;
    overflow: auto;
}

main{
    padding: 30px;    
	margin: 30px;
}


nav {
    width: 100%;
    display: block;
    position: absolute; 
    top: 300px;
	margin-bottom: 15px;
	margin-top: 10px;
	justify-content: center;
}

nav a{
    margin: 12px 0px 10px 20px;
	background-color: 0000CC;
}

header{
    height: 275px;
}

iframe{
    width: 600px;
    height: 400px;
}
