/*
Theme Name: new-york-voices
Theme URI: http://www.continuumwebdesign.com
Description: A blog for The New York Voices, a child theme of twentyten.
Author: Janelle Reichman
Author URI: http://www.janellereichman.com
Template: twentyten
Version: 1.0
.
You need to have both new-york-voices and twentyten in your wp-content/themes/ folder for this theme to work.
.
*/

@font-face {
						font-family: 'source';
						src: url('sourcesansproregular.eot');
						src: url('sourcesansproregular.eot?#iefix') format('embedded-opentype'),
								 url('sourcesansproregular.woff') format('woff'),
								 url('sourcesansproregular.ttf') format('truetype'),
								 url('sourcesansproregular.svg#sourcesansproregular') format('svg');
						font-weight: normal;
						font-style: normal;
				}

@font-face {
						font-family: 'source';
						src: url('sourcesansprobold.eot');
						src: url('sourcesansprobold.eot?#iefix') format('embedded-opentype'),
								 url('sourcesansprobold.woff') format('woff'),
								 url('sourcesansprobold.ttf') format('truetype'),
								 url('sourcesansprobold.svg#sourcesansprobold') format('svg');
						font-weight: bold;
						font-style: normal;
				}


@font-face {
    font-family: 'bilbo';
    src: url('bilbo-webfont.eot');
    src: url('bilbo-webfont.eot?#iefix') format('embedded-opentype'),
         url('bilbo-webfont.woff') format('woff'),
         url('bilbo-webfont.ttf') format('truetype'),
         url('bilbo-webfont.svg#bilbo_swash_capsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'district';
    src: url('district-webfont.eot');
    src: url('district-webfont.eot?#iefix') format('embedded-opentype'),
         url('district-webfont.woff') format('woff'),
         url('district-webfont.ttf') format('truetype'),
         url('district-webfont.svg#districtregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
				font-family: 'adelle';
				src: url('adelle.eot');
				src: url('adelle.eot?#iefix') format('embedded-opentype'),
						 url('adelle.woff') format('woff'),
						 url('adelle.ttf') format('truetype'),
						 url('adelle.svg#adelle') format('svg');
				font-weight: normal;
				font-style: normal;
}



.hide {
	display: none;
}

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
} 
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
}
#content {
	margin: 0 20px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: district, Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: district, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#colophon,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}


#wrapper {
	background: #f1e9e3;
	padding: 0;
	margin-bottom: 10px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: top left;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 18px;
	clear: both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #c77b5a;
	text-decoration: none;
}
a:visited {
	color: #c77b5a;
	text-decoration: none;
}
a:active,
a:hover {
	color: #e4ad95;
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */


#new-york-voices-inner {
	margin: 0 auto;
	width: 940px;
}

#new-york-voices-outer {
	width: 100%;
	height: 151px;
	background-image: url(images/header-background.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#new-york-voices-inner h1 {
	display: block;
	width: 940px;
	height: 150px;
	background-image: url(images/new-york-voices-header.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
}

#open-audio-player {
	margin: 0 auto;
	position: relative;
	width: 940px;
	height: 37px;
	background-color: transparent;
}

 a:link.audio-player {
 	position: absolute;
 	top: 0;
 	left:380px;
 	z-index: 9999;
 	display: block;
 	text-indent: -9999px;
 	background-image: url(images/audio-button.png);
 	background-repeat: no-repeat;
 	background-position: top left;
 	width: 183px;
 	height: 34px;
 }
 
 a:hover.audio-player {
 	position: absolute;
 	top: 0;
 	left:380px;
 	z-index: 9999;
 	display: block;
 	text-indent: -9999px;
 	background-image: url(images/audio-button-hover.png);
 	background-repeat: no-repeat;
 	background-position: top left;
 	width: 183px;
 	height: 34px;
 }


/* =Menu
-------------------------------------------------------------- */

#access {
	background-color: #f1e9e3;
	margin: 0 auto;
	width: 940px;
	height: 75px;
	}

#access .menu-header,
div.menu {
	font-size: 15px;
	width: 940px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	padding-top: 37px;
	background-color: #f1e9e3;
}
#access a {
	color: #553d2a;
	display: block;
	line-height: 38px;
	padding: 0 12px;
	text-decoration: none;
	text-transform: lowercase;
}

#access li.menu-item-505 a,
#access li.menu-item-506 a,
#access li.menu-item-507 a,
#access li.menu-item-508 a,
#access li.menu-item-504 a,
#access li.menu-item-503 a {
}





body.page-id-1304 #access li.menu-item-507,
body.parent-pageid-1304 #access li.menu-item-507 {
	background: #553d2a;
}

body.page-id-1304 #access li.menu-item-507 a:link,
body.parent-pageid-1304 #access li.menu-item-507 a:link,
body.page-id-1304 #access li.menu-item-507 a:visited,
body.parent-pageid-1304 #access li.menu-item-507 a:visited {
	color: #f1e9e3;
}




/*#access li.menu-item-1021 a{
	text-transform: uppercase;
}*/

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
}
#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item,
#access ul li.current-menu-ancestor,
#access ul li.current-menu-item,
#access ul li.current-menu-parent {
	background: #553d2a;
}

#access ul li a:hover {
	color: #876f5c;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #f1e9e3;
}




* html #access ul li.current_page_item a:hover,
* html #access ul li.current-menu-ancestor a:hover,
* html #access ul li.current-menu-item a:hover,
* html #access ul li.current-menu-parent a:hover,
* html #access ul li a:hover {
	color: #6b523f;
}

#access li.menu-item-507 {

}

#access li.menu-item-508 {

}

#access li.menu-item-509 {

}

#access li.menu-item-510 {

}





/* =HOME PAGE
-------------------------------------------------------------- */



#stripes {
	width: 900px;
	height: 34px;
	display: block;
	background-image: url(images/stripes.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#stripes-1 {
	width: 900px;
	height: 34px;
	display: block;
	background-image: url(images/stripes.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 20px;
	margin-left: 20px;
}

#stripes-store-page {
	width: 900px;
	height: 34px;
	display: block;
	background-image: url(images/stripes.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 15px;
}

#content-home h2.welcome {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;
	margin-top: -40px;
	margin-bottom: -10px;
	float: left;
}

