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

/* Overrides
---------------------------------*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* Removes list-style from lists */
ol, ul {
	list-style: none;
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
/* Removes borders and spacing from tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content: '';
}

/* General settings
---------------------------------*/
body {
	background: url(../../images/site2026/siteBG.jpg) 50% -80px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #3e382e;
}
a:link {
	color: #8c4210;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #8c4210;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #8c4210;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #8c4210;
	font-weight: bold;
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 12px;
}
h1 {
    font-size: 2.0em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.0em;
}
h5 {
    font-size: 0.8em;
}
h6 {
    font-size: 0.7em;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.textimage-1 {
	float: left;
	margin-right: 4px;
}
.textimage-2 {
	float: right;
	margin-left: 4px;
}

/* Preload
---------------------------------*/
main {
	opacity: 1;
    transition: 4s opacity;
}
main.fade-out {
    opacity: 0;
    transition: none;
}

/* Wrapper settings
---------------------------------*/
div#top_wrapper {
	position: relative;
	width: 100%;
	height: 33px;
	background: url(../../images/site2026/topBand.jpg) 50% top repeat-x;
}
div#sub_wrapper {
	position: relative;
	max-width: 1014px;
	margin: 0px auto;
	background: url(../../images/site2026/contentBG.jpg) left -71px repeat-y;
}
div#page_wrapper {
	position: relative;
	max-width: 1014px;
	margin: 0px auto;
	background: url(../../images/site2026/pageBG-sansLogo.jpg) no-repeat;
}
div#content_wrapper {
	position: relative;
	max-width: 1014px;
	padding: 209px 0 0 0;
}

/* Identity
---------------------------------*/
div#identity {
	position: absolute;
	top: 27px;
    left: 50px;
    max-width: 291px;
	max-height: 105px;
    z-index: 12;
}
div#identity img {
	width: 100%;
	max-width: 291px;
	height: 105px;
}

/* Top nav
---------------------------------*/
div#top_nav {
	position: absolute;
	top: 76px;
	left: 339px;
	z-index: 20;
	font-weight: bold;
	font-size: 1.0em;
    background: url(../../images/site2026/topNavOver.jpg) no-repeat -9999px -9999px; /*preloads over img*/
}
div#top_nav ul li {
	display: block;
    float: left;
}
div#top_nav ul li a:link {
    display: block;
    height: 23px;
    padding: 4px 15px 0 15px; /*adjust here for spacing (left=right)*/
    text-align: center;
    color: #452f08;
}
div#top_nav ul li a:visited {
    display: block;
    height: 23px;
    padding: 4px 15px 0 15px; /*adjust here for spacing (left=right)*/
    text-align: center;
	color: #452f08;
}
div#top_nav ul li a:hover {
    display: block;
    height: 23px;
    padding: 4px 14px 0 14px; /*adjust here for spacing (left=right/each -1)*/
    text-align: center;
	color: #000;
	text-decoration: none;
    border-left: 1px solid #ecc58d;
    border-right: 1px solid #ecc58d;
    background: url(../../images/site2026/topNavOver.jpg) repeat-x;
}
div#top_nav ul li a:active {
    display: block;
    height: 23px;
    padding: 4px 15px 0 15px; /*adjust here for spacing (left=right)*/
    text-align: center;
	color: #452f08;
}

/* Sub nav
---------------------------------*/
div#sub_nav {
	position: absolute;
	top: 146px;
	left: 68px;
	z-index: 21;
	font-weight: bold;
	font-size: 1.0em;
    background: url(../../images/site2026/subNavOver.jpg) no-repeat -9999px -9999px; /*preloads over img*/
    z-index: 100;
}
div#sub_nav ul li {
	display: block;
	float: left;
}
div#sub_nav ul li a:link {
	display: block;
    height: 24px;
	padding: 4px 17px 0 17px; /*adjust here for spacing (left=right)*/
    text-align: center;
	color: #452f08;
}
div#sub_nav ul li a:visited {
	display: block;
    height: 24px;
	padding: 4px 17px 0 17px; /*adjust here for spacing (left=right)*/
    text-align: center;
	color: #452f08;
}
div#sub_nav ul li a:hover {
	display: block;
    height: 24px;
	padding: 4px 16px 0 16px; /*adjust here for spacing (left=right/each -1)*/
    text-align: center;
	color: #000;
	text-decoration: none;
    border-left: 1px solid #ecc58d;
    border-right: 1px solid #ecc58d;
    background: url(../../images/site2026/subNavOver.jpg) repeat-x;
}
div#sub_nav ul li a:active {
	display: block;
    height: 24px;
	padding: 4px 17px 0 17px; /*adjust here for spacing (left=right)*/
    text-align: center;
	color: #452f08;
}

