/* WARNING: USE CAUTION WHEN EDITING THIS FILE */

/* NOTE: THIS FILE INCLUDES 2 STAGES OF MEDIA QUERIES - SEE help.html */

/* NOTE: TO EDIT COLORS - SEE style.css */

/* CLASSES HERE CAN ALSO BE FOUND IN THE style.css */






/***************
START Media Queries #1 WHEN PAGE WIDTH LESS THAN 740 IS ACTIVE
***************/
@media handheld and (max-width: 740px),
   screen and (max-device-width: 740px),
   screen and (max-width: 740px) 
	{



.hidemobile	{ display: none; }

table.merchbox td	{ padding: 8px 8px 8px 8px; }

.main-image	{ border-width: 0px 0px 0px 0px; }

/* MQs - HOME PAGE MUSIC PLAY BUTTON */

.homeplayerdiv	{
		width: 50px;
		height: 50px;
		top: auto;
		bottom: 10px;
		left: 10px;
		}

/* MQs - HOMEPAGE */

.JQposition 	{ width: 300px; top: 50px; }

.layertext-box	{ min-height: 30px; }

.layertitle 	{ font-size: 15px; }

#NextPrev	{ display: none; }

.layertext-pad	{ padding: 14px 14px 14px 14px; }



	}
/***************
END Media Queries #1
***************/






/***************
START Media Queries - RESPONSIVE FOR SMALLER MOBILE SCREENS
***************/

@media handheld and (max-width: 482px),
   screen and (max-device-width: 482px),
   screen and (max-width: 482px) 
	{



/* MQs - FONTS */

div, table	{ font-size: 14px; }

.title		{ font-size: 20px; }



/* MQs - SLIDESHOW */

.slideshowlayer		{ display: none; }

.button-slideshow	{ font-size: 11px; }



/* MQs - MISC */

.contentpad	{ margin-top: 0px; }

.pageheight	{ min-height: 50px; }

.just 		{ text-align: left; }

.floatcells	{ margin: 0px 10px 10px 0px; }

.view-cart	{ float: left; }

.page-splits 	{ margin: 10px auto 10px auto; }

#sociallinks	{ right: 2px; }

.socialicons 	{ padding: 0px; }



/* MQs - MUSIC PLAY OVERLAY */

.music-box	{
		max-width: 310px;
		height: 360px;
		}

#MusicFrame	{
		height: 360px;
		border: #000000 0px solid;
		}

#CloseMusic	{
		top: 10px;
		left: 10px;
		}



/* MQs - MENUS */

#nummenu	{ position: absolute; left: 0px; top: 50px; width: 100%; }



	}

/***************
END Media Queries
***************/





