/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-results-button {
  display: none;
}
textarea, input{ outline:none;}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #f20a5c; color:#fff; text-shadow: none; }
::selection { background:#f20a5c; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #f20a5c; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #f20a5c; }
a:hover { color: #000; }
em,i { font-style: italic; }

/*
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Atlantic Noir
	Premium Tumblr Theme
	http://atlanticnoir.tumblr.com
	Theme by: Style Hatch - http://stylehatch.co
	Support: atlanticnoir@stylehatch.co | @stylehatch | http://tumblr.com/theme/00000
	   _____ __        __        __  __      __       __
	  / ___// /___  __/ /__     / / / /___ _/ /______/ /_
	  \__ \/ __/ / / / / _ \   / /_/ / __ `/ __/ ___/ __ \
	 ___/ / /_/ /_/ / /  __/  / __  / /_/ / /_/ /__/ / / /
	/____/\__/\__, /_/\___/  /_/ /_/\__,_/\__/\___/_/ /_/
	         /____/
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

body {
	background: #ebdfa3;
	font: normal 14px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1f2223;
	margin: 0 30px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Structure
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#container {
	margin: 0 auto;
	padding: 60px;
	width: 900px;
	background: #fff;
}
#main {
	margin-top: 50px;
}
#content {
	width: 620px;
	float: left;
	margin: 0;
}
aside {
	width: 220px;
	float: left;
	margin-left: 60px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Header
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
header#site {
	text-align: center;
}
header#site h1 {
	font-size: 72px;
	line-height: 80px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
}
header#site h1 a {
	color: #1f2223;
	text-decoration: none;
}
header#site h1 a:hover {
	color: #f20a5c;
}
header#site h1 img {
	max-width: 100%;
	height: auto;
}
header#site nav {
	background: #fdf7f4;
	margin: 30px -30px 0;
	padding: 12px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
header#site nav ul {
	list-style-type: none;
}
header#site nav ul li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right: 16px;
}
header#site nav ul li:after {
	content: "\2022";
	margin-left: 16px;
}
header#site nav ul li:last-child {
	margin-right: 0;
}
header#site nav ul li:last-child:after {
	content: "";
	margin-left: 0;
}
header#site nav ul li a {
	text-decoration: none;
	color: #1f2223;
}
header#site nav ul li a:hover {
	color: #f20a5c;
}
header#site p.mobile-jump a {
	display: none;
	font-style: italic;
	font-family: Constantia, Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #797a7b;
}
header#site p.mobile-jump a:hover {
	color: #f20a5c;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	General Post Styles
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article {
	margin-bottom: 60px;
}
article header {
	margin-bottom: 12px;
}
article h2 {
	font-size: 44px;
	line-height: 50px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
	margin-bottom: 14px;
}
article h3 {
	font-size: 26px;
	line-height: 34px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 14px;
	margin-top: 22px;
}
article h4 {
	font-size: 18px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: bold;
	border-bottom: 1px dotted #797a7b;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-top: 22px;
}
article p {
	margin-bottom: 14px;
}
article section ul, article section ol {
	margin-top: 12px;
	margin-bottom: 22px;
}
article section li {
	margin-bottom: 6px;
}
article section hr {
	border-bottom: 1px dotted #797a7b;
}
article section img {
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
}
article iframe,
article object,
article embed {
	width: 100%;
}
article img {
	max-width: 100%;
	height: auto;
}
article section img[align="left"] {
	margin: 4px 16px 0 0;
}
article section img[align="right"] {
	margin: 4px 0 0 16px;
}
article section blockquote {
	margin: 8px 0 8px 30px;
	padding-left: 8px;
	border-left: 1px solid #797a7b;
}
article p.read-more a {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #1f2223;
	color: #fff;
	padding: 6px 14px;

	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
article p.read-more a:hover {
	background: #f20a5c;
	color: #1f2223;
	padding-left: 24px;
	padding-right: 24px;
	margin-left: -10px;
}
article p.btn {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	color: #1f2223;
	font-weight: bold;
}
article p.btn a {
	background: #1f2223;
	color: #ffffff;
	padding: 4px 10px;
	text-decoration: none;
	margin-right: 6px;

	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
article p.btn a:hover {
	background: #f20a5c;
	color: #1f2223;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: -6px;
}
a.more_notes_link {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: normal;
	background: #1f2223;
	color: #ffffff;
	padding: 4px 10px;

	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
a.more_notes_link:hover {
	font-weight: bold;
	background: #f20a5c;
	color: #1f2223;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: -3px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Text
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article.text header {
	margin-bottom: 12px;
}
article.text h2 a {
	text-decoration: none;
	color: #1f2223;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Photo
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article.photo header {
	background: url(../../fftf9xi/8kQlno1e0/drop-shadow.png) bottom left no-repeat;
	line-height: 0;
	padding-bottom: 12px;
	max-width: 100%;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
article.photo header img {
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Photoset
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article.photoset header {
	line-height: 0;
	padding-bottom: 0;
}
article.photoset .invisible .html_photoset {
	position: relative;
}
article.photoset header .photoset_wrap p {
	line-height: 0;
	margin-bottom: 0;
}
article.photoset header .photoset_wrap {

}
article.photoset .pagination {
	position: absolute;
	bottom: -44px;
	height: 12px;
	width: 100%;
	z-index: 6;
	margin: 0 0 20px 0;
	list-style-type: none;
	text-align: center;
}
article.photoset .pagination:after {
	content: "";
	display: block;
	height: 1px;
	width: auto;
	border-top: 1px dotted #797a7b;
	margin-top: -12px;
}
article.photoset .pagination li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	background: #ffffff;
	padding: 0 4px;
}
article.photoset .pagination li:first-child {
	padding-left: 20px;
}
article.photoset .pagination li:last-child {
	padding-right: 20px;
}
article.photoset .pagination li a {
	display: block;
	margin-bottom: 2px;
	width: 8px;
	height: 8px;
	background: #797a7b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-indent: -999em; overflow: hidden; text-align: left; direction: ltr;

	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
article.photoset .pagination li.current a, article.photoset .pagination li a:hover {
	margin-bottom: 0;
	width: 12px;
	height: 12px;
	background: #f20a5c;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.slides {
	position: relative;
	z-index: 1;
	margin-bottom: 44px;
}
.slides_container {
	width:100%;
	height: auto;
	line-height: 0;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	z-index: 2;
	position: relative;
}
.slides_container div {
	display:block;
}
.slides_container img {
	height: auto;
}
.slide_box {
	width: 620px;
	height: auto;
}
.slides_nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	opacity: 0;
}
a.slide_prev, a.slide_next  {
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	text-decoration: none;
	color: #f20a5c;
}
a.slide_prev {
	left: 0;
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(237,237,237,0.5) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,237,237,0.5)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(237,237,237,0.5) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(237,237,237,0.5) 0%,rgba(255,255,255,0.5) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(237,237,237,0.5) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(237,237,237,0.5) 0%,rgba(255,255,255,0.5) 100%); /* W3C */
}
a.slide_next {
	right: 0;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(237,237,237,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(237,237,237,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(237,237,237,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(237,237,237,0.5) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(237,237,237,0.5) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(237,237,237,0.5) 100%); /* W3C */
}
a.slide_prev:hover, a.slide_next:hover {
	background: #f20a5c;
	color: #ffffff;
}
a.slide_prev span, a.slide_next span {
	font-size: 36px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	text-decoration: none;
	position: absolute;
	top: 50%;
}
a.slide_prev span { left: 18px; }
a.slide_next span { right: 18px; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Quote
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article.quote header {
	background: url(../../fftf9xi/8kQlno1e0/drop-shadow.png) bottom left no-repeat;
	padding-bottom: 12px;
}
article.quote header .quote_wrap {
	padding: 20px 30px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
}
article.quote header .quote_wrap p {
	font-size: 36px;
	line-height: 44px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
}
article.quote header .quote_wrap p:last-child {
	margin-bottom: 0;
}
article.quote header p .quote_start {
	margin-left: -18px;
	float: left;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Link
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article.link header {
	background: url(../../fftf9xi/8kQlno1e0/drop-shadow.png) bottom left no-repeat;
	padding-bottom: 12px;
}
article.link header .link_wrap {
	padding: 20px 30px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	position: relative;
}
article.link header .link_wrap h2 {
	font-size: 36px;
	line-height: 44px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
	margin-bottom: 0;
}
article.link header .link_wrap h2 a {
	width: 530px;
	display: block;
}
article.link header .link_wrap h2 span {
	position: absolute;
	right: 30px;
	top: 48%;
	line-height: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Chat
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article.chat section {
	background: url(../../fftf9xi/8kQlno1e0/drop-shadow.png) bottom left no-repeat;
	padding-bottom: 12px;
}
article.chat section .chat_wrap {
	padding: 20px 30px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
}
article.chat section .chat_wrap p {
	font-size: 18px;
	line-height: 24px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;

	border-bottom: 1px dotted #797a7b;
	margin: 0;
	padding: 8px 0;
}
article.chat section .chat_wrap p:last-child {
	border-bottom: 0;
}
article.chat section .chat_wrap p small {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	color: #797a7b;
	line-height: 14px;
	font-style: normal;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Audio
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article.audio header {
	float: right;
	background: url(../../fftf9xi/8kQlno1e0/drop-shadow.png) bottom left no-repeat;
	padding-bottom: 12px;
	margin: 8px 0 0 16px;
	line-height: 0;
}
article.audio header.audio-embed {
	float: none;
	padding-bottom: 0;
	margin: 8px 0;
	line-height: 0;
}

article.audio header.audio-embed iframe[src*="spotify"] {
  width: 100% !important;
  height: auto !important;
  margin-bottom: -70px;
}
article.audio header.audio-embed iframe[src*="soundcloud"] {
  width: 100% !important;
}
article.audio header.audio-embed iframe.tumblr_audio_player {
  width: 100% !important;
}

article.audio header img {

	max-width: 260px;
	max-height: 260px;
	width: auto;
	height: auto;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
}
article.audio section {

}
article.audio .audio-player object,
article.audio .audio-player embed {
	width: 207px;
}
article.audio section h2 {
	margin-bottom: 0;
}
article.audio section h4 {
	font-size: 22px;
	line-height: 30px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin-top: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

article.audio section .audio-player {
	margin: 16px 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Video
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article.video header {
	background: url(../../fftf9xi/8kQlno1e0/drop-shadow.png) bottom left no-repeat;
	line-height: 0;
	padding-bottom: 12px;
}
article.video header img {
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
}
article.video .video_placeholder {
	width: 100% !important;
	height: 200px !important;
	line-height: 200px !important;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Ask
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article.ask header {
	background: url(../../fftf9xi/8xilno1cn/drop-shadow-ask.png) bottom left no-repeat;
	padding-bottom: 18px;
	margin-bottom: 0;
}
article.ask header .ask_wrapper {
	padding: 20px 30px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	position: relative;
}
article.ask header .ask_wrapper:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 16px solid #FFF;
	border-right: 16px solid transparent;
	position: absolute;
	bottom: -16px;
	left: 30px;
}
article.ask header .ask_wrapper h2 {
	font-size: 28px;
	line-height: 34px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
	font-style: none;
}
article.ask header .ask_wrapper h2:last-child {
	margin-bottom: 0;
}
article.ask header p .ask_wrapper {
	margin-left: -18px;
	float: left;
}
article.ask .asker {
	margin-left: 16px;
}
article.ask .asker small {
	font-size: 15px;
	letter-spacing: 0;
	font-family: Constantia, Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	color: #797a7b;
	text-decoration: none;
	border-bottom: none;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Meta - tags / credits / source
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul.tags {
	margin: 0;
	list-style-type: none;
	clear: both;
}
ul.tags li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right: 8px;
}
ul.tags li:last-child {
	margin-right: 0px;
}
ul.tags li.label {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
}
ul.tags li a {
	font-family: Constantia, Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	text-decoration: none;
	border-bottom: 1px dotted;
}
article footer {
	margin-top: 20px;
	clear: both;
}
article footer ul {
	border-top: 1px dotted #797a7b;
	margin: 0;
	list-style-type: none;
	padding: 8px 0;
	color: #797a7b;
}
article footer ul:first-child {
	border-top: 0;
}
article footer ul li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right: 12px;

	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
}
article footer ul li.post-source, article footer ul li.share {
	float: right;
	margin-top: 1px;
}
article footer ul li:first-child {
	float: none;
}
article footer ul li:last-child {
	margin-right: 0;
}
article footer ul li.share {
	position: relative;
}
article footer ul.post-details li a, article footer ul.post-details li a:active, article footer ul.post-details li a:visited {
	font-size: 15px;
	letter-spacing: 0;
	font-family: Constantia, Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	color: #797a7b;
	text-decoration: none;
	border-bottom: none;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}
article footer ul.post-meta li a, article footer ul.post-meta li a:active, article footer ul.post-meta li a:visited {
	color: #797a7b;
	text-decoration: none;
}
article footer ul.post-details li a:hover, article footer ul.post-meta li a:hover {
	color: #f20a5c;
}
article footer li.time a:before {
	content: "t";
	margin: 0 4px 0 0;
	font-family: 'PictosRegular';
	vertical-align: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}
article footer li.comments a:before {
	content: "q";
	margin: 0 4px 0 0;
	font-family: 'PictosRegular';
	vertical-align: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}
article footer li.notes a:before {
	content: "k";
	margin: 0 4px 0 0;
	font-family: 'PictosRegular';
	vertical-align: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}
article footer li.share a:before {
	content: "R";
	margin: 0 4px 0 0;
	font-family: 'PictosRegular';
	vertical-align: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}

#dsq-content h3 {
	text-transform: none;
	font-size: 16px;
}

.share_links_wrapper {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
.share_links_wrapper a.share_this_over {
	color: #f20a5c;
	display: block;
	position: absolute;
	right: 8px;
	bottom: 0;
}
.share_links {
	height: 105px;
	width: 206px;
	display: block;
	position: absolute;
	top: -111px;
	left: -198px;
	z-index: 100;
	background: #ffffff;

	-moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
}
.share_links input {
	margin: 10px;
	width: 180px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
}
.share_links a {
	background-color: transparent !important;
}
.share_links a:before {
	display: none;
}
.share_links .share-twitter {
	display: block;
	position: absolute;
	left: 25px;
/*	float:left;*/
}
.share_links .share-facebook {
	display: block;
	position: absolute;
	left: 120px;
/*		float:left;*/
}
.share_links .share-gplus {
	display: block;
	position: absolute;
	top:70px;
	left: 25px;
/*		float:left;*/
}
.share_links .share-pinterest {
	display: block;
	position: absolute;
	top:70px;
	left: 120px;
/*	float:left;*/
}
.share-buttons.visible-bar .share-button {
	display: inline-block;
}

.visible-bar .share-button.share-facebook {
	position: relative;
	top: 1px;
}

.share_links_bar {
	margin: 10px 0 10px 0;
	padding: 8px 0 8px 0;
	border-top: 1px dotted #d5d5d5;
}
.share_links_bar:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.share_links_bar .share_links_url {
	float: right;
	padding: 0;
	list-style-type: none;
	opacity: 0.6;
}
.share_links_bar .share_links_url input {
	margin: 1px 0 0 0;
	width: 174px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity: 1;
}
.share_links_bar .share_links_twitter {
	margin: 0;
	float: left;
}
.share_links_bar .share_links_facebook {
	float: left;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Notes
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ol.notes {
	margin: 0;
	list-style-type: none;
}
ol.notes li {
	border-bottom: 1px dotted #797a7b;
	margin: 0;
	padding: 8px 0;
}
ol.notes li:last-child{
	border-bottom: 0;
}
ol.notes li .action {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #797a7b;
}
ol.notes li .action a {
	font-size: 15px;
	letter-spacing: 0;
	font-family: Constantia, Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	color: #797a7b;
	text-decoration: none;
	border-bottom: none;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}
ol.notes li .action a:hover {
	color: #f20a5c;
}
ol.notes li blockquote {
	margin: 8px 0 8px 30px;
	padding-left: 8px;
	border-left: 1px solid #797a7b;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Pagination
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
nav#pagination {
	background: #fdf7f4;
	margin: 30px -30px 50px;
	padding: 12px 30px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	display: block !important;
}
nav#pagination ul {
	list-style-type: none;
}
nav#pagination ul li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right: 16px;
}
nav#pagination ul li:first-child:after {
	content: "\2022";
	margin-left: 16px;
}
nav#pagination.infinite a {
	visibility: hidden;
}
nav#pagination.infinite ul li:first-child:after {
	content: "";
	margin-left: 0;
}
nav#pagination ul li:last-child {
	margin-right: 0;
}
nav#pagination ul li a {
	color: #797a7b;
	text-decoration: line-through;
}
nav#pagination ul li a:hover {
	color: #797a7b;
}
nav#pagination ul li a.active {
	text-decoration: none;
	color: #1f2223;
}
nav#pagination ul li a.active:hover {
	color: #f20a5c;
}
nav#pagination ul li.label {
	float: right;
	font-size: 15px;
	letter-spacing: 0;
	font-family: Constantia, Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	color: #797a7b;
	text-decoration: none;
	border-bottom: none;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}


