@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	text-align: center;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
	background-color: #FF3334;
	box-shadow: 0px 0px 0px 2pt black;
	border-radius: 6px;
	margin-top: 4px;
	background: #ff3334;
	background: -moz-linear-gradient(top,  #ff3334 0%, #000000 91%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3334), color-stop(91%,#000000), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #ff3334 0%,#000000 91%,#000000 100%);
	background: -o-linear-gradient(top,  #ff3334 0%,#000000 91%,#000000 100%);
	background: -ms-linear-gradient(top,  #ff3334 0%,#000000 91%,#000000 100%);
	background: linear-gradient(to bottom,  #ff3334 0%,#000000 91%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3334', endColorstr='#000000',GradientType=0 );
}
h1, h2 {
line-height: 1.0em;
}
h1 {
font-size: 1.6em;
}
h2 {
font-size: 1.3em;
}
h1,h2,h3,h4,h5 {
margin: 0;
}
#mainHeader {
	text-align: center;
	font-style: normal;
	font-weight: 400;
}
#mainNav {
	margin-bottom: 20px;
}
#mainNavSystem {
}
#mainNavSystem a {
	font-variant: normal;
	text-decoration: none;
	color: #000000;
}
.menuItem {
	font-style: normal;
	font-weight: 400;
	text-align: center;
	background-color: #FFA500;
	border-radius: 6px;
	width: 47.3684%;
	margin-left: 5.2631%;
	clear: none;
    box-shadow: 0px 0px 0px 2pt black;
}
#photoDiv {
width: 21.0526%;
text-align: center;
}
#photoDiv img {
-webkit-transition:width 2s, height 2s, background-color 2s, -webkit-transform 2s;
transition:width 2s, height 2s, background-color 2s, transform 2s;
}
#photoDiv img:hover {
    width:100%;
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
}
#mainContent {
	margin-left: 5.2631%;
	clear: none;
	width: 73.6842%;
	background-color: #FFFFFF;
	outline: 2px solid black;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 0.8em;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#mainFooter {
	color: #FFFFFF;
	font-size: x-small;
}
#copyrightDiv {
width: 47.3684%;
}
#otbDiv {
	width: 47.3684%;
	margin-left: 5.2631%;
	clear: none;
	text-align: right;
}
#specialtiesList {
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
	-moz-column-rule: 3px outset white; /* Firefox */
	-webkit-column-rule: 3px outset white; /* Safari and Chrome */
	column-rule: 3px outset white;
	font-size: 0.7em;
}
.formItem {
display: inline;
}
#sinceDiv {
	color: #FF3334;
	text-align: center;
	font-size: 0.6em;
}
#collectorInfo {
	font-size: 0.4em;
	text-align: left;
	padding: 0 20px 0 20px;
	width: 90%;
}
#collectorLogo {
	text-align: center;
	width: 100%;
	float: right;
}
#contactForm input, #contactForm textarea {
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
	background-color: #FFA500;
	box-shadow: 0px 0px 0px 2pt black;
	border-radius: 6px;
	border: none;
	text-align: center;
}
#contactForm textarea {
	width: 90%;
}
.historyItem {
	text-align: left;
	margin-top: 10px;
	font-size: 0.6em;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,174,80,1.00) 61.66%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,174,80,1.00) 61.66%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,174,80,1.00) 61.66%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,174,80,1.00) 61.66%);
	border-radius: 6px;
	box-shadow: 0px 0px 0px 2pt black;
}
#Accordion1 {
	font-style: normal;
	font-weight: 400;
	font-size: 0.6em;
}

#Accordion1 h3 {
	color: black;
	background-color: #FFA500;
	border-radius: 6px;
    box-shadow: 0px 0px 0px 2pt black;
}	

.historyImage {
	float: right;
	width: 40%;
}
#MKBmusicLogo {
font-size: small;
cursor: pointer;
}
.zeroMargin_mobile {
margin-left: 0;
}	

.hide_mobile {
display: none;
}	
#Accordion1 div {
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 94.575%;
	padding-left: 1.2125%;
	padding-right: 1.2125%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-top: 10px;
}
#mainHeader {
}
#mainNav {
}
#mainNavSystem {
}
.menuItem {
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
}
#photoDiv {
width: 23.0769%;
}
#mainContent {
	clear: none;
	margin-left: 2.5641%;
	width: 74.3589%;
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mainFooter {
}
#copyrightDiv {
width: 48.7179%;
}
#otbDiv {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}
h1 {
font-size: 2.0em;
}
h2 {
font-size: 1.7em;
}
#specialtiesList {
	font-size: 0.7em;
}
.formItem {
}
#sinceDiv {
}
#collectorInfo {
}
#collectorLogo {
	width: 65%;
}
#historyList {
}
.historyListItem {
}
.historyPhoto {
}
.historyItem {
}
.historyImage {
}
#MKBmusicLogo {
font-size: medium;
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 93.4166%;
	max-width: 1232px;
	padding-left: 0.7916%;
	padding-right: 0.7916%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	margin-top: 10px;
}
#mainHeader {
}
#mainNav {
}
#mainNavSystem {
}
.menuItem {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
}
#photoDiv {
width: 23.7288%;
}
#mainContent {
clear: none;
margin-left: 1.6949%;
width: 66.1016%;
font-size: 1.8em;
}
#mainFooter {
}
#copyrightDiv {
width: 49.1525%;
}
#otbDiv {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
h1 {
font-size: 2.4em;
}
h2 {
font-size: 2.1em;
}
#specialtiesList {
}
.formItem {
}
#sinceDiv {
}
#collectorInfo {
}
#collectorLogo {
	width: 100%;
}
#contactForm input, #contactForm textarea {
	font-size: 0.7em;
}
#historyList {
}
.historyListItem {
}
.historyPhoto {
}
.historyItem {
}
.historyImage {
}
#MKBmusicLogo {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
