@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700');

body 	{
	background-color: #000000;
	background-image:url("picts/background-main.jpg");
	background-attachment: fixed;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	}

html, body { height: 100%; }





/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse:collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }





/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }





/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.rimage		{ max-width: 100%; height: auto; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }

.image-fixspace	{ font-size: 1px; line-height: 1px; }





/* FLOATS */

.left-float	{ float: left; }

.right-float	{ float: right; }

.float-L-margin	{ margin-right: 30px; margin-bottom: 5px; }

.floatclear 	{ height: 0px; clear: both; font-size: 1px; line-height: 0px; padding: 0px; margin: 0px; }

.text-nowrap	{ overflow: hidden; min-width: 300px; }





/* NON-MENU LINK COLORS */

a:link, a:visited, a:active 
	{ color: #D9AA76; text-decoration: none; }

a:hover 
	{ color: #FFFFFF; text-decoration: underline; }





/* REMOVES MARGINS ON HEADING TAG TITLES (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 0px 0px; text-align: left; }





/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

div, table	{ color: #D2C6B5; font: 400 16px "Roboto", arial, sans-serif; line-height: 160%; }

.title		{ color: #D2C6B5; font: 400 35px "Cinzel", "Roboto", arial, sans-serif; margin-bottom: 0px; }

.subtitle	{ color: #FFFFFF; font: 400 24px "Cinzel", "Roboto", arial, sans-serif; margin-bottom: 3px; }

.smalltitle	{ color: #D2C6B5; font: 500 15px "Roboto", arial, sans-serif; }

.contacttitle	{ color: #FFFFFF; font: 500 18px "Roboto", arial, sans-serif; margin-bottom: 3px; }

.smalltext	{ font-size: 14px; }

b, .mbold	{ font-weight: 500; }

.hilite		{ color: #CCFF99; font-weight: 500; }

.hilite2	{ color: #D9AA76; font-weight: 500; }

.title-uline	{
		display: inline-block;
		vertical-align: bottom;
		padding: 0px 0px 0px 0px;
		margin-bottom: 3px;
		border: solid #725C3C;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}





/* PAGE WIDTHS HEIGHTS */

.pageheight-min { min-height: 450px; }

#pagewrapper	{
		min-width: 300px;
		max-width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -150px auto; /* -150 MARGIN FOR STICKY FOOTER (MATCHES CLASS .footerheight ) */
		padding: 0px 0px 0px 0px;
		}

#contentwrapper	{
		max-width: 1144px; /* WORKS WITH pad-LR BELOW */
		min-width: 280px;
		text-align: left;
		margin: 0 auto;
		}

.pad-TB	{
	padding-top: 40px;
	padding-bottom: 45px;
	}

.pad-LR	{
	padding-left: 72px;
	padding-right: 72px;
	}

.pad-media	{ padding-top: 6px; }





/* TEXT AND GRAPHIC LOGO */

.header-box	{
		background-color: #000000;
		padding: 0px 0px 0px 0px;
		border: solid #725C3C;
		border-width: 0px 0px 2px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

#headerdiv	{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-bottom: #999999 0px solid;
		}

#headerdiv a	{ outline: 0; }

.logo-respond	{
		width: 100%;
		height: auto;
		max-width: 600px;
		min-width: 300px;
		display: block;
		}

/* START TEXT HEADER CODE */

.textlogo	{
		font: 400 26px "Cinzel", "Roboto", arial, sans-serif;
		letter-spacing: 2px;
		text-align: center;
		display: inline-block;
		padding: 15px 8px 20px 8px;
		}