nav#mobile {
	display: none;

	background: #fdf7f4;
	margin: 40px -10px 0;
	padding: 12px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
nav#mobile ul {
	list-style-type: none;
}
nav#mobile ul li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right: 16px;
}
nav#mobile ul li:after {
	content: "\2022";
	margin-left: 16px;
}
nav#mobile ul li:last-child {
	margin-right: 0;
}
nav#mobile ul li:last-child:after {
	content: "";
	margin-left: 0;
}
nav#mobile ul li a {
	text-decoration: none;
	color: #1f2223;
}
nav#mobile ul li a:hover {
	color: #f20a5c;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Aside
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
aside {
	font-size: 12px;
	line-height: 22px;
}
aside .search {
	margin-top: 8px;
}
aside .search:before {
	content: "s";
	margin: 6px 4px 0 0;
	font-family: 'PictosRegular';
	vertical-align: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
	float: left;
	width: 16px;
	color: #f20a5c;
}
aside .search form {
	padding-left: 20px;
}
aside .search .search-text {
	border: 0;
	border-bottom: 1px solid #797a7b;
	padding: 8px 0 8px 8px;
	font-size: 15px;
	letter-spacing: 0;
	font-family: Constantia, Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	color: #f20a5c;
	font-weight: bold;
	font-style: italic;
	width: 200px;
	background: #ffffff;
}
aside .search .search-text:focus {
	background: #f20a5c;
	color: #fff;
	border-bottom: 1px solid #f20a5c;
}
aside .search .search-text::-webkit-input-placeholder {
	font-weight: bold;
    color: #f20a5c;
}