/* Menus (mobile-responsive)
---------------------------------*/
div#menu-builder, div#menu-type {
    position: absolute;
	top: 150px;
    left: 146px;
    width: 180px;
	z-index: 40;
	font-weight: bold;
	font-size: 1.0em;
    text-align: right;
}
div#menu-type {
    left: 355px;
    width: 180px;
	z-index: 20;
    text-align: left;
}
div#menu, div#menu-items {
	display: none;
    position: absolute;
	top: 80px;
	left: 245px;
    width: 180px;
	z-index: 20;
	font-weight: bold;
	font-size: 1.0em;
    text-align: center;
}
div#menu-items {
	top: 150px;
	left: 61px;
    text-align: left;
}
div#menu-builder div#menu-builder-icon, div#menu-type div#menu-type-icon, div#menu div#menu-icon, div#menu-items div#menu-items-icon {
    margin: 0 auto;
}
div#menu-builder div#menu-builder-icon a, div#menu-type div#menu-type-icon a {
    color: #452f08;
}
div#menu div#menu-icon a, div#menu-items div#menu-items-icon a {
    color: #222;
}
div#menu-builder div#builder-point, div#menu-type div#type-point, div#menu div#point, div#menu-items div#items-point {
    margin: 4px 0 2px;
    color: #222;
}
div#menu ul {
    padding: 8px;
    font-weight: bold;
    line-height: 2.0em;
    font-size: 1.1em;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: rgb(131, 75, 40);
    background: rgba(131, 75, 40, 0.8);
    /* rounded corners */
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
}
div#menu-builder ul, div#menu-type ul, div#menu-items ul {
    padding: 8px;
    font-weight: bold;
    line-height: 1.6em;
    font-size: 1.1em;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: rgb(131, 75, 40);
    background: rgba(131, 75, 40, 0.8);
    /* rounded corners */
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
}
div#menu-builder ul li.menu-builder-heading, div#menu-items ul li.menu-items-heading {
	color: #000;
}
div#menu-builder ul li a:link, div#menu-type ul li a:link, div#menu ul li a:link, div#menu-items ul li a:link {
	color: #eee4dd;
}
div#menu-builder ul li a:visited, div#menu-type ul li a:visited, div#menu ul li a:visited, div#menu-items ul li a:visited {
	color: #eee4dd;
}
div#menu-builder ul li a:hover, div#menu-type ul li a:hover, div#menu ul li a:hover, div#menu-items ul li a:hover {
	color: #000;
	text-decoration: none;
}
div#menu-builder ul li a:active, div#menu-type ul li a:active, div#menu ul li a:active, div#menu-items ul li a:active {
	color: #eee4dd;
}

/* Sold nav
---------------------------------*/
p#msg {
    margin: 32px 0 0 0;
    font-size: 1.2em;
}
ul#sold_nav {
	max-width: 468px;
	padding: 5px 48px 18px 48px;
    margin-top: 48px;
    background: url(../../images/site2026/soldNavSlice.jpg) repeat-y;
    /* rounded corners */
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
    -moz-box-shadow: 2px 2px 6px 0px #333;
	-webkit-box-shadow: 2px 2px 6px 0px #333;
    box-shadow: 2px 2px 6px 0px #333;
}
ul#sold_nav li#sold_nav_top {
    text-align: right;
    font-size: 1.2em;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #8c4210;
}
ul#sold_nav li a:link, ul#sold_nav li a:visited {
	display: block;
}
ul#sold_nav li a:hover {
    color: #000;
    text-decoration: none;
    background: url(../../images/site2026/sideNavSelect.jpg) no-repeat left 3px;
}
ul#sold_nav li a:active {
    display: block;
}

