@charset "UTF-8";
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video { display: inline-block; }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address styling not present in IE 8/9. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }

/** Improve readability of pre-formatted text in all browsers. */
pre { white-space: pre-wrap; }

/** Set consistent quote types. */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ========================================================================== Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9. */
img { border: 0; }

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid silver; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

[data-icon]:before { font-family: "themes-Regular"; content: attr(data-icon); font-size: 18px; position: relative; margin-right: 7px; line-height: 1; bottom: -1px; font-weight: normal; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { word-wrap: break-word; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

input { border: none; }

input[type="password"] { font-size: 0.8em; line-height: 1; padding: 10px; margin-bottom: 10px; width: 100%; }

input[type="submit"] { font-size: 0.8em; line-height: 1; padding: 11px; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="button"] { line-height: 1; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.wrapper { margin: 0 auto; max-width: 900px; }

#site-header { float: none; height: auto; overflow: auto; position: relative; padding: 20px; width: 100%; }
#site-header .header-image { margin-bottom: 15px; }
#site-header .header-image img { width: 100%; height: auto; }
#site-header .logo { margin-bottom: 20px; position: relative; text-align: center; width: 100%; z-index: 1; }
#site-header .logo h1 { font-weight: 400; line-height: 1; margin: 0 0 10px 0; }
#site-header .logo h1 a { text-decoration: none; }
#site-header .logo h2 { font-size: 1em; font-weight: 400; margin: 0; }
#site-header .logo img { height: auto; max-width: 100%; }
#site-header nav#main-nav { overflow: hidden; position: relative; margin: 0 0 0; text-align: center; z-index: 2; }
#site-header nav#main-nav .toggle { display: block; width: 100%; overflow: hidden; }
#site-header nav#main-nav .toggle a { display: block; font-size: 1.2em; padding: 15px; text-decoration: none; position: relative; text-align: left; }
#site-header nav#main-nav .toggle a:before { float: right; display: inline; font-size: .8em; line-height: inherit; margin-right: 0; bottom: auto; vertical-align: middle; }
#site-header nav#main-nav.open #menu { display: block; }
#site-header nav#main-nav #menu { width: 100%; padding: 0; position: relative; display: none; float: left; margin-top: 0; margin-bottom: 0; }
#site-header nav#main-nav ul li { line-height: 1.8; margin-bottom: 0; }
#site-header nav#main-nav ul li a { line-height: 1.2; font-size: 1.2em; padding: 15px 10px; display: block; cursor: pointer; text-decoration: none; }
#site-header nav#main-nav ul li ul { width: 100%; display: none; }
#site-header nav#main-nav ul li ul li a { padding: 10px; }
#site-header nav#main-nav ul li ul li a:hover { border: none; }
#site-header nav#main-nav ul li ul li:first-child { margin-top: 0px; }
#site-header nav#main-nav ul li.section span { font-size: 1.2em; padding: 10px; display: block; cursor: pointer; }
#site-header nav#main-nav ul li.section span:before { display: block; }
#site-header nav#main-nav ul li.section span:after { content: none; margin-left: 0; }
#site-header nav#main-nav ul li.section > ul { margin: 0; padding: 0; }
#site-header nav#main-nav ul li.section:after { content: "\FE40"; display: block; height: auto; position: absolute; top: 14px; right: 10px; width: auto; padding: 6px 6px 0px; font-size: 0.75em; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
#site-header nav#main-nav ul li.section.open ul { display: block; }
#site-header nav#main-nav ul li.section.open:after { content: "\FE3F"; padding: 2px 6px 4px; }
#site-header nav#main-nav ul li .cart-link { display: none; }
#site-header nav#main-nav ul li .cart-link.show-cart { display: block; }
#site-header nav#main-nav ul li.open span:after { content: none; margin-left: 0; }
#site-header nav#main-nav ul li.current a { border: none; }
#site-header nav#main-nav ul li:hover a { border: none; }
#site-header nav#main-nav ul li, #site-header nav#main-nav ul li.section { display: block; margin: 0; padding: 0; position: relative; float: left; width: 100%; }

.header-image { clear: both; height: auto; overflow: hidden; padding: 0 20px; width: 100%; }
.header-image img { float: left; height: auto; width: 100%; }

#main-content { clear: left; margin: 0 auto; padding: 30px; }
#main-content #page-title { border-bottom-style: dotted; border-bottom-width: 1px; font-weight: 400; margin: 0 0 30px 0; padding-bottom: 10px; }
#main-content #page-title a { text-decoration: none; }
#main-content .content-editor { clear: both; }
#main-content .content-editor p { line-height: 1.5; }
#main-content .content-editor h1, #main-content .content-editor h2, #main-content .content-editor h3, #main-content .content-editor h4 { font-weight: 400; margin: 0 0 10px 0; }
#main-content .content-editor h1 { font-size: 1.4em; }
#main-content .content-editor h2 { font-size: 1.3em; }
#main-content .content-editor h3 { font-size: 1.2em; }
#main-content .content-editor h4 { font-size: 1.1em; }
#main-content .content-editor ul, #main-content .content-editor ol, #main-content .content-editor address { line-height: 1.5; }
#main-content .content-editor img { max-width: 100%; }
#main-content .content-editor img.left { margin: 15px 15px 0 0; float: left; }
#main-content .content-editor img.right { margin: 15px 0 0 15px; float: right; }
#main-content .content-editor img.center { margin: 15px auto; display: block; }
#main-content .content-editor blockquote { font-size: 1.5em; line-height: 1.4; margin: 0; padding: 0; }
#main-content .content-editor .video-container { height: 0; position: relative; padding-bottom: 56.25%; padding-top: 30px; overflow: hidden; }
#main-content .content-editor .video-container iframe, #main-content .content-editor .video-container object, #main-content .content-editor .video-container embed, #main-content .content-editor .video-container video { left: 0; height: 100%; position: absolute; top: 0; width: 100%; }
#main-content .index .normal, #main-content .index .large { list-style-type: none; margin: 0; padding: 0; }
#main-content .index .normal li, #main-content .index .large li { float: left; margin-bottom: 25px; position: relative; width: 100%; }
#main-content .index .normal li a, #main-content .index .large li a { display: block; text-decoration: none; }
#main-content .index .normal li a img, #main-content .index .large li a img { float: left; height: auto; width: 100%; }
#main-content .index .normal li a .titles, #main-content .index .large li a .titles { float: left; margin: 0 0 0 0; padding: 15px 0 0 0; width: 100%; }
#main-content .index .normal li a .titles h2, #main-content .index .large li a .titles h2 { font-size: 1em; font-weight: 400; line-height: 1.3; margin: 0; }
#main-content .index .normal li a .titles h3, #main-content .index .large li a .titles h3 { font-size: 0.9em; font-weight: 400; line-height: 1.1; margin: 7px 0 0 0; }
#main-content .index .normal li a .price, #main-content .index .large li a .price { display: block; font-size: 1em; font-weight: 700; left: -10px; margin: 0 0 10px 0; padding: 10px; position: absolute; top: 20px; }
#main-content .index .normal li a .price span, #main-content .index .large li a .price span { font-size: 0.7em; vertical-align: top; }
#main-content .index .normal li.no-image .titles, #main-content .index .large li.no-image .titles { margin-top: 8px; padding: 0 0 0 15px; }
#main-content .index .pagination { clear: left; list-style-type: none; margin: 0; padding: 10px 0; }
#main-content .index .pagination li { display: inline-block; margin-right: 10px; vertical-align: middle; }
#main-content .index .pagination li a { margin: 0 9px 0 0; padding: 0 0 3px 0; text-decoration: none; }
#main-content .index .pagination li.current a { border-bottom-style: dotted; border-bottom-width: 1px; }
#main-content .category-dropdown { font-size: 0.833em; margin: 0 0 25px 0; overflow: hidden; position: relative; width: 100%; }
#main-content .category-dropdown select { opacity: 0; filter: alpha(opacity=0); cursor: pointer; left: 0; margin: 0; padding: 8px; position: absolute; top: 0; width: 100%; z-index: 10; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
#main-content .category-dropdown .select-box { font-size: 1.1em; padding: 5px 5px 5px 10px; z-index: 0; }
#main-content .category-dropdown .select-box .category { margin-right: 5px; }
#main-content .category-dropdown .select-box:before { bottom: 2px; font-family: "spotlight-regular"; font-size: 20px; line-height: 1; }
#main-content #blog.tumblr aside { clear: both; }
#main-content .sharing { clear: both; font-size: 0.917em; width: 100%; }
#main-content .sharing .share-buttons { position: relative; }
#main-content .sharing .share-buttons .share-label { display: inline-block; cursor: pointer; line-height: 2; border: none; outline: none; }
#main-content .sharing .share-buttons ul { display: none; padding: 10px 0px 0px 10px; position: absolute; bottom: 28px; left: 0px; margin: 0; width: auto; z-index: -500; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#main-content .sharing .share-buttons ul li { float: left; margin: 0 10px 10px 0; text-align: center; height: 20px; width: auto; padding: 0; display: inline-block; position: relative; }
#main-content .sharing .share-buttons ul li a { width: 20px; height: 20px; text-indent: 100%; float: left; display: inline-block; white-space: nowrap; overflow: hidden; background: url("/_assets/_sprites/share_this.png") no-repeat 0 0; background-size: 20px 140px; }
#main-content .sharing .share-buttons ul li a:hover { opacity: .7; }
#main-content .sharing .share-buttons ul li.facebook a { background-position: 0 0; }
#main-content .sharing .share-buttons ul li.pinterest a { background-position: 0 -20px; }
#main-content .sharing .share-buttons ul li.twitter a { background-position: 0 -40px; }
#main-content .sharing .share-buttons ul li.tumblr a { background-position: 0 -60px; }
#main-content .sharing .share-buttons ul li.linkedin a { background-position: 0 -80px; }
#main-content .sharing .share-buttons ul li.google a { background-position: 0 -100px; }
.touch #main-content .sharing .share-buttons ul li.permalink { display: none; }
#main-content .sharing .share-buttons ul li.permalink { position: static; }
#main-content .sharing .share-buttons ul li.permalink a { background-position: 0 -120px; }
#main-content .sharing .share-buttons ul li.permalink a input { visibility: hidden; width: 100%; padding: 7px; position: absolute; border: none; background-color: #777; -webkit-border-radius: 0px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */ -moz-border-radius: 0px; /* FF1-3.6 */ border-radius: 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ box-shadow: none; color: white; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; right: 0; top: 0; }
#main-content .sharing .share-buttons ul li.permalink a input:focus { outline: none; }
#main-content .sharing .share-buttons ul li.permalink a:hover { opacity: 1; }
#main-content .sharing .share-buttons ul li.permalink a:hover input { visibility: visible; }
#main-content .sharing .share-buttons ul li .count { float: left; height: 20px; width: auto; padding: 4px 5px; line-height: 100%; border-radius: 2px; margin-left: 5px; background-color: rgba(221, 221, 221, 0.7); color: black; font-size: 10px; }
#main-content .sharing .share-buttons ul li .count:before { position: absolute; width: 0px; height: 0px; border-style: solid; border-width: 3px 3px 3px 0; content: ""; top: 7px; left: 22px; border-color: transparent rgba(221, 221, 221, 0.7) transparent transparent; }
@media (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) { #main-content .sharing .share-buttons ul li a { background: url("/_assets/_sprites/share_this-2x.png") no-repeat 0 0; background-size: 20px 140px; } }
#main-content .sharing.open ul { display: block; z-index: 500; }
#main-content .tumblr-sharing { margin: 6px 0 0 0; overflow: hidden; }
#main-content .tumblr-sharing a { display: block; float: left; overflow: hidden; position: relative; text-decoration: none; text-indent: -9999px; white-space: nowrap; width: 30px; }
#main-content .tumblr-sharing a:before { bottom: 0; float: left; line-height: 10px; text-align: left; text-indent: 3px; width: 100%; }
#main-content .back { clear: left; float: left; margin: 0 0 20px 0; text-decoration: none; }
#main-content .back:hover { text-decoration: underline; }
#main-content #blog { float: left; width: 100%; }
#main-content #blog > ul { clear: both; list-style-type: none; margin: 0; padding: 0; }
#main-content #blog > ul > li { border-bottom-style: dotted; border-bottom-width: 1px; margin-bottom: 25px; }
#main-content #blog > ul > li img { height: auto; max-width: 100%; }
#main-content #blog > ul > li header { margin-bottom: 10px; overflow: hidden; }
#main-content #blog > ul > li header img, #main-content #blog > ul > li header .video { margin-bottom: 10px; }
#main-content #blog > ul > li header h1 { float: left; font-size: 1.3em; font-weight: 400; line-height: 1.2; margin: 5px 0 5px 0; }
#main-content #blog > ul > li header h1 a { text-decoration: none; }
#main-content #blog > ul > li header h1 a:hover { text-decoration: underline; }
#main-content #blog > ul > li header time { display: block; float: left; margin: 0 10px 0 0; padding: 5px 0; text-align: center; width: 40px; }
#main-content #blog > ul > li header time span { display: block; }
#main-content #blog > ul > li header time .mon { font-size: 0.7em; text-transform: uppercase; }
#main-content #blog > ul > li header time .day { font-weight: 700; }
#main-content #blog > ul > li article { padding-bottom: 15px; }
#main-content #blog > ul > li article.audio .audio-player ol { margin: 0; padding: 0; }
#main-content #blog > ul > li article.audio .audio-player ol li { margin-bottom: 0; }
#main-content #blog > ul > li article.quote blockquote, #main-content #blog > ul > li article.quote cite { margin: 0 0 25px 0; padding: 0 0 0 42px; position: relative; }
#main-content #blog > ul > li article.quote blockquote p, #main-content #blog > ul > li article.quote cite p { font-size: 1em; line-height: 1.2; }
#main-content #blog > ul > li article.quote blockquote footer, #main-content #blog > ul > li article.quote cite footer { font-size: .9em; opacity: .6; padding: 0px; }
#main-content #blog > ul > li article.quote blockquote:before, #main-content #blog > ul > li article.quote cite:before { content: "\201C"; display: block; font-size: 4em; left: 0; line-height: 0.9em; position: absolute; top: 0; }
#main-content #blog > ul > li article.video { padding-bottom: 10px; }
#main-content #blog > ul > li article.video .video-container { height: 0; padding-bottom: 56.25%; position: relative; }
#main-content #blog > ul > li article.video .video-container .video-player, #main-content #blog > ul > li article.video .video-container object, #main-content #blog > ul > li article.video .video-container iframe, #main-content #blog > ul > li article.video .video-container .video-js, #main-content #blog > ul > li article.video .video-container embed { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#main-content #blog > ul > li article.chat section ul { list-style-type: none; margin: 0; padding: 0px; }
#main-content #blog > ul > li article.chat section ul li { margin-bottom: 10px; }
#main-content #blog > ul > li article.chat section ul li:nth-child(even) { opacity: 0.5; filter: alpha(opacity=50); }
#main-content #blog > ul > li article.chat section ul li:last-child { margin-bottom: 0; }
#main-content #blog > ul > li article.chat section ul .name { font-weight: 700; }
#main-content #blog > ul > li footer { padding-top: 15px; }
#main-content #blog > ul > li footer .sharing { margin: 0 0 10px 0; }
#main-content #blog > ul > li footer .tags-categories { clear: left; float: left; font-size: 0.9em; margin-bottom: 15px; width: 100%; }
#main-content #blog > ul > li footer .tags-categories p { float: left; margin: 0 5px 0 0; }
#main-content #blog > ul > li footer .tags-categories ul { list-style-type: none; margin: 0; padding: 0; position: relative; }
#main-content #blog > ul > li footer .tags-categories ul li { float: left; margin-right: 5px; }
#main-content #blog > ul > li footer .tags-categories ul li:after { content: ","; display: inline; }
#main-content #blog > ul > li footer .tags-categories ul li:last-child:after { display: none; }
#main-content #blog > ul > li a.comments { text-decoration: none; font-size: 0.75em; margin-right: 10px; }
#main-content #blog > ul > li .blogs-content ul, #main-content #blog > ul > li .blogs-content ol { margin: 1em 0 1em 10px; padding: 0 0 0 1em; }
#main-content #blog > ul > li .blogs-content ul li, #main-content #blog > ul > li .blogs-content ol li { margin: inherit; }
#main-content #blog > ul > li .blogs-content blockquote div { font-size: 0.9em; margin-bottom: 8px; }
#main-content #blog .blog-paging { padding: 20px 0; margin-bottom: 20px; }
#main-content #blog .blog-paging a { display: inline-block; font-size: 0.9em; text-decoration: none; }
#main-content #blog .blog-paging .older { margin-right: 10px; }
#main-content #blog #comments { clear: left; padding-top: 30px; }
#main-content #blog #comments .fb-comments { width: 100%; }
#main-content #blog #comments .fb-comments span { width: 100% !important; }
#main-content #blog #comments .fb-comments span iframe { width: 100% !important; }
#main-content #blog.tumblr .audio embed { border-style: solid; border-width: 1px; }
#main-content a.subscribe { display: inline-block; float: left; font-size: 0.8em; margin: 0 0 5px 0; text-decoration: none; }
#main-content a.subscribe:before { bottom: 0; }
#main-content .audio .album-art img { display: block; height: auto; max-width: 183px; }
#main-content .audio .album-art > div { text-align: center; }
#main-content .audio .album-art .bandcamp-link { display: inline-block; font-size: .75em; margin: 0.8em 0 20px 20px; padding: 3px 5px; text-decoration: none; -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */ -moz-border-radius: 3px; /* FF1-3.6 */ border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ }
#main-content .audio .audio-player ol { list-style-type: none; margin: 0; padding: 0; }
#main-content .audio .audio-player ol li { border-bottom-style: dotted; border-bottom-width: 1px; margin: 0; overflow: hidden; padding: 15px 0; position: relative; }
#main-content .audio .audio-player ol li audio { position: absolute; }
#main-content .audio .audio-player ol li .controls { left: 0; position: absolute; z-index: 1; }
#main-content .audio .audio-player ol li .controls a { text-decoration: none; }
#main-content .audio .audio-player ol li .controls .play-pause { display: block; float: left; height: 30px; overflow: hidden; position: relative; text-indent: -9999px; white-space: nowrap; width: 30px; opacity: .5; }
#main-content .audio .audio-player ol li .controls .play-pause.pause { opacity: 1; }
#main-content .audio .audio-player ol li .controls .play-pause.pause[data-icon]:before { content: attr(data-icon-pause); text-indent: 0; }
#main-content .audio .audio-player ol li .controls .play-pause:hover { opacity: 1; }
#main-content .audio .audio-player ol li .controls .play-pause[data-icon]:before { bottom: 0; float: left; font-size: 45px; line-height: 18px; text-align: center; text-indent: 3px; width: 100%; }
#main-content .audio .audio-player ol li h2, #main-content .audio .audio-player ol li h3 { z-index: 1; position: relative; }
#main-content .audio .audio-player ol li .info { margin-left: 50px; }
#main-content .audio .audio-player ol li .info p { margin: 0; }
#main-content .audio .audio-player ol li .info .title { float: left; font-size: 1.1em; font-weight: 400; line-height: 1.2em; margin: 0; }
#main-content .audio .audio-player ol li .info .time { line-height: 1.2em; }
#main-content .audio .audio-player ol li .length { bottom: 0; height: 2px; left: 0; position: absolute; width: 100%; z-index: 0; }
#main-content .audio .audio-player ol li .length .load { opacity: 0.3; filter: alpha(opacity=30); }
#main-content .audio .audio-player ol li .length .load, #main-content .audio .audio-player ol li .length .progress { bottom: 0; height: 2px; left: 0; position: absolute; }
#main-content .audio .audio-player ol li .time { display: block; margin-bottom: 5px; }
#main-content .audio .audio-player ol li .download { clear: left; display: block; float: left; font-size: 0.9em; line-height: 1.1; margin-top: 10px; padding: 5px 10px; position: relative; text-decoration: none; }
#main-content .audio .audio-player ol li .download:before { font-family: "spotlight-regular"; font-size: 20px; line-height: 0.5; top: 1px; }
#main-content .events { overflow: hidden; }
#main-content .events ul { list-style-type: none; margin: 0; padding: 0; }
#main-content .events ul li { border-bottom-style: dotted; border-bottom-width: 1px; padding: 20px 10px; position: relative; text-align: left; }
#main-content .events ul li .date { display: block; float: left; margin: 0 10px 10px 0; padding: 5px 0; text-align: center; width: 45px; }
#main-content .events ul li .date span { display: block; }
#main-content .events ul li .date .mon { font-size: 0.7em; text-transform: uppercase; }
#main-content .events ul li .date .day { font-weight: 700; }
#main-content .events ul li .event-info { clear: left; }
#main-content .events ul li .event-info .title { font-size: 1.3em; font-weight: 400; line-height: 1.1; margin: 0 0 10px 0; width: 75%; }
#main-content .events ul li .event-info .info { font-size: 0.8em; margin-bottom: 10px; }
#main-content .events ul li .event-info .info span { display: block; }
#main-content .events ul li .event-info .see-details { font-size: 0.8em; text-decoration: none; }
#main-content .events ul li .event-info .see-details:hover { text-decoration: underline; }
#main-content .vertical-gallery .back-to-slideshow, #main-content .horizontal-gallery .back-to-slideshow { display: none; }
#main-content .vertical-gallery .thumbnails, #main-content .horizontal-gallery .thumbnails { display: none; }
#main-content .vertical-gallery .large-gallery li, #main-content .horizontal-gallery .large-gallery li, #main-content .slideshow-gallery .large-gallery li, #main-content .slideshow-thumbnails-gallery .large-gallery li, #main-content .grid-gallery .large-gallery li { position: relative; }
#main-content .vertical-gallery .large-gallery li .details, #main-content .horizontal-gallery .large-gallery li .details, #main-content .slideshow-gallery .large-gallery li .details, #main-content .slideshow-thumbnails-gallery .large-gallery li .details, #main-content .grid-gallery .large-gallery li .details { margin-top: 10px; overflow: hidden; padding: 15px 0; text-align: left; width: 100%; }
#main-content .vertical-gallery .large-gallery li .details h2, #main-content .horizontal-gallery .large-gallery li .details h2, #main-content .slideshow-gallery .large-gallery li .details h2, #main-content .slideshow-thumbnails-gallery .large-gallery li .details h2, #main-content .grid-gallery .large-gallery li .details h2 { font-size: 1em; font-weight: 400; margin: 0 0 5px 0; }
#main-content .vertical-gallery .large-gallery li .details h2 a, #main-content .horizontal-gallery .large-gallery li .details h2 a, #main-content .slideshow-gallery .large-gallery li .details h2 a, #main-content .slideshow-thumbnails-gallery .large-gallery li .details h2 a, #main-content .grid-gallery .large-gallery li .details h2 a { font-size: 0.9em; display: block; margin: 10px 0 20px 0; text-decoration: none; }
#main-content .vertical-gallery .large-gallery li .details p, #main-content .horizontal-gallery .large-gallery li .details p, #main-content .slideshow-gallery .large-gallery li .details p, #main-content .slideshow-thumbnails-gallery .large-gallery li .details p, #main-content .grid-gallery .large-gallery li .details p { font-size: 0.9em; line-height: 1.5; margin: 0 5px 0 0; }
#main-content .vertical-gallery .large-gallery li .video, #main-content .horizontal-gallery .large-gallery li .video, #main-content .slideshow-gallery .large-gallery li .video, #main-content .slideshow-thumbnails-gallery .large-gallery li .video, #main-content .grid-gallery .large-gallery li .video { height: 0; padding-bottom: 56.25%; position: relative; }
#main-content .vertical-gallery .large-gallery li .video .video-player, #main-content .vertical-gallery .large-gallery li .video object, #main-content .vertical-gallery .large-gallery li .video iframe, #main-content .vertical-gallery .large-gallery li .video embed, #main-content .vertical-gallery .large-gallery li .video video, #main-content .horizontal-gallery .large-gallery li .video .video-player, #main-content .horizontal-gallery .large-gallery li .video object, #main-content .horizontal-gallery .large-gallery li .video iframe, #main-content .horizontal-gallery .large-gallery li .video embed, #main-content .horizontal-gallery .large-gallery li .video video, #main-content .slideshow-gallery .large-gallery li .video .video-player, #main-content .slideshow-gallery .large-gallery li .video object, #main-content .slideshow-gallery .large-gallery li .video iframe, #main-content .slideshow-gallery .large-gallery li .video embed, #main-content .slideshow-gallery .large-gallery li .video video, #main-content .slideshow-thumbnails-gallery .large-gallery li .video .video-player, #main-content .slideshow-thumbnails-gallery .large-gallery li .video object, #main-content .slideshow-thumbnails-gallery .large-gallery li .video iframe, #main-content .slideshow-thumbnails-gallery .large-gallery li .video embed, #main-content .slideshow-thumbnails-gallery .large-gallery li .video video, #main-content .grid-gallery .large-gallery li .video .video-player, #main-content .grid-gallery .large-gallery li .video object, #main-content .grid-gallery .large-gallery li .video iframe, #main-content .grid-gallery .large-gallery li .video embed, #main-content .grid-gallery .large-gallery li .video video { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#main-content .vertical-gallery .large-gallery li[data-type="video"] .details, #main-content .horizontal-gallery .large-gallery li[data-type="video"] .details, #main-content .slideshow-gallery .large-gallery li[data-type="video"] .details, #main-content .slideshow-thumbnails-gallery .large-gallery li[data-type="video"] .details, #main-content .grid-gallery .large-gallery li[data-type="video"] .details { position: relative; }
#main-content .vertical-gallery .large-gallery .video .vjs-big-play-button, #main-content .horizontal-gallery .large-gallery .video .vjs-big-play-button, #main-content .slideshow-gallery .large-gallery .video .vjs-big-play-button, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-big-play-button, #main-content .grid-gallery .large-gallery .video .vjs-big-play-button { color: #fff; border: none; border-radius: 8px; box-shadow: none; margin-left: -1.5em; margin-top: -1.3em; height: 2em; width: 3em; }
#main-content .vertical-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .horizontal-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .slideshow-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .grid-gallery .large-gallery .video .vjs-big-play-button:before { line-height: 2em; }
#main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-play-control:before, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-play-control:before, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-play-control:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-play-control:before, #main-content .grid-gallery .large-gallery .video .vjs-control-bar .vjs-play-control:before { color: #fff; content: '\25b6'; font-family: "themes-Regular"; font-size: 3em; line-height: .8; }
#main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-play-control.vjs-playing:before, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-play-control.vjs-playing:before, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-play-control.vjs-playing:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-play-control.vjs-playing:before, #main-content .grid-gallery .large-gallery .video .vjs-control-bar .vjs-play-control.vjs-playing:before { content: '\2171'; }
#main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-duration, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-duration, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-duration, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-duration, #main-content .grid-gallery .large-gallery .video .vjs-control-bar .vjs-duration { opacity: 0.76; }
#main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-progress-control, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-progress-control, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-progress-control, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-progress-control, #main-content .grid-gallery .large-gallery .video .vjs-control-bar .vjs-progress-control { height: 0.3em; top: -0.3em; }
#main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-load-progress, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-load-progress, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-load-progress, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-load-progress, #main-content .grid-gallery .large-gallery .video .vjs-control-bar .vjs-load-progress { background: rgba(255, 255, 255, 0.1); }
#main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-play-progress, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-play-progress, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-play-progress, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-play-progress, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .grid-gallery .large-gallery .video .vjs-control-bar .vjs-play-progress, #main-content .grid-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level { background-image: none; }
#main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .grid-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar { margin-top: 1.3em; }
#main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-fullscreen-control:before, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-mute-control:before, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-fullscreen-control:before, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-mute-control:before, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-fullscreen-control:before, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-mute-control:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-fullscreen-control:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-mute-control:before, #main-content .grid-gallery .large-gallery .video .vjs-control-bar .vjs-fullscreen-control:before, #main-content .grid-gallery .large-gallery .video .vjs-control-bar .vjs-mute-control:before { color: #fff; font-size: 1em; line-height: 3; }
#main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .vertical-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .horizontal-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .slideshow-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level, #main-content .grid-gallery .large-gallery .video .vjs-control-bar .vjs-volume-bar, #main-content .grid-gallery .large-gallery .video .vjs-control-bar .vjs-volume-level { height: 2px; }
#main-content .vertical-gallery .large-gallery .video:hover .vjs-control-bar .vjs-progress-control, #main-content .horizontal-gallery .large-gallery .video:hover .vjs-control-bar .vjs-progress-control, #main-content .slideshow-gallery .large-gallery .video:hover .vjs-control-bar .vjs-progress-control, #main-content .slideshow-thumbnails-gallery .large-gallery .video:hover .vjs-control-bar .vjs-progress-control, #main-content .grid-gallery .large-gallery .video:hover .vjs-control-bar .vjs-progress-control { height: 0.5em; top: -0.5em; }
#main-content .vertical-gallery .large-gallery .video .vjs-control:before, #main-content .vertical-gallery .large-gallery .video .vjs-slider-handle:before, #main-content .vertical-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .horizontal-gallery .large-gallery .video .vjs-control:before, #main-content .horizontal-gallery .large-gallery .video .vjs-slider-handle:before, #main-content .horizontal-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .slideshow-gallery .large-gallery .video .vjs-control:before, #main-content .slideshow-gallery .large-gallery .video .vjs-slider-handle:before, #main-content .slideshow-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-control:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-slider-handle:before, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-big-play-button:before, #main-content .grid-gallery .large-gallery .video .vjs-control:before, #main-content .grid-gallery .large-gallery .video .vjs-slider-handle:before, #main-content .grid-gallery .large-gallery .video .vjs-big-play-button:before { text-shadow: none; }
#main-content .vertical-gallery .large-gallery .video .vjs-slider-handle, #main-content .horizontal-gallery .large-gallery .video .vjs-slider-handle, #main-content .slideshow-gallery .large-gallery .video .vjs-slider-handle, #main-content .slideshow-thumbnails-gallery .large-gallery .video .vjs-slider-handle, #main-content .grid-gallery .large-gallery .video .vjs-slider-handle { display: none; }
#main-content .vertical-gallery .large-gallery li .video.twice, #main-content .slideshow-gallery .large-gallery li .video.twice, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.twice { padding-bottom: 50%; }
#main-content .vertical-gallery .large-gallery li .video.cinematic24, #main-content .slideshow-gallery .large-gallery li .video.cinematic24, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.cinematic24 { padding-bottom: 41.667%; }
#main-content .vertical-gallery .large-gallery li .video.cinematic239, #main-content .slideshow-gallery .large-gallery li .video.cinematic239, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.cinematic239 { padding-bottom: 41.84%; }
#main-content .vertical-gallery .large-gallery li .video.cinematic235, #main-content .slideshow-gallery .large-gallery li .video.cinematic235, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.cinematic235 { padding-bottom: 42.55%; }
#main-content .vertical-gallery .large-gallery li .video.widescreen, #main-content .slideshow-gallery .large-gallery li .video.widescreen, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.widescreen { padding-bottom: 56.25%; }
#main-content .vertical-gallery .large-gallery li .video.standard, #main-content .slideshow-gallery .large-gallery li .video.standard, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.standard { padding-bottom: 75%; }
#main-content .vertical-gallery .large-gallery li .video.us-widescreen, #main-content .slideshow-gallery .large-gallery li .video.us-widescreen, #main-content .slideshow-thumbnails-gallery .large-gallery li .video.us-widescreen { padding-bottom: 54.05%; }
#main-content .vertical-gallery .large-gallery, #main-content .horizontal-gallery .large-gallery { list-style-type: none; margin: 25px 0 0 0; padding: 0; }
#main-content .vertical-gallery .large-gallery li, #main-content .horizontal-gallery .large-gallery li { margin-bottom: 30px; }
#main-content .vertical-gallery .large-gallery li a, #main-content .horizontal-gallery .large-gallery li a { text-decoration: none; }
#main-content .vertical-gallery .large-gallery li img, #main-content .horizontal-gallery .large-gallery li img { display: block; }
#main-content .horizontal-gallery .large-gallery li img { height: auto !important; width: 100% !important; }
#main-content .vertical-gallery .large-gallery li img { max-height: auto !important; max-width: 100% !important; }
#main-content .slideshow-gallery .large-gallery, #main-content .slideshow-thumbnails-gallery .large-gallery { position: relative; }
#main-content .slideshow-gallery .large-gallery ul, #main-content .slideshow-thumbnails-gallery .large-gallery ul { list-style-type: none; margin: 0; padding: 15px 0; }
#main-content .slideshow-gallery .large-gallery ul li, #main-content .slideshow-thumbnails-gallery .large-gallery ul li { margin-bottom: 0; text-align: center; display: none; }
#main-content .slideshow-gallery .large-gallery ul li img, #main-content .slideshow-thumbnails-gallery .large-gallery ul li img { display: block; height: auto; margin: 0 auto; max-height: inherit !important; max-width: 100% !important; }
#main-content .slideshow-gallery .large-gallery ul li .video, #main-content .slideshow-thumbnails-gallery .large-gallery ul li .video { height: 0; padding-bottom: 56.25%; position: relative; }
#main-content .slideshow-gallery .large-gallery ul li .video.twice, #main-content .slideshow-thumbnails-gallery .large-gallery ul li .video.twice { padding-bottom: 50%; }
#main-content .slideshow-gallery .large-gallery ul li .video.cinematic24, #main-content .slideshow-thumbnails-gallery .large-gallery ul li .video.cinematic24 { padding-bottom: 41.667%; }
#main-content .slideshow-gallery .large-gallery ul li .video.cinematic239, #main-content .slideshow-thumbnails-gallery .large-gallery ul li .video.cinematic239 { padding-bottom: 41.84%; }
#main-content .slideshow-gallery .large-gallery ul li .video.cinematic235, #main-content .slideshow-thumbnails-gallery .large-gallery ul li .video.cinematic235 { padding-bottom: 42.55%; }
#main-content .slideshow-gallery .large-gallery ul li .video.widescreen, #main-content .slideshow-thumbnails-gallery .large-gallery ul li .video.widescreen { padding-bottom: 56.25%; }
#main-content .slideshow-gallery .large-gallery ul li .video.standard, #main-content .slideshow-thumbnails-gallery .large-gallery ul li .video.standard { padding-bottom: 75%; }
#main-content .slideshow-gallery .large-gallery ul li .video.us-widescreen, #main-content .slideshow-thumbnails-gallery .large-gallery ul li .video.us-widescreen { padding-bottom: 54.05%; }
#main-content .slideshow-gallery .large-gallery ul li .video .video-player, #main-content .slideshow-gallery .large-gallery ul li .video object, #main-content .slideshow-gallery .large-gallery ul li .video iframe, #main-content .slideshow-gallery .large-gallery ul li .video embed, #main-content .slideshow-thumbnails-gallery .large-gallery ul li .video .video-player, #main-content .slideshow-thumbnails-gallery .large-gallery ul li .video object, #main-content .slideshow-thumbnails-gallery .large-gallery ul li .video iframe, #main-content .slideshow-thumbnails-gallery .large-gallery ul li .video embed { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#main-content .slideshow-gallery .large-gallery ul li .video .details, #main-content .slideshow-thumbnails-gallery .large-gallery ul li .video .details { float: left; }
#main-content .slideshow-gallery .large-gallery .transitioning.fade-out, #main-content .slideshow-thumbnails-gallery .large-gallery .transitioning.fade-out { position: absolute; top: 0; text-align: center; width: 100%; }
#main-content .slideshow-gallery .thumbnails, #main-content .slideshow-thumbnails-gallery .thumbnails { display: block; list-style-type: none; margin: 0; padding: 0; text-align: center; width: 101%; }
#main-content .slideshow-gallery .thumbnails img, #main-content .slideshow-thumbnails-gallery .thumbnails img { height: auto; max-width: 100%; }
#main-content .slideshow-gallery .large-gallery, #main-content .slideshow-thumbnails-gallery .large-gallery { display: none; }
#main-content .grid-gallery .thumbnails { display: none; }
#main-content .grid-gallery .large-gallery { padding: 0; }
#main-content .grid-gallery .large-gallery li { list-style: none; margin: 0 0 20px 0; width: 100%; float: none; text-align: center; }
#main-content .grid-gallery .large-gallery li img { display: inline; max-width: 100%; }
#main-content .grid-gallery .large-gallery li .details { margin-top: 2px; }
#main-content .grid-gallery .large-gallery li .details h2 { line-height: 1.4; }
#main-content .grid-gallery .large-gallery li .details p { margin: 10px 0 0 0; }
#main-content .grid-gallery .large-gallery li .details .meta { margin-top: 10px; }
#main-content .grid-gallery .large-gallery li .details .meta p, #main-content .grid-gallery .large-gallery li .details .meta a { display: inline-block; line-height: 1; margin: 0 10px 0 0; width: auto; font-size: .9em; text-decoration: none; }
#main-content .grid-gallery .large-gallery li .details .meta p:before, #main-content .grid-gallery .large-gallery li .details .meta a:before { line-height: 0; }
#main-content #store-listing.etsy .titles h2 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; word-wrap: normal; }
#main-content #store-listing .categories { margin: 0 0 30px; padding: 0 0 20px; border-bottom-style: dotted; border-bottom-width: 1px; }
#main-content #store-listing .categories li { list-style: none; display: inline-block; float: none; margin: 0 0 6px; }
#main-content #store-listing .categories li a { text-decoration: none; margin: 0 9px 0 0; padding: 0 0 3px 0; font-size: 1em; }
#main-content #store-listing .categories li a:hover { border-bottom-style: dotted; border-bottom-width: 1px; }
#main-content #store-listing .categories li.selected a { border-bottom-style: dotted; border-bottom-width: 1px; }
#main-content .menu { float: left; width: 100%; }
#main-content .menu section.content-editor { border-bottom-style: dotted; border-bottom-width: 1px; float: none; margin-bottom: 25px; padding-bottom: 30px; }
#main-content .menu section.content-editor p { margin: 0; }
#main-content .menu .section-titles { margin: 0 0 30px; padding: 0 0 20px; border-bottom-style: dotted; border-bottom-width: 1px; float: left; width: 100%; }
#main-content .menu .section-titles li { list-style: none; display: inline-block; float: none; margin: 0 0 6px; }
#main-content .menu .section-titles li a { text-decoration: none; margin: 0 9px 0 0; padding: 0 0 3px 0; font-size: 1em; }
#main-content .menu .section-titles li a:hover { border-bottom-style: dotted; border-bottom-width: 1px; }
#main-content .menu ul.menu-list { list-style: none; margin: 0; padding: 0; }
#main-content .menu ul.menu-list li.menu-item { margin: 40px 0; }
#main-content .menu ul.menu-list li.menu-item .menu-item-price { border-bottom-style: dotted; border-bottom-width: 1px; display: inline-block; width: 100%; padding: 0 0 10px; }
#main-content .menu ul.menu-list li.menu-item h2.item-title { display: inline-block; font-size: 1.3em; font-weight: 400; line-height: 1.1em; margin: 0; }
#main-content .menu ul.menu-list li.menu-item p.price { display: inline-block; font-size: .9em; font-weight: 700; float: right; margin: 0; }
#main-content .menu ul.menu-list li.menu-item p.price:before { font-size: 1.3em; vertical-align: bottom; content: ''; }
#main-content .menu ul.menu-list li.menu-item .description { font-size: .9em; line-height: 1.5; margin-top: 10px; }
#main-content .menu ul.menu-list li.menu-item .description.content-editor { border: none; margin-bottom: 0; padding-bottom: 0; }
#main-content .menu ul.menu-list li.menu-item.has-sub-items { margin: 50px 0; }
#main-content .menu ul.menu-list li.menu-item h2.section-title { display: block; font-size: 1.5em; margin-bottom: 0; padding: 0; }
#main-content .menu ul.menu-list li.menu-item ul.sub-items { border-left-style: dotted; border-left-width: 1px; list-style: none; margin-top: 0; padding: 0 0 0 20px; }
#main-content #store-detail { clear: both; }
#main-content #store-detail .product-specifics .product-title-price { clear: left; margin-bottom: 30px; }
#main-content #store-detail .product-specifics h1 { font-size: 1.5em; font-weight: 400; }
#main-content #store-detail .product-specifics h1 .price { font-size: .7em; margin: 5px 0 0 0; }
#main-content #store-detail .product-specifics h2 { font-size: .9em; font-weight: 400; }
#main-content #store-detail .product-specifics .options { padding: 8px; margin-bottom: 10px; width: 100%; overflow: hidden; -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */ -moz-border-radius: 3px; /* FF1-3.6 */ border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ }
#main-content #store-detail .product-specifics .options #product-options { width: 100%; float: left; font-size: 12px; padding: 3px 0 2px; }
#main-content #store-detail .product-specifics .options.single { display: none; }
#main-content #store-detail .product-specifics .add-to-cart { display: block; font-size: 1.1em; margin-bottom: 12px; padding: 12px 0 12px 12px; text-align: left; width: 100%; }
#main-content #store-detail .main-image-container { margin: 20px 0; }
#main-content #store-detail .main-image-container img { height: auto; width: 100%; }
#main-content #store-detail .main-image-container .thumbnails { list-style-type: none; margin: 10px 0 0 0; overflow: hidden; padding: 0; }
#main-content #store-detail .main-image-container .thumbnails li { float: left; margin: 0 5% 10px 0; width: 30%; }
#main-content #store-detail .main-image-container .thumbnails li:nth-child(3n) { margin-right: 0; }
#main-content #store-detail .product-description { line-height: 1.5; margin: 20px 0; }
#main-content #store-detail .back-to-listing { clear: left; display: inline-block; margin: 20px 0 30px 0; text-decoration: none; }
#main-content #store-detail .back-to-listing:hover { text-decoration: underline; }
#main-content #store-cart .items-in-cart { clear: both; list-style-type: none; margin: 0; padding: 0; }
#main-content #store-cart .items-in-cart li { border-bottom-style: dotted; border-bottom-width: 1px; overflow: hidden; padding: 10px 32px 10px 0; position: relative; }
#main-content #store-cart .items-in-cart li .product-image { float: left; height: 100%; margin: 0 2% 0 0; width: 20%; }
#main-content #store-cart .items-in-cart li .product-image img { height: auto; width: 100%; }
#main-content #store-cart .items-in-cart li .product-option { float: left; font-size: 0.8em; margin: 0 0 5px 0; }
#main-content #store-cart .items-in-cart li .product-title { float: left; font-size: 1.2em; font-weight: 400; line-height: 1.1; margin: 0 0 5px 0; width: 78%; }
#main-content #store-cart .items-in-cart li .product-title a { text-decoration: none; }
#main-content #store-cart .items-in-cart li .product-title a:hover { text-decoration: underline; }
#main-content #store-cart .items-in-cart li .price { float: left; font-size: 1.1em; width: 78%; }
#main-content #store-cart .items-in-cart li .price .currency { font-size: 0.7em; }
#main-content #store-cart .items-in-cart li .delete { display: block; height: 20px; position: absolute; right: 0; text-align: center; text-decoration: none; top: 10px; width: 20px; }
#main-content #store-cart .items-in-cart li .delete:before { font-size: 21px; line-height: 0.8em; margin-right: 0; margin-left: .04em; }
#main-content #store-cart #cart-empty-message { text-align: center; margin: 0 0 30px; padding: 20px; }
#main-content #store-cart #cart-empty-message p { line-height: 1.3; }
#main-content #store-cart .total { margin: 0; overflow: hidden; padding: 30px 0 10px; }
#main-content #store-cart .total .label { float: left; font-size: 1.3em; letter-spacing: 0.04em; margin: 0; }
#main-content #store-cart .total .price { float: right; }
#main-content #store-cart .total .price .amount { font-size: 1.3em; font-weight: 700; }
#main-content #store-cart .cart-actions { clear: both; overflow: hidden; padding: 20px 0; }
#main-content #store-cart .cart-actions .continue-shopping, #main-content #store-cart .cart-actions .checkout { clear: left; display: block; float: left; }
#main-content #store-cart .cart-actions .continue-shopping { text-decoration: none; }
#main-content #store-cart .cart-actions .checkout { display: inline-block; margin-bottom: 20px; padding: 11px 40px 11px 12px; text-decoration: none; width: 100%; }
#main-content #store-cart.etsy .cart-actions .checkout { background: url("/_assets/_sprites/etsy-button-sprite.png") no-repeat top left; height: 36px; padding: 0; text-indent: -9999px; width: 179px; }
#main-content #store-cart.etsy .cart-actions .checkout:hover { background-position: 0 -36px; }
#main-content #store-cart.etsy .cart-actions .checkout:active { background-position: 0 -72px; }
@media (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) { #main-content #store-cart.etsy .cart-actions .checkout { background: url("/_assets/_sprites/etsy-button-sprite-2x.png") no-repeat top left; background-size: 179px 108px; } }
#main-content .contact { width: 100%; }
#main-content .contact .map-content-container { float: right; width: 100%; }
#main-content .contact .map-content-container .map-container { padding: 0 0 10px 0; }
#main-content .contact .map-content-container .map-container a { font-size: .8em; }
#main-content .contact .map-content-container .map-container img { float: none; max-width: none; }
#main-content .contact .map-content-container .map-container #map-canvas { height: 300px; margin-bottom: 5px; width: 100%; }
#main-content .contact .map-content-container .content { margin-bottom: 35px; }
#main-content .contact .form-container { float: right; margin-bottom: 25px; width: 100%; }
#main-content .contact .form-container #contact-form { width: 100%; }
#main-content .contact .form-container #contact-form fieldset { margin: 0; padding: 0; border: none; }
#main-content .contact .form-container #contact-form fieldset .form-fields { list-style: none; margin: 0; padding: 0; }
#main-content .contact .form-container #contact-form fieldset .form-fields > li { padding-bottom: 15px; }
#main-content .contact .form-container #contact-form fieldset .form-fields > li label { clear: left; display: block; margin-bottom: 5px; }
#main-content .contact .form-container #contact-form fieldset .form-fields > li input, #main-content .contact .form-container #contact-form fieldset .form-fields > li textarea { border: none; border-radius: 0; padding: 8px 10px; width: 100%; }
#main-content .contact .form-container #contact-form fieldset .form-fields > li textarea { height: 150px; }
#main-content .contact .form-container #contact-form fieldset .captcha { float: left; margin-bottom: 20px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#main-content .contact .form-container #contact-form fieldset .captcha span { font-weight: bold; }
#main-content .contact .form-container #contact-form fieldset .captcha .captcha-label { float: left; font-size: 0.875em; margin: 3px 0 10px 0; }
#main-content .contact .form-container #contact-form fieldset .captcha #captcha-list { float: left; margin: 0; padding: 0; width: 100%; }
#main-content .contact .form-container #contact-form fieldset .captcha #captcha-list li { clear: none; display: inline-block; float: left; margin: 0 1% 1% 0; padding: 0; text-align: center; width: 49.5%; }
#main-content .contact .form-container #contact-form fieldset .captcha #captcha-list li:nth-child(2n) { margin-right: 0; }
#main-content .contact .form-container #contact-form fieldset .captcha #captcha-list li a { display: block; font-size: 0.8em; padding: 4px 7px; text-decoration: none; }
#main-content .contact .form-container #contact-form fieldset .parsley-errors-list { padding: 0; position: relative; margin: 0; }
#main-content .contact .form-container #contact-form fieldset .parsley-errors-list li { display: inline-block; font-size: 0.8em; font-weight: normal; margin: 5px 0 15px 0; padding: 4px 6px; position: absolute; right: 0; width: auto; }
#main-content .contact .form-container #contact-form fieldset .parsley-errors-list li.require { position: static; right: auto; left: 0; margin-bottom: 0; }
#main-content .contact .form-container #contact-form fieldset .parsley-errors-list li.require:before { right: auto; left: 6px; top: 2px; }
#main-content .contact .form-container #contact-form fieldset .parsley-errors-list li:before { border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom-width: 5px; border-bottom-style: solid; content: ''; display: inline-block; height: 0; right: 6px; position: absolute; top: -3px; width: 0; }
#main-content .contact .form-container #contact-form fieldset input[type="submit"] { border: none; clear: left; padding: 11px 20px; }
#main-content .contact .form-container #result-message { border-top-width: 1px; border-top-style: dotted; text-align: left; margin-bottom: 10px; padding-top: 10px; }
#main-content .contact .form-container #result-message h1 { margin-right: 3px; }
#main-content .contact .form-container #result-message h1, #main-content .contact .form-container #result-message p { display: inline; font-size: 1.2em; margin-bottom: 0; }
#main-content .contact ul.contact-info { list-style: none; margin-bottom: 0; padding: 0; width: 100%; }
#main-content .contact ul.contact-info .contact-item.name { font-size: 1.5em; line-height: 1.3; }
#main-content .contact ul.contact-info .contact-item.location { font-weight: bold; }
#main-content .contact ul.contact-info .contact-item:first-child { margin-bottom: 8px; }
#main-content .contact address { font-style: inherit; }
#main-content .listing { margin: 0 0 20px 0; width: 100%; float: none; }
#main-content .listing section.content-editor { border-bottom-style: dotted; border-bottom-width: 1px; margin-bottom: 30px; padding-bottom: 30px; float: none; font-size: inherit; }
#main-content .listing section.content-editor p { margin: 0; }
#main-content .listing ul.listing-list { list-style: none; margin: 0; padding: 0; }
#main-content .listing ul.listing-list > li { border-bottom-style: dotted; border-bottom-width: 1px; display: block; float: left; margin: 0 0 20px; padding: 0; width: 100%; }
#main-content .listing ul.listing-list > li:first-child { padding-top: 0; }
#main-content .listing ul.listing-list > li h2.listing-title { font-size: 1.5em; line-height: 1.3; margin: 0 0 20px; }
#main-content .listing ul.listing-list > li .description { float: none; font-size: inherit; margin: 0 0 20px; width: 100%; }
#main-content .listing ul.listing-list > li .image { line-height: 0; margin: 0 0 20px 0; float: none; display: block; width: 100%; }
#main-content .listing ul.listing-list > li .image img { max-width: 100%; }
#main-content .listing ul.listing-list > li .info { float: none; margin: 0; }
#main-content #about .content-editor { display: inline; }
#main-content #about img.full { margin-bottom: 10px; width: 100%; }
#main-content #about img.right { float: right; margin: 0 0 10px 0; max-width: 100%; }
#main-content #about img.left { float: left; margin: 0 0 10px 0; max-width: 100%; }
#main-content #about .sharing { float: left; }

.widgets { clear: both; padding: 50px 30px; }
.widgets .widget { border-bottom-style: dotted; border-bottom-width: 1px; margin: 0 0 30px 0; overflow: hidden; padding: 0 0 15px 0; position: relative; }
.widgets .widget h2 { font-size: 1em; font-weight: 400; margin: 0 0 25px 0; }
.widgets .widget p { font-size: 0.9em; line-height: 1.4; }
.widgets .widget a { text-decoration: none; }
.widgets .widget a:hover { text-decoration: underline; }
.widgets .widget .date { font-size: 0.8em; margin-top: 10px; }
.widgets .twitter p { margin: 0; }
.widgets .twitter ul { list-style-type: none; margin: 0; padding: 0; }
.widgets .twitter ul li { margin-bottom: 15px; }
.widgets .twitter ul li p { margin: 0; }
.widgets .blog p, .widgets .lastfm p { margin: 0; }
.widgets .blog ul, .widgets .lastfm ul { list-style-type: none; margin: 0; padding: 0; }
.widgets .blog ul li, .widgets .lastfm ul li { margin-bottom: 15px; }
.widgets .lastfm a { font-size: 0.75em; }
.widgets .rss ul { margin: 0 0 0 18px; padding: 0; }
.widgets .rss ul li { margin-bottom: 15px; }
.widgets .rss ul li p { margin: 0; }
.widgets .facebook #fb-like-box { overflow: hidden; width: 100%; }
.widgets .facebook #fb-like-box span { min-height: 80px; width: 100% !important; }
.widgets .facebook #fb-like-box span iframe { min-height: 80px; width: 100% !important; }
.widgets .facebook #fb-root { display: none; }
.widgets .audio { padding-bottom: 30px; }
.widgets .audio .audio-player ol { list-style-type: none; margin: 0; padding: 0; }
.widgets .audio .audio-player ol li { display: none; position: relative; }
.widgets .audio .audio-player ol li .album-image { display: none; }
.widgets .audio .audio-player ol li .controls { background: #333; left: 0; position: absolute; top: 0; width: 100%; }
.widgets .audio .audio-player ol li .controls .play-pause, .widgets .audio .audio-player ol li .controls .previous, .widgets .audio .audio-player ol li .controls .next { display: inline-block; position: absolute; text-indent: -9999px; vertical-align: middle; white-space: nowrap; }
.widgets .audio .audio-player ol li .controls .play-pause:hover, .widgets .audio .audio-player ol li .controls .previous:hover, .widgets .audio .audio-player ol li .controls .next:hover { text-decoration: none; }
.widgets .audio .audio-player ol li .controls .play-pause { height: 40px; left: 0; top: 0; width: 40px; }
.widgets .audio .audio-player ol li .controls .play-pause.pause:before { content: attr(data-icon-pause); text-indent: 0; }
.widgets .audio .audio-player ol li .controls .play-pause:before { bottom: -2; float: left; font-size: 42px; line-height: 30px; text-align: center; text-indent: 2px; width: 100%; }
.widgets .audio .audio-player ol li .controls .previous, .widgets .audio .audio-player ol li .controls .next { height: 19px; top: 4px; width: 19px; }
.widgets .audio .audio-player ol li .controls .previous:before, .widgets .audio .audio-player ol li .controls .next:before { bottom: -2; float: left; font-size: 24px; line-height: 12px; text-align: center; text-indent: 2px; width: 93%; }
.widgets .audio .audio-player ol li .controls .previous { left: 50px; }
.widgets .audio .audio-player ol li .controls .next { left: 80px; }
.widgets .audio .audio-player ol li .info { padding-top: 60px; }
.widgets .audio .audio-player ol li .info h2 { font-size: 0.8em; font-weight: 400; margin: 0; line-height: 130%; }
.widgets .audio .audio-player ol li .info .time { font-size: 0.8em; }
.widgets .audio .audio-player ol li .length { display: block; height: 4px; left: 0; position: absolute; top: 45px; width: 100%; }
.widgets .audio .audio-player ol li .length .load, .widgets .audio .audio-player ol li .length .progress { display: block; height: 4px; left: 0; position: absolute; top: 0; }
.widgets .audio .audio-player ol li.count_1 { display: block; }
.widgets .audio .audio-player ol li:hover { background: none; }
.widgets .contact { width: 100%; float: none; }
.widgets .contact .contact-item.name .type, .widgets .contact .contact-item.company .type, .widgets .contact .contact-item.email .type, .widgets .contact .contact-item.link .type, .widgets .contact .contact-item.location .type { display: none; }
.widgets .contact .contact-item.name { font-size: 1.5em; }
.widgets .contact .contact-item.address { line-height: 1.5em; }
.widgets .contact .contact-item.location { font-weight: bold; }
.widgets .contact .contact-item:first-child { line-height: 1; margin-bottom: 8px; }
.widgets .contact .map-content-container { float: right; width: 100%; }
.widgets .contact .map-content-container .map-container { padding: 0 0 10px 0; }
.widgets .contact .map-content-container .map-container img { margin-bottom: 10px; max-width: 100%; }
.widgets .contact ul.contact-info { list-style: none; padding: 0; width: 100%; }

#ui-datepicker-div { border: none; font-size: 1em; padding: 0; position: fixed !important; margin: -120px 0 0 -150px !important; top: 50% !important; left: 50% !important; width: 300px !important; z-index: 500 !important; }
#ui-datepicker-div:before { content: ''; background: #000; right: 0; opacity: 0.7; bottom: 0; height: 100%; width: 100%; line-height: 1; margin: -120px 0 0 151px; display: block; position: fixed; z-index: -1; pointer-events: none; }
#ui-datepicker-div .ui-datepicker-calendar:before { content: ''; bottom: 0; display: block; left: 0; position: absolute; right: 0; top: 0; z-index: -1; }
#ui-datepicker-div .ui-datepicker-header:before { background: none !important; content: 'x'; color: white !important; font-size: 13px; font-weight: normal; display: block; left: 50%; line-height: 1; margin: -150px 0 0 150px; padding: 6px 10px 10px 10px; pointer-events: none; position: fixed; top: 50%; z-index: 499; }

.ui-datepicker { margin-left: 0 !important; margin-top: -1px; }

#datepicker, #ui-datepicker-div { border-radius: 0; }
#datepicker .ui-datepicker.ui-widget, #ui-datepicker-div .ui-datepicker.ui-widget { background: none; }
#datepicker .ui-datepicker-calendar, #ui-datepicker-div .ui-datepicker-calendar { border-left-width: 1px; border-left-style: solid; margin: 0; }
#datepicker .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-next { right: 10px; top: 6px; }
#datepicker .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-prev { left: 10px; top: 6px; }
#datepicker a.ui-datepicker-next, #datepicker a.ui-datepicker-prev, #ui-datepicker-div a.ui-datepicker-next, #ui-datepicker-div a.ui-datepicker-prev { cursor: pointer; }
#datepicker .ui-widget-header .ui-icon, #datepicker .ui-state-hover .ui-icon, #ui-datepicker-div .ui-widget-header .ui-icon, #ui-datepicker-div .ui-state-hover .ui-icon { background: none; text-align: center; }
#datepicker .ui-datepicker-next-hover, #datepicker .ui-datepicker-prev-hover, #ui-datepicker-div .ui-datepicker-next-hover, #ui-datepicker-div .ui-datepicker-prev-hover { background: none; border: none; }
#datepicker .ui-datepicker-next .ui-icon:before, #ui-datepicker-div .ui-datepicker-next .ui-icon:before { content: "→"; display: block; text-indent: 0; }
#datepicker .ui-datepicker-prev .ui-icon:before, #ui-datepicker-div .ui-datepicker-prev .ui-icon:before { content: "←"; display: block; text-indent: 0; }
#datepicker .ui-icon-circle-triangle-e, #ui-datepicker-div .ui-icon-circle-triangle-e { background: none; }
#datepicker .ui-corner-all, #ui-datepicker-div .ui-corner-all { border-radius: 0; }
#datepicker .ui-datepicker-header, #ui-datepicker-div .ui-datepicker-header { background: none; background-image: none; border-style: solid; border-width: 1px; padding: 8px 0; }
#datepicker .ui-state, #datepicker .ui-state-hover, #datepicker .ui-state-active, #datepicker .ui-state-default, #ui-datepicker-div .ui-state, #ui-datepicker-div .ui-state-hover, #ui-datepicker-div .ui-state-active, #ui-datepicker-div .ui-state-default { background-image: none; }
#datepicker th, #ui-datepicker-div th { -moz-opacity: 0.40; filter: Alpha(Opacity=40); opacity: 0.40; }
#datepicker td, #ui-datepicker-div td { padding: 0; }
#datepicker td a:hover, #ui-datepicker-div td a:hover { outline-width: 1px; outline-style: solid; }
#datepicker td a.ui-state-active, #ui-datepicker-div td a.ui-state-active { outline-width: 1px; outline-style: solid; }
#datepicker td a.ui-state-highlight, #ui-datepicker-div td a.ui-state-highlight { outline-width: 1px; outline-style: solid; }
#datepicker td.ui-state-disabled, #ui-datepicker-div td.ui-state-disabled { -moz-opacity: 0.30; filter: Alpha(Opacity=30); opacity: .30; }
#datepicker td.ui-datepicker-other-month, #ui-datepicker-div td.ui-datepicker-other-month { opacity: .08; filter: Alpha(Opacity=8); -moz-opacity: 0.08; }
#datepicker table, #ui-datepicker-div table { margin: 0; width: 100.2%; }
#datepicker table thead, #ui-datepicker-div table thead { background: none; }
#datepicker table thead tr, #ui-datepicker-div table thead tr { border-right-width: 1px; border-right-style: solid; }
#datepicker table .ui-datepicker th, #ui-datepicker-div table .ui-datepicker th { padding: 0px 0 5px; }
#datepicker table .ui-state-highlight, #ui-datepicker-div table .ui-state-highlight { background-image: none; }
#datepicker table .ui-state-default, #datepicker table .ui-widget-content .ui-state-default, #datepicker table .ui-widget-header .ui-state-default, #ui-datepicker-div table .ui-state-default, #ui-datepicker-div table .ui-widget-content .ui-state-default, #ui-datepicker-div table .ui-widget-header .ui-state-default { background: none; border: none; font-weight: normal; padding: 9px 5px; text-align: center; }
#datepicker table td a, #datepicker table td a:hover, #ui-datepicker-div table td a, #ui-datepicker-div table td a:hover { text-decoration: none; }
#datepicker table tr, #ui-datepicker-div table tr { border-bottom-width: 1px; border-bottom-style: solid; }
#datepicker table tr td, #ui-datepicker-div table tr td { border-right-width: 1px; border-right-style: solid; }

.opentable { position: relative; }
.opentable span.opentable-link { display: block; font-size: 10px; opacity: .7; margin-top: 8px; }
.opentable span.opentable-link:hover { opacity: 1; }
.opentable .OT_ExtLink:link, .opentable .OT_ExtLink:visited, .opentable .OT_ExtLink:hover, .opentable .OT_ExtLink:active { margin: 0 0 10px; width: auto; text-align: left; }
.opentable .powered { display: block; font-size: .8em; position: absolute; bottom: 27px; left: 146px; -moz-opacity: 0.40; opacity: 0.40; filter: alpha(opacity=40); }
.opentable form#OT_form { width: 100%; }
.opentable form#OT_form .OT_wrapper { width: 100%; border: none; background: transparent; }
.opentable form#OT_form .OT_wrapper .OT_header { display: none; margin: 0; padding: 0; }
.opentable form#OT_form .OT_wrapper ul.OT_list { width: 100%; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit { border: none; width: 100%; margin: 0 0 12px; padding: 0; position: relative; background-image: none; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal input, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal input:focus, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input:focus, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input:focus, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input:focus, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit input:focus { outline: none; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal .ui-datepicker, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day .ui-datepicker, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time .ui-datepicker, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party .ui-datepicker, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit .ui-datepicker { margin: 0 auto; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time ul, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party ul, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit ul { left: 50%; right: 50%; margin-left: -50%; top: 28px; width: 100%; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit ul li.OT_navListItem, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit ul li.OT_navListItem { width: 100%; margin: 0; padding: 0; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit ul li.OT_navListItem a, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit ul li.OT_navListItem a { line-height: 29px; padding: 0 8px; text-align: left; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit { display: block; height: auto; margin-bottom: 5px; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit a.OT_Find_a_Table:link, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit a.OT_Find_a_Table:visited, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit a.OT_Find_a_Table:hover, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit a.OT_Find_a_Table:active { background-image: none; font-size: 12px; padding: 10px 20px; display: block; height: auto; border-radius: 0; width: auto; text-shadow: none; text-decoration: none; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit .OTButton { width: auto; text-align: left; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal .ui-widget { width: 100%; border: none; padding: 0px; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day { height: 29px; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input { background: none; border-radius: 0; margin: 0 auto; padding: 0 0 0 8px; display: block; font-weight: normal; border-width: 1px; border-style: solid; width: 100%; height: 29px; position: relative; z-index: 2; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input.OT_searchPartyField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input.OT_searchTimeField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input.OT_searchDateField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input.OT_searchPartyField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input.OT_searchTimeField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input.OT_searchDateField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input.OT_searchPartyField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input.OT_searchTimeField, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input.OT_searchDateField { background-image: none; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time .OT_navList, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party .OT_navList, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day .OT_navList { border-width: 1px; border-style: solid; max-height: 92px; }
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time:after, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party:after, .opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day:after { content: "▼"; position: absolute; right: 10px; bottom: 9px; font-size: 8px; display: block; z-index: 1; }

footer#site-footer { clear: both; padding: 20px 30px; }
footer#site-footer a { text-decoration: none; }
footer#site-footer a:hover { text-decoration: underline; }

.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

@media (min-width: 500px) { input[type="password"], input[type="submit"] { width: auto; }
  #main-content .index .normal li, #main-content .index .large li { margin: 0 4% 4% 0; width: 48%; }
  #main-content .index .normal li a .titles, #main-content .index .large li a .titles { bottom: auto; left: auto; position: relative; padding: 15px 0px; }
  #main-content .index .normal li a .titles h2, #main-content .index .large li a .titles h2 { font-size: 0.9em; }
  #main-content .index .normal li.no-image, #main-content .index .large li.no-image { padding-bottom: 48%; position: relative; height: 0; }
  #main-content .index .normal li.no-image .titles, #main-content .index .large li.no-image .titles { height: 100%; left: 0; padding: 15px 0 0 10px; position: absolute; top: 0; width: 100%; }
  #main-content .index .normal li:nth-child(2n), #main-content .index .large li:nth-child(2n) { margin-right: 0; }
  #main-content .index .normal li:nth-child(2n+1), #main-content .index .large li:nth-child(2n+1) { clear: left; }
  #main-content #blog { position: relative; }
  #main-content #blog #filter a { font-size: 0.9em; }
  #main-content #blog.tumblr aside .tumblr-sharing { float: left; }
  #main-content #blog.tumblr aside .sharing { padding-left: 20px; clear: none; display: inline-block; position: relative; width: 75%; }
  #main-content #blog.tumblr aside .sharing .share-label { font-size: .8em; }
  #main-content #blog.tumblr aside .sharing:after { content: "/"; display: block; left: 0; position: absolute; top: 5px; }
  #main-content #about img.full { margin-bottom: 10px; width: 100%; }
  #main-content #about img.right { float: right; margin: 15px 0 10px 20px; max-width: 50%; }
  #main-content #about img.left { float: left; margin: 15px 20px 10px 0; max-width: 50%; } }
@media (min-width: 540px) { #main-content .grid-gallery .thumbnails { display: none; }
  #main-content .grid-gallery .large-gallery { padding: 0; }
  #main-content .grid-gallery .large-gallery li { list-style: none; margin: 0 4% 20px 0; max-width: 48%; float: left; }
  #main-content .grid-gallery .large-gallery li img { display: block; }
  #main-content .grid-gallery .large-gallery li .details { padding-left: 0; text-align: left; }
  #main-content .grid-gallery .large-gallery li:nth-child(2n+1) { clear: left; }
  #main-content .grid-gallery .large-gallery li:nth-child(2n) { margin-right: 0; }
  .widgets { overflow: hidden; }
  .widgets .widget { float: left; margin-right: 4%; width: 48%; }
  .widgets .widget:nth-child(2n) { margin-right: 0; }
  .widgets .widget:nth-child(2n+1) { clear: left; } }
@media (min-width: 620px) { #main-content #page-title { margin-top: 3px; }
  #main-content .index .large li a .titles h2, #main-content .index .normal li a .titles h2 { font-size: 0.9em; }
  #main-content .index .large li a .titles h3, #main-content .index .normal li a .titles h3 { font-size: 0.85em; }
  #main-content .category-dropdown { float: left; margin: 0 0 30px 0; width: auto; }
  #main-content a.subscribe { float: right; margin: 4px 0 0 0; }
  #main-content .vertical-gallery { clear: left; }
  #main-content .horizontal-gallery { clear: left; margin: 0 auto; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
  #main-content .horizontal-gallery .horizontal-gallery-container { overflow: hidden; padding-top: 30px; position: relative; }
  #main-content .horizontal-gallery .horizontal-gallery-container .large-gallery { display: table; margin-top: 0; position: relative; }
  #main-content .horizontal-gallery .horizontal-gallery-container .large-gallery li { display: table-cell; vertical-align: top; padding-right: 20px; padding-bottom: 20px; }
  #main-content .horizontal-gallery .horizontal-gallery-container .large-gallery li img { height: 325px !important; max-width: inherit; width: inherit !important; }
  #main-content .horizontal-gallery .horizontal-gallery-container .large-gallery li .media-container a { text-decoration: none; }
  #main-content .horizontal-gallery .horizontal-gallery-container .large-gallery li .media-container .video { width: 500px; }
  #main-content .horizontal-gallery .horizontal-gallery-container .large-gallery li:last-child { padding-right: 0; }
  #main-content .horizontal-gallery #slider { left: 0; position: absolute; top: 0; display: block; height: 10px; width: 100%; }
  #main-content .horizontal-gallery #slider .slider-track-x { height: 10px; display: block; width: 100%; }
  #main-content .horizontal-gallery #handle { cursor: move; height: 10px; text-align: center; vertical-align: top; outline: none; }
  #main-content .horizontal-gallery #handle:hover { opacity: 0.75; filter: alpha(opacity=75); cursor: move; }
  #main-content .slideshow-gallery .thumbnails { display: none; }
  #main-content .slideshow-gallery .large-gallery { display: block; }
  #main-content .slideshow-thumbnails-gallery .thumbnails { clear: left; display: block; float: left; margin: 0; text-align: left; }
  #main-content .slideshow-thumbnails-gallery .thumbnails li { float: left; margin: 0 5px 5px 0; height: 190px; }
  #main-content .slideshow-thumbnails-gallery .thumbnails li.instagram { height: auto; margin: 0 3% 3% 0; width: 31%; }
  #main-content .slideshow-thumbnails-gallery .thumbnails li.instagram:nth-child(3n) { margin-right: 0; }
  #main-content .slideshow-thumbnails-gallery .thumbnails li.instagram:nth-child(3n+1) { clear: left; }
  #main-content .slideshow-thumbnails-gallery .thumbnails li.instagram img { float: left; height: 100%; width: 100%; }
  #main-content .slideshow-thumbnails-gallery .thumbnails li img { height: 190px; width: auto; max-width: inherit; }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails { -webkit-column-count: 3; -webkit-column-gap: 0; -moz-column-count: 3; -moz-column-gap: 0; column-count: 3; column-gap: 0; }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li { float: none; height: auto; margin-bottom: 0; }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li.instagram { width: 100%; }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li img { height: auto; width: 100%; }
  #main-content .slideshow-thumbnails-gallery.show .large-gallery { display: block; }
  #main-content .slideshow-thumbnails-gallery.show .large-gallery .navigation .back-to-slideshow { display: block; float: left; font-size: 0.80em; height: 30px; padding: 5px 10px; position: relative; text-decoration: none; text-indent: -9999px; width: 25px; }
  #main-content .slideshow-thumbnails-gallery.show .large-gallery .navigation .back-to-slideshow[data-icon]:before { bottom: auto; font-family: "spotlight-regular"; font-size: 20px; line-height: 12px; left: 0px; position: absolute; text-indent: 0; top: 9px; }
  #main-content .slideshow-thumbnails-gallery.show .thumbnails { display: none; }
  #main-content .slideshow-gallery .large-gallery .navigation, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation { float: left; overflow: hidden; padding: 0 10px; }
  #main-content .slideshow-gallery .large-gallery .navigation .back-to-slideshow, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation .back-to-slideshow { display: none; }
  #main-content .slideshow-gallery .large-gallery .navigation .count, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation .count { float: left; font-size: 0.8em; margin: 7px 15px 0 0; text-align: right; }
  #main-content .slideshow-gallery .large-gallery .navigation .count .divider, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation .count .divider { margin: 0 0.25em; }
  #main-content .slideshow-gallery .large-gallery .navigation .navigation-controls, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation .navigation-controls { float: left; line-height: 1; }
  #main-content .slideshow-gallery .large-gallery .navigation .navigation-controls .next, #main-content .slideshow-gallery .large-gallery .navigation .navigation-controls .previous, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation .navigation-controls .next, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation .navigation-controls .previous { display: block; float: left; font-size: 0.8em; height: 30px; padding: 5px 10px; position: relative; text-decoration: none; text-indent: -9999px; width: 20px; }
  #main-content .slideshow-gallery .large-gallery .navigation .navigation-controls .next[data-icon]:before, #main-content .slideshow-gallery .large-gallery .navigation .navigation-controls .previous[data-icon]:before, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation .navigation-controls .next[data-icon]:before, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation .navigation-controls .previous[data-icon]:before { bottom: auto; font-family: "spotlight-regular"; font-size: 20px; line-height: 12px; left: 0; position: absolute; text-indent: 0; top: 10px; }
  #main-content .slideshow-gallery .large-gallery .navigation.hide, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation.hide { display: none; }
  #main-content .slideshow-gallery .large-gallery ul, #main-content .slideshow-thumbnails-gallery .large-gallery ul { clear: both; }
  #main-content #store-detail .product-specifics { float: right; margin: 0 0 30px 0; width: 45%; }
  #main-content #store-detail .product-specifics select { width: 100%; }
  #main-content #store-detail .product-specifics .add-to-cart { padding: 11px 20px; }
  #main-content #store-detail .product-specifics .product-description { clear: both; }
  #main-content #store-detail .product-specifics .sharing { margin-top: 25px; }
  #main-content #store-detail .main-image-container { float: left; margin: 0 0 20px 0; width: 50%; }
  #main-content #store-cart .items-in-cart li { padding: 10px 0; position: relative; }
  #main-content #store-cart .items-in-cart li .product-image { height: auto; margin-right: 11px; max-width: 9%; }
  #main-content #store-cart .items-in-cart li .product-title { margin-top: 10px; width: 45%; }
  #main-content #store-cart .items-in-cart li .product-option { position: absolute; right: 135px; top: 23px; }
  #main-content #store-cart .items-in-cart li .price { position: absolute; right: 40px; text-align: right; top: 20px; width: auto; }
  #main-content #store-cart .items-in-cart li .delete { opacity: 0.5; filter: alpha(opacity=50); top: 20px; }
  #main-content #store-cart .items-in-cart li .delete:hover { opacity: 1; filter: alpha(opacity=100); }
  #main-content #store-cart .cart-actions { text-align: right; }
  #main-content #store-cart .cart-actions .checkout { float: right; font-size: 1.1em; padding: 10px 15px; width: auto; }
  #main-content #store-cart .cart-actions .continue-shopping { clear: right; float: right; font-size: 0.8em; }
  #main-content #store-cart.etsy .cart-actions .checkout { text-align: left; width: 179px; }
  #main-content .menu.two-column ul.menu-list li.has-sub-items h2.section-title { margin-bottom: 40px; }
  #main-content .menu.two-column li.has-sub-items li.menu-item { float: left; margin: 20px 0 0 0; padding-right: 3%; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  #main-content .menu.two-column li.has-sub-items li.menu-item:nth-child(-n+2) { margin-top: 0; }
  #main-content .menu.two-column li.has-sub-items li.menu-item:nth-child(2n+1) { clear: left; }
  #main-content .menu.two-column li.has-sub-items li.menu-item:nth-child(2n) { padding: 0 0 0 3%; }
  #main-content .menu.two-column li.has-sub-items li.menu-item:nth-last-child(-n+2) p { margin-bottom: 0; }
  .no-csscolumns #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails { text-align: left; }
  .no-csscolumns #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li { width: auto; height: 190px; float: left; margin: 0 5px 5px 0; }
  .no-csscolumns #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li:first-child { padding-top: 0; }
  .no-csscolumns #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li img { max-height: 190px; width: auto!important; } }
@media (min-width: 700px) { #site-header { overflow: visible; padding: 0; }
  #site-header .header-image { margin-bottom: 0px; }
  #site-header .logo { margin-bottom: 0; overflow: hidden; padding: 43px 50px; text-align: center; width: 100%; }
  #site-header .logo h1 { font-size: 3em; }
  #site-header .logo h2 { font-size: 0.9em; }
  #site-header nav#main-nav { margin: 0 auto; overflow: visible; }
  #site-header nav#main-nav .toggle { display: none; }
  #site-header nav#main-nav ul li { float: none; }
  #site-header nav#main-nav ul li a { background-color: transparent; }
  #site-header nav#main-nav ul li a:hover { background-color: transparent; }
  #site-header nav#main-nav ul li.section span { background-color: transparent; }
  #site-header nav#main-nav ul li.section span:hover { background-color: transparent; }
  #site-header nav#main-nav #menu { opacity: 1 !important; filter: alpha(opacity=100) !important; display: block !important; height: auto !important; overflow: visible !important; margin-top: 0; padding: 0; text-align: center; width: 100%; }
  #site-header nav#main-nav #menu li { display: inline-block; line-height: 1; padding: 0 12px 0 12px; position: relative; width: auto; }
  #site-header nav#main-nav #menu li a { border-bottom-style: dotted; border-bottom-width: 1px; font-size: 0.75em; padding: 0 0 5px 0; text-transform: uppercase; }
  #site-header nav#main-nav #menu li a:hover:after { display: block; }
  #site-header nav#main-nav #menu li.current a:after { display: block; }
  #site-header nav#main-nav #menu li.section { float: none; }
  #site-header nav#main-nav #menu li.section span { font-size: 0.8em; text-transform: uppercase; padding: 0 0 10px; }
  #site-header nav#main-nav #menu li.section ul { left: 0; position: absolute; text-align: left; top: 100%; width: 150px; z-index: 10; }
  #site-header nav#main-nav #menu li.section ul li { padding: 0; width: 100%; }
  #site-header nav#main-nav #menu li.section ul li a { border: none; padding: 10px; text-transform: none; }
  #site-header nav#main-nav #menu li.section ul li a:hover:after { display: none; }
  #site-header nav#main-nav #menu li.section ul li.current a:after { display: none; }
  #site-header nav#main-nav #menu li.section.open ul { display: none; }
  #site-header nav#main-nav #menu li.section:after { display: none; }
  #site-header nav#main-nav #menu li.section:hover ul { display: block; }
  .header-image { padding: 30px 30px 0 30px; }
  #main-content .sharing { margin-top: 10px; }
  #main-content .sharing .share-buttons .share-label { font-size: 0.8em; }
  #main-content .tumblr-sharing { float: left; margin-top: 6px; }
  #main-content .content-editor p { line-height: 1.6; margin: 15px 0; }
  #main-content .index .large li a .titles h3, #main-content .index .normal li a .titles h3 { font-size: 0.8em; margin-top: 2px; }
  #main-content .index .large li a .price, #main-content .index .normal li a .price { font-size: 1em; }
  #main-content .index .normal li { margin: 0 5% 5% 0; width: 30%; }
  #main-content .index .normal li:nth-child(2n) { margin-right: 5%; }
  #main-content .index .normal li:nth-child(2n+1) { clear: none; }
  #main-content .index .normal li:nth-child(3n) { margin-right: 0; }
  #main-content .index .normal li:nth-child(3n+1) { clear: left; }
  #main-content .index .normal li.no-image { padding-bottom: 30%; }
  #main-content .index .pagination { margin: 40px 0 0 0; }
  #main-content .menu .section-titles li a { font-size: .8em; }
  #main-content .menu ul.menu-list li.menu-item .description { font-size: 0.8em; }
  #main-content #blog > ul > li header h1 { font-size: 1.7em; line-height: 1.1; width: 85%; }
  #main-content #blog > ul > li article { padding-bottom: 15px; }
  #main-content #blog > ul > li article .content-editor { padding: 0; }
  #main-content #blog > ul > li article aside { height: 25px; margin-top: 30px; }
  #main-content #blog > ul > li article aside .sharing { margin-top: 0; }
  #main-content #blog > ul > li article aside .sharing:after { top: 3px; }
  #main-content #blog > ul > li article.audio { min-height: 170px; }
  #main-content #blog > ul > li article.audio .audio-player { margin-bottom: 0; width: 100%; }
  #main-content #blog > ul > li article.audio .audio-player ol li .controls { top: 19px; }
  #main-content #blog > ul > li article.audio .audio-player ol li .info h2 { float: left; }
  #main-content #blog > ul > li article.audio .audio-player ol li .info .time { font-size: 0.9em; }
  #main-content #blog > ul > li article.quote blockquote p, #main-content #blog > ul > li article.quote cite p { font-size: 1.4em; }
  #main-content #blog > ul > li footer .tags-categories { font-size: 0.8em; }
  #main-content #blog > ul > li a.comments { font-size: 0.8em; }
  #main-content #blog.tumblr > ul > li article.audio { min-height: inherit; }
  #main-content .events ul li { padding: 20px 0; position: relative; }
  #main-content .events ul li .event-info .info { right: 100px; }
  #main-content .events ul li .event-info .see-details { right: 0; }
  #main-content #store-listing .categories li a { font-size: 0.8em; }
  #main-content #store-detail .main-image-container .main-image { display: none; }
  #main-content #store-detail .main-image-container .thumbnails li { float: none; margin: 0 0 10px 0; width: 100%; }
  #main-content #store-detail .product-specifics .product-description { font-size: 0.8em; }
  #main-content #store-detail .back-to-listing { font-size: 0.8em; }
  #main-content #store-cart .items-in-cart li .product-title { margin-top: 15px; }
  #main-content #store-cart .items-in-cart li .product-option { top: 27px; }
  #main-content #store-cart .items-in-cart li .price { top: 22px; }
  #main-content #store-cart .items-in-cart li .delete { top: 23px; }
  #main-content #store-cart .total { text-align: right; }
  #main-content #store-cart .total .label, #main-content #store-cart .total .price { display: inline; float: none; }
  #main-content #store-cart .total .price { margin-left: 10px; }
  #main-content #store-cart .checkout { margin: 0 0 0 30px; }
  #main-content #store-cart .cart-actions { padding: 20px 0; }
  #main-content #store-cart .cart-actions .continue-shopping { clear: none; margin: 15px 0px 0 0; }
  #main-content .vertical-gallery .large-gallery li .details p, #main-content .horizontal-gallery .large-gallery li .details p, #main-content .slideshow-gallery .large-gallery li .details p, #main-content .slideshow-thumbnails-gallery .large-gallery li .details p, #main-content .grid-gallery .large-gallery li .details p { font-size: 0.8em; }
  #main-content .vertical-gallery .large-gallery li.portrait img, #main-content .horizontal-gallery .large-gallery li.portrait img, #main-content .slideshow-gallery .large-gallery li.portrait img, #main-content .slideshow-thumbnails-gallery .large-gallery li.portrait img, #main-content .grid-gallery .large-gallery li.portrait img { height: 570px; max-width: inherit; width: auto; }
  #main-content .audio .album-art { float: left; margin: 0 3.3333% 25px 0; width: 30%; }
  #main-content .audio .album-art img { height: auto; max-width: inherit; width: 100%; }
  #main-content .audio .audio-player { float: left; margin-bottom: 50px; width: 66.6667%; }
  #main-content .audio .audio-player ol li .controls .play-pause { height: 16px; width: 16px; }
  #main-content .audio .audio-player ol li .controls .play-pause.pause[data-icon]:before { content: attr(data-icon-pause); font-size: 24px; line-height: 10px; text-indent: 5px; }
  #main-content .audio .audio-player ol li .controls .play-pause[data-icon]:before { font-size: 23px; line-height: 10px; text-align: left; text-indent: 5px; }
  #main-content .audio .audio-player ol li .info { margin-left: 35px; }
  #main-content .audio .audio-player ol li .info .time { float: right; font-size: 0.8em; }
  #main-content .audio .audio-player ol li .info .title { float: left; font-size: 0.8em; width: 65%; }
  #main-content .audio .audio-player ol li .download { font-size: 0.7em; position: absolute; right: 45px; top: 0; }
  #main-content .audio .audio-player.no-art { width: 100%; }
  #main-content .contact { clear: none; }
  #main-content .contact .map-content-container { width: 63%; }
  #main-content .contact address, #main-content .contact ul.contact-info { width: 32%; }
  #main-content .contact address li, #main-content .contact ul.contact-info li { margin: 3px 0; }
  #main-content .contact .form-container #contact-form fieldset .captcha #captcha-list li { margin: 0 0.5% 0 0; text-align: center; width: auto; }
  #main-content .contact .form-container #contact-form fieldset .captcha #captcha-list li:nth-child(2n) { margin-right: 0.5%; }
  #main-content .contact .form-container #contact-form fieldset .captcha #captcha-list li:last-child { margin-right: 0; }
  #main-content .listing ul.listing-list > li { margin: 0 0 20px 0; padding: 0 0 10px 0; }
  #main-content .listing ul.listing-list > li h2.listing-title { margin: 0 0 10px 0; }
  #main-content .listing ul.listing-list > li .description { font-size: inherit; margin: 0 0 10px 0; }
  #main-content .listing ul.listing-list > li .image { float: left; margin: 0 0 10px 0; width: 30%; }
  #main-content .listing ul.listing-list > li .info { float: right; width: 65%; }
  #main-content .listing ul.listing-list > li .info h2.listing-title { margin: 0 0 10px 0; }
  #main-content .listing ul.listing-list > li .info .description { margin: 0 0 10px 0; }
  #main-content .listing.grid .listing-list > li { float: left; margin: 0 3.5% 30px 0; padding: 0; width: 31%; }
  #main-content .listing.grid .listing-list > li:nth-child(3n+1) { clear: left; }
  #main-content .listing.grid .listing-list > li:nth-child(3n) { margin-right: 0; }
  #main-content .listing.grid .listing-list > li h2.listing-title { font-size: 1.3em; line-height: 1.2; margin: 0 0 15px; }
  #main-content .listing.grid .listing-list > li .description { margin: 0 0 15px 0; }
  #main-content .listing.grid .listing-list > li .image { float: none; margin: 3px 0 15px 0; padding: 0; width: 100%; }
  #main-content .listing.grid .listing-list > li .info { float: none; margin: 0; width: auto; }
  #main-content .listing.grid .listing-list > li .info h2.listing-title { margin: 18px 0 15px 0; }
  footer#site-footer { padding: 20px 30px; } }
@media (min-width: 950px) { .wrapper { margin: 40px auto 0px; }
  .header-image { padding: 40px 60px 0 60px; }
  #main-content { float: left; padding: 30px 0 30px 60px; width: 67%; }
  #main-content #blog > ul > li header { overflow: visible; padding-bottom: 40px; }
  #main-content #blog > ul > li header time { margin: 0 10px 0 -70px; }
  #main-content #blog > ul > li article { overflow: visible; }
  #main-content #blog > ul > li article.no-title, #main-content #blog > ul > li article.audio { min-height: 110px; }
  #main-content #blog > ul > li article.no-title header, #main-content #blog > ul > li article.audio header { float: left; padding: 0; }
  #main-content #blog > ul > li article.no-title .content-editor, #main-content #blog > ul > li article.audio .content-editor { clear: none; }
  #main-content #blog > ul > li article.no-title .audio-player, #main-content #blog > ul > li article.audio .audio-player { width: 100%; }
  #main-content #blog > ul > li footer .tags-categories { clear: none; display: inline-block; float: none; margin: 0 5px 0 0; width: auto; }
  #main-content #blog > ul > li footer .tags-categories p { display: inline-block; }
  #main-content #blog > ul > li footer .tags-categories ul { padding-right: 7px; position: relative; display: inline-block; }
  #main-content #blog > ul > li footer .tags-categories ul li { display: inline-block; }
  #main-content #blog > ul > li footer .tags-categories ul:after { content: "/"; display: block; position: absolute; right: 0; top: 1px; }
  #main-content #blog > ul > li footer .tags-categories:last-child ul { padding-right: 0; }
  #main-content #blog > ul > li footer .tags-categories:last-child ul:after { display: none; }
  #main-content #blog.tumblr > ul > li article { overflow: visible; }
  #main-content #blog.tumblr > ul > li article.audio { overflow: hidden; min-height: inherit; }
  #main-content #blog.tumblr > ul > li article.audio header, #main-content #blog.tumblr > ul > li article.link.no-title header { float: none; padding-bottom: 40px; }
  #main-content #blog.tumblr > ul > li article.audio.no-title header { float: left; padding-bottom: 0; }
  #main-content .events { overflow: visible; }
  #main-content .events ul li { float: left; overflow: visible; width: 100%; }
  #main-content .events ul li .date { margin-left: -70px; }
  #main-content .audio .album-art { margin-left: -70px; }
  #main-content .audio .audio-player { float: right; width: 77%; }
  #main-content .slideshow-thumbnails-gallery .thumbnails li { height: 170px; }
  #main-content .slideshow-thumbnails-gallery .thumbnails li img { height: 170px; width: auto; max-width: inherit; }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
  #main-content .slideshow-gallery .large-gallery ul, #main-content .slideshow-thumbnails-gallery .large-gallery ul { clear: none; padding-top: 0; }
  #main-content .slideshow-gallery .large-gallery .navigation, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation { float: left; margin-left: -70px; padding: 0 0 5px 0; width: 65px; }
  #main-content .slideshow-gallery .large-gallery .navigation .count, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation .count { float: none; margin: 10px 0 0 0; text-align: center; }
  #main-content .slideshow-thumbnails-gallery .large-gallery .navigation .navigation-controls .previous, #main-content .slideshow-thumbnails-gallery .large-gallery .navigation .navigation-controls .next { left: 5px; }
  #main-content .slideshow-thumbnails-gallery .large-gallery .navigation .navigation-controls .back-to-slideshow[data-icon]:before { left: 8px; }
  #main-content .slideshow-gallery .large-gallery .navigation .navigation-controls .previous, #main-content .slideshow-gallery .large-gallery .navigation .navigation-controls .next { left: 15px; width: 25px; }
  #main-content #store-cart .items-in-cart li { float: left; overflow: visible; width: 100%; }
  #main-content #store-cart .items-in-cart li .product-image { margin-left: -70px; }
  #main-content #store-cart .total { float: left; width: 100%; }
  .widgets { border-top-style: dotted; border-top-width: 1px; clear: none; float: right; margin: 63px 60px 0 0; overflow: visible; padding: 26px 0 0 0; width: 21%; }
  .widgets .widget { float: none; margin-right: 0; width: 100%; }
  .widgets .widget p { font-size: 0.75em; }
  .widgets .widget .date { font-size: 0.65em; }
  .widgets .audio { overflow: visible; }
  .widgets .audio .audio-player ol li .album-image { display: block; margin: 0 auto; text-align: center; width: 100%; }
  .widgets .audio .audio-player ol li .album-image img { height: auto; max-width: 100%; }
  .widgets .audio .audio-player ol li .controls { left: -10px; top: 20px; }
  .widgets .audio .audio-player ol li .controls .previous, .widgets .audio .audio-player ol li .controls .next { top: 42px; }
  .widgets .audio .audio-player ol li .controls .previous { left: 0; }
  .widgets .audio .audio-player ol li .controls .next { left: 21px; }
  .widgets .audio .audio-player ol li .info { padding-top: 15px; }
  .widgets .audio .audio-player ol li .length { left: auto; margin-top: 15px; position: inherit; top: auto; }
  footer#site-footer { padding: 20px 60px; } }
@media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  .content-editor a[href]:after { content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999999; page-break-inside: avoid; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  #menu, #main-nav, #virbHud, .toggle, .cart-link, .cart { display: none !important; }
  #main-content { width: 100% !important; padding: 0 !important; margin: 0 !important; } }