aside .description {
	margin-top: 40px;
}
aside .description h4 {
	font-size: 18px;
	font-family: Constantia, Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	border-bottom: none;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px dotted #797a7b;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
aside .description p {
	margin-bottom: 12px;
}
aside .description .icon {
	float: left;
	margin: 4px 8px 4px 0;
}

aside ul.community, aside ul.util {
	list-style-type: none;
	margin: 0;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
aside ul.community {
	border-bottom: 1px dotted #797a7b;
	padding: 6px 0;
}
aside ul.util {
	padding: 6px 0;
}
aside ul.community li, aside ul.util li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right: 6px;
}

aside ul.community li:last-child, aside ul.util li:last-child {
	margin-right: 0;
}
aside ul.community li:last-child:after, aside ul.util li:last-child:after {
	content: "";
	margin-left: 0;
}
aside ul.community li a, aside ul.util li a{
	text-decoration: none;
	color: #797a7b;
}
aside ul.community li a:hover, aside ul.util li a:hover {
	color: #f20a5c;
}
aside li.ask a:before {
	content: "?";
	margin: 0 2px 0 0;
	font-family: 'PictosRegular';
	vertical-align: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}
aside li.submit a:before {
	content: "W";
	margin: 0 2px 0 0;
	font-family: 'PictosRegular';
	vertical-align: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}
aside li.rss a:before {
	content: "f";
	margin: 0 2px 0 0;
	font-family: 'PictosRegular';
	vertical-align: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}
aside li.archive a:before {
	content: "t";
	margin: 0 2px 0 0;
	font-family: 'PictosRegular';
	vertical-align: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}
aside li.random a:before {
	content: ";";
	margin: 0 2px 0 0;
	font-family: 'PictosRegular';
	vertical-align: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}
aside p.btn {
	text-align: right;
}
aside p.btn a {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #1f2223;
	color: #ffffff;
	padding: 4px 10px;
	font-weight: bold;

	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
aside p.btn a:hover {
	background: #f20a5c;
	color: #1f2223;
	padding-left: 16px;
	padding-right: 16px;
	margin-right: -6px;
}

aside .authors {
	margin-top: 40px;
}
aside .authors h4 {
	font-size: 15px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
}
aside .authors ul {
	margin: 0;
	list-style-type: none;
}
aside .authors ul li {
	border-bottom: 1px dotted #797a7b;
	margin: 0;
	padding: 8px 0;
}
aside .authors ul li:last-child {
	border-bottom: 0;
}
aside .authors ul li a {
	margin-top: 2px;
	text-decoration: none;
	color: #1f2223;
	font-weight: bold;
	line-height: 16px;
}
aside .authors ul li a:hover {
	color: #f20a5c;
}
aside .authors ul li img {
	vertical-align: bottom;
	margin-right: 8px;
}


aside .recent-updates {
	margin-top: 40px;
}
aside .recent-updates .tweet {
	background: url(../../fftf9xi/8xilno1cn/drop-shadow-ask.png) bottom left no-repeat;
	padding-bottom: 18px;
	margin-bottom: 8px;
}
aside .recent-updates .tweet .tweet_wrapper {
	padding: 16px 20px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	position: relative;
}
aside .recent-updates .tweet .tweet_wrapper:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 16px solid #FFF;
	border-right: 16px solid transparent;
	position: absolute;
	bottom: -16px;
	left: 30px;
}
aside .recent-updates .tweet .tweet_wrapper p {
	font-size: 16px;
	line-height: 24px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px dotted #797a7b;
	margin: 0;
	padding: 8px 0;
}
aside .recent-updates .tweet .tweet_wrapper p:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
tweet_wrapper p strong, .tweet_wrapper p strong a {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right: 12px;

	font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 1px;
	text-decoration: none;
	color: #797a7b;
}

aside .popular-posts {
	margin-top: 40px;
}
aside .popular-posts h4 {
	font-size: 15px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
aside .popular-posts .poppost {
	margin-bottom: 20px;
}
aside .popular-posts .poppost .right {
	float: right;
}
aside .popular-posts .poppost h2 {
	font-size: 15px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

aside .liked-posts {
	margin-top: 40px;
}
aside .liked-posts h4 {
	font-size: 15px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
#likes {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#likes li {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #797a7b;
}
#likes li:last-child {
	margin-bottom: 6px;
	padding-bottom: 0;
	border-bottom: none;
}
.liked-posts img {
	margin-top: 4px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
}
.liked-posts img {
   max-width: 220px !important;
}
.like_video object, .like_video embed, .like_photoset object, .like_photoset embed, .like_text object, .like_text embed {
   width: 100%;
}
.like_post_body {
	margin: 0 !important;
}

.liked-posts p.like_temp {
	margin-bottom: 10px;
}
.like_quote {
	font-size: 15px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: bold;
}
.like_link, .like_title {
	font-size: 15px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: bold;
}
.liked-posts blockquote {
	margin: 8px 0 8px 8px;
	padding-left: 8px;
	border-left: 1px solid #797a7b;
}
.post_info_bottom {
	display: block !important;
	margin-top: 4px;
}
.post_info_bottom .via {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
	color: #797a7b;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
}
.post_info_bottom a, .post_info_bottom a:active, .post_info_bottom a:visited {
	font-size: 15px;
	letter-spacing: 0;
	font-family: Constantia, Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	color: #797a7b;
	text-decoration: none;
	border-bottom: none;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}
aside .flickr-feed, aside .instagram {
	margin-top: 40px;
}
aside .flickr-feed h4, aside .instagram h4 {
	font-size: 15px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
aside .flickr-feed ul.flickrfeed, aside .instagram ul {
	margin: 0 0 2px 0;
	list-style-type: none;
}
aside .flickr-feed ul.flickrfeed li, aside .instagram ul li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right: 6px;
}
aside .flickr-feed ul.flickrfeed li:nth-child(4n+4), aside .instagram ul li:nth-child(4n+4) {
	margin-right: 0;
}

aside .flickr-feed ul.flickrfeed li img, aside .instagram ul li img {
	width: 50px;
	height: auto;
}
aside .follows {
	margin-top: 40px;
}
aside .follows h4 {
	font-size: 15px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
.follows ul {
	list-style-type: none;
	margin: 6px 0 0 0;
}
.follows li {
	line-height: 0;
	margin: 0 5px 6px 0;
	padding: 0;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.follows li:nth-child(7n+7) {
	margin-right: 0;
}

aside .social-links {
	margin-top: 40px;
}

aside .social-links iframe {
	margin-top: 4px;
}

aside .social-links h4 {
	font-size: 15px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
.social-links ul {
	list-style-type: none;
	margin: 0;
}
.social-links li {
	display: inline-block;
}

.social-links li a {
	font-size: 20px;
	text-decoration: none;
}

.social-links li a span {
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

footer#bottom {
	font-family: Constantia, Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-style: italic;
	color: #797a7b;
}

#infscr-loading { display: none !important; visibility: hidden !important; }

#infinite-spin {
    position: relative;
    display: inline-block;
    margin: 0px 12px 0 0;
    height: 4px;
    top: -2px;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/



#cboxOverlay{background:#000000;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000000; padding:1px;}
#cboxLoadingGraphic{background:url(../../fftf9xi/rkklqu1ni/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#ffffff; text-shadow:none;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../../fftf9xi/1dslqu1o1/controls.png) no-repeat 0 0;}
#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious.hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext.hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose.hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}


.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* =============================================================================
    Style Hatch Modal - Customimze Menu
    ========================================================================== */

.customize-embed:before {
	content: "Flash Disabled in Customize Mode";
	height: 24px;
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: 0;
	font-weight: normal;
	font-size: 11px;
	color: #AAAAAA;
	font-family: "Helvetica Neue", sans-serif !important;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
	letter-spacing: 1px;
}
.customize-embed {
	-moz-box-shadow: inset 0 1px 0px rgba(100, 100, 100, 1);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
	background: rgb(51,51,51);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%);
	background: radial-gradient(center, ellipse cover,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%);
}
.customize-embed iframe, .customize-embed embed, .customize-embed object {
	display: none;
}
.customize-audio {
	display: block;
	height: 27px;
	width: 207px;
	background-image: url(../../fftf9xi/r0blwhruz/audio-players.png);
}
.customize-audio.white {
	background-position: 0px 0px;
}
.customize-audio.grey {
	background-position: 0px -27px;
}
.customize-audio.black {
	background-position: 0px -54px;
}
.customize-audio embed {
	display: none;
}