/* Royal Slider (home page)
---------------------------------*/
.royalSlider {
	width: 100% !important;
    margin-bottom: 12px;
}
.royalSlider img.feat-wide {
	max-width: 932px;
}
div.SS-clear {
	clear: both;
    height: 12px;
}

/* Breadcrumbs + sold links
---------------------------------*/
div#breadcrumbs {
	position: absolute;
	top: 186px;
	left: 60px;
	font-weight: bold;
}
div#sold-link-items {
    position: absolute;
    top: 175px;
    right: 58px;
    height: 17px;
    padding: 1px 7px 0 58px;
    font-size: 0.9em;
    text-align: right;
    background-color: #d4c6af;
    /* drop shadow */
	-moz-box-shadow: 1px 1px 4px 0px #555;
	-webkit-box-shadow: 1px 1px 4px 0px #555;
    box-shadow: 1px 1px 4px 0px #555;
}
div#sold-link-itemsList {
    position: absolute;
    top: 175px;
    right: 58px;
    height: 17px;
    padding: 1px 7px 0 58px;
    font-size: 0.9em;
    text-align: right;
    background-color: #d4c6af;
    /* drop shadow */
	-moz-box-shadow: 1px 1px 2px 0px #555;
	-webkit-box-shadow: 1px 1px 2px 0px #555;
    box-shadow: 1px 1px 2px 0px #555;
}

/* Content
---------------------------------*/
div.content, div.content-404 {
	max-width: 982px;
	padding: 0 20px 0 12px;
    margin-top: 16px;
    margin-left: 32px;
}
div.content-videos-page {
	max-width: 982px;
	padding: 0 20px 0 12px;
    margin-left: 32px;
}

/* Content-home page
---------------------------------*/
div.featured-special {
    clear: both;
    max-width: 100%;
    min-height: 124px;
    font-size: 1.2em;
}
div.featured-special h2 {
    border-bottom: 1px dotted #666;
}
div.featured-special img {
    float: left;
    margin-right: 8px;
    margin-bottom: 12px;
    border: #a76d3b 2px solid;
}
div.featured-special a:hover img {
    border: #361420 2px solid;
}
div#homeLeft {
    max-width: 450px;
    float: left;
}
div#homeRight {
    max-width: 450px;
    float: left;
    margin-left: 50px;
}
div#homeLeft h3, div#homeRight h3 {
    border-bottom: 1px dotted #666;
}
div.newsCell {
    margin-bottom: 16px;
    /*border-top: 1px dotted #666;*/
}
div.newsCell-floaty {
    position: relative;
    float: left;
    width: 450px;
    max-width: 450px;
    min-height: 500px;
    margin: 0 24px 18px 0;
}
div.newsCell-floaty img {
    width: 450px !important;
    height: auto !important;
}
div.clearing {
    width: 100%;
    height: 1px;
    clear: both;
}

/* Content-home page videos
---------------------------------*/
div#homeLeft ul.home-page-videos {
    text-align: center;
    font-weight: bold;
}
div#homeLeft ul.home-page-videos li {
    margin-bottom: 18px;
}
div#homeLeft ul.home-page-videos li div {
	height: 175px;
    overflow: hidden;
    margin-bottom: 2px;
    border: 2px solid #000;
}
div#homeLeft ul.home-page-videos li div img {
    width: 100%;
    max-width: 324px;
    height: auto;
    margin-top: -10%;
}
div#homeLeft ul.home-page-videos li span {
    display: block;
}

/* Content-articles
---------------------------------*/
div.content img.img-full-width-responsive {
	width: 100% !important;
    max-width: 690px !important;
    height: auto !important;
}
div.content div.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
div.content div.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Contact form
---------------------------------*/
div#sign_up2 span {
    display: block;
    padding: 2px 6px 2px 0;
    font-weight: bold;
}
div#sign_up2 a:link, div#sign_up2 a:visited, div#sign_up2 a:active {
    padding: 1px;
}
div#sign_up2 a:hover {
    padding: 1px 1px 0 1px;
    border-bottom: 1px solid #333;
}

