/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

img, fieldset {
	border: 0;
}
img {pointer-events: none;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

/**********ADA****************/
.sr-only {
position: absolute; left: -10000px;
}
.skip-link {
color: black; background-color: white; padding: 12px; border: 2px solid black; border-radius: 5px; z-index: 999;
}
.skip-link:focus-visible {
left: 0px;
}
/*******************************/

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;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	background: #fff;
	/*font: .81em/150% Arial, Helvetica, sans-serif;*/ /* Firefox not displaying .81em as 13px */
	font: 13px/150% Arial, Helvetica, sans-serif;
	color: #222; /*6c7d7f;*/
}

a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0 0;
	padding: 0;
}

/* list */
/*ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}*/

/*li {
	margin: 0 0 .5em 0;
	padding: 0;
}*/

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: auto;
	margin: 20px 0 .4em;
	color: #000;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

#pagewrap {
	max-width: 1200px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/

#header {
	position: relative;
	height: 100%;
	margin-top: 1em;
}

#branding-top {
	position: relative;
	float: left;
	text-align: left;
	width: 40%;
	height: 100%;
}

/* site logo */
#site-logo {
	float: left;
	position: relative;
	/*top: 10px;*/
	width: 100%;
}

#site-logo a {
	text-decoration: none;
}

#site-logo img {
	max-height: 100px;
	min-width: 350px;
	padding: 0 0 .25em 0;
}

/* site tagline */
#site-tagline {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: blue;
	float: left;
	position: relative;
	display: none;
}

/* not using */ #connect-top {
	float: right;
	text-align: right;
	width: 59%;
	height: 100%;
	position: relative;
	botton: 1px;
	margin: .5%;
}

#contact-top {
	position: relative; 
	vertical-align: top;
	width: 60%;
	float: right;
	right: 10px;
	text-align: right;
	height: 50%;
	/*display: none;*/
}

#contact-top p#top-phone {
	font-size: 13px;
	margin: 3px;
	line-height: 1em;
	letter-spacing: 0em;
	text-align: right;
	font-weight: 700; /*500*/
}

#contact-top p#top-email {
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0em;
	text-align: right;
	margin: 3px;
	font-weight: 700;
}

#social-top { DISPLAY: NONE;
	position: relative;
	width: 60%;
	float: right;
	text-align: right;
	vertical-align: bottom; /* does nothing */
	padding-top: 3em;

}

#social-top img {
	float: right;
	text-align: right;
	height: 35px;
}

ul.icon-only { display: none; }

ul.icon-full { display: inline-block; }
	
ul.icon-full li { 
	float: right;
	list-style-type: none;
	padding-right: 1em;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 200px;
}

#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	/* box shadow */
		-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
		-webkit-transition: width .7s;
		-moz-transition: width .7s;
		transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/

/*** See also extra_css/nav_menu.css ***/

nav#menu {clear: both;}



/************************************************************************************
CONTENT
*************************************************************************************/

#content {
	background: #f4eee1; /*#fffdf8;*/
	margin: 20px 0 20px;
	padding: 20px; /*20px 30px;*/
	width: 840px;
	float: left;
	/* rounded corner */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	/* box shadow */
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

#content ul {
	list-style: initial;
	margin: initial;
	padding: 0 0 1.2em 20px;
	
}

#content ul.bxSlider {
	padding: 0;
	
}

/* post */
.post {
	margin-bottom: 1em;
}

.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}

.post-title a {
	text-decoration: none;
	color: #000;
}

.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

#index-boxes { DISPLAY: NONE;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 0; /* 10 /1000 */
}

.index-box { DISPLAY: NONE;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0;
	width: 29%;
	padding-top: 29%;
	margin: 2%;
	text-align: center;
	background: #fffdf8;
	/* rounded corner */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	/* box shadow */
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

#index-box-1, #index-box-2, #index-box-3 { DISPLAY: NONE;
	margin: 0 auto;
	position: absolute;
	top: 0;
	padding: 1em;
	width: calc(100% - 2em);
	overflow: hidden;
}

#index-box-1 img, #index-box-2 img, #index-box-3 img { DISPLAY: NONE;
	max-height: 100%;

	border: 0;
	/* rounded corner 
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;*/
	/* box shadow 
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		box-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}

#giftBeatIcons .giftBeatIcon {width:30%;float:left;padding:1%}
.giftBeatIconImg {width:100%}

/************************************************************************************
SIDEBAR
*************************************************************************************/

