/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2015 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/site/siteBG.jpg) 50% -80px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	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;
}

/* Wrapper settings
---------------------------------*/
div#top_wrapper {
	position: relative;
	width: 100%;
	height: 86px;
	background: url(../../images/site/topBand.jpg) 50% top repeat-x;
}
div#sub_wrapper {
	position: relative;
	max-width: 1014px;
	margin: 0px auto;
	background: url(../../images/site/contentBG.jpg) left -71px repeat-y;
}
div#page_wrapper {
	position: relative;
	max-width: 1014px;
	margin: 0px auto;
	background: url(../../images/site/pageBG-sansLogo.jpg) no-repeat;
}
div#content_wrapper {
	position: relative;
	max-width: 1014px;
    min-height: 80em; /* ADJUST HERE TO ACCOMMODATE CHANGES TO SIDE MENU HEIGHT */
	padding: 332px 0 0 0;
}

/* Identity
---------------------------------*/
div#identity {
	position: absolute;
	top: 74px;
    left: 24px;
    max-width: 375px;
	max-height: 162px;
    z-index: 12;
}
div#identity img {
	width: 100%;
	max-width: 375px;
	height: 162px;
}

/* Top nav
---------------------------------*/
div#top_nav {
	position: absolute;
	top: 120px;
	left: 446px;
	z-index: 20;
	font-weight: bold;
	font-size: 1.2em;
    background: url(../../images/site/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: 26px;
    padding: 7px 15px 0 15px; /*adjust here for spacing (left=right)*/
    text-align: center;
    color: #452f08;
}
div#top_nav ul li a:visited {
    display: block;
    height: 26px;
    padding: 7px 15px 0 15px; /*adjust here for spacing (left=right)*/
    text-align: center;
	color: #452f08;
}
div#top_nav ul li a:hover {
    display: block;
    height: 26px;
    padding: 7px 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/site/topNavOver.jpg) repeat-x;
}
div#top_nav ul li a:active {
    display: block;
    height: 26px;
    padding: 7px 15px 0 15px; /*adjust here for spacing (left=right)*/
    text-align: center;
	color: #452f08;
}

/* Sub nav
---------------------------------*/
div#sub_nav {
	position: absolute;
	top: 261px;
	left: 167px;
	z-index: 21;
	font-weight: bold;
	font-size: 1.2em;
    background: url(../../images/site/subNavOver.jpg) no-repeat -9999px -9999px; /*preloads over img*/
}
div#sub_nav ul li {
	display: block;
	float: left;
}
div#sub_nav ul li a:link {
	display: block;
    height: 26px;
	padding: 7px 17px 0 17px; /*adjust here for spacing (left=right)*/
    text-align: center;
	color: #452f08;
}
div#sub_nav ul li a:visited {
	display: block;
    height: 26px;
	padding: 7px 17px 0 17px; /*adjust here for spacing (left=right)*/
    text-align: center;
	color: #452f08;
}
div#sub_nav ul li a:hover {
	display: block;
    height: 26px;
	padding: 7px 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/site/subNavOver.jpg) repeat-x;
}
div#sub_nav ul li a:active {
	display: block;
    height: 26px;
	padding: 7px 17px 0 17px; /*adjust here for spacing (left=right)*/
    text-align: center;
	color: #452f08;
}

/* Menus (mobile-responsive)
---------------------------------*/
div#menu, div#menu-items {
	display: none;
    position: absolute;
	top: 128px;
	left: 321px;
    width: 180px;
	z-index: 20;
	font-weight: bold;
	font-size: 1.3em;
    text-align: center;
}
div#menu-items {
	display: none;
    position: absolute;
	top: 268px;
	left: 4px;
    width: 120px;
	z-index: 20;
	font-weight: bold;
	font-size: 1.3em;
    text-align: center;
}
div#menu div#menu-icon, div#menu-items div#menu-items-icon {
    margin: 0 auto;
}
div#menu div#menu-icon a, div#menu-items div#menu-items-icon a {
    color: #222;
}
div#menu div#point, div#menu-items div#items-point {
    margin: 4px 0 2px;
    color: #222;
}
div#menu ul {
    padding: 16px;
    font-weight: bold;
    line-height: 2.0em;
    font-size: 0.9em;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: rgb(131, 75, 40);
    background: rgba(131, 75, 40, 0.75);
    /* rounded corners */
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
}
div#menu-items ul {
    padding: 8px;
    font-weight: bold;
    line-height: 1.6em;
    font-size: 0.6em;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: rgb(131, 75, 40);
    background: rgba(131, 75, 40, 0.75);
    /* rounded corners */
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
}
div#menu-items ul li.menu-items-heading {
	color: #000;
}
div#menu ul li a:link, div#menu-items ul li a:link {
	color: #eee4dd;
}
div#menu ul li a:visited, div#menu-items ul li a:visited {
	color: #eee4dd;
}
div#menu ul li a:hover, div#menu-items ul li a:hover {
	color: #000;
	text-decoration: none;
}
div#menu ul li a:active, div#menu-items ul li a:active {
	color: #eee4dd;
}