/* Content-videos
---------------------------------*/
div#videos-content h2 {
    color: rgb(173, 87, 34);
    color: rgba(173, 87, 34, 0.8);
	text-align: center;
    margin-bottom: 24px;
}
div#videos-content h2.notfirst {
	margin-top: 48px;
}
div#videos-content h4 {
	width: 95%;
	border-top: 1px dotted #777;
	border-bottom: 1px dotted #777;
    padding-top: 1px;
    padding-left: 8px;
    background-color: rgb(219, 219, 219);
    background-color: rgba(143, 143, 143, 0.2);
    -moz-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
div#videos-content ul {
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 18px;
}
div#videos-content ul li {
	display: inline-block;
    max-width: 212px;
    margin-right: 4px;
    margin-bottom: 8px;
}
div#videos-content ul li div {
	height: 118px;
    overflow: hidden;
    margin-bottom: 2px;
    -webkit-box-shadow: 2px 1px 2px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 1px 2px 0px rgba(0,0,0,0.6);
    -khtml-box-shadow: 2px 1px 2px 0px rgba(0,0,0,0.6);
    box-shadow: 2px 1px 2px 0px rgba(0,0,0,0.6);
}
div#videos-content ul li img {
	width: 212px;
    height: auto;
    border: 2px solid #000;
    margin-top: -10%;
}
div#videos-content ul li span {
	display: block;
    height: 2.5em;
    max-height: 2.5em;
    overflow: hidden;
}

/* Content-coming soon
---------------------------------*/
div.coming-soon ul, div.content ol {
    list-style: disc outside none;
    margin-bottom: 12px;
}
div.coming-soon li {
    margin-left: 32px;
}

/* Content-itemsList
---------------------------------*/
div.itemCell {
    position: relative;
    float: left;
    width: 450px;
    max-width: 450px;
    margin: 0 24px 18px 0;
}
div.itemCell h4 {
    width: 97%;
    height: 22px;
    margin-bottom: 4px;
    padding: 3px 1% 0 2%;
    background: url(../../images/site2026/titleSwatch.jpg);
}
div.itemCell h4 a:link {
    color: #3e382e;
}
div.itemCell h4 a:visited {
    color: #3e382e;
}
div.itemCell h4 a:hover {
    color: #000;
}
div.itemCell h4 a:active {
    color: #3e382e;
}
div.itemCell img {
	width: 252px;
    height: auto;
    margin-right: 8px;
    border: #a76d3b 2px solid;
}
div.itemCell a:hover img {
    border: #361420 2px solid;
}
div.itemCell div.featured-blurb {
    position: absolute;
    top: 29px;
    /*left: 124px;
    width: 200px;
    max-width: 240px;*/
    left: 264px;
    width: 186px;
    max-width: 186px;
}
div.itemCell ul {
    position: absolute;
    top: 29px;
    /*left: 124px;
    width: 200px;
    max-width: 240px;*/
    left: 264px;
    width: 186px;
    max-width: 186px
    height: 146px;
    overflow: hidden;
}
div.itemCell li {
    padding-bottom: 8px;
}
div.itemCell ul span {
    font-weight: bold;
}
p.pagecounter {
    clear: both;
    padding-right: 96px;
    font-size: 1.5em;
    text-align: center;
}

/* Content-leadBlock
---------------------------------*/
h1.itemTitle {
    font-size: 1.3em;
    margin-left: 16px;
    margin-bottom: 5px;
}
div.leadBlock {
    padding-bottom: 12px;
}
div.leadBlock img {
	float: left;
    margin: 7px 18px 16px 0px;
    width: 464px;
    height: auto;
    object-fit: fill;
    object-position: 34% 32%;
    border-radius: 26px;
    box-shadow: 0px 0px 1px #333;
}
div.leadBlock p.price {
    padding-top: 32px;
}
div.leadBlock p {
    font-size: 1.1em;
}