#sidebar-right {
	width: 300px;
	float: right;
	margin: 20px 0 20px;
}

.widget {
	background: #f4eee1;
	margin: 0 0 20px;
	padding: 20px 20px;
	/* rounded corner */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	/* box shadow */
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.widgettitle, .toggle-title {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

ul.topCats {
	margin: 0;
	padding: 0;
	/* These don't seem to do anything to help */
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

ul.topCats li {
	margin: 0;
	padding: 0;
	margin-top: -1em;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

ul.topCats li:first-child {
	padding-top: 1em;
}

.catCell {height:370px;position:relative;float:left}
.catCell div {position:absolute;top:0}

.subCatLink {height:350px}


ul.sideSub li {
	margin: 0;
	padding: 0;
	padding-top: .25em;
}

ul.sideSub li:first-child {
	padding-top: .5em;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}

.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

#footer-nav-alt { display: none; }

.toggle-arrow { display: none; }

.toggle-drop { display: block; }

/************************************************************************************
CAMEO EZ SPECIFIC
*************************************************************************************/

#sb-login input { margin: .5em 0; }

#CartOuter { margin: 0 auto; }


#sidebarWrapper { text-align: left; font-weight: bold; }

.sublink { margin-left: 2em; }

/* login */
#loginWrapper, #loginBanner, #loginBottom { width: 100%; clear: both; }

#loginBanner p { padding-bottom: 1em; }

#loginLeft { width: 50%; }

#loginLeft h3, #loginLeft h1 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}

#loginRight { width: 50%; }

#loginLeft table { margin: 0 auto; }

#loginBottom p { 
	font-size: .8em;
	margin: 1em auto 0 auto;
	padding-top: 1em;
	
}

table.MainMfr { width: 100%; margin: 0 auto; text-align: center; }

div.cat_item	{
	height:460px;
	width: 220px;
	/*min-width:200px;
	max-width:260px;*/
	float:left;
	position:relative;
	margin:0 0px 0 5px;
	padding:0 5px 0 0;
	z-index: 300;
	}

div.cat_item div.cat_content_bottom {
	position:absolute; 
	bottom:0px
	z-index: 300;
	width: 100%;
	margin: 0 auto;
	}

div.cat_item div.cat_content_top {
	position:absolute;
	top:0px
	z-index: 300;
	}

ul.topCats {  -webkit-padding-start: 0px; }

table.popupStyle { width: 100%; } 

td.itemList {padding:2px}

td#imgCell { width: 50%; float: left; }

td#descCell { width: calc(50% - 2em); float: right; text-align: left; padding: 0 1em; }


td#descCell p { text-align: left; }

#productsDisplay { margin: 0 auto; text-align: center; }

a.catName h3 { text-align: center; }

.shows { padding-bottom: 2em; }

.page-heading { font-size: 1.6em; }

/************************************************************************************
FOOTER
*************************************************************************************/

#footer {
	clear: both;
	/*color: #ccc;
	font-size: 85%;*/
	text-align: center;
	width: 100%;
	margin: 1em auto;
}

/*#footer a {
	color: #fff;
}*/

/************************************************************************************
CLEARFIX
*************************************************************************************/

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { display: inline-block; }

.clearfix { display: block; zoom: 1; }

/************************************************************************************
slideshow (see also extra_css/jquery.bxslider.css)
*************************************************************************************/

ul.bxSlider, ol.bxSlider {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

ul.bxSlider li {
	margin: 0;
	padding: 0;
}

ul.bxSlider img {
	/* rounded corner */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}

/******************************* BEGIN MEDIA QUERIES *******************************/

/* See also extra-css/media-queries.css */

/************************************************************************************
smaller than 1300
*************************************************************************************/

@media screen and (max-width: 1300px) {

/* pagewrap */
	#pagewrap {
		width: 95%;
	}

/* content */
	#content {
		width: 70%;
		padding: 2%;
	}

/* sidebar */
	#sidebar-right {
		width: 25%;
	}

	#sidebar-right .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

/* login */
	#loginWrapper, #loginBanner { width: 100%; }

	#loginLeft { width: 50%; }

	#loginRight { width: 50%; }

	#loginLeft table { margin: 0 auto; }

}

/************************************************************************************
smaller than 1300
*************************************************************************************/

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 451px) {
#giftBeatIcons .giftBeatIcon {width:94%;float:left;padding:1%}
}
