/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2015 by color:gray. All Rights Reserved.    	              */
/*                                                                            */
/* CSS        : layout.css                                                    */
/*                                                                            */
/* Description: Layout rules for site                                         */
/*                                                                            */
/*----------------------------------------------------------------------------*/

/* Resets
---------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
	display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}

/* General settings
---------------------------------*/
html {
	height: 100%;
	background: #3b3b3b url(../images/GoldingsBG.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	height: 100%;
	font-size: 100%;
}
body, td, th {
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
a {
    color: #c26c0d;
    text-decoration: none;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75em; /* 12px divided by 16px */
}
h1 {
        font-size: 2.0em;
}
h2 {
        font-size: 1.5em;
}
h3 {
        font-size: 1.2em;
}
h4 {
        font-size: 1.0em;
}
h5 {
        font-size: 0.8em;
}
h6 {
        font-size: 0.7em;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.img-left {
    float: left;
    margin-right: 8px;
    margin-bottom: 4px;
}
.img-right {
    float: right;
    margin-left: 8px;
    margin-bottom: 4px;
}

div#PatreonNav {
    position: absolute;
    left: -12px;
    z-index: 601;
}

/* Header
---------------------------------*/
header {
	position: fixed;
	top: 34%;
	left: 8%;
	z-index: 0;
}
header img {
	max-width: 439px;
	width: 100%;
	height: auto;
}
header img#narrow-width {
	display: none;
}

/* Main nav
---------------------------------*/
nav#main_nav {
	position: fixed;
    width: 100%;
    background: url(../images/GoldingsBG.jpg) no-repeat center top;
	z-index: 100;
}
nav#main_nav ul#full_nav {
    width: 98%;
	padding: 0 0 1px 2%;
    /* transparency */
	background: rgb(169, 155, 142);
	background: rgba(107, 58, 0, .3);
}
nav#main_nav ul#full_nav li#listen1, nav#main_nav ul#full_nav li#listen2 {
    position: absolute;
    left: 1280px;
    width: 84px;
    padding: 1px 0 3px 0;
    text-align: center;
    background-color: #998f7b;
    /* rounded corners */
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    z-index: 600;
}
nav#main_nav ul#full_nav li#listen2 {
    left: 1380px;
}
nav#main_nav ul#menu {
    display: none;
    width: 100%;
    text-align: center;
    /* transparency */
	background: rgb(169, 155, 142);
	background: rgba(107, 58, 0, .3);
}
nav#main_nav li {
	display: inline-block;
	font-weight: bold;
	font-size: 0.95em;
	margin-right: 2%;
}
nav#main_nav ul#menu li {
    position: relative;
	margin-right: 6%;
}
nav#main_nav ul#menu li.menuListenIcons span.listenBelow {
    position: absolute;
    left: -15px;
    padding: 0 5px 2px 5px;
    background: rgb(169, 155, 142);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    z-index: 600;
}
nav#main_nav ul#menu li#listenIconFirst {
    margin-left: 10%;
}
nav#main_nav ul#menu li#menu_holder {
	position: relative;
}

nav#main_nav ul#menu li#menu_holder div#spacer {
	position: absolute;
    top: 42px;
    left: 8px;
    font-size: 1.8em;
    font-weight: bold;
}
nav#main_nav ul#menu ul#menu_nav {
    position: absolute;
    top: 74px;
    left: -132px;
    width: 280px;
    padding: 12px 2px 12px 2px;
    border: 1px solid #333;
    z-index: 500;
    /* transparency */
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .65);
    /* rounded corners */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
nav#main_nav ul#menu_nav li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.8em;
}
nav#main_nav ul#menu li#PatreonMenu {
    margin-bottom: 4px;
}
nav#main_nav li a {
    /*color: #37312b;*/
    color: #28231e;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
}
nav#main_nav li a:hover {
    color: #fff;
    text-decoration: none;
}

/* Side nav
---------------------------------*/
nav#side_nav ul {
	position: fixed;
	top: 12%;
	right: 0;
	padding: 0 12px 0 18px;
	white-space: nowrap;
	z-index: 90;
	/* transparency */
    background: rgb(96, 62, 23);
	background: rgba(96, 62, 23, .5);
	/* rounded corners */
	-moz-border-top-left-radius: 16px;
	-webkit-border-top-left-radius: 16px;
	-khtml-border-top-left-radius: 16px;
	border-top-left-radius: 16px;
    -moz-border-top-right-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-khtml-border-top-right-radius: 16px;
	border-top-right-radius: 16px;
    /* transform */
	-ms-transform: rotate(-90deg); /* IE 9 */
	-ms-transform-origin: 100% 112% 0; /* IE 9 */
	-moz-transform: rotate(-90deg); /* Firefox */
	-moz-transform-origin: 100% 112% 0; /* Firefox */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin: 100% 112% 0; /* Chrome, Safari, Opera */
	-khtml-transform: rotate(-90deg);
	-khtml-transform-origin: 100% 112% 0;
    transform: rotate(-90deg);
	transform-origin: 100% 112% 0;
}
nav#side_nav li {
	display: inline-block;
	font-weight: bold;
	padding: 0 10px 0 0;
	font-size: 0.9em;
    letter-spacing: 0.5px;
	color: #ccc;
}
nav#side_nav li a {
    color: #ccc;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
}
nav#side_nav li a:hover {
    color: #fff;
    text-decoration: none;
}

