@charset "UTF-8";
/* CSS Document */


/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

body
{
	line-height: 1;
	overflow-x: hidden
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}


/* End Reset CSS */








body {
	background-color: #000;
	font-family: "Ubuntu", Verdana, sans-serif;
}

section {
	clear: both;
}

article {
	margin-bottom: 10px;
}

h1 {
	font-size: 2em;
	margin: 10px 0 10px 0;
	color: #b22222;
}

h2 {
	font-size: 1.5em;
	margin: 10px 0 10px 0;
}

h3 {
	font-size: 1.2em;
	margin: 5px 0 5px 0;
}

a {
	text-decoration: none;
}

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

a:visited {
	color: #c0c0c0;
}

ul, ol {
	padding-left: 20px;
	
}
ul {
	list-style: disc;
}

li {
	padding: 0 0 5px 10px;
}

#main {
	background-image: url(../images/pianokeys.png) , url(../images/pianokeys2.png) , url(../images/bars.png);
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: left top, right top, center top;
}

#main_content {
	margin: 0 auto;
	padding: 20px 20px 50px 20px;
	width: 1024px;
	background-color: #fff;
	background-image: url(../images/sheetmusic_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #000;
	border-left: #000 3px solid;
	border-right: #000 3px solid;
}

header {
	width: 100%;
	height: 130px;
}

#sitelogo {
	display: block;
	width: 33%;
	float: left;
}

#headerinfo {
	display: block;
	width: 66%;
	text-align: right;
	float: right;
}

nav {
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
}

.mainnavlink {
	width: 25%;
	height: 30px;
	float: left;
	text-align: center;
}

p {
	line-height: 1.5em;
	font-size: 1em;
}

table {
	width: 100%;
}

th, td {
	border: #000 1px solid;
	padding: 10px;
}

#main_content a {
	color: #777777;
}

#main_content a:hover {
	color: #444444;
}

footer {
	text-align: center;
	background-color: #000;
	padding: 30px;
	color: #fff;
}

footer a {
	color: #fff;
}

#details img {
	width: 1024px;
	border: #000 1px solid;
}

#thumbnails {
	text-align: center;
}

.itemthumbnail {
	float: left;
	max-height: 150px;
	margin: 6px;
	overflow: hidden;
	height: 100px;
	border: #000 1px solid;
}

.itemthumbnail, .itemthumbnail img {
	width: 190px;
}

.itemdetails {
	text-align: left;
}

.buttons {
	font-size: 1em;
	font-family: inherit;
	color: #fff;
	border: #b22222 1px solid;
	width: 150px;
	background: #b22222; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(top, #d12b30 , #7c1a1d); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #d12b30 , #7c1a1d); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, #d12b30 , #7c1a1d); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, #d12b30 , #7c1a1d); /* Standard syntax */
    border-radius: 5px;
	padding: 5px;
	margin: 5px;
}

.social img {
    width: 30px;
    height: 30px;
    margin: 5px;
}
.tab {
    border: #b22222 1px solid;
    overflow: hidden;
	background: #b22222; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(top, #d12b30 , #7c1a1d); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #d12b30 , #7c1a1d); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, #d12b30 , #7c1a1d); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, #d12b30 , #7c1a1d); /* Standard syntax */
}
.tab button {
    background-color: inherit;
    font-size: 1em;
    font-family: inherit;
    color: #fff;
    border: none;
    outline: none;
    padding: 14px;
    float: left;
}
.tab button:hover {
    color: #000000;
    background-color: #ddd;
    transition: .5s;
}
.tabcontent {
    display: none;
    padding-top: 12px;
}
.social {
    position: fixed;
    top: 30%;
    right: 0;
    background-color: #fff;
}

.formtable   {
    margin: 20px;
    width: auto;
}
.formtable td {
    padding: 5px;
    border: none;
}






@media screen and (max-width:1024px){
	
	#main_content {
		margin: 0px;
		padding: 5% 5% 10% 5%;
		width: 90%;
	}

	header {
		height: 160px;
	}

	#sitelogo {
		width: 100%;
	}
	#headerinfo {
		width: 100%;
	}

	.itemthumbnail {
		width: 15%;
		height: 80px;
		margin: 2.25%;
	}

	.itemthumbnail img {
		width: 100%;
	}

	#details img {
		width: 100%;
	}

}

@media screen and (max-width:414px){
	
	.itemthumbnail {
		height: 30px;
	}

}
