/*---------------------------------------------------------------------------------------------------*/
/*                                                                                                   */
/* Copyright (c) 2021 by color:gray. All Rights Reserved.    	                                     */
/*                                                                                                   */
/* CSS        : layout.css                                                                           */
/*                                                                                                   */
/* Description: Layout rules for Henman Guitars website                                              */
/*                                                                                                   */
/*---------------------------------------------------------------------------------------------------*/

/* Overrides
---------------------------------*/
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, sup, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/* General settings
---------------------------------*/
body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #555;
}
a:link, table#subnav td ul li a:link {
	text-decoration: none;
    font-weight: bold;
	color: #555;
}
a:visited, table#subnav td ul li a:visited {
	text-decoration: none;
    font-weight: bold;
	color: #555;
}
a:hover, table#subnav td ul li a:hover {
	text-decoration: none;
    font-weight: bold;
	color: #000;
}
a:active, table#subnav td ul li a:active {
	text-decoration: none;
    font-weight: bold;
	color: #555;
}
p, h1, h2, h3, h4, h5, h6 {
	padding-bottom: 12px;
	line-height: 1.3em;
}
address {
	line-height: 1.3em;
}
.img-left {
	float: left;
	margin-right: 12px;
}
.img-right {
	float: right;
	margin-left: 12px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
strong, b {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* Wrapper settings
---------------------------------*/
div#page_wrapper {
	position: relative;
	max-width: 818px;
	margin: 0 auto 20px auto;
	padding: 0 60px 0 102px;
}
div#content_wrapper {
	max-width: 740px;
	padding: 10px 6px 12px 18px;
	text-transform: uppercase;
    font-size: 0.9em;
}

/* Identity
---------------------------------*/
div#page_wrapper div#identity {
	width: 100%;
    height: 60px;
	background-image: url(/images/site/henman.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: -1000px;
}
div#page_wrapper div#identity h1 {
	font-size: 1.0em;
}
div#page_wrapper div#identity_logo {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	margin-bottom: 32px;
}

/* Location
---------------------------------*/
div#page_wrapper div#location {
	display: none;
	position: absolute;
	top: 16px;
	right: 100px;
	text-align: right;
	color: #000;
}
div#page_wrapper div#location h2 {
	font-size: 1.25em;
	font-weight: bold;
}
div#page_wrapper div#location form {
	display: none;
}

/* Navs
---------------------------------*/
div#page_wrapper div#main_nav {
	position: absolute;
	top: 70px;
	left: 0;
	width: 102px;
	text-align: right;
	font-weight: bold;
    line-height: 1.4em;
}
div#page_wrapper div#content_wrapper table#subnav {
	width: 100%;
}
div#page_wrapper div#content_wrapper table#subnav h3 {
	font-size: 2em;
	font-weight: normal;
	padding: 0;
}
div#page_wrapper div#content_wrapper table#subnav li {
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	border-top: solid #f7f5ef 4px;
    border-left: solid #777 1px;
	border-right: solid #444 2px;
    border-bottom: solid #777 2px;
    background: #f7f5ef;
	padding: 0 4px;
	margin-bottom: 0;
}

/* Content
---------------------------------*/
div#content_wrapper img, div#content_wrapper ul.repeater li img {
	width: auto;
	max-width: 100%;
	height: auto;
}
div#content_wrapper a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
div#content_wrapper a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
div#content_wrapper a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
div#content_wrapper a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
div#page_wrapper div#content_wrapper h4, div#page_wrapper div#content_wrapper span.v-lg-text {
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.3em;
}
div#page_wrapper div#content_wrapper h5, div#page_wrapper div#content_wrapper span.m-lg-text {
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1.2em;
}
div#page_wrapper div#content_wrapper h6, div#page_wrapper div#content_wrapper span.sl-lg-text {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
}
div#page_wrapper div#content_wrapper table#subnav {
	margin-bottom: 12px;
}
div#page_wrapper div#content_wrapper ul.repeater {
	clear: both;
	width: 100%;
}
div#page_wrapper div#content_wrapper ul.repeater li {
	float: none;
	width: 99%;
	vertical-align: top;
	padding: 0 1% 6px 0;
}
div#page_wrapper div#content_wrapper div#inst-links img, div#page_wrapper div#content_wrapper div#inst-links a:link img, div#page_wrapper div#content_wrapper span.avail-links img, div#page_wrapper div#content_wrapper span.avail-links a:link img {
	border: solid 1px #fff;
}
div#page_wrapper div#content_wrapper div#inst-links a:hover img, div#page_wrapper div#content_wrapper span.avail-links a:hover img {
	border: solid 1px #333;
}
div#page_wrapper div#content_wrapper table.revsmedia {
	width: 100%;
}
div#page_wrapper div#content_wrapper table.revsmedia td {
	text-align: center;
}
div#page_wrapper div#content_wrapper table.events td {
	vertical-align: bottom;
}
div#contact {
	background: url(/images/content/hen-mini2.jpg) no-repeat;
	height: 399px;
	padding: 94px 64px 0 0;
	text-align: right;
	font-weight: bold;
	color: #fff;
}
div#page_wrapper div#content_wrapper ul.contact-table {
	width: 100%;
}
div#page_wrapper div#content_wrapper ul.contact-table li {
	width: 100%;
	vertical-align: top;
	margin-bottom: 12px;
}
div#contact a:link {
	color: #999
}
div#contact a:hover {
	color: #fff
}
div#page_wrapper div#content_wrapper div.single {
	clear: both;
}

/* Site info
---------------------------------*/
div#page_wrapper footer#site_info {
	clear: both;
	font-size: 0.7em;
	text-align: center;
}

/* Responsive
---------------------------------*/
@media (min-width: 690px) {
    div#page_wrapper {
		max-width: 764px;
		padding: 0 96px 0 120px;
	}
	div#page_wrapper div#location {
        display: block;
    }
	div#page_wrapper div#identity {
		background-position: 42%;
	}
	div#page_wrapper div#identity_logo {
		width: 96px;
	}
	div#page_wrapper div#main_nav {
		width: 120px;
	}
	div#page_wrapper div#content_wrapper ul.repeater li {
		float: left;
		width: 49%;
	}
	div#page_wrapper div#content_wrapper div.availables ul.repeater li.l-tab {
		width: 29%;
	}
	div#page_wrapper div#content_wrapper div.availables ul.repeater li.r-tab {
		width: 69%;
	}
}
@media (min-width: 780px) {
	div#page_wrapper div#location form {
		display: block;
	}
}
@media (min-width: 900px) {
	div#page_wrapper div#content_wrapper ul.contact-table li {
		display: inline-block;
		width: 33%;
	}
}