a.facebook-main {
	display: block;
	height: 37px;
	width: 38px;
	background-image: url(images/facebook.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	margin-top: 13px;
}

a.facebook-main:hover {
	display: block;
	height: 37px;
	width: 38px;
	background-image: url(images/facebook-hover.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	margin-top: 13px;
}
	
	
#ticker {
	margin-top: -13px;
}

div.the-christmas-deals {
	background: url(images/christmas-deals.jpg) no-repeat top left;
	width: 860px;
	height: 400px;
	margin-left: 20px;
	padding-bottom: 40px;
	margin-top: 40px;
}


body.page-id-11 div.the-christmas-deals {
	margin-left: 0;
}

a:link.the-christmas-deals-link-1 {
	display: block;
	width: 286px;
	height: 40px;
	background: url(images/browse-cds.png) no-repeat 50px 0px;
	text-indent: -9999px;
}

a:hover.the-christmas-deals-link-1 {
	background-image: url(images/browse-cds-hover.png);
}

a:link.the-christmas-deals-link-2,
a:link.the-christmas-deals-link-3 {
	display: block;
	width: 286px;
	height: 40px;
	background: url(images/add-to-cart.png) no-repeat 50px 0px;
	text-indent: -9999px;
	}

a:hover.the-christmas-deals-link-2,
a:hover.the-christmas-deals-link-3 {
	background-image: url(images/add-to-cart-hover.png);
}

div.the-christmas-deals-box-1 {
	width: 286px;
	float: left;
	padding-top: 340px;
}

div.the-christmas-deals-box-2 {
	width: 286px;
	float: left;
	padding-top: 340px;
}

div.the-christmas-deals-box-3 {
	width: 286px;
	float: left;
	padding-top: 340px;
}

/* = CHRISTMAS SPECIAL
-------------------------------------------------------------- */


#content-home #christmas-special {
	height:600px;
	width: 900px;
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(images/christmas-background.jpg) no-repeat top left;
}

#content-home #christmas-content {
	width: 442px;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

#content-home #christmas-special h2 {
	font-family: adelle;
	color: #840303;
	font-size: 40px;
	margin-bottom: -10px;
}

#content-home #christmas-special h3 {
	font-family: bilbo;
	color: #000;
	font-size: 35px;
}

#content-home #christmas-video {
	margin-bottom: 20px;
}

#content-home #christmas-special p {
	font-family: source;
	padding-right: 20px;
	color: #000;
}


#content-home a:link.christmas-link {
	display: block;
	width: 177px;
	height: 40px;
	background: url(images/christmas-link.png) no-repeat top left;
	text-indent: -9999px;
	margin-top: -10px;
}

#content-home a:hover.christmas-link {
	background-image: url(images/christmas-link-hover.png);
}


/* = SLIDESHOW
-------------------------------------------------------------- */



#slideshow {
    height: 600px;
	width: 900px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}       

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* =BIOS PAGE
-------------------------------------------------------------- */

body.page-id-1016 h2 {
	clear: none;
}

body.page-id-1016 #primary {
	display: none;
}

span.bio-heading {
	font-family: adelle;
	font-size: 25px;
	display: block;
	padding-bottom: 10px;
	color: #553d2a;
}

img.bio-photo {
	border: 1px solid #bbb;
}

#content-bios h2.bio-header,
h2.bio-header {
	font-family: bilbo !important;
	font-size: 45px !important;
	color: #553d2a !important;
}

a:link.anniversary {
	display: block;
	width: 260px;
	height: 47px;
	text-indent: -9999px;
	background-image: url(//newyorkvoices.com/cms/wp-content/uploads/2013/02/anniversary-button.png);
	background-repeat: no-repeat;
	background-position: top left;
}

a:hover.anniversary {
	display: block;
	width: 260px;
	height: 47px;
	text-indent: -9999px;
	background-image: url(//newyorkvoices.com/cms/wp-content/themes/new-york-voices/images/anniversary-button-hover.png);
	background-repeat: no-repeat;
	background-position: top left;
}	

a:link.epk {
	display: block;
	width: 260px;
	height: 47px;
	text-indent: -9999px;
	background-image: url(//newyorkvoices.com/cms/wp-content/uploads/2013/03/epk.png);
	background-repeat: no-repeat;
	background-position: top left;
}

a:hover.epk {
	display: block;
	width: 260px;
	height: 47px;
	text-indent: -9999px;
	background-image: url(//newyorkvoices.com/cms/wp-content/uploads/2013/03/epk-hover.png);
	background-repeat: no-repeat;
	background-position: top left;
}



/* =SUBSCRIBE
-------------------------------------------------------------- */
#content-subscribe h2.bio-header {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;
}


/* =ANNIVERSARY QUOTES
-------------------------------------------------------------- */

#content-anniversary h2.bio-header {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;
}

span.quoter {
	font-family: adelle;
	font-size: 20px;
	color: #553d2a;
}


/* =CALENDAR PAGE
-------------------------------------------------------------- */

#content-calendar h2.calendar-heading {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;

}

#content-calendar {
	padding-top: 20px;
}

/* =RECORDINGS PAGE
-------------------------------------------------------------- */
#content-recordings h2.recordings-heading {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;
}

span.cd-title {
	font-family: adelle;
	font-size: 27px;
	color: #553d2a;
}

span.cd-subtitle {
	font-family: district;
	font-size: 18px;
}

span.cd-label {
	font-family: district;
	font-size: 15px;
}

span.cd-bold {
	font-family: adelle;
	font-size: 16px;
	color: #553d2a;
}

img.cd-photo {
	margin-right: 300px;
	border: 1px solid #bbb;
}

div.panel-1 {
	float: left;
	width: 260px;
	padding-right: 30px;
}

div.panel-2 {
	float: left;
	width: 350px;
}

div.panel-3 {
	float: left;
	width: 190px;
}

div.space1 {
	display: block;
	height: 400px;
}

div.space2 {
	display: block;
	height: 550px;
}

div.space3 {
	display: block;
	height: 600px;
}

div.space4 {
	display: block;
	height: 730px;
}


/* =PRESS PAGE
-------------------------------------------------------------- */
h2.press-title {
	font-family: adelle;
	font-size: 25px;
	color: #553d2a;
}

span.article-title {
	font-family: adelle;
	font-size: 20px;
	color: #553d2a;
}

span.article-subtitle {
	font-family: district;
	font-size: 17px;
}

