/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow: hidden; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #cccccc; color: #000; text-shadow: none; }
::selection { background: #cccccc; color: #000; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #ff4040; text-decoration: none; 	-moz-transition: .1s ease-in-out; -o-transition: .1s ease-in-out; -webkit-transition: .1s ease-in-out; }
a:visited { color: #ff4040; }
a:hover { color: #ffffff; background: #ff4040; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 0 1em 20px; padding: 0 0 0 20px; border-left: 4px solid #cacaca; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

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


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ==|== primary styles =====================================================
	Author: Style Hatch
	Verge - 1.0.0
	Premium Tumblr Theme
	http://vergetheme.tumblr.com
	Theme by: Style Hatch - http://stylehatch.co
	Support: verge@stylehatch.co | @stylehatch | http://tumblr.com/theme/00000
	   _____ __        __        __  __      __       __
	  / ___// /___  __/ /__     / / / /___ _/ /______/ /_
	  \__ \/ __/ / / / / _ \   / /_/ / __ `/ __/ ___/ __ \
	 ___/ / /_/ /_/ / /  __/  / __  / /_/ / /_/ /__/ / / /
	/____/\__/\__, /_/\___/  /_/ /_/\__,_/\__/\___/_/ /_/
	         /____/
   ========================================================================== */
html {
	position: static !important;
}
body {
	font-family: "Courier New", Courier, monospace;
	overflow: hidden;
	background: #ffffff;
}
h1, h2, h4 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3 {
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Structure
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

nav#util {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 45px;
	border-bottom: 1px solid #cacaca;
}
nav#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 45px;
	border-top: 1px solid #cacaca;
}
#container {
	margin-top: 45px;
	margin-bottom: 45px;
}
header#site {
	position: fixed;
	top: 46px;
	left: 0;
	bottom: 46px;
	width: 160px;
	padding: 20px;
	overflow-y: hidden;
	border-right: 1px solid #cacaca;
	background: #f2f2f1 url(http://static.tumblr.com/fftf9xi/yg0lqu1ja/sidebar-bg.png) 0 0 repeat;
}
div.reveal {
	visibility: hidden;
	position: absolute;
	top: 46px;
	left: 201px;
	bottom: 46px;
	overflow-x: scroll;
	overflow-y: hidden;
}
nav#control-left {
	position: fixed;
	top: 46px;
	left: 201px;
	bottom: 46px;
	width: 40px;
	background: #f2f2f1 url(http://static.tumblr.com/fftf9xi/yg0lqu1ja/sidebar-bg.png) 0 0 repeat;
	z-index: 10;
	-moz-box-shadow: 	1px 0 0px rgba(100,100,100, 0.05),
					 	2px 0 0px rgba(100,100,100, 0.05),
					 	3px 0 0px rgba(100,100,100, 0.05),
					 	5px 0 0px rgba(100,100,100, 0.05),
					 	7px 0 0px rgba(100,100,100, 0.05),
					 	9px 0 0px rgba(100,100,100, 0.05);
	-webkit-box-shadow: 1px 0 0px rgba(100,100,100, 0.05),
						2px 0 0px rgba(100,100,100, 0.05),
						3px 0 0px rgba(100,100,100, 0.05),
						5px 0 0px rgba(100,100,100, 0.05),
						7px 0 0px rgba(100,100,100, 0.05),
						9px 0 0px rgba(100,100,100, 0.05);
	box-shadow:			1px 0 0px rgba(100,100,100, 0.05),
						2px 0 0px rgba(100,100,100, 0.05),
						3px 0 0px rgba(100,100,100, 0.05),
						5px 0 0px rgba(100,100,100, 0.05),
						7px 0 0px rgba(100,100,100, 0.05),
						9px 0 0px rgba(100,100,100, 0.05);
}
nav#control-right {
	position: fixed;
	top: 46px;
	right: 0px;
	bottom: 46px;
	width: 40px;
	background: #f2f2f1 url(http://static.tumblr.com/fftf9xi/yg0lqu1ja/sidebar-bg.png) 0 0 repeat;
	z-index: 10;
	-moz-box-shadow: 	-1px 0 0px rgba(100,100,100, 0.05),
					 	-2px 0 0px rgba(100,100,100, 0.05),
					 	-3px 0 0px rgba(100,100,100, 0.05),
					 	-5px 0 0px rgba(100,100,100, 0.05),
					 	-7px 0 0px rgba(100,100,100, 0.05),
					 	-9px 0 0px rgba(100,100,100, 0.05);
	-webkit-box-shadow: -1px 0 0px rgba(100,100,100, 0.05),
						-2px 0 0px rgba(100,100,100, 0.05),
						-3px 0 0px rgba(100,100,100, 0.05),
						-5px 0 0px rgba(100,100,100, 0.05),
						-7px 0 0px rgba(100,100,100, 0.05),
						-9px 0 0px rgba(100,100,100, 0.05);
	box-shadow:			-1px 0 0px rgba(100,100,100, 0.05),
						-2px 0 0px rgba(100,100,100, 0.05),
						-3px 0 0px rgba(100,100,100, 0.05),
						-5px 0 0px rgba(100,100,100, 0.05),
						-7px 0 0px rgba(100,100,100, 0.05),
						-9px 0 0px rgba(100,100,100, 0.05);
}
#main {
	position: absolute;
	top: 46px;
	bottom: 46px;
	left: 241px;
	right: 40px;
	overflow-x: scroll;
	overflow-y: hidden;
}
#posts {
	display: block;
	position: absolute;
	width: 6000px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Sidebar / Header
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
nav#util ul {
	margin-left: 16px;
}
nav#util ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
nav#util ul li a {
	display: inline-block;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	color: #000000;
	padding: 2px 14px;
	margin: 12px 0px;
	border-right: 1px solid #cacaca;
}
nav#util ul li:last-child a {
	border-right: none;
}
nav#util ul li a:hover {

}
header#site {
	position: absolute;
}
header#site h1 {
	font-size: 26px;
}
header#site h1 img {
	max-width: 160px;
	height: auto;
}
header#site h1 a {
	display: block;
	color: #000000;
	border-bottom: 4px solid #000000;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out;
}
header#site h1 a:hover {
	margin-left: -20px;
	padding-left: 20px;
	color: #ff4040;
	border-bottom: 4px solid #ff4040;
	background: transparent;
}

nav.pages {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
}
nav.pages li {
	margin-bottom: 6px;
}
nav.pages a {
	color: #000000;
	background: #ffffff;
	padding: 2px 4px 0;
	margin: 0 -4px;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out;
}
nav.pages a:hover {
	color: #ffffff;
	background: #ff4040;
	padding: 2px 20px 0;
	margin: 0 -20px;
}

section.description {
	margin-top: 40px;
}
section.description h4 {
	font-size: 18px;
	margin: 0;
}
section.description p {
	margin-top: 4px;
	word-wrap: break-word;
}
section.description .icon {
	float: left;
	margin-right: 6px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Controls
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#control-left li.prev a {
	display: block;
	height: 80px;
	background: #ffffff url(http://static.tumblr.com/fftf9xi/7pXlqu1ke/sprites.png) 0 0 no-repeat;
	border-bottom: 1px solid #cacaca;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
#control-left li.prev a:hover {
	background: #ff4040 url(http://static.tumblr.com/fftf9xi/7pXlqu1ke/sprites.png) -40px 0 no-repeat;
}
#control-left li.info a {
	position: fixed;
	display: block;
	bottom: 46px;
	left: 201px;
	width: 40px;
	height: 40px;
	background: #ffffff url(http://static.tumblr.com/fftf9xi/7pXlqu1ke/sprites.png) -120px -80px no-repeat;
	border-top: 1px solid #cacaca;
	-moz-transition: background-position .2s ease-in-out;
	-o-transition: background-position .2s ease-in-out;
	-webkit-transition: background-position .2s ease-in-out;
}
#control-left li.info a:hover {
	background: #ff4040 url(http://static.tumblr.com/fftf9xi/7pXlqu1ke/sprites.png) -80px -80px no-repeat;
}
.info-open a {
	background: #ff4040 url(http://static.tumblr.com/fftf9xi/7pXlqu1ke/sprites.png) 0px -80px no-repeat !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
}
.info-open a:hover {
	background: #ff4040 url(http://static.tumblr.com/fftf9xi/7pXlqu1ke/sprites.png) -40px -80px no-repeat !important;
}
#control-right li.next a {
	display: block;
	height: 80px;
	background: #ffffff url(http://static.tumblr.com/fftf9xi/7pXlqu1ke/sprites.png) -120px 0 no-repeat;
	border-bottom: 1px solid #cacaca;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
#control-right li.next a:hover {
	background: #ff4040 url(http://static.tumblr.com/fftf9xi/7pXlqu1ke/sprites.png) -80px 0 no-repeat;
}

div.reveal {

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	General Post Styles
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article {
	float: left;
	width: 500px;
	overflow-y: auto;
	padding: 0 20px;
	border-right: 1px solid #cacaca;
}
article:before {
	content: "";
	display: block;
	margin: 24px 0 25px 0;
	height: 31px;
	width: 31px;
	background: #cccccc url(http://static.tumblr.com/fftf9xi/7pXlqu1ke/sprites.png) -46px -120px no-repeat;
	outline: 1px solid #ffffff;
}
article p {
	word-wrap: break-word;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
article.loading, article.pagination, article.t_xs {
	width: 250px;
}
article.pagination {
	width: 500px;
}
article.t_xx {
	width: 500px;
}
article.t_xl {
	width: 620px;
}
article img {
	max-width: 100%;
	height: auto;
}

body.permalink_page #posts article {
	width: 620px;
}
body.permalink_page #posts article img {
	max-width: 620px;
	height: auto;
}
body.permalink_page #posts article.disqus {
	width: 500px;
}
body.permalink_page #posts article.notes {
	width: 500px;
}

article h2, article h2 a {
	font-size: 32px;
	color: #000000;
	margin: 10px 0;
}
article h2 .ribbon-title, article h2 .ribbon-title a {
	background: #ff4040;
	color: #ffffff;
	display: inline;
	padding: 3px 0 0 6px;
	white-space: pre-wrap;
	line-height: 1.35;
	position: relative;
}
article h2 .ribbon-title span {
	margin-bottom: -4px;
}
article h2 .tr-ribbon {
	display: block;
	width: 21px;
	height: 10px;
	background: #ff4040 url(http://static.tumblr.com/fftf9xi/7pXlqu1ke/sprites.png) -160px -80px no-repeat;
	outline: 1px solid #ffffff;
	margin-bottom: 3px;
}
article h2 .bl-ribbon {
	display: block;
	width: 21px;
	height: 10px;
	background: #ff4040 url(http://static.tumblr.com/fftf9xi/7pXlqu1ke/sprites.png) -160px -90px no-repeat;
	outline: 1px solid #ffffff;
	margin-top: -1px;
}
article.t_xs h2 {
	font-size: 26px;
}
article a.btn {
	background: #ff4040;
	color: #ffffff;
	padding: 2px 4px;

	font-family: "Arial Narrow", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
article a.btn:hover {
	background: #cacaca;
	color: #000000;
}
/* ~~~~~~ TEXT ~~~~~~ */
article.text:before {
	background-position: -46px -120px;
}
article.text a.read-more {
	display: inline;
	background: #222222;
	color: #ffffff;
	padding: 2px 8px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
article.text a.read-more:hover {
	background: #ff4040;
	margin-left: -20px;
	padding-left: 28px;
	padding-right: 18px;
}
/* ~~~~~~ PHOTO ~~~~~~ */
article.photo:before {
	background-position: -77px -120px;
}
article.t_xs.photo header img {
	width: 250px;
	height: auto;
}
article.t_xx.photo header img {
	width: 500px;
	height: auto;
}
article.t_xl.photo header img {
	width: 620px;
	height: auto;
}
article.photo header {
	text-align: center;
	background: #f1f1f1;
}
article.photo header a {
	display: block;
}
article.photo a.highres {
	display: inline;
	float: right;
	background: #222222;
	color: #ffffff;
	padding: 2px 8px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
article.photo a.highres:hover {
	background: #ff4040;
	margin-right: -20px;
	padding-right: 28px;
	padding-left: 18px;
}

/* ~~~~~~ PHOTOSET ~~~~~~ */
article.photoset:before {
	background-position: -77px -120px;
}
/* ~~~~~~ QUOTE ~~~~~~ */
article.quote:before {
	background-position: -108px -120px;
}
article.quote header {
	font-size: 22px;
	font-style: italic;
}
article.quote header p .quote_start {
	margin-left: -16px;
	float: left;
}
/* ~~~~~~ LINK ~~~~~~ */
article.link:before {
	background-position: -139px -120px;
}
/* ~~~~~~ AUDIO ~~~~~~ */
article.audio:before {
	background-position: -170px -120px;
}
article.audio header.audio-embed {
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}

article.audio header.audio-embed iframe[src*="spotify"] {
  width: 100% !important;
  height: auto !important;
  margin-bottom: -76px;
}
article.audio header.audio-embed iframe[src*="soundcloud"] {
  width: 100% !important;
}
article.audio .album-case {
	float: left;
	margin: 0 10px 20px 0;
	position: relative;
	display: block;
	width: 250px;
	height: 236px;
	background: url(http://static.tumblr.com/fftf9xi/dH5lqu1lx/album-case.png);
}
article.audio img.album-art {
	position: absolute;
	top: 4px;
	left: 18px;
	display: block;
	max-width: 228px;
	max-height: 228px;
	height: auto;
	width: auto;
}
article.audio .track strong, article.audio .artist strong, article.audio .album strong, article.audio .plays strong {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}
article.audio .caption {
	border-top: 1px solid #cacaca;
	clear: left;
}
/* ~~~~~~ CHAT ~~~~~~ */
article.chat:before {
	background-position: -201px -120px;
}
article.chat section p {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 10px;
}
article.chat section p:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
article.chat section p strong {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}
/* ~~~~~~ VIDEO ~~~~~~ */
article.video:before {
	background-position: -46px -151px;
}
/* ~~~~~~ ASK ~~~~~~ */
article.ask:before {
	background-position: -77px -151px;
}
article.ask header {
	font-size: 18px;
	font-style: italic;
}
article.ask header p {
	margin-bottom: 0;
}
article.ask p.asker {
	padding-bottom: 16px;
	border-bottom: 1px solid #cacaca;
}
article.ask p.asker strong {
	display: inline-block;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 2px;
}
article.ask a.asker {
	margin-top: 2px;
	margin-left: 6px;
}
article.notes:before {
	background-position: -170px -151px;
}
article.disqus:before {
	background-position: -201px -151px;
}
article.disqus h4, article.notes h4, article.pagination h4, article.loading h4, article h4 {
	font-size: 18px;
}
ol.notes {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol.notes li {
	border-bottom: 1px solid #cacaca;
	margin: 0 -20px !important;
	padding: 10px 20px !important;
}
ol.notes li:last-child {
	border-bottom: none;
}
ol.notes li .action {

}
ol.notes li blockquote {

}
/* ~~~~~~ TWITTER ~~~~~~ */
article.twitter:before {
	background-position: -108px -151px;
}
article.twitter {
	width: 250px;
}
article.twitter h4 {
	font-size: 18px;
}
article.twitter .tweet_wrapper p {
	padding-bottom: 16px;
	border-bottom: 1px solid #cacaca;
}
article.twitter .tweet_wrapper p:last-child {
	border-bottom: none;
}
article.twitter .tweet_wrapper p strong a {
	color: #000000;
}
article.twitter .tweet_wrapper p strong a:hover {
	color: #ffffff;
}
/* ~~~~~~ FLICKR ~~~~~~ */
article.flickr:before {
	background-position: -77px -120px;
}
article.flickr {
	width: 75px;
}
article.flickr h4 {
	font-size: 18px;
}
article.flickr ul.flickrfeed {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
article.flickr ul.flickrfeed li {
	padding-bottom: 10px;
}
article.flickr ul.flickrfeed li:last-child {
	padding-bottom: 0;
}
article.flickr ul.flickrfeed li img {
	max-width: 75px;
	height: auto;
}
article.flickr a.btn {
	display: block;
	text-align: center;
	width: 100%;
	padding: 2px 0;
}
/* ~~~~~~ LIKED ~~~~~~ */
article.liked:before {
	background-position: -170px -151px;
}
article.liked {
	width: 175px;
}
article.liked h4 {
	font-size: 18px;
}
#likes {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#likes li {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #cacaca;
}
#likes li:last-child {
	margin-bottom: 6px;
	padding-bottom: 0;
	border-bottom: none;
}
#likes img {
	max-width: 175px !important;
	height: auto;
}
#likes object, #likes embed, #likes object, #likes embed, #likes object, #likes embed {
   width: 100%;
}
.like_post_body {
	margin: 0 !important;
}
#likes p.like_temp {
	margin-bottom: 10px;
}
.like_quote {
	font-size: 15px;
	font-weight: bold;
}
.like_link, .like_title {
	font-size: 15px;
	font-weight: bold;
}
#likes blockquote {
	margin: 8px 0 8px 4px;
	padding-left: 8px;
	border-left: 4px solid #cacaca;
}
.post_info_bottom {
	display: block !important;
	margin-top: 4px;
}
.post_info_bottom .via {

}
.post_info_bottom a, .post_info_bottom a:active, .post_info_bottom a:visited {

}
article.liked a.btn {
	display: block;
	text-align: center;
	width: 100%;
	padding: 2px 0;
}
/* ~~~~~~ LOADING ~~~~~~ */
article.loading:before {
	background-image: none;
	content: url(http://static.tumblr.com/fftf9xi/bvXlqu1mi/loader.gif);
}
#infscr-loading { display: none !important; visibility: hidden !important; }
article.pagination:before {
	background-position: 0px -151px;
}
article.pagination ul {
	margin: 0 -20px;
	padding: 0;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	display: block;
	list-style-type: none;
}
article.pagination ul li {
	float:left;
	border-right: 1px solid #cacaca;
}
article.pagination ul li a {
	color: #000000;
	display: block;
	padding: 14px 20px;
}
article.pagination ul li span {
	color: #000000;
	background: #cccccc;
	display: block;
	padding: 14px 20px;
}
article.pagination ul li a:hover{
	color: #ffffff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Post Footer
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article footer {
	margin: 40px -20px 10px;
	padding: 0 20px;
}
article ul.credit, article ul.meta, article ul.share-box, article ul.tags {
	margin: 0 -20px;
	padding: 0 20px;
	border-bottom: 1px solid #cacaca;
	list-style-type: none;
}
article ul.tags {
	border-bottom: none;
}
article ul.credit {
	position: relative;
}
article ul.credit li {
	display: inline-block;
}
article li.share {
	position: absolute;
	bottom: 0px;
	left: 0;
}
article li.share a {
	display: block;
	height: 24px;
	width: 23px;
	background: #cacaca url(http://static.tumblr.com/fftf9xi/7pXlqu1ke/sprites.png) -217px -80px no-repeat;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
}
article li.share a:hover {
	background: #ff4040 url(http://static.tumblr.com/fftf9xi/7pXlqu1ke/sprites.png) -181px -80px no-repeat;
}
article li.reblog, article li.source {
	vertical-align: bottom;
	margin-bottom: 4px;
	margin-left: 20px;
}
article ul.share-box {
	display: none;
	padding: 10px 20px;
	clear: both;
}
article ul.share-box li, article ul.share-box li div {
	float: left;
/*	margin-right: 10px;*/
}
.share-button.share-twitter {
width: 90px;
display: block;
float: left;
}
.share-button.share-facebook {
width: 90px;
display: block;
float: left;
}
.share-button.share-gplus {
width: 90px;
display: block;
float: left;
}
.share-button.share-pinterest {
width: 90px;
display: block;
float: left;
}
article.t_xx ul.share-box li.share_links_url, article.t_xl ul.share-box li.share_links_url {
	float: right;
}
article.t_xs ul.share-box li.share_links_url {
	margin-top: 10px;
}
article ul.share-box li.share_links_url p{
	margin: 0 0 6px 0;
}
article ul.share-box li.share_links_url input {
	padding: 8px 4px;
	width: 180px;
	font-family: "Courier New", Courier, monospace;
}
article ul.share-box li {
	display: inline-block;
}
article ul.meta {
	display: block;
	padding: 0;
}
article ul.meta li {
	display: inline-block;
}
article ul.meta li a {
	color: #000000;
	display: block;
	padding: 14px 20px;
}
article ul.meta li a:hover{
	color: #ffffff;
}
article li.comments, article li.notes {
	float: right;
	border-left: 1px solid #cacaca;
}
article ul.meta li.comments {
	border-bottom: 1px solid #cacaca;
}
article ul.tags {
	margin-top: 14px;
}
article ul.tags li {
	display: inline-block;
	margin-bottom: 10px;
}
article ul.tags li.tt_xs, article ul.tags li.tt_xx, article ul.tags li.tt_xl {
	display: none;
}
article ul.tags li a {
	background: #ff4040;
	color: #ffffff;
	padding: 2px 4px;

	font-family: "Arial Narrow", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
article ul.tags li a:hover {
	background: #cacaca;
	color: #000000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Post Footer
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
nav#footer {
	padding: 0 20px;
}
nav#footer p.social-title {
	float: left;
	margin: 14px 6px 0 0;
}
nav#footer ul.social {
	float: left;
	margin: 12px 0 0 0;
	padding: 0;
	list-style-type: none;
}
nav#footer ul.social li {
	float: left;
	margin: 0 5px 5px 0;
}
nav#footer ul.social li a {
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	background-color: #cccccc;
	outline: 1px solid #ffffff;
	background-image: url(http://static.tumblr.com/fftf9xi/YT1ncf7bv/social-icons.png);
	background-color: transparent;
	opacity: .8;
}
nav#footer ul.social li a:hover {
	background-color: transparent;
	opacity: 1;
}
nav#footer ul.social:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
nav#footer ul.social li.social_behance a { background-position: 0 0; }
nav#footer ul.social li.social_cargo a { background-position: -20px 0; }
nav#footer ul.social li.social_delicious a { background-position: -40px 0; }
nav#footer ul.social li.social_digg a { background-position: -60px 0; }
nav#footer ul.social li.social_dribbble a { background-position: -80px 0; }
nav#footer ul.social li.social_ember a { background-position: -100px 0; }
nav#footer ul.social li.social_etsy a { background-position: -120px 0; }
nav#footer ul.social li.social_facebook a { background-position: -140px 0; }
nav#footer ul.social li.social_ffffound a { background-position: -160px 0; }
nav#footer ul.social li.social_flickr a { background-position: -180px 0; }
nav#footer ul.social li.social_gowalla a { background-position: -200px 0; }
nav#footer ul.social li.social_lastfm a { background-position: -220px 0; }
nav#footer ul.social li.social_linkedin a { background-position: -240px 0; }
nav#footer ul.social li.social_skype a { background-position: -260px 0; }
nav#footer ul.social li.social_slideshare a { background-position: -280px 0; }
nav#footer ul.social li.social_stumbledupon a { background-position: -300px 0; }
nav#footer ul.social li.social_twitter a { background-position: -320px 0; }
nav#footer ul.social li.social_vimeo a { background-position: -340px 0; }
nav#footer ul.social li.social_youtube a { background-position: -360px 0; }
nav#footer ul.social li.social_email a { background-position: -380px 0; }
nav#footer ul.social li.social_forrst a { background-position: -400px 0; }
nav#footer ul.social li.social_soundcloud a { background-position: -420px 0; }
nav#footer ul.social li.social_formspring a { background-position: -440px 0; }
nav#footer ul.social li.social_foursquare a { background-position: -460px 0; }
nav#footer ul.social li.social_deviantart a { background-position: -480px 0; }
nav#footer ul.social li.social_website a { background-position: -500px 0; }
nav#footer ul.social li.social_rdio a { background-position: -520px 0; }
nav#footer ul.social li.social_myspace a { background-position: -540px 0; }
nav#footer ul.social li.social_google a { background-position: -560px 0; }
nav#footer ul.social li.social_spotify a { background-position: -580px 0; }
nav#footer ul.social li.social_pinterest a { background-position: -600px 0; }
nav#footer ul.social li.social_github a { background-position: -620px 0; }
nav#footer ul.social li.social_quora a { background-position: -640px 0; }
nav#footer ul.social li.social_instagram a { background-position: -660px 0; }
nav#footer .theme-credit {
	float: right;
	margin: 14px 0 0 0;
	color: #cccccc;
}
nav#footer .theme-credit a {
	color: #cccccc;
}
nav#footer .theme-credit a:hover {
	color: #ffffff;
}

#tumblr_controls, #tumblr_controls.visible {
	top: 5px !important;
	right: 5px !important;
}
/*
    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(http://static.tumblr.com/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(http://static.tumblr.com/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;}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.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: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   ========================================================================== */


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	body {
		overflow: auto;
		background: #f2f2f1 url(http://static.tumblr.com/fftf9xi/yg0lqu1ja/sidebar-bg.png) 0 0 repeat;
	}
	nav#util {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 45px;
		width: 740px;
		background: #ffffff;
		display: block;
	}
	nav#footer {
		display: none;
	}
	#container {
		display: block;
		margin-top: 45px;
		margin-bottom: 0;
	}
	header#site {
		position: static;
		top: auto;
		left: auto;
		bottom: auto;
		width: 160px;
		padding: 20px;
		overflow-y: auto;
		border-right: none;
		float: left;
		height: 100%;
	}
	div.reveal {
		display: none;
	}
	nav#control-left {
		display: none;
	}
	nav#control-right {
		display: none;
	}
	#main {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		overflow-x: auto;
		overflow-y: auto;
	}
	#posts {
		display: block;
		position: absolute;
		width: auto;
		height: auto !important;
		background: #ffffff;
		border: 1px solid #cacaca;
	}
	article {
		float: none;
		display: block;
		width: 500px !important;
	}
	article img {
		max-width: 500px !important;
		width: auto;
		height: auto;
	}
	article li.share a {
		outline: 1px solid #ffffff;
	}
	#tumblr_controls {
		left: 400px !important;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	body {
		overflow: auto;
		background: #f2f2f1 url(http://static.tumblr.com/fftf9xi/yg0lqu1ja/sidebar-bg.png) 0 0 repeat;
	}
	nav#util {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 45px;
		width: 860px;
		background: #ffffff;
		display: block;
	}
	nav#footer {
		display: none;
	}
	#container {
		display: block;
		margin-top: 45px;
		margin-bottom: 0;
	}
	header#site {
		position: static;
		top: auto;
		left: auto;
		bottom: auto;
		width: 160px;
		padding: 20px;
		overflow-y: auto;
		border-right: none;
		background: #f2f2f1 url(http://static.tumblr.com/fftf9xi/yg0lqu1ja/sidebar-bg.png) 0 0 repeat;
		float: left;
		height: 100%;
	}
	div.reveal {
		display: none;

		visibility: hidden;
		position: absolute;
		top: 46px;
		left: 201px;
		bottom: 46px;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	nav#control-left {
		display: none;
	}
	nav#control-right {
		display: none;
	}
	#main {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		overflow-x: auto;
		overflow-y: auto;
	}
	#posts {
		display: block;
		position: absolute;
		width: auto;
		height: auto !important;
		background: #ffffff;
	}
	article, article.t_xs, article.t_xx, article.t_xl {
		float: none;
		display: block;
		width: 620px !important;
	}
	article img, article.t_xs img, article.t_xx img, article.t_xl img {
		max-width: 620px !important;
		width: auto;
		height: auto;
	}
	article li.share a {
		outline: 1px solid #ffffff;
	}
	#tumblr_controls {
		left: 520px !important;
	}
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}


/* ==|== print styles =======================================================
   Print styles.
   ========================================================================== */

@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { 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: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	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; }
}

/* =============================================================================
    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(http://static.tumblr.com/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;
}