/* Content-tabBlock
---------------------------------*/
div#tab-container-1 {
    position: relative;
}
div#tab-container-1, div.tab {
    clear: both;
}

/* Content-tabNav
---------------------------------*/
ul.tabNav {
    position: absolute;
    padding: 5px 0 0;
}
ul.tabNav li {
    display: block;
    float: left;
    width: 130px;
    text-align: center;
}
ul.tabNav li a:link {
    color: #3e382e;
    font-weight: normal;
}
ul.tabNav li a:visited {
    color: #3e382e;
    font-weight: normal;
}
ul.tabNav li a:hover {
    color: #fbf7e7;
    font-weight: normal;
    text-decoration: none;
}
ul.tabNav li a:active {
    color: #3e382e;
    font-weight: normal;
}

/* Content-photoBlock
---------------------------------*/
div#photoBlock-3tabs {
    padding: 31px 0 0 0;
    background: url(../../images/site2026/3-tabsBG1.jpg) no-repeat;
}
div#photoBlock-4tabs {
    padding: 31px 0 0 0;
    background: url(../../images/site2026/4-tabsBG1.jpg) no-repeat;
}
div#photoBlock-3tabs div.tabBlockSub, div#photoBlock-4tabs div.tabBlockSub {
    padding: 6px 0 0 6px;
    background: url(../../images/site2026/leftLine.jpg) repeat-y;
}
ul.galthumbs li {
    float: left;
    padding: 2px;
    margin: 4px;
    text-align: center;
}
ul.galthumbs img {
    border: #a76d3b solid 2px;
}
ul.galthumbs a:hover img {
    border: #361420 solid 2px;
}
span.spacer {
    clear: both;
    display: block;
    width: 100%;
}

/* Content-descriptionBlock
---------------------------------*/
div#descBlock-3tabs {
    padding: 31px 0 0 0;
    background: url(../../images/site2026/3-tabsBG2.jpg) no-repeat;
}
div#descBlock-4tabs {
    padding: 31px 0 0 0;
    background: url(../../images/site2026/4-tabsBG2.jpg) no-repeat;
}
div#descBlock-3tabs div.tabBlockSub, div#descBlock-4tabs div.tabBlockSub {
    padding: 6px 0 0 11px;
    background: url(../../images/site2026/leftLine.jpg) repeat-y;
}

/* Content-multimediaBlock
---------------------------------*/
div#multiBlock-4tabs {
    padding: 31px 0 0 0;
    background: url(../../images/site2026/4-tabsBG3.jpg) no-repeat;
}
div#multiBlock-4tabs div.tabBlockSub {
    padding: 6px 0 0 11px;
    background: url(../../images/site2026/leftLine.jpg) repeat-y;
}
div.tabBlockSub div.videoWrapper iframe {
	-moz-box-shadow: 1px 1px 7px 0px #222;
	-webkit-box-shadow: 1px 1px 7px 0px #222;
	box-shadow: 1px 1px 7px 0px #222;
}

/* Content-specsBlock
---------------------------------*/
div#specsBlock-3tabs {
    padding: 31px 0 0 0;
    background: url(../../images/site2026/3-tabsBG3.jpg) no-repeat;
}
div#specsBlock-4tabs {
    padding: 31px 0 0 0;
    background: url(../../images/site2026/4-tabsBG4.jpg) no-repeat;
}
div#specsBlock-3tabs div.tabBlockSub, div#specsBlock-4tabs div.tabBlockSub {
    padding: 6px 0 0 11px;
    background: url(../../images/site2026/leftLine.jpg) repeat-y;
}
div#specsBlock-3tabs table, div#specsBlock-4tabs table {
    width: 90%;
}
div#specsBlock-3tabs td.a-line, div#specsBlock-4tabs td.a-line {
    text-transform: uppercase;
    text-align: right;
    padding-right: 10px;
}
div#specsBlock-3tabs tr.even-row, div#specsBlock-4tabs tr.even-row {
    background: #c2aa90;
}