#content-press h2.press-heading {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;

}

#content-press {
	padding: 15px;
}

/* =PHOTOS PAGE
-------------------------------------------------------------- */

#content-photos h2.photo-header {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;
}

#content-photos h2.from-the-past {
	padding-top: 40px;
}

#content-photos {
	padding: 0px 10px;
}



/* =EPK PAGE
-------------------------------------------------------------- */
#content-epk {
	padding: 15px;
	padding-bottom: 40px;
	
}

#content-epk h2.epk-header {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;
}

#content-epk span.agent-title {
	font-family: adelle;
	font-size: 20px;
	color: #553d2a;
}

/* =CONTACT PAGE
-------------------------------------------------------------- */
#content-contact {
	padding: 15px;
	padding-bottom: 40px;
	
}

#content-contact h2.contact-header {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;
}

#content-contact span.agent-title {
	font-family: adelle;
	font-size: 20px;
	color: #553d2a;
}

#contact-form-area {
	float: right;
	width: 450px;
}


#bios-area {
	float: right;
	width: 450px;
}


#press-kit-photo a:link.press-photo-1 {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 150px;
	background-image: url(images/new-press-1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#press-kit-photo a:link.press-photo-2 {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 150px;
	background-image: url(images/new-press-2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-bottom: 20px;

}

#press-kit-photo a:link.press-photo-3 {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 150px;
	background-image: url(images/new-press-3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;


}

#press-kit-photo a:link.press-photo-4 {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 150px;
	background-image: url(images/new-press-4.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-bottom: 20px;

}

#press-kit-photo a:link.press-photo-5 {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 150px;
	background-image: url(images/new-press-5.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-right: 20px;

}

#press-kit-photo a:link.press-photo-6 {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 150px;
	background-image: url(images/new-press-6.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	clear: both;
}


#press-kit-photo a:link.press-photo-7 {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 150px;
	background-image: url(images/cartoon-150x150.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-right: 20px;
}

#press-kit-photo a:link.press-photo-8 {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 150px;
	background-image: url(images/collage-150x150.jpeg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-top: 20px;
}


/* =FAN WALL PAGE
-------------------------------------------------------------- */

#content-fan-wall h2 {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;
}


/* =SUMMER CAMP PAGE
-------------------------------------------------------------- */

#content-summer-camp h2.camp-header {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;
}

#content-summer-camp span.camp-title {
	font-family: adelle;
	font-size: 20px;
	color: #553d2a;
	padding-bottom: 15px;
}

#content-summer-camp {
	padding: 15px;
	
}

ul.classes-include {
	list-style-type: disc;
	padding-left: 270px;
}



/* =TEST TEST TEST SUMMER CAMP PAGE
-------------------------------------------------------------- */


#content-summer-camp h2.camp-header {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;
}

#content-summer-camp span.camp-title {
	font-family: adelle;
	font-size: 18px;
	color: #553d2a;
	padding-bottom: 15px;
	line-height: 28px;
}


#content-summer-camp span.camp-title-main {
	font-family: adelle;
	font-size: 25px;
	color: #553d2a;
	padding-bottom: 15px;
	line-height: 28px;
}


#content-summer-camp span.faculty-name {
	font-family: adelle;
	font-size: 20px;
	color: #553d2a;
}



body.parent-pageid-19 h2.camp-header,
body.page-id-2249 h2.camp-header,
body.page-id-2251 h2.camp-header {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;
}	
	
	
body.parent-pageid-19 span.camp-title,
body.page-id-2249 span.camp-title-main {
	font-family: adelle;
	font-size: 20px;
	color: #553d2a;
	padding-bottom: 15px;
}



body.woocommerce #menu-summer-camp {
	display: none;
}

body.woocommerce-page #menu-summer-camp,
body.page-id-2251 #menu-summer-camp,
body.page-id-2249 #menu-summer-camp,
body.page-id-2479 #menu-summer-camp {
	display: none;
}

#content-summer-camp {
	width: 730px;
	float: left;
	padding-left: 15px;
}


body.page-id-19 #container,
body.parent-pageid-19 #container {
	width: 650px;
}




#menu-summer-camp {
	list-style-type: none;
	font-size: 18px;
	margin-top: 20px;
	font-family: adelle;
	margin-right: -15px;
}


#menu-summer-camp a:hover {
	text-decoration: none;
}


#menu-summer-camp li {
	padding-bottom: 4px;
	text-align: right;
}


#menu-summer-camp li.current-menu-item a:link,
#menu-summer-camp li.current-menu-item a:visited {
	color: #553d2a;
}


#content-summer-camp table.schedule {
	background-color: #f7f2ee;
}


#content-summer-camp a:link.register-now {
	display: block;
	background: url(images/register-now.png) no-repeat top left;
	width: 260px;
	height: 47px;
	text-indent: -9999px;
}

#content-summer-camp a:hover.register-now {
	background-image: url(images/register-now-hover.png):
}


div.faculty-box {
	float: left;
	width: 450px;
}

#content-summer-camp span.question {
	font-family: adelle;
	color: #7F7F7F;
	font-size: 16px;
}

#content-summer-camp #camp-video {
	float: right;
	padding-left: 20px;
}

a:link.camp-press {
	display: block;
	text-indent: -9999px;
	width: 145px;
	height: 38px;
	background: url(images/camp-press-link.png) no-repeat top left;
}

a:hover.camp-press {
	background-image: url(images/camp-press-link-hover.png);
}

div.paypal-button {
	margin-top: -55px;
	margin-bottom: -20px;
}

/* =VIDEOS PAGE
-------------------------------------------------------------- */

#content-video h2.video-header {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;
}

span.video-title {
	font-family: adelle;
	font-size: 20px;
	color: #553d2a;
}

span.video-subtitle {
	font-family: district;
	font-size: 17px;
}

#content-video {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}


/* =STORE PAGE
-------------------------------------------------------------- */

span.cd-special {
	font-family: source;
	font-weight: bold;
}

#content .woocommerce-breadcrumb {
	padding-top: 10px;
	padding-bottom: 10px;
}

 #content h2.store-header {
	font-family: bilbo;
	font-size: 45px;
	color: #553d2a;
}

#content a.single_add_to_cart_button {
	margin-left: -360px;
}

form.woocommerce_ordering {
	display: none;
}

mark.count {
	background-color: transparent;
}