/* Side nav
---------------------------------*/
div#side_nav {
	position: absolute;
	width: 188px;
	padding: 28px 6px 0 24px;
    background: url(../../images/site/sideNavSelect.jpg) no-repeat -9999px -9999px; /*preloads btn over image*/
}
div#side_nav li span.side-meta-heading {
    font-size: 1.3em;
    font-weight: bold;
}
div#side_nav ul.side-headings {
	padding: 0 0 12px 26px;
}
div#side_nav ul.side li {
    padding-bottom: 3px;
}
div#side_nav ul.side li a:link {
	color: #3e382e;
    font-weight: normal;
    display: block;
    padding-left: 36px;
    margin-left: -10px;
}
div#side_nav ul.side li a:visited {
	color: #3e382e;
    font-weight: normal;
    display: block;
    padding-left: 36px;
    margin-left: -10px;
}
div#side_nav ul.side li a:hover {
    color: #8c4210;
    font-weight: normal;
    text-decoration: none;
    background: url(../../images/site/sideNavSelect.jpg) no-repeat left 3px;
}
div#side_nav ul.side li a:active {
	color: #3e382e;
    font-weight: normal;
    display: block;
    padding-left: 36px;
    margin-left: -10px;
}

/* 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/site/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/site/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;
}
div.SS-clear {
	clear: both;
    height: 12px;
}

/* Breadcrumbs + sold links
---------------------------------*/
div#breadcrumbs {
	position: absolute;
	top: 298px;
	left: 216px;
	font-weight: bold;
}
div#sold-link-items {
    position: absolute;
    top: 336px;
    right: 42px;
    height: 15px;
    padding: 3px 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: 303px;
    right: 216px;
    height: 15px;
    padding: 2px 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: 744px;
	padding: 0 20px 0 32px;
    margin-left: 218px;
}
div.content-videos-page {
	max-width: 744px;
	padding: 0 20px 0 32px;
    margin-left: 218px;
}

/* Content-home page
---------------------------------*/
div.featured-special {
    clear: both;
    max-width: 692px;
    min-height: 124px;
}
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: 324px;
    float: left;
}
div#homeRight {
    max-width: 334px;
    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.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: 324px;
    max-width: 324px;
    margin: 0 24px 18px 0;
}
div.itemCell h4 {
    width: 97%;
    height: 20px;
    margin-bottom: 4px;
    padding: 5px 1% 0 2%;
    background: url(../../images/site/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 {
    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;
}
div.itemCell ul {
    position: absolute;
    top: 29px;
    left: 124px;
    width: 200px;
    max-width: 240px;
    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-right: 18px;
    width: 100%;
    height: auto;
    max-width: 432px;
}
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: 7px 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/site/3-tabsBG1.jpg) no-repeat;
}
div#photoBlock-4tabs {
    padding: 31px 0 0 0;
    background: url(../../images/site/4-tabsBG1.jpg) no-repeat;
}
div#photoBlock-3tabs div.tabBlockSub, div#photoBlock-4tabs div.tabBlockSub {
    padding: 6px 0 0 6px;
    background: url(../../images/site/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/site/3-tabsBG2.jpg) no-repeat;
}
div#descBlock-4tabs {
    padding: 31px 0 0 0;
    background: url(../../images/site/4-tabsBG2.jpg) no-repeat;
}
div#descBlock-3tabs div.tabBlockSub, div#descBlock-4tabs div.tabBlockSub {
    padding: 6px 0 0 11px;
    background: url(../../images/site/leftLine.jpg) repeat-y;
}

/* Content-multimediaBlock
---------------------------------*/
div#multiBlock-4tabs {
    padding: 31px 0 0 0;
    background: url(../../images/site/4-tabsBG3.jpg) no-repeat;
}
div#multiBlock-4tabs div.tabBlockSub {
    padding: 6px 0 0 11px;
    background: url(../../images/site/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/site/3-tabsBG3.jpg) no-repeat;
}
div#specsBlock-4tabs {
    padding: 31px 0 0 0;
    background: url(../../images/site/4-tabsBG4.jpg) no-repeat;
}
div#specsBlock-3tabs div.tabBlockSub, div#specsBlock-4tabs div.tabBlockSub {
    padding: 6px 0 0 11px;
    background: url(../../images/site/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: 47px;
	font-size: 0.8em;
    line-height: 1.2em;
	text-align: right;
	padding: 45px 44px 0 0;
	margin-bottom: 0;
	background: url(../../images/site/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: 323px;
}
div#sign_up span {
    display: block;
    float: left;
    padding: 2px 6px 2px 0;
    font-weight: bold;
    color: #f6ead9;
}
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: 474px;
}
div#soc_med span {
    display: block;
    float: left;
    padding-top: 2px;
    font-weight: bold;
    color: #f6ead9;
}
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;
}