/* Content-Backstage
---------------------------------*/
div.itemCell li span.backstage_price, div.leadBlock p.backstage_price {
	color: #941b0e;
}

/* Content-404
---------------------------------*/
div.content-404 {
	text-align: center;
}

/* Site info
---------------------------------*/
div#site_info {
	clear: both;
	max-width: 970px;
	height: 64px;
	font-size: 0.7em;
    line-height: 1.2em;
	text-align: right;
	padding: 45px 44px 0 0;
	background: url(../../images/site2026/contentBot.jpg) no-repeat;
}
div#site_info address {
	display: block;
}
div#site_info address.foot-line-2 {
	margin-top: -12px;
}

/* Sign up link
---------------------------------*/
div#sign_up {
    position: absolute;
    top: 20px;
    left: 500px;
}
div#sign_up span {
    display: block;
    float: left;
    padding: 2px 6px 2px 0;
    font-weight: bold;
    font-size: 0.9em;
    color: #555;
}
div#sign_up a:link, div#sign_up a:visited, div#sign_up a:active {
    padding: 1px;
}
div#sign_up a:hover {
    padding: 1px 1px 0 1px;
    border-bottom: 1px solid #333;
}

/* Social Media links
---------------------------------*/
div#soc_med {
    position: absolute;
    top: 20px;
    left: 662px;
}
div#soc_med span {
    display: block;
    float: left;
    padding-top: 2px;
    font-weight: bold;
    font-size: 0.9em;
    color: #555;
}
div#soc_med ul {
    float: left;
    padding-left: 6px;
}
div#soc_med li {
    display: inline;
}
div#soc_med li a:link, div#soc_med li a:visited, div#soc_med li a:active {
    padding: 1px;
}
div#soc_med li a:hover {
    padding: 1px 1px 0 1px;
    border-bottom: 1px solid #333;
}

/* Graphical
---------------------------------*/
div#stringsExt {
	position: absolute;
	top: 54px;
	left: -746px;
	width: 746px;
	height: 35px;
	background: url(../../images/site2026/stringsExt.png) no-repeat;
}
div#guitarNeck {
	position: absolute;
	top: 111px;
	left: -163px;
	width: 210px;
    height: 98%;
	background: url(../../images/site2026/guitarNeck.png) no-repeat;
}

/* Search
---------------------------------*/
div#search-area {
	position: absolute;
	top: 122px;
	right: 36px;
	width: 197px;
	height: 29px;
    padding: 8px 0 0 12px;
	background: url(../../images/site2026/searchBG.png) no-repeat;
}
div#search-area label {
    display: none;
}
div#search-area input#search {
    background:none;
    border:none;
}
div#search-area input#submit {
    position:absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 37px;
    display:block;
    background: transparent url(../../images/site2026/search-submitBG.gif) no-repeat;
    border:none;
    outline:none;
    text-indent: -2000px;
}
li.search_list_item {
    padding: 2px 0 16px;
    border-top: #000 1px dotted;
}