span.posted_in {
	display: none;
}

#content #tab-description {
	padding-bottom: 100px;
}

#content a.play-button-text {
	padding-top: 15px;
}

div.woocommerce-tabs li.description_tab,
div.woocommerce-tabs li.reviews_tab {
	display: none !important;
}

div.related {
	display: none;
}

p.woocommerce-result-count {
	display: none; 
}

.orderby {
	display: none;
}

div.product div.entry-summary {
	margin-top: -120px;
}

div.woocommerce-message {
	margin-bottom: 20px;
	margin-top:20px;
}


body.post-type-archive ul.products li.first {
	display: none;
}

.woocommerce-Price-amount {
	font-size: 16px;
}

h2.woocommerce-loop-product__title {
	margin-bottom: -5px !important;
}

.add_to_cart_button,
.product_type_simple,
.product_type_external,
.single_add_to_cart_button,
.checkout-button {
	background: #89583e !important;
	color: #fff !important;
}

body.single-product .entry-summary {
	margin-top: 1px !important;
}

body.single-product h1.entry-title {
	display: inline !important;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content {
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 15px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	line-height: 18px;
	padding: 9px 24px;
	color: #553d2a;
}
#content tr td {
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 25px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
	display: none;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	display: none;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	float: left;
	width: 250px;
	padding-top: 45px;
	padding-left: 20px;
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
}