/* Content-main general
---------------------------------*/
div.section_wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	/* transparency */
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .7);
	z-index: 10;
}
div.section_wrapper section {
	max-width: 700px;
	padding: 6.5% 2% 24px 2%;
	margin: 0 auto;
	color: #a9bdd7;
	font-size: 0.8em;
	line-height: 1.4em;
}
div.section_wrapper section h1 {
	position: relative;
	padding-bottom: 4px;
	border-bottom: 1px solid #a9bdd7;
    line-height: 1.0em;
}
div.section_wrapper section h1 a.ex {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 0.6em;
}
div.section_wrapper section h1 a.ex {
    color: #a9bdd7;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
}
div.section_wrapper section h1 a.ex:hover {
    color: #fff;
    text-decoration: none;
}
div#null {
	background: none;
	z-index: -10;
}

/* Content-main specific
---------------------------------*/
div#recordings #leader-section, div#recordings #sideman-section {
    display: none;
}
div#recordings section#discography-section {
    max-width: 96%;
	padding: 6.5% 2% 24px 2%;
}
div#recordings section#discography-section ul {
    list-style: none;
    text-align: center;
    margin-top: 24px;
}
div#recordings section#discography-section ul li {
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -3px;
    margin-bottom: -3px;
}
div#recordings section#discography-section ul li img {
    width: 150px;
    height: auto;
    opacity: 0.6;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
div#recordings section#discography-section ul li img:hover {
    opacity: 1;
}
div#recordings section#discography-section ul li img.G-leader {
    opacity: 1;
    width: 146px;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: width 0.35s, border 0.35s;
    transition: width 0.35s, border 0.35s;
}
div#recordings section#discography-section ul li img.G-leader:hover {
    width: 118px;
    border: 16px solid #444;
}
div#recordings section#leader-section ul, div#recordings section#sideman-section ul {
    padding-bottom: 12px;
}
div#recordings section#leader-section ul li, div#recordings section#sideman-section ul li {
    list-style-position: inside;
}
div#recordings section#leader-section ul, div#recordings section#sideman-section ul {
    font-size: 1.1em;
    margin-top: 24px;
}
div#recordings section#leader-section ul li.title, div#recordings section#sideman-section ul li.title {
    list-style: none;
    font-size: 1.2em;
}
div#recordings section#leader-section ul li, div#recordings section#sideman-section ul li {
    margin-bottom: 6px;
}
div#filmTV ul#film-tv-credits {
    text-align: left;
    padding-bottom: 12px; 
    font-size: 1.1em;
}
div#filmTV ul#film-tv-credits li {
    list-style-position: inside;
    margin-bottom: 6px;
}
div#filmTV ul#film-tv-videos {
    list-style: none;
    text-align: center;
}
div#filmTV ul#film-tv-videos li {
    display: inline-block;
    padding: 2px;
	margin: 18px 4px;
	text-align: center;
}
div#filmTV ul#film-tv-videos li img {
	border: 2px solid #333;
    -webkit-transition: border 0.35s;
    transition: border 0.35s;
}
div#filmTV ul#film-tv-videos li img:hover {
	border: 2px solid #f4e6d1;
}
div#GBS img {
    border: 1px solid #a9bdd7;
}
/*div#tours div.tours-1 {
    float: left;
    width: 54%;
    padding-right: 2%;
}
div#tours div.tours-2 {
    float: left;
    width: 44%;
}
div#tours p.opt-div {
    display: none;
}*/
div#tours ul {
    list-style: none;
    margin-bottom: 32px;
}
div#tours ul li {
    clear: both;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px dotted #333;
}
div#tours ul li.first {
    margin-top: 0;
    border: none;
}
div#tours ul li div.tours-date {
    float: left;
    width: 8%;
    padding-right: 2%;
    font-weight: bold;
}
div#tours ul li div.tours-venue {
    float: left;
    width: 58%;
    padding-right: 2%;
    color: #999;
}
div#tours ul li div.tours-loc {
    float: left;
    width: 30%;
}
div#tours div.clearing {
    clear: both;
}
div#store section {
	max-width: 900px;
}
div#store section div#storevidholderholder {
    position: absolute;
    top: 21%;
    width: 60%;
}
div#store section div#storevidholderholder div {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
div#store section div#storevidholderholder div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}
div#contact p {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.8em;
    margin-bottom: 32px;
}