/* Responsive
---------------------------------------------------------------*/
@media (max-width: 1032px) {
	div#page_wrapper {
		background: url(../../images/site2026/pageBG-mobile.jpg) no-repeat;
	}
	div#identity {
    	left: 0px;
    }
    div#top_nav {
		left: 299px;
	}
    div#top_nav ul li a:link {
    	padding: 4px 10px 0 10px; /*adjust here for spacing (left=right)*/
	}
    div#sub_nav {
		left: 49px;
	}
    div#sub_nav ul li a:link {
		padding: 4px 10px 0 10px; /*adjust here for spacing (left=right)*/
	}
    div#menu-builder {
    	left: 100px;
	}
	div#menu-type {
    	left: 304px;
	}
    div#breadcrumbs {
		left: 32px;
	}
    div.content, div.content-404, div.content-videos-page {
    	margin-left: 8px;
	}
    div#stringsExt {
		display: none;
	}
    div.itemCell, div.newsCell-floaty {
    	float: none;
    	margin: 0 auto 18px 20%;
	}
}
@media (max-width: 944px) {
	div#search-area {
		top: 109px;
		right: 20px;
	}
	div.featured-special img {
		width: 100% !important;
        max-width: 275px !important;
		height: auto !important;
	}
    div.featured-special img.feat-wide {
		width: 98% !important;
        max-width: 932px !important;
		height: auto !important;
	}
	div#homeLeft {
    	float: none;
	}
    div.newsCell img {
		width: 100% !important;
		max-width: 324px !important;
		height: auto !important;
	}
	div#homeRight {
    	float: none;
    	margin-left: 0;
	}
    div#homeRight div.itemCell {
    	margin: 0 auto 18px 0;
    }
    div#site_info {
    	max-width: 990px;
        padding: 45px 24px 0 0;
	}
}
@media (max-width: 908px) {
    div#sold-link-itemsList, div#sold-link-items {
    	right: 8px;
	}
    div#homeLeft ul.home-page-videos {
    	width: 98%;
	}
}
@media (max-width: 840px) {
    div#sign_up {
    	top: 20px;
    	left: 8px;
	}
	div#soc_med {
    	top: 20px;
    	left: 42px;
	}
    div#sign_up span, div#soc_med span, div#renee span {
    	display: none;
	}
    div#search-area {
		top: 28px;
        right: 8px;
	}
    div.content img.img-responsive {
    	width: 100% !important;
    	max-width: auto !important;
    	height: auto !important;
	}
    div.leadBlock img {
    	float: none;
    	margin-right: 0;
	}
    div.leadBlock p.price {
    	padding-top: 0;
	}
    ul.tabNav li {
    	float: none;
        height: 26px;
	}
    div#photoBlock-3tabs {
    	padding: 80px 0 0 0;
    	background: url(../../images/site2026/3-tabsMobileBG1.png) no-repeat;
	}
	div#photoBlock-4tabs {
    	padding: 105px 0 0 0;
    	background: url(../../images/site2026/4-tabsMobileBG1.png) no-repeat;
	}
	div#descBlock-3tabs {
    	padding: 80px 0 0 0;
    	background: url(../../images/site2026/3-tabsMobileBG2.png) no-repeat;
	}
	div#descBlock-4tabs {
    	padding: 105px 0 0 0;
    	background: url(../../images/site2026/4-tabsMobileBG2.png) no-repeat;
	}
	div#multiBlock-4tabs {
    	padding: 105px 0 0 0;
    	background: url(../../images/site2026/4-tabsMobileBG3.png) no-repeat;
	}
	div#specsBlock-3tabs {
    	padding: 80px 0 0 0;
    	background: url(../../images/site2026/3-tabsMobileBG3.png) no-repeat;
	}
	div#specsBlock-4tabs {
    	padding: 105px 0 0 0;
    	background: url(../../images/site2026/4-tabsMobileBG4.png) no-repeat;
	}
    div.tabBlockSub div.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		height: 0;
	}
	div.tabBlockSub div.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 740px) {
	div#top_nav {
    	display: none;
    }
    div#menu {
		display: block;
	}
    div#menu div.menu1 {
		display: none;
	}
}
@media (max-width: 680px) {
	div#captcha_box {
    	margin: 6px 0 4px 0;
	}
    div.itemCell {
    	margin: 0 auto 18px auto;
	}
}
@media (max-width: 580px) {
    div#menu-builder, div#menu-type, div#sub_nav {
    	display: none;
    }
    div#menu div.menu1, div#menu-items {
		display: block;
	}
    div.content, div.content-404, div.content-videos-page {
		padding: 0 8px 0 8px;
    	margin-left: 0;
		float: none;
	}
    div#breadcrumbs {
		left: 30px;
	}
	div.itemCell {
    	width: 100%;
    	margin: 0 auto 18px 12%;
	}
    div.itemCell ul {
    	width: auto;
	}
    div#homeRight div.itemCell {
    	width: 100%;
    	margin: 0 auto 18px 0;
	}
    div#homeRight div.itemCell div.featured-blurb {
    	width: auto;
	}
}
@media (max-width: 520px) {
    div.itemCell {
    	margin: 0 auto 18px auto;
	}
}