#bottom-stripes {
	display: block;
	width: 900px;
	height: 13px;
	background-image: url(images/bottom-stripes.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

p.credits {
	text-align: left;
	padding: 0 0 10px 20px;
	width: 50%;
	float: left;
	}

span.copyright {
	font-family: helvetica, sans-serif;
	font-size: 15px;
}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: none;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* WOOCOMMERCE CSS */

.clear{clear:both}.nobr{white-space:nowrap}.woocommerce_message,.woocommerce_error,.woocommerce_info{padding:.55em 1em .55em 3em;margin:0 0 2em;position:relative;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#f7f6f7;background:-webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#f0eef0));background:-webkit-linear-gradient(#f7f6f7,#f0eef0);background:-moz-linear-gradient(center top,#f7f6f7 0%,#f0eef0 100%);background:-moz-gradient(center top,#f7f6f7 0%,#f0eef0 100%);color:#5e5e5e;box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);text-shadow:0 1px 0 #ffffff;list-style:none outside;width:auto}.woocommerce_message:after,.woocommerce_error:after,.woocommerce_info:after{content:"";display:block;clear:both}.woocommerce_message:before,.woocommerce_error:before,.woocommerce_info:before{content:"";height:16px;width:16px;display:block;position:absolute;top:.8em;left:1em;background-color:white;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em}.woocommerce_message .button,.woocommerce_error .button,.woocommerce_info .button{float:right}.woocommerce_message li,.woocommerce_error li,.woocommerce_info li{list-style:none outside}.woocommerce_message:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAAN0lEQVQIHXWMQQ4AMAjCxv7/ZxZIanbYPIhSUbbXo2Jqf0BsA4mjgU1ioAVpSSrDVbPzFgPt7QH7qwoJ3MDCYgAAAABJRU5ErkJggg==) center no-repeat #8fae1b}.woocommerce_info:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAG0lEQVQIHWP8DwQMQMACxIwwBliECcQDATgDAMHrBQqJ6tMZAAAAAElFTkSuQmCC) center no-repeat #18919c}.woocommerce_error:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAHUlEQVQIHWP8DwQMQMAEIkAAzmABchhBIiAGWA0Ar6MFCigWCYMAAAAASUVORK5CYII=) center no-repeat #b81c23}p.demo_store{position:fixed;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:.5em 0;text-align:center;background:#5c362e;background:-webkit-gradient(linear,left top,left bottom,from(#5c362e),to(#3a221d));background:-webkit-linear-gradient(#5c362e,#3a221d);background:-moz-linear-gradient(center top,#5c362e 0%,#3a221d 100%);background:-moz-gradient(center top,#5c362e 0%,#3a221d 100%);border:1px solid #3a221d;color:#cdbfbc;z-index:999999;box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);-moz-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2)}small.note{display:block;color:#777777;font-size:11px;line-height:21px;margin-top:10px}#breadcrumb{margin:0 0 1em;padding:0;font-size:0.92em;color:#777777}#breadcrumb:after{content:"";display:block;clear:both}#breadcrumb a{color:#777777}.col2-set{width:100%}.col2-set:after{content:"";display:block;clear:both}.col2-set .col-1{float:left;width:48%}.col2-set .col-2{float:right;width:48%}div.product,#content div.product{margin-bottom:0;position:relative}div.product .product_title,#content div.product .product_title{clear:none;margin-top:0;padding:0}div.product span.price,div.product p.price,#content div.product span.price,#content div.product p.price{color:#8b5247;font-size:1.25em}div.product span.price ins,div.product p.price ins,#content div.product span.price ins,#content div.product p.price ins{background:inherit}div.product span.price del,div.product p.price del,#content div.product span.price del,#content div.product p.price del{font-size:0.67em;color:rgba(105,105,105,0.5)}div.product p.stock,#content div.product p.stock{font-size:0.92em}div.product .stock,#content div.product .stock{color:#8b5247}div.product .out-of-stock,#content div.product .out-of-stock{color:red}div.product div.images,#content div.product div.images{float:left;width:48%;margin-bottom:2em}div.product div.images img,#content div.product div.images img{display:block;box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}div.product div.images div.thumbnails,#content div.product div.images div.thumbnails{padding-top:1em}div.product div.images div.thumbnails:after,#content div.product div.images div.thumbnails:after{content:"";display:block;clear:both}div.product div.images div.thumbnails a,#content div.product div.images div.thumbnails a{float:left;width:30.75%;margin-right:3.8%}div.product div.images div.thumbnails a.last,#content div.product div.images div.thumbnails a.last{margin-right:0}div.product div.images div.thumbnails a.first,#content div.product div.images div.thumbnails a.first{clear:both}div.product div.summary,#content div.product div.summary{float:right;width:48%;margin-bottom:2em}div.product div.social,#content div.product div.social{text-align:right;margin:0 0 1em}div.product div.social span,#content div.product div.social span{margin:0 0 0 2px}div.product div.social span span,#content div.product div.social span span{margin:0}div.product div.social span .stButton .chicklets,#content div.product div.social span .stButton .chicklets{padding-left:16px;width:0}div.product div.social iframe,#content div.product div.social iframe{float:left;margin-top:3px}div.product .woocommerce_tabs,#content div.product .woocommerce_tabs{clear:both}div.product .woocommerce_tabs ul.tabs,#content div.product .woocommerce_tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}div.product .woocommerce_tabs ul.tabs li,#content div.product .woocommerce_tabs ul.tabs li{border:1px solid #dfdbdf;background:#f7f6f7;background:-webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf));background:-webkit-linear-gradient(#f7f6f7,#dfdbdf);background:-moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);background:-moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);display:inline-block;position:relative;z-index:0;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px;box-shadow:0 3px 3px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.6);margin:0 -5px;padding:0 1em}div.product .woocommerce_tabs ul.tabs li a,#content div.product .woocommerce_tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:bold;color:#5e5e5e;text-shadow:0 1px 0 rgba(255,255,255,0.8);text-decoration:none}div.product .woocommerce_tabs ul.tabs li a:hover,#content div.product .woocommerce_tabs ul.tabs li a:hover{text-decoration:none;color:#777777}div.product .woocommerce_tabs ul.tabs li.active,#content div.product .woocommerce_tabs ul.tabs li.active{background:#ffffff;z-index:2;border-bottom-color:#ffffff}div.product .woocommerce_tabs ul.tabs li.active a,#content div.product .woocommerce_tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}div.product .woocommerce_tabs ul.tabs li.active:before,#content div.product .woocommerce_tabs ul.tabs li.active:before{box-shadow:2px 2px 0 #ffffff}div.product .woocommerce_tabs ul.tabs li.active:after,#content div.product .woocommerce_tabs ul.tabs li.active:after{box-shadow:-2px 2px 0 #ffffff}div.product .woocommerce_tabs ul.tabs li:before,div.product .woocommerce_tabs ul.tabs li:after,#content div.product .woocommerce_tabs ul.tabs li:before,#content div.product .woocommerce_tabs ul.tabs li:after{border:1px solid #dfdbdf;position:absolute;bottom:-1px;width:5px;height:5px;content:" "}div.product .woocommerce_tabs ul.tabs li:before,#content div.product .woocommerce_tabs ul.tabs li:before{left:-6px;-webkit-border-bottom-right-radius:4px;-mox-border-bottom-right-radius:4px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #dfdbdf}div.product .woocommerce_tabs ul.tabs li:after,#content div.product .woocommerce_tabs ul.tabs li:after{right:-6px;-webkit-border-bottom-left-radius:4px;-mox-border-bottom-left-radius:4px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #dfdbdf}div.product .woocommerce_tabs ul.tabs:before,#content div.product .woocommerce_tabs ul.tabs:before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #dfdbdf;z-index:1}div.product .woocommerce_tabs .panel,#content div.product .woocommerce_tabs .panel{margin:0 0 2em;padding:0}div.product p.cart,#content div.product p.cart{float:right}div.product form.cart,#content div.product form.cart{margin-bottom:2em}div.product form.cart:after,#content div.product form.cart:after{content:"";display:block;clear:both}div.product form.cart div.quantity,#content div.product form.cart div.quantity{float:left;margin:0 4px 0 0}div.product form.cart table,#content div.product form.cart table{border-width:0 0 1px 0}div.product form.cart table td,#content div.product form.cart table td{padding-left:0}div.product form.cart table div.quantity,#content div.product form.cart table div.quantity{float:none;margin:0}div.product form.cart table small.stock,#content div.product form.cart table small.stock{display:block;float:none}div.product form.cart .variations,#content div.product form.cart .variations{margin-bottom:1em}div.product form.cart .variations label,#content div.product form.cart .variations label{font-weight:bold}div.product form.cart .variations select,#content div.product form.cart .variations select{width:100%;float:left}div.product form.cart .variations td.label,#content div.product form.cart .variations td.label{padding-right:1em}div.product form.cart .variations td,#content div.product form.cart .variations td{vertical-align:top}div.product form.cart .button,#content div.product form.cart .button{vertical-align:middle;float:left}div.product form.cart .group_table td.label,#content div.product form.cart .group_table td.label{padding-right:1em;padding-left:1em}div.product form.cart .group_table td,#content div.product form.cart .group_table td{vertical-align:top}span.onsale{min-height:32px;min-width:32px;padding:4px;font-size:12px;font-weight:bold;position:absolute;text-align:center;line-height:32px;top:6px;left:6px;margin:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#ab675a;background:-webkit-gradient(linear,left top,left bottom,from(#ab675a),to(#8b5247));background:-webkit-linear-gradient(#ab675a,#8b5247);background:-moz-linear-gradient(center top,#ab675a 0%,#8b5247 100%);background:-moz-gradient(center top,#ab675a 0%,#8b5247 100%);text-shadow:0 -1px 0 #8b5247;color:#ffffff;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2)}.products ul,ul.products{margin:0 0 14px;padding:0;list-style:none outside;clear:both}.products ul:after,ul.products:after{content:"";display:block;clear:both}.products ul li,ul.products li{list-style:none outside}.related:after,.upsells.products:after{content:"";display:block;clear:both}.related ul.products,.related ul,.upsells.products ul.products,.upsells.products ul{float:none}.related ul.products li.product,.related ul li.product,.upsells.products ul.products li.product,.upsells.products ul li.product{width:48%}.related ul.products li.product img,.related ul li.product img,.upsells.products ul.products li.product img,.upsells.products ul li.product img{}ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}ul.products li.product .onsale{top:0;right:0;left:auto;margin:-6px -6px 0 0}ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}ul.products li.product a{text-decoration:none}ul.products li.product a img{display:block;margin:0 0 8px;box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}ul.products li.product a:hover img{box-shadow:0 1px 3px 0 rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.4);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.4)}ul.products li.product strong{display:block}ul.products li.product .price{color:#8b5247;display:block;font-weight:bold;margin-bottom:.5em}ul.products li.product .price del{font-size:0.67em;color:rgba(105,105,105,0.5);margin:-2px 0 0 0}ul.products li.product .price ins{background:none}ul.products li.product .price .from{font-size:0.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(105,105,105,0.5)}ul.products li.first{clear:both}ul.products li.last{margin-right:0}.woocommerce_ordering{margin-bottom:2em}a.button,button.button,input.button,#respond input#submit,#content input.button{font-size:100%;margin:0;line-height:1em;cursor:pointer;position:relative;font-family:inherit;text-decoration:none;overflow:visible;padding:6px 10px;text-decoration:none;font-weight:bold;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;left:auto;text-shadow:0 1px 0 #ffffff;color:#5e5e5e;text-shadow:0 1px 0 rgba(255,255,255,0.8);border:1px solid #c7c0c7;background:#f7f6f7;background:-webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf));background:-webkit-linear-gradient(#f7f6f7,#dfdbdf);background:-moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);background:-moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1)}a.button.loading,button.button.loading,input.button.loading,#respond input#submit.loading,#content input.button.loading{color:#777777;border:1px solid #f7f6f7}a.button.loading:before,button.button.loading:before,input.button.loading:before,#respond input#submit.loading:before,#content input.button.loading:before{content:"";position:absolute;top:0;right:0;left:0;bottom:0;background:url(../images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65)}a.button.added:before,button.button.added:before,input.button.added:before,#respond input#submit.added:before,#content input.button.added:before{content:"";position:absolute;height:16px;width:16px;top:0.35em;right:-26px;text-indent:0;background:url(../images/success.png) no-repeat}a.button:hover,button.button:hover,input.button:hover,#respond input#submit:hover,#content input.button:hover{background:#f7f6f7;background:-webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#d3ced3));background:-webkit-linear-gradient(#f7f6f7,#d3ced3);background:-moz-linear-gradient(center top,#f7f6f7 0%,#d3ced3 100%);background:-moz-gradient(center top,#f7f6f7 0%,#d3ced3 100%);text-decoration:none}a.button:active,button.button:active,input.button:active,#respond input#submit:active,#content input.button:active{top:1px}a.button.alt,button.button.alt,input.button.alt,#respond input#submit.alt,#content input.button.alt{background:#5c362e;background:-webkit-gradient(linear,left top,left bottom,from(#5c362e),to(#3a221d));background:-webkit-linear-gradient(#5c362e,#3a221d);background:-moz-linear-gradient(center top,#5c362e 0%,#3a221d 100%);background:-moz-gradient(center top,#5c362e 0%,#3a221d 100%);border-color:#180e0c;color:#cdbfbc;text-shadow:0 -1px 0 rgba(0,0,0,0.6)}a.button.alt:hover,button.button.alt:hover,input.button.alt:hover,#respond input#submit.alt:hover,#content input.button.alt:hover{background:#5c362e;background:-webkit-gradient(linear,left top,left bottom,from(#5c362e),to(#291815));background:-webkit-linear-gradient(#5c362e,#291815);background:-moz-linear-gradient(center top,#5c362e 0%,#291815 100%);background:-moz-gradient(center top,#5c362e 0%,#291815 100%);color:#ded0cd;text-shadow:0 -1px 0 rgba(0,0,0,0.6)}.cart .button,.cart input.button{float:none}.quantity,#content .quantity{width:60px;position:relative;margin:0 auto;overflow:hidden;zoom:1}.quantity input.qty,#content .quantity input.qty{width:40px;height:28px;float:left;padding:0;text-align:center;border:1px solid #c7c0c7;border-right:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:inset 0 0 2px 0 #f7f6f7;-webkit-box-shadow:inset 0 0 2px 0 #f7f6f7;-moz-box-shadow:inset 0 0 2px 0 #f7f6f7;font-weight:bold;-webkit-border-top-left-radius:2px;-webkit-border-bottom-left-radius:2px;-moz-border-radius-topleft:2px;-moz-border-radius-bottomleft:2px;border-top-left-radius:2px;border-bottom-left-radius:2px}.quantity .plus,.quantity .minus,#content .quantity .plus,#content .quantity .minus{display:block;padding:0;margin:0;position:absolute;text-align:center;vertical-align:text-top;width:20px;height:15px;text-decoration:none;overflow:visible;text-decoration:none;font-weight:bold;cursor:pointer;line-height:13px;font-size:12px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#5e5e5e;text-shadow:0 1px 0 rgba(255,255,255,0.8);border:1px solid #c7c0c7;background:#f7f6f7;background:-webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#dfdbdf));background:-webkit-linear-gradient(#f7f6f7,#dfdbdf);background:-moz-linear-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);background:-moz-gradient(center top,#f7f6f7 0%,#dfdbdf 100%);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1)}.quantity .plus:hover,.quantity .minus:hover,#content .quantity .plus:hover,#content .quantity .minus:hover{background:#f7f6f7;background:-webkit-gradient(linear,left top,left bottom,from(#f7f6f7),to(#d3ced3));background:-webkit-linear-gradient(#f7f6f7,#d3ced3);background:-moz-linear-gradient(center top,#f7f6f7 0%,#d3ced3 100%);background:-moz-gradient(center top,#f7f6f7 0%,#d3ced3 100%)}.quantity .plus,#content .quantity .plus{top:0;right:0;border-bottom:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.quantity .minus,#content .quantity .minus{bottom:0;right:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;border-top-left-radius:0;border-top-right-radius:0}#reviews h2 small{float:right;color:#777777;font-size:15px;line-height:21px;margin:10px 0 0 0}#reviews h2 small a{text-decoration:none;color:#777777}#reviews h3{margin:0}#reviews #respond{margin:0;border:0;padding:0}#reviews #comment{height:75px}#reviews #comments .add_review:after{content:"";display:block;clear:both}#reviews #comments h2{clear:none}#reviews #comments ol.commentlist{margin:0;width:100%;background:none}#reviews #comments ol.commentlist:after{content:"";display:block;clear:both}#reviews #comments ol.commentlist li{padding:00;margin:0 0 20px;border:0;position:relative;background:0;border:0}#reviews #comments ol.commentlist li .meta{color:#777777;font-size:0.75em}#reviews #comments ol.commentlist li img{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#f7f6f7;border:1px solid #f0eef0;margin:0;line-height:1}#reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #f0eef0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:1em 1em 0}#reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}#reviews #comments ol.commentlist li .comment-text p.meta{font-size:0.83em}#reviews #comments .commentlist > li:before{content:""}.star-rating{float:right;width:80px;height:16px;background:url(../images/star.png) repeat-x left 0}.star-rating span{background:url(../images/star.png) repeat-x left -32px;height:0;padding-top:16px;overflow:hidden;float:left}.hreview-aggregate .star-rating{margin:10px 0 0 0}#review_form #respond{position:static;margin:0;width:auto;padding:0 0 0;background:transparent none;border:0}#review_form #respond:after{content:"";display:block;clear:both}#review_form #respond p{margin:0 0 10px}#review_form #respond .form-submit input{left:auto}#review_form #respond textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}p.stars:after{content:"";display:block;clear:both}p.stars span{width:80px;height:16px;position:relative;float:left;background:url(../images/star.png) repeat-x left 0}p.stars span a{float:left;position:absolute;left:0;top:0;width:16px;height:0;padding-top:16px;overflow:hidden}p.stars span a:hover,p.stars span a:focus{background:url(../images/star.png) repeat-x left -16px}p.stars span a.active{background:url(../images/star.png) repeat-x left -32px}p.stars span a.star-1{width:16px;z-index:10}p.stars span a.star-2{width:32px;z-index:9}p.stars span a.star-3{width:48px;z-index:8}p.stars span a.star-4{width:64px;z-index:7}p.stars span a.star-5{width:80px;z-index:6}table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,0.1);margin-bottom:1.618em;width:100%}table.shop_attributes th{width:150px;font-weight:bold;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,0.1);margin:0;line-height:1.5em}table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,0.1);margin:0;line-height:1.5em}table.shop_attributes td p{margin:0;padding:8px 0}table.shop_attributes .alt td,table.shop_attributes .alt th{background:rgba(0,0,0,0.025)}table.shop_table{border:1px solid rgba(0,0,0,0.1);margin:0px -1px 24px 0px;text-align:left;width:100%;border-collapse:separate;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}table.shop_table th{font-weight:bold;line-height:18px;padding:9px 12px}table.shop_table td{border-top:1px solid rgba(0,0,0,0.1);padding:6px 12px;vertical-align:middle}table.shop_table td.product-quantity{text-align:center}table.shop_table tfoot td{font-weight:bold}table.my_account_orders{font-size:0.85em}table.my_account_orders th,table.my_account_orders td{padding:4px 8px;vertical-align:top}table.my_account_orders .button{white-space:nowrap}td.product-name dl.variation{margin:.25em 0 .5em;font-size:0.8751em}td.product-name dl.variation dt{font-weight:bold;float:left;clear:left;margin:0 .25em 0 0;padding:0}td.product-name dl.variation dd{margin:0 0 .25em 0}td.product-name p.backorder_notification{font-size:0.83em}td.product-quantity{min-width:80px}table.cart .product-thumbnail,#content table.cart .product-thumbnail{min-width:32px}table.cart img,#content table.cart img{width:32px;height:auto}table.cart th,table.cart td,#content table.cart th,#content table.cart td{vertical-align:middle}table.cart a.remove,#content table.cart a.remove{display:block;height:16px;width:16px;text-indent:-9999px;background:url(../images/remove.png) #dfdbdf}table.cart a.remove:hover,#content table.cart a.remove:hover{background-color:red}table.cart td.actions,#content table.cart td.actions{text-align:right}table.cart td.actions .coupon,#content table.cart td.actions .coupon{float:left}table.cart td.actions .coupon label,#content table.cart td.actions .coupon label{display:none}table.cart td.actions .coupon .input-text,#content table.cart td.actions .coupon .input-text{width:80px;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);border:1px solid #dfdbdf;padding:6px 6px 5px;margin:0 4px 0 0;outline:0;line-height:1em}table.cart td.actions .button.alt,#content table.cart td.actions .button.alt{float:right;margin-left:.25em}table.cart input,#content table.cart input{margin:0;vertical-align:middle;line-height:1em}ul.cart_list,ul.product_list_widget{list-style:none outside;padding:0;margin:0}ul.cart_list li,ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}ul.cart_list li:after,ul.product_list_widget li:after{content:"";display:block;clear:both}ul.cart_list li a,ul.product_list_widget li a{display:block;font-weight:bold}ul.cart_list li img,ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3)}ul.cart_list li dl,ul.product_list_widget li dl{margin:0;font-size:0.8751em;padding-left:1em;border-left:2px solid rgba(0,0,0,0.1)}ul.cart_list li dl dt,ul.product_list_widget li dl dt{float:left;clear:left;margin-right:.25em}ul.cart_list li dl dd,ul.product_list_widget li dl dd{margin-bottom:.5em}ul.cart_list li .star-rating,ul.product_list_widget li .star-rating{float:none}.widget_shopping_cart .total{border-top:3px double #f7f6f7;padding:4px 0 0}.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.widget_shopping_cart .buttons:after{content:"";display:block;clear:both}.cart-collaterals{width:100%}.cart-collaterals:after{content:"";display:block;clear:both}.cart-collaterals .related{width:30.75%;float:left}.cart-collaterals .cross-sells{width:48%;float:left}.cart-collaterals .cross-sells ul.products{float:none}.cart-collaterals .cross-sells ul.products li{width:48%}.cart-collaterals .shipping_calculator{width:48%;text-align:right;margin:20px 0 0 0;clear:right;float:right}.cart-collaterals .shipping_calculator:after{content:"";display:block;clear:both}.cart-collaterals .shipping_calculator .button{width:100%;float:none;display:block}.cart-collaterals .shipping_calculator .col2-set .col-1,.cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.cart-collaterals .cart_totals{float:right;width:48%;text-align:right}.cart-collaterals .cart_totals p{margin:0}.cart-collaterals .cart_totals p small{color:#777777;font-size:0.83em}.cart-collaterals .cart_totals table{border-collapse:separate;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin:0 0 6px;padding:0}.cart-collaterals .cart_totals table tr:first-child th,.cart-collaterals .cart_totals table tr:first-child td{border-top:0}.cart-collaterals .cart_totals table td,.cart-collaterals .cart_totals table th{padding:6px 3px}.cart-collaterals .cart_totals table small{display:block;color:#777777}.cart-collaterals .cart_totals table select{width:100%}.cart-collaterals .cart_totals .discount td{color:#8b5247}.cart-collaterals .cart_totals tr td,.cart-collaterals .cart_totals tr th{border-top:1px solid #f7f6f7;padding:6px 6px}.cart-collaterals .cart_totals a.button.alt{width:193px;display:block;font-size:0.92em}form .form-row{padding:3px;margin:0 0 6px}form .form-row:after{content:"";display:block;clear:both}form .form-row label{display:block}form .form-row label.hidden{visibility:hidden}form .form-row select{width:100%;cursor:pointer;margin:0}form .form-row .required{color:red;font-weight:bold;border:0}form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}form .form-row label.checkbox{display:inline}form .form-row input.input-text,form .form-row textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0;outline:0;line-height:1em}form .form-row textarea{height:3.5em;line-height:1.5em;display:block;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}form .form-row-first,form .form-row-last{float:left;width:47%;overflow:visible}form .form-row-last{float:right}form.login,form.checkout_coupon,form.register{border:1px solid #dfdbdf;padding:20px;margin:2em 0 2em 0px;text-align:left;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}ul#shipping_method{list-style:none outside;margin:0;padding:0}ul#shipping_method li{margin:0;padding:.25em 0 .25em 22px;text-indent:-22px;list-style:none outside}ul#shipping_method .amount{font-weight:bold}.checkout .col-2 h3{float:left;clear:none}.checkout .col-2 .notes{clear:left}.checkout .col-2 .form-row-first{clear:left}.checkout div.shipping-address{padding:0;clear:left;width:100%}.checkout #shiptobilling{float:right;line-height:1.62em;margin:0 0 0 0;padding:0}.checkout #shiptobilling label{font-size:0.6875em}#payment{background:#f7f6f7;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #dfdbdf;margin:0;list-style:none outside}#payment ul.payment_methods:after{content:"";display:block;clear:both}#payment ul.payment_methods li{line-height:2em;text-align:left;margin:0;font-weight:bold}#payment ul.payment_methods li input{margin:0 1em 0 0}#payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;position:relative}#payment div.form-row{padding:1em;border-top:1px solid #ffffff}#payment #place_order{float:right;margin:0}#payment .terms{padding:0 1em 0;text-align:right}#payment div.payment_box{position:relative;width:96%;padding:1em 2%;margin:1em 0 1em 0;font-size:0.92em;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;line-height:1.5em;background:#ebe9eb;background:-webkit-gradient(linear,left top,left bottom,from(#ebe9eb),to(#dfdbdf));background:-webkit-linear-gradient(#ebe9eb,#dfdbdf);background:-moz-linear-gradient(center top,#ebe9eb 0%,#dfdbdf 100%);background:-moz-gradient(center top,#ebe9eb 0%,#dfdbdf 100%);box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);color:#5e5e5e;text-shadow:0 1px 0 rgba(255,255,255,0.8)}#payment div.payment_box p:last-child{margin-bottom:0}#payment div.payment_box #cc-expire-month,#payment div.payment_box #cc-expire-year{width:48%;float:left}#payment div.payment_box #cc-expire-year{float:right}#payment div.payment_box span.help{font-size:11px;color:#777777;line-height:13px;font-weight:bold}#payment div.payment_box .form-row{margin:0 0 1em}#payment div.payment_box .form-row select{width:48%;float:left;margin-right:3.8%}#payment div.payment_box .form-row select:nth-child(3n){margin-right:0}#payment div.payment_box:after{content:"";display:block;border:8px solid #ebe9eb;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:0;margin:-1em 0 0 2em}.order_details{margin:0 0 1.5em;list-style:none}.order_details:after{content:"";display:block;clear:both}.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:0.715em;line-height:1em;border-right:1px dashed #dfdbdf;padding-right:2em}.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5em}.order_details li.method{border:none}.addresses .title:after{content:"";display:block;clear:both}.addresses .title h3{float:left}.addresses .title .edit{float:right}ol.commentlist.notes li.note p.meta{font-weight:bold;margin-bottom:0}ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}ul.digital-downloads{margin-left:0;padding-left:0}ul.digital-downloads li{list-style:none;margin-left:0;padding-left:1.5em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat}ul.digital-downloads li .count{float:right}.widget_layered_nav ul{margin:0;padding:0;border:0;list-style:none outside}.widget_layered_nav ul li{padding:0 0 1px;list-style:none}.widget_layered_nav ul li:after{content:"";display:block;clear:both}.widget_layered_nav ul li a,.widget_layered_nav ul li span{padding:1px 0;float:left}.widget_layered_nav ul li.chosen a{padding:0 6px 0 18px;border:1px solid #5c362e;background:#5c362e url(../images/cross_white.png) no-repeat 6px center;box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888888;-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888888;-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888888;color:#cdbfbc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.widget_layered_nav ul small.count{float:right;margin-left:6px;font-size:1em;padding:1px 0;color:#777777}.widget_price_filter .price_slider{margin-bottom:1em}.widget_price_filter .price_slider_amount{text-align:right;line-height:2.4em;font-size:0.8751em}.widget_price_filter .price_slider_amount .button{font-size:1.15em}.widget_price_filter .price_slider_amount .button{float:left}.widget_price_filter .ui-slider{position:relative;text-align:left}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:0.9em;height:0.9em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;border:1px solid #000000;cursor:pointer;background:#5c362e;background:-webkit-gradient(linear,left top,left bottom,from(#5c362e),to(#3a221d));background:-webkit-linear-gradient(#5c362e,#3a221d);background:-moz-linear-gradient(center top,#5c362e 0%,#3a221d 100%);background:-moz-gradient(center top,#5c362e 0%,#3a221d 100%);outline:none;top:-.3em;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65)}.widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-1em}.widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background:#5c362e url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em}.widget_price_filter .price_slider_wrapper .ui-widget-content{-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;background:#000000;background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#4d4d4d));background:-webkit-linear-gradient(#000000,#4d4d4d);background:-moz-linear-gradient(center top,#000000 0%,#4d4d4d 100%);background:-moz-gradient(center top,#000000 0%,#4d4d4d 100%)}.widget_price_filter .ui-slider-horizontal{height:.5em}.widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}

/** JazzCorner footer
----------------------*/
#jazzcorner {
  text-align: right;
  position: relative;
  height: 15px;
  padding: 0 20px 0 0;
  width: 35%;
  float: right;
}
#jcfooter {
  background: transparent;
  overflow: hidden;
  width: 145px; height: 15px;
  *display: inline;
  display: inline-block;
  border: none;
  vertical-align: baseline;
}