/* Content-side general
---------------------------------*/
div.side_wrapper {
	position: absolute;
	top: 14%;
	right: 0px;
	width: 40%;
	color: #d5d2cf;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 8px 28px 24px;
	z-index: 95;
	/* transparency */
	background: rgb(115, 86, 54);
	background: rgba(115, 86, 54, .8);
	/* rounded corners */
	-moz-border-bottom-left-radius: 32px;
	-webkit-border-bottom-left-radius: 32px;
	-khtml-border-bottom-left-radius: 32px;
	border-bottom-left-radius: 32px;
}
div.side_wrapper div.close {
	position: absolute;
	top: 0;
	left: -74px;
	width: 74px;
	height: 24px;
	padding: 4px 0 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #444;
	/* transparency */
	background: rgb(115, 86, 54);
	background: rgba(115, 86, 54, .8);
	/* transform */
	-ms-transform: rotate(-90deg); /* IE 9 */
	-ms-transform-origin: 82% 48% 0; /* IE 9 */
	-moz-transform: rotate(-90deg); /* Firefox */
	-moz-transform-origin: 82% 48% 0; /* Firefox */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin: 82% 48% 0; /* Chrome, Safari, Opera */
	-khtml-transform: rotate(-90deg);
	-khtml-transform-origin: 82% 48% 0;
    transform: rotate(-90deg);
	transform-origin: 78% 40% 0;
	/* rounded corners */
	-moz-border-top-left-radius: 16px;
	-webkit-border-top-left-radius: 16px;
	-khtml-border-top-left-radius: 16px;
	border-top-left-radius: 16px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
div.side_wrapper a {
    color: #000;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
}
div.side_wrapper a:hover {
    color: #fff;
    text-decoration: none;
}
div.side_wrapper h1 {
	width: 70%;
	padding: 0 0 4px 0;
	margin: 2px 0 16px 30%;
	border-bottom: 1px solid #000;
	font-size: 1.3em;
	text-align: right;
	color: #000;
}
div.side_wrapper img {
    width: 100%;
    max-width: auto;
    height: auto;
}

/* Content-side specific
---------------------------------*/
div#videos, div#news, div#presskit {
	display: none;
}
section img {
    width: auto;
    max-width: 100%;
    height: auto;
}
div#videos ul {
    list-style: none;
    text-align: center;
}
div#videos ul li {
    display: inline-block;
    padding: 2px;
	margin: 18px 4px;
	text-align: center;
}
div#videos ul li img {
	border: 2px solid #333;
    -webkit-transition: border 0.35s;
    transition: border 0.35s;
}
div#videos ul li img:hover {
	border: 2px solid #f4e6d1;
}
div#news div.FBidiotFix1 {
	width: 500px;
}
div#news div.FBidiotFix2 {
	display: none;
	width: 360px;
}
div#news div.FBidiotFix3 {
	display: none;
	width: 210px;
}
div#presskit h2 {
    line-height: 1.2em;
}
div#presskit table {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.6em;
}
div#presskit table img {
    max-width: 180px;
    height: auto;
    border: 2px solid #d5d2cf;
}
div#presskit table td {
    vertical-align: middle;
    margin-bottom: 24px;
}
div#presskit table td.col2 {
    padding: 0 0 0 42px;
    white-space: nowrap;
}
div#presskit table ul li {
    list-style: none;
    text-indent: 24px;
}
div#presskit ul.reviews li {
    list-style: none;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 12px;
}

/* Footer
---------------------------------*/
footer {
	position: relative;
	width: 100%;
	height: 32px;
	margin-top: -32px;
	color: #c68566;
	z-index: 80;
}
footer ul#socIcons {
	position: absolute;
	bottom: 6px;
	left: 24px;
	list-style: none;
}
footer ul#socIcons li {
	display: inline-block;
	margin-right: 5px;
}
footer ul#socIcons li#facebook-Goldings, footer ul#socIcons li#twitter-Goldings, footer ul#socIcons li#youtube-Goldings, footer ul#socIcons li#soundcloud-Goldings {
	opacity: 0.65;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
footer ul#socIcons li#facebook-Goldings:hover, footer ul#socIcons li#twitter-Goldings:hover, footer ul#socIcons li#youtube-Goldings:hover, footer ul#socIcons li#soundcloud-Goldings:hover {
	opacity: 1.0;
}
footer address {
	display: block;
	position: absolute;
	bottom: 4px;
	right: 0;
	padding: 0 24px 0 3%;
	text-align: right;
	font-style: normal;
	font-size: 0.7em;
}
footer address a {
    color: #c68566;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
}
footer address a:hover {
    color: #fff;
}

/* Responsive
---------------------------------*/
@media (max-width: 1240px) {
    div#news div.FBidiotFix1 {
	   display: none;
    }
    div#news div.FBidiotFix2 {
	   display: block;
    }
}
@media (max-width: 1700px) {
    nav#main_nav ul#full_nav li#listen1 {
        left: 1080px;
    }
    nav#main_nav ul#full_nav li#listen2 {
        left: 1180px;
    }
}
@media (max-width: 1340px) {
    nav#main_nav ul#full_nav li#listen1 {
        left: 960px;
    }
    nav#main_nav ul#full_nav li#listen2 {
        left: 1060px;
    }
}
/* @media (max-width: 1000px) {
    nav#main_nav ul#full_nav li#listen1 {
        left: 840px;
    }
    nav#main_nav ul#full_nav li#listen2 {
        left: 940px;
    }
} */
@media (max-width: 1150px) {
    div.side_wrapper {
	   width: 70%
    }
    div.section_wrapper section {
	   padding: 10% 2% 12px 2%;
    }
    div#recordings section#discography-section {
	   padding: 10% 2% 24px 2%;
    }
    nav#main_nav ul#menu {
       display: block;
    }
    nav#main_nav ul#full_nav {
       display: none;
    }
    div#news div.FBidiotFix1 {
	   display: block;
    }
    div#news div.FBidiotFix2 {
	   display: none;
    }
    div#presskit table td.col2 {
        padding: 0 0 0 12px;
    }
    div#presskit table ul li {
        text-indent: 8px;
    }
}
@media (max-width: 800px) {
	html {
        background-position: 80% center;
	}
	div.section_wrapper section {
        padding: 12% 5% 12px 3%;
	}
    div#recordings section#discography-section {
	   padding: 12% 2% 24px 2%;
    }
}
@media (max-width: 755px) {
    div#store section div#storevidholderholder {
       top: 12%;
	   width: 40%;
    }
}
@media (max-width: 720px) {
	div.section_wrapper section {
		padding: 16% 5% 74px 3%;
	}
    div#recordings section#discography-section {
	   padding: 16% 2% 24px 2%;
    }
    /*div#tours div.tours-1 {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    div#tours div.tours-2 {
        float: none;
        width: 100%;
    }
    div#tours p.opt-div {
        display: block;
    }*/
    div#tours ul li {
        border-top: 1px dotted #555;
    }
    div#tours ul li div.tours-date {
        width: 10%;
        padding-right: 4%;
    }
    div#tours ul li div.tours-venue {
        width: 52%;
        padding-right: 4%;
    }
    div#tours ul li div.tours-loc {
        width: 28%;
    }
    div#news div.FBidiotFix1 {
	   display: none;
    }
    div#news div.FBidiotFix2 {
	   display: block;
    }
	footer {
		height: 52px;
		margin-top: -52px;
	}
	footer ul#socIcons {
		bottom: 26px;
		left: 3%;
	}
}
@media (max-width: 560px) {
	div.section_wrapper section {
		padding: 20% 10% 74px 5%;
	}
    div#recordings section#discography-section {
	   padding: 20% 2% 24px 2%;
    }
    div#store section div#storevidholderholder {
       position: static;
       top: 0;
	   width: 100%;
       margin-bottom: 12px;
    }
	footer {
		height: 68px;
		margin-top: -68px;
	}
	footer ul#socIcons {
		bottom: 42px;
		left: 5%;
	}
	footer address {
		padding: 0 24px 0 5%;
	}
}
@media (max-width: 500px) {
	header {
		top: 26%;
		left: 2%;
	}
	header img {
		width: 94%;
	}
	header img#full-width {
		display: none;
	}
	header img#narrow-width {
		display: block;
	}
    div.section_wrapper section {
		padding: 24% 10% 74px 5%;
	}
    div#recordings section#discography-section {
	   padding: 24% 2% 24px 2%;
    }
    div#news div.FBidiotFix2 {
	   display: none;
    }
    div#news div.FBidiotFix3 {
	   display: block;
    }
}
@media (max-width: 400px) {
    div.section_wrapper section {
		padding: 32% 10% 74px 5%;
	}
    div#recordings section#discography-section {
	   padding: 32% 2% 24px 2%;
    }
    nav#main_nav ul#menu ul#menu_nav {
        left: -84px;
    }
    section img {
        width: 100%;
    }
    .img-left, .img-right {
        float: none;
    }
    .img-left:follow, .img-right:follow {
        float: none;
    }
}