/* Renee link
---------------------------------*/
div#renee {
    position: absolute;
    top: 20px;
    left: 658px;
}
div#renee span {
    display: block;
    float: left;
    padding: 2px 6px 2px 0;
    font-weight: bold;
    color: #f6ead9;
}
div#renee a:link, div#sign_up a:visited, div#sign_up a:active {
    padding: 1px;
}
div#renee a:hover {
    padding: 1px 1px 0 1px;
    border-bottom: 1px solid #333;
}

/* Graphical
---------------------------------*/
div#stringsExt {
	position: absolute;
	top: 113px;
	left: -727px;
	width: 727px;
	height: 204px;
	background: url(../../images/site/stringsExt.jpg) no-repeat;
}
div#navExt {
	position: absolute;
	top: 0px;
	right: -84px;
	width: 84px;
    height: 157px;
	background: url(../../images/site/navExtExt.jpg) no-repeat;
}

/* Search
---------------------------------*/
div#search-area {
	position: absolute;
	top: 294px;
	right: 0px;
	width: 197px;
	height: 27px;
    padding: 10px 0 0 12px;
	background: url(../../images/site/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/site/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/site/pageBG-mobile.jpg) no-repeat;
	}
	div#sub_wrapper {
		background: url(../../images/site/contentBG-mobile.jpg) left -71px repeat-y;
	}
	div#identity {
    	left: -38px;
    }
    div#top_nav {
		left: 373px;
	}
    div#top_nav ul li a:link {
    	padding: 7px 10px 0 10px; /*adjust here for spacing (left=right)*/
	}
    div#sub_nav {
		left: 165px;
	}
    div#sub_nav ul li a:link {
		padding: 7px 10px 0 10px; /*adjust here for spacing (left=right)*/
	}
    div#side_nav {
		width: 188px;
		padding: 28px 6px 0 8px;
	}
    div#breadcrumbs {
		left: 178px;
	}
    div.content, div.content-404, div.content-videos-page {
    	max-width: 784px;
    	margin-left: 164px;
	}
    div#site_info {
        padding: 45px 12px 0 184px;
    	background: url(../../images/site/contentBot-mobile.jpg) no-repeat;
	} 
    div#stringsExt, div#navExt {
		display: none;
	}
}
@media (max-width: 944px) {
	div.featured-special img {
		width: 100% !important;
        max-width: 275px !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;
    }
}
@media (max-width: 928px) {
    div.itemCell {
    	float: none;
    	margin: 0 auto 18px 20%;
	}
}
@media (max-width: 908px) {
	div#top_nav {
    	display: none;
    }
    div#menu {
		display: block;
	}
    div#menu div.menu1 {
		display: none;
	}
    div#sold-link-itemsList, div#sold-link-items {
    	top: 232px;
    	right: 12px;
	}
    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#renee {
    	top: 20px;
    	left: 140px;
	}
    div#sign_up span, div#soc_med span, div#renee span {
    	display: none;
	}
    div#search-area {
		top: 16px;
	}
    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/site/3-tabsMobileBG1.png) no-repeat;
	}
	div#photoBlock-4tabs {
    	padding: 105px 0 0 0;
    	background: url(../../images/site/4-tabsMobileBG1.png) no-repeat;
	}
	div#descBlock-3tabs {
    	padding: 80px 0 0 0;
    	background: url(../../images/site/3-tabsMobileBG2.png) no-repeat;
	}
	div#descBlock-4tabs {
    	padding: 105px 0 0 0;
    	background: url(../../images/site/4-tabsMobileBG2.png) no-repeat;
	}
	div#multiBlock-4tabs {
    	padding: 105px 0 0 0;
    	background: url(../../images/site/4-tabsMobileBG3.png) no-repeat;
	}
	div#specsBlock-3tabs {
    	padding: 80px 0 0 0;
    	background: url(../../images/site/3-tabsMobileBG3.png) no-repeat;
	}
	div#specsBlock-4tabs {
    	padding: 105px 0 0 0;
    	background: url(../../images/site/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: 680px) {
	div#captcha_box {
    	margin: 6px 0 4px 0;
	}
    div.itemCell {
    	margin: 0 auto 18px auto;
	}
}
@media (max-width: 580px) {
	div#page_wrapper {
		background: url(../../images/site/pageBG-mobile-sm.jpg) no-repeat;
	}
	div#sub_wrapper {
		background: url(../../images/site/contentBG-mobile-sm.jpg) left -71px repeat-y;
	}
    div#sub_nav {
    	display: none;
    }
    div#menu div.menu1 {
		display: block;
	}
    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#side_nav {
    	display: 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;
	}
    div#site_info {
		padding: 45px 12px 0 4px;
		background: url(../../images/site/contentBot-mobile-sm.jpg) no-repeat;
	}
}
@media (max-width: 520px) {
	div#menu {
		top: 268px;
		left: 98px;
	}
    div.itemCell {
    	margin: 0 auto 18px auto;
	}
}
@media (max-width: 410px) {
    .royalSlider .featured-special img {
		float: none !important;
        max-width: 98% !important;
	}
}
@media (max-width: 380px) {
	div#sign_up, div#soc_med, div#renee {
    	top: 58px;
	}
}