.textlogo a:link, .textlogo a:visited, .textlogo a:active 
		{ color: #FFFFFF; text-decoration: none; }

.textlogo a:hover
		{ color: #FFFFFF; text-decoration: none; }





/* FOOTER - IF YOU EDIT HEIGHT PADDING OR BORDERS EDIT #pagewrapper -margin ABOVE */

.footerheight	{ min-height: 150px; }

.footerbox	{ background-color: #13110E; }

.footerdiv	{
		color: #D2C6B5;
		font: 12px "Roboto", arial, sans-serif;
		text-align: center;
		padding: 25px 8px 25px 8px;
		border: solid #725C3C;
		border-width: 1px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.footersplit	{ 
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		padding: 0px;
		margin: 5px auto 0px auto;
		max-width: 400px;
		border-bottom: #725C3C 0px solid;
		}

/* FOOTER LINK COLORS */

a.footlink:link, a.footlink:visited, a.footlink:active 
	{ color: #D9AA76; text-decoration: none; }

a.footlink:hover 
	{ color: #FFFFFF; text-decoration: underline; }

.footer-top	{
		width: 26px;
		margin: 20px auto 0px auto;
		background-color: transparent;
		padding: 10px;
		line-height: normal;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

.footer-top img	{ vertical-align: bottom; }





/* HOME PAGE */

/* HOMEPAGE IMAGE ROW */

.boxes-3x-outer	{
		min-width: 290px;
		text-align: center;
		margin: 0 auto;
		}

.boxes-3x	{
		display: inline-block;
		text-align: center;
		max-width: 33%; /*  EDIT Media Queries #4!! */
		min-width: 33%; /*  EDIT Media Queries #4!! */
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

.boxes-3x-text	{
		text-align: center;
		max-width: 310px;
		padding: 0px 8px 0px 8px;
		margin: 0 auto;
		}

.boxes-3x img	{
		width: 100%;
		max-width: 310px;  /* MAX WIDTH INCLUDES BORDER */
		height: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}


/* TOP HOME IMAGE */

.image-bar	{
		overflow: hidden;
		color: #FFFFFF;
		text-align: center;
		background-color: transparent;
		padding: 0px;
		margin: 0px;
		position: relative;
		border: solid #000000;
		border-width: 6px 1px 6px 1px;
		}

.main-image	{
		max-width: 100%;
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #000000 0px solid;
		}


/* HOME PAGE LAYERED MUSIC PLAY BUTTON */

.homeplayerdiv	{
		opacity: 0.5;
		position: absolute;
		width: 75px;
		height: 75px;
		bottom: 20px;
		left: 20px;
		text-align: center;
		cursor: pointer;
		}

.homeplayerdiv-on	{
			opacity: 1.0;
		/* FADE UP */
			-webkit-transition: all 1s;
			transition: all 1s ease;
			}

.homeplayerdiv-off	{
			opacity: 0.5;
		/* FADE UP */
			-webkit-transition: all 1s;
			transition: all 1s ease;
			}

.bottom-links	{
		max-width: 600px;
		color: #FF0000;
		padding: 6px 0px 7px 0px;
		margin: 0px auto 0px auto;
		border: solid #413422;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.bottom-links a { margin-left: 8px; margin-right: 8px; }





/* BORDERS AND BARS */

.page-splits 	{ 
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		margin-top: 26px;
		margin-bottom: 26px;
		padding: 0px;
		background-color: transparent;
/* FIVE COLOR GRADIENT */
		background-image: linear-gradient(to right, transparent, #5D462C, #725C3C, #5D462C, transparent);
		border-top: #404A5B 0px solid;
		}

.splits-small	{
		width: 67%;
		max-width: 250px;
		margin: 6px auto 4px 0px;
		}

.split-smalltopmargin { margin-top: 5px; }


/* IMAGE BORDERS */

.img-borders	{ border: #000000 1px solid; }

.HoverBorder	{
		border: #000000 1px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		position: relative;
	/* ZOOM */
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

a:hover .HoverBorder {
		border: #000000 1px solid;
		z-index: 1000;
	/* ZOOM */
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transform: scale(1.2);
		}





/* CONTACT PAGE */

.contact-area	{ max-width:  555px; }

.contact-left	{ float: left; width: 310px; padding: 0px 20px 0px 0px; }

.contact-right	{ float: left; max-width: 225px; padding: 10px 0px 0px 0px; }





/* SITE MAP PAGE */

.search-float	{ float: right; }

.map-links	{ padding-right: 20px; }

.searchmargin	{ margin: 2px 0px 8px 0px; }

.searchbox	{
		padding: 7px;
		background-color: #000000;
		border: #333333 1px solid;
		}

.searchbutton	{ margin: 0px 0px 0px 0px; vertical-align: top; }

.searchform 	{
		color: #000000;
		font: 12px arial, sans-serif;
		background-color: #FFFFFF;
		width: 165px;
		height: 18px;
		vertical-align: top;
		margin: 0px 3px 4px 0px;
		border: #999999 1px solid;
		}





/* SAMPLES PAGE */

.samples-image	{
		max-width: 500px;
		width: 100%;
		height: auto;
		margin-right: 0px;
		margin-bottom: 5px;
		}

.music-box	{ max-width: 100%; }

.musictrack	{
		font-size: 0.95em;
		margin-bottom: 5px;
		padding: 3px 2px 4px 0px;
		border: solid #6B6864;
		border-width: 0px 0px 1px 0px;
		}

.music-box div:first-child  { border-top: #6B6864 1px solid; }

.music-box div:last-child  { border-bottom: #6B6864 1px solid; }


/* BUTTON MENU - SAMPLES PAGE */

.mediamenu-box	{ background-color: transparent; padding-top: 5px; padding-bottom: 2px; }

#mediamenu a	{
		color: #FFFFFF;
		font-size: 0.9em;
		line-height: normal;
		text-align: center;
		display: inline-block;
		background-color: #4B4745;
        	padding: 5px 15px 5px 15px;
		margin: 0px 1px 0px 1px;
		cursor:pointer;
		text-decoration: none;
		-webkit-appearance: none;
        	border: #660000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

#mediamenu a:hover {
		text-decoration: none;
		background-color: #000000;
		}

#mediamenu a.selected
	{
	background-color: #008CC0;
	}





/* STORE PAGE */

.store-image	{
		max-width: 200px;
		width: 100%;
		height: auto;
		margin-right: 0px;
		margin-bottom: 5px;
		}





/* IMAGE GALLERY */

.gal-width 	{ max-width: 770px; }

.gal-box	{
		font-size: 0px;
		text-align: center;
		margin: 0 auto;
		}

.gal-box img	{
		width: 125px;
		margin: 0px;
		position: relative;
		}





/* HIDE MENU AND OTHER ITEMS FOR PRINTING */

@media print {
.printhide 	{ display: none; }
.centered-btns_nav, .centered-btns_nav.next { display:none; }
}
@media screen{
.printonly 	{ display: none; }
}





/* SOCIAL ICONS - DESKTOP (SEE ALSO media-queries.css) */

.soc-box	{
		width: 46px;
		background-color: transparent;
		text-align: center;
		position: fixed;
		top: 10%;
		left: 0px;
		z-index: 1001;
		overflow: hidden;
		-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		-khtml-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
		}

.socialicon	{
		width: 36px;
		height: 36px;
		display: inline-block;
		vertical-align: bottom;
		background-color: #000000;
		padding: 5px;
		margin: 0px 0px 0px 0px;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		border: #999999 0px solid;
		}

/* SOCIAL ICON COLORS */

.soci-1		{ background:rgba(0,0,0,0.40); } /* SEMI TRANSPARENT BACKGROUND */
.soci-2		{ background:rgba(0,0,0,0.40); } /* SEMI TRANSPARENT BACKGROUND */
.soci-3		{ background:rgba(0,0,0,0.40); } /* SEMI TRANSPARENT BACKGROUND */
.soci-4		{ background:rgba(0,0,0,0.40); } /* SEMI TRANSPARENT BACKGROUND */
.soci-5		{ background:rgba(0,0,0,0.40); } /* SEMI TRANSPARENT BACKGROUND */
.soci-6		{ background:rgba(0,0,0,0.40); } /* SEMI TRANSPARENT BACKGROUND */
.soci-7		{ background:rgba(0,0,0,0.40); } /* SEMI TRANSPARENT BACKGROUND */

.socialicon:hover {
		background-color: #CC0000;
		border: #999999 0px solid;
		}





/* START THE CODE FOR THE MENU */

/* MOBILE MENU COLORS ARE IN THE "media-queries.css"!!! */

#menudiv a		{ outline: none; }

#menudiv	{
		background-color: transparent;
		max-width: 100%;
		position: relative;
		z-index: 1025;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px 0px;
		border: #000000 solid;
		border-width: 0px 0px 0px 0px;
		}

/* MENU OUTER RADIUS */

#menudiv, #menusub	{
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

/* MENU WIDTH, PADDING, FONT FACE & COLOR */

#menusub a 		{
			color: #D9AA76;
			font-family: "Cinzel", arial, helvetica, sans-serif;
			font-size: 16px;
			font-weight: 700;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			padding: 15px 15px 15px 15px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			background-color: transparent;
			display: inline-block;
			border: #999999 solid;
			border-width: 0px 0px 0px 0px;
		/* MENU FADE UP */
			transition: all 0.5s ease;
			-webkit-transition: all 0.5s;
    			*display:inline;	/* For IE */
    			*zoom:1;		/* For IE */
			}


/* BORDERS FIRST MENU LINK */

#menusub a:first-child	{ border-width: 0px 0px 0px 0px; }


/* MENU HOVER COLORS */

#menusub a:hover 
			{
			color: #FFFFFF;
			background-color: #725C3C;
			text-decoration: none;
			}



/* CURRENT PAGE MENU HIGHLIGHT */

#menusub a.selected	{ color: #FFFFFF; }



/* START MOBILE MENU - SEE ALSO media-queries.css FOR MORE MOBILE COLORS AND FONTS!! */

#mobile-menu-icon	{ cursor: pointer; display: none; text-align: center; padding: 5px 0px 5px 5px; }

.menu-icon-img		{ display: block; margin: 0px auto 0px 0px; }




