html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; color: inherit; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
table { border-collapse: collapse; border-spacing: 0; }


@-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

body { background: #222; color: #FFF; font: 14px/1.5 "Helvetica Neue", Helvetica, sans-serif; }

pre { padding: 15px 30px; color: #FFF; background: #222; box-shadow: inset 0 0 0 10px rgba(0,0,0,0.1); }
blockquote { border-left: 1px solid; padding-left: 15px; }
ul, ol { list-style: disc; }
h1, h2, h3, h4, h5, h6 { line-height: 1.2; margin: 30px 0 15px; }
pre, p, blockquote, ul, ol { margin: 15px 0; }
li { margin: 15px; }
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, pre:first-child, p:first-child, blockquote:first-child, ul:first-child, ol:first-child, li:first-child { margin-top: 0; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, pre:last-child, p:last-child, blockquote:last-child, ul:last-child, ol:last-child, li:last-child { margin-bottom: 0; }
strong { font-weight: bold; font-weight: 500; }
strong strong { font-weight: 600; }
em { font-style: italic; }
code { font-family: monospace; }
i { display: inline-block; }

.no-scroll,
.drawer-open,
.post-box-open { overflow: hidden; }

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

.tr { display: table-row; vertical-align: middle; }
	.tr .tc { display: table-cell; vertical-align: middle; }
	
.left { float: left; }
.right { float: right; }

.menu { display: none; position: absolute; top: -5px; left: 100%; margin-left: 15px; background: #FFF; border-radius: 2px; }
.menu.left { left: initial; right: 100%; margin-left: 0; margin-right: 15px; }
.menu.top { top: initial; bottom: -5px; }
.menu:before { width: 16px; height: 16px; position: absolute; top: 8px; left: -8px; content: ""; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #FFF; }
.menu.left:before { left: initial; right: -8px; }
.menu.top:before { top: initial; bottom: 8px; }
	.menu ul, .menu ul li { margin: 0; list-style: none; }

aside { position: fixed; top: 0; left: 0; bottom: 0; width: 90px; background: #FFF; color: #000; z-index: 2147483645; }
	#title { position: relative; width: 60px; height: 60px; display: block; margin: 15px; z-index: 1; }
		#title img { width: 60px; height: auto; max-height: 90px; }
		#avatar { height: 60px; border-radius: 60px; }
	#sidebar-links { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 90px; display: table; }
		#sidebar-links .tc { padding: 120px 20px 80px 20px; }
		.sidebar-link { width: 50px; height: 50px; display: block; margin-bottom: 25px; overflow: hidden; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") 0 0 no-repeat; text-indent: -999px; opacity: 0.25; -moz-transition: opacity ease 0.1s; -webkit-transition: opacity ease 0.1s; transition: opacity ease 0.1s; }
		.sidebar-dark-scheme #ask-link { background-position: 0 0; }
		.sidebar-dark-scheme #submit-link { background-position: 0 -55px; }
		.sidebar-dark-scheme #archive-link { background-position: 0 -110px; }
		.sidebar-dark-scheme #search-link { background-position: 0 -165px; }
		.sidebar-dark-scheme #pages-link { background-position: 0 -220px; }
		.sidebar-light-scheme #ask-link { background-position: -55px 0; }
		.sidebar-light-scheme #submit-link { background-position: -55px -55px; }
		.sidebar-light-scheme #archive-link { background-position: -55px -110px; }
		.sidebar-light-scheme #search-link { background-position: -55px -165px; }
		.sidebar-light-scheme #pages-link { background-position: -55px -220px; }
		.sidebar-link:last-child { margin-bottom: 0; }
	#scroll-up { position: absolute; bottom: 30px; left: 30px; right: 30px; height: 20px; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") 0 -275px no-repeat; opacity: 0; -moz-transition: opacity ease 0.2s; -webkit-transition: opacity ease 0.2s; transition: opacity ease 0.2s; }
	#scroll-up.show { opacity: 0.25; }
	.sidebar-light-scheme #scroll-up { background-position: -55px -275px; }
	#sidebar-drawers { position: absolute; top: 0; left: 90px; bottom: 0; width: 0; overflow: hidden; display: none; background: #FFF; }
		.sidebar-drawer { width: 100%; min-width: 230px; max-height: 100%; overflow-y: scroll; display: none; }
		.show-profile #profile-drawer,
		.show-search #search-drawer,
		.show-pages #pages-drawer,
		.show-archive #archive-drawer { display: block; }
			.menu-icon { width: 50px; height: 50px; margin: 30px auto; display: block; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") 0 0 no-repeat; }
			.menu-dark-scheme #search-drawer .menu-icon { background-position: 0 -165px; }
			.menu-dark-scheme #pages-drawer .menu-icon { background-position: 0 -220px; }
			.menu-light-scheme #search-drawer .menu-icon { background-position: -55px -165px; }
			.menu-light-scheme #pages-drawer .menu-icon { background-position: -55px -220px; }
			#profile-drawer .menu-icon { width: 75px; height: 75px; background: none; }
				.menu-icon img { width: 100%; height: 100%; border-radius: 50px; }
			#title-description { margin: 30px 15px; color: rgba(0,0,0,0.75); text-align: center; }
			.menu-light-scheme #title-description { color: rgba(255,255,255,0.75); }
				#title-description h1 { margin-bottom: 15px; color: #000; font-family: "Times New Roman", Georgia, serif; font-size: 24px; letter-spacing: 2px; text-transform: uppercase; }
				.menu-light-scheme #title-description h1 { color: #FFF; }
			#latest-tweet { margin: 30px 15px; }
				#tweet-content { position: relative; margin-bottom: 10px; padding: 12px 15px; background: #000; border-radius: 2px; font-size: 13px; font-style: italic; }
				.menu-light-scheme #tweet-content { background: #FFF; }
				#tweet-content:after { content: ""; position: absolute; bottom: -6px; left: 20px; width: 12px; height: 12px; background: #000; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
				.menu-light-scheme #tweet-content:after { background: #FFF; }
				#tweet-link { color: #000; font-size: 10px; font-weight: bold; font-weight: 500; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }
				.menu-light-scheme #tweet-link { color: #FFF; }
				#tweet-link:before { content: ""; width: 25px; height: 20px; display: inline-block; vertical-align: middle; margin-right: 10px; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") -241px 0 no-repeat; }
				.menu-light-scheme #tweet-link:before { background-position: -272px 0; }
			#search-form { position: relative; padding: 0 15px; padding-right: 48px; }
			.menu-dark-scheme #search-form { background: #000; }
			.menu-light-scheme #search-form { background: #FFF; }
				#search-input { width: 100%; margin: 0; padding: 15px 0; overflow: hidden; background: none; border: 0; outline: none; font: inherit; font-size: 14px; font-weight: bold; font-weight: 500; -webkit-font-smoothing: antialiased; }
				#search-submit { position: absolute; top: 18px; right: 18px; width: 15px; height: 15px; margin: 0; padding: 0; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") -115px 0 no-repeat; border: 0; outline: none; }
				.menu-light-scheme #search-submit { background-position: -135px 0; }
				#search-input.has-value ~ #search-submit { display: none; }
				#clear-search { position: absolute; top: 18px; right: 18px; width: 15px; height: 15px; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") -115px -20px no-repeat; display: none; }
				.menu-light-scheme #clear-search { background-position: -135px -20px; }
				#search-input.has-value ~ #clear-search { display: block; }
			.sidebar-drawer ul { margin: 0; padding: 0; list-style: none; }
			#search-results { margin-top: 15px; }
				#search-results .top { margin-bottom: 15px; padding: 0 15px; }
					#search-results-loading { width: 18px; height: 18px; margin: 15px auto; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") -160px 0 no-repeat; -moz-animation: spin linear 1s infinite; -webkit-animation: spin linear 1s infinite; animation: spin linear 1s infinite; }
					.menu-light-scheme #search-results-loading { background-position: -183px 0; }
					.top #search-results-loading { margin: 0; float: left; }
					#search-message { width: 167px; float: left; color: #000; font-size: 10px; font-weight: bold; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }
					.menu-light-scheme #search-message { color: #FFF; }
					#search-results-loading + #search-message { display: none; }
					#search-options { float: right; margin-left: 15px; }
					.no-results #search-options { display: none; }
						#post-type { width: 18px; height: 18px; position: relative; cursor: pointer; }
							#post-type-select { position: absolute; top: 0; left: 0; width: 18px; height: 18px; margin: 0; padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: none; border: none; opacity: 0; }
							#post-type-icon { width: 18px; height: 18px; display: block; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") -160px -70px no-repeat; }
							.menu-light-scheme #post-type-icon { background-position: -183px -70px; }
							#post-type-icon.all { background-position: -160px -69px; }
							#post-type-icon.text { background-position: -160px -91px; }
							#post-type-icon.photo { background-position: -160px -114px; }
							#post-type-icon.quote { background-position: -160px -137px; }
							#post-type-icon.link { background-position: -160px -160px; }
							#post-type-icon.chat { background-position: -160px -183px; }
							#post-type-icon.audio { background-position: -160px -206px; }
							#post-type-icon.video { background-position: -160px -229px; }
							.menu-light-scheme #post-type-icon.all { background-position: -183px -69px; }
							.menu-light-scheme #post-type-icon.text { background-position: -183px -91px; }
							.menu-light-scheme #post-type-icon.photo { background-position: -183px -114px; }
							.menu-light-scheme #post-type-icon.quote { background-position: -183px -137px; }
							.menu-light-scheme #post-type-icon.link { background-position: -183px -160px; }
							.menu-light-scheme #post-type-icon.chat { background-position: -183px -183px; }
							.menu-light-scheme #post-type-icon.audio { background-position: -183px -206px; }
							.menu-light-scheme #post-type-icon.video { background-position: -183px -229px; }
				.sidebar-drawer ul .title { margin: 15px 30px; color: #000; font-size: 10px; font-weight: bold; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }
				.sidebar-drawer ul .title:first-child { margin-top: 0; }
				.sidebar-drawer ul li { margin: 0; padding: 0; color: #000; font-size: 14px; }
				.sidebar-drawer ul .link:after,
				.sidebar-drawer ul .link:first-of-type:before { content: ""; height: 1px; display: block; margin: 0 15px; background: rgba(0,0,0,0.25); }
				.menu-light-scheme .sidebar-drawer ul .link:after,
				.menu-light-scheme .sidebar-drawer ul .link:first-of-type:before { background: rgba(255,255,255,0.25); }
				#search-results .result { position: relative; }
				.menu-light-scheme .sidebar-drawer .title,
				.menu-light-scheme .sidebar-drawer ul li { color: #FFF; }
				.menu-dark-scheme .sidebar-drawer ul li:hover { background: #000; }
				.menu-light-scheme .sidebar-drawer ul li:hover { background: #FFF; }
				.sidebar-drawer ul .more-results { border-color: transparent; text-align: center; }
					.sidebar-drawer ul a { padding: 15px 30px; padding-left: 25px; display: block; white-space: nowrap; overflow: hidden; text-decoration: none; text-overflow: ellipsis; }
					.sidebar-drawer ul .result a { padding: 15px; font-size: 12px; text-transform: capitalize; }
					.sidebar-drawer ul .result.photo-post a,
					.sidebar-drawer ul .result.audio-post a,
					.sidebar-drawer ul .result.video-post a { padding-left: 62px; }
					.sidebar-drawer ul .result:hover a { padding-right: 48px; }
						.sidebar-drawer ul .result.photo-post .media,
						.sidebar-drawer ul .result.audio-post .media,
						.sidebar-drawer ul .result.video-post .media { position: absolute; top: 0; left: 0; width: 47px; height: 100%; content: ""; background: center no-repeat; background-size: cover; }
					#search-results .reblog-query { position: absolute; top: 18px; right: 18px; width: 15px; height: 15px; padding: 0; display: block; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") -115px -40px no-repeat; background-size: auto; visibility: hidden; }
					.menu-light-scheme #search-results .reblog-query { background-position: -135px -40px; }
					#search-results .result:hover .reblog-query { visibility: visible; }
		#archive-drawer { height: 100%; background: #F4F4F4; }

#posts { position: relative; margin-left: 90px; }
	.post { position: relative; width: 250px; height: 250px; float: left; background: #888; opacity: 0; }
	.post.link-post { background-color: #56bc8a; color: rgba(255,255,255,0.75); }
		.post-preview { width: 100%; height: 100%; display: block; overflow: hidden; text-decoration: none; }
		.video-post .post-preview { background: url("http://static.tumblr.com/m9ln1jy/prjn3o1q4/video_post.png") center no-repeat; }
		.audio-post .post-preview { background: url("http://static.tumblr.com/m9ln1jy/LT5n3o1po/audio_post.png") center no-repeat; }
		.has-media .post-preview { background: center no-repeat; background-size: cover; }
		.link-post .post-preview { display: table; text-align: center; }
		.post-preview:active { opacity: 0.8; }
			.photo-post .post-preview img { min-width: 100%; min-height: 100%; opacity: 0; }
			.photoset-photo { background: center no-repeat; background-size: cover; }
			.pc2 .photoset-photo { width: 50%; height: 100%; float: left; }
			.pc3 .photoset-photo:nth-child(1) { width: 100%; height: 50%; }
				.pc3 .photoset-photo:nth-child(2),
				.pc3 .photoset-photo:nth-child(3) { width: 50%; height: 50%; float: left; }
			.pc4 .photoset-photo { width: 50%; height: 50%; float: left; }
			.pc5 .photoset-photo:nth-child(1) { width: 100%; height: 33.33%; }
				.pc5 .photoset-photo:nth-child(2),
				.pc5 .photoset-photo:nth-child(3),
				.pc5 .photoset-photo:nth-child(4),
				.pc5 .photoset-photo:nth-child(5) { width: 50%; height: 33.33%; float: left; }
			.pc6 .photoset-photo { width: 50%; height: 33.33%; }
			.pc7 .photoset-photo:nth-child(1) { width: 100%; height: 33.33%; }
				.pc7 .photoset-photo:nth-child(2),
				.pc7 .photoset-photo:nth-child(3),
				.pc7 .photoset-photo:nth-child(4),
				.pc7 .photoset-photo:nth-child(5),
				.pc7 .photoset-photo:nth-child(6),
				.pc7 .photoset-photo:nth-child(7) { width: 33.33%; height: 33.33%; float: left; }
			.pc8 .photoset-photo { width: 50%; height: 25%; float: left; }
			.pc9 .photoset-photo { width: 33.33%; height: 33.33%; float: left; }
			.pc10 .photoset-photo:nth-child(1),
				.pc10 .photoset-photo:nth-child(2) { width: 50%; height: 33.33%; float: left; }
				.pc10 .photoset-photo:nth-child(3),
				.pc10 .photoset-photo:nth-child(4),
				.pc10 .photoset-photo:nth-child(5),
				.pc10 .photoset-photo:nth-child(6),
				.pc10 .photoset-photo:nth-child(7),
				.pc10 .photoset-photo:nth-child(8),
				.pc10 .photoset-photo:nth-child(9),
				.pc10 .photoset-photo:nth-child(10) { width: 25%; height: 33.33%; float: left; }
				.post .photoset-photo img { min-width: 100%;  min-height: 100%; opacity: 0; }
			.post-preview .play-button { position: absolute; top: 50%; left: 50%; width: 60px; height: 46px; margin: -23px 0 0 -30px; display: block; background: url("trend_sprite.png") -306px 0 no-repeat; }
		.post-caption { padding: 15px; color: rgba(255,255,255,0.75); }
		.post-caption:after { content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 48px; }
			.post-caption h1 { color: #FFF; font-family: Georgia, "Times New Roman", serif; font-size: 32px; letter-spacing: 2px; text-transform: uppercase; }
			.link-post h1 { color: #FFF; font-size: 18px; font-weight: bold; font-weight: 500; }
		.post-footer { position: absolute; left: 0; right: 0; bottom: 0; height: 18px; padding: 15px; display: none; }
		.post:hover .post-footer,
		.loading-pb .post-footer { display: block; }
			.post-footer .omnicon { width: 18px; height: 18px; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") -183px 0 no-repeat; display: none; }
			.read-more-enabled .omnicon { background-position: -183px -46px; display: block; }
			.video-post .omnicon,
			.audio-post .omnicon { background-position: -183px -23px; display: block; }
			.loading-pb .omnicon { background-position: -183px 0; display: block; -moz-animation: spin linear 1s infinite; -webkit-animation: spin linear 1s infinite; animation: spin linear 1s infinite; }
			.post-footer .like_button,
			.post-footer .reblog_button { height: 18px !important; display: inline-block !important; }
			.post-footer .like_button { margin-right: 5px; }
		.post.offscreen .post-preview,
		.post.offscreen .post-footer { display: none; }
	
	#post { margin: 60px; }
		#post-media { width: 500px; float: left; margin-right: 50px; }
		.photo #post-media,
		.audio #post-media { overflow: hidden; }
		.photo.big-layout-available #post-media { cursor: -moz-zoom-in; cursor: -webkit-zoom-in; }
		.big-layout #post-media { width: 100%; float: none; margin-right: 0; }
		.photo.big-layout #post-media { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; }
			#post-media img { width: 100%; height: auto; display: block; }
			#post-media iframe { width: 100%; }
		#post-content { max-width: 750px; }
		#post-media + #post-content { width: 400px; float: left; margin-top: 30px; }
		.big-layout #post-media + #post-content { width: 100%; float: none; }
			#audio-player { margin-bottom: 30px; padding: 10px; background: #FFF; }
				#audio-player .audio_player { height: 51px; }
				#audio-player iframe { width: 100%; height: 51px; }
				#post-content h1 { font-family: Georgia, "Times New Roman", serif; font-size: 32px; letter-spacing: 2px; text-transform: uppercase; }
				#post-content blockquote { border-color: #444; }
				#post-tags { position: relative; overflow: hidden; color: #CCC; font-size: 12px; margin-top: 30px; }
				#post-tags:first-child { margin-top: 0; }
				#post-tags:after { width: 10px; content: ""; position: absolute; top: 0; right: 0; bottom: 0; background-image: -moz-linear-gradient(right, #222 0%, rgba(34,34,34,0) 100%); background-image: -webkit-linear-gradient(right, #222 0%, rgba(34,34,34,0) 100%); background-image: linear-gradient(right, #222 0%, rgba(34,34,34,0) 100%); z-index: 1; }
					#post-tags-container { float: left; white-space: nowrap; }
					#post-tags-container.draggable { cursor: col-resize; cursor: -moz-grab; cursor: -webkit-grab; }
					#post-tags-container.draggable:active,
					#post_tags-container.draggable:active .tag { cursor: -moz-grabbing; cursor: -webkit-grabbing; }
						#post-tags .tag { display: inline-block; font-weight: bold; font-weight: 500; text-decoration: none; margin-right: 10px; }
						#post-tags .tag:last-child { margin-right: 0; }
						#post-tags .tag:before { content: "#"; }
				#post-footer { white-space: nowrap; margin-top: 30px; }
				#post-footer:first-child { margin-top: 0; }
					.footer-set { float: left; margin-right: 20px; padding-left: 20px; border-left: 1px solid #444; }
					.footer-set:empty { display: none; }
					.footer-set:first-child { padding-left: 0; border-left-color: transparent; }
					.footer-set:last-child { margin-right: 0; }
					#formatted-post-date { vertical-align: -2px; color: #CCC; font-size: 13px; font-weight: bold; font-weight: 500; line-height: 1; text-decoration: none; }
					#tumblr-buttons .like_button,
					#tumblr-buttons .reblog_button { float: left; height: 24px; margin-right: 10px; }
					#tumblr-buttons .reblog_button:last-child { margin-right: 0; }
					#note-count { position: relative; float: left; margin-left: 5px; background: #CCC; border-radius: 2px; }
					#note-count:before { content: ""; width: 8px; height: 8px; position: absolute; top: 50%; left: -4px; margin-top: -4px; background: #CCC; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
						#note-count #note-count-number { display: block; padding: 4px 8px; color: #222; font-size: 13px; font-weight: bold; font-weight: 500; line-height: 1; text-decoration: none; }
					#share-post { height: 24px; position: relative; float: left; }
						#share-menu { z-index: 1; }
							#share-options { width: 273px; }
								#share-options .share-option { width: 90px; height: 90px; display: block; float: left; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; }
								#share-options .share-option:active { box-shadow: inset 0 1px 5px rgba(0,0,0,0.05); }
								#share-options .share-option:nth-child(3n) { border-right-color: transparent; }
								#share-options .share-option.disabled { cursor: default; box-shadow: none; }
								#share-options .share-option:after { content: ""; width: 90px; height: 90px; display: block; background-image: url("http://static.tumblr.com/m9ln1jy/Lpxn23wcy/social_options.png"); opacity: 0.75; -moz-transition: ease opacity 0.1s; -webkit-transition: ease opacity 0.1s; transition: ease opacity 0.1s; }
								#share-options .share-option:hover:after { opacity: 0.8; }
								#share-options .share-option.disabled:after { opacity: 0.5; }
								#facebook-option:after { background-position: 0 0; }
								#twitter-option:after { background-position: -90px 0; }
								#pinterest-option:after { background-position: -180px 0; }
								#instapaper-option:after { background-position: -270px 0; }
								#google-option:after { background-position: -360px 0; }
								#linkedin-option:after { background-position: -450px 0; }
								#email-option:after { background-position: -540px 0; }
							#short-url { width: 100%; padding: 15px 0; }
								#short-url input { width: 100%; margin: 0; padding: 0; background: none; border: 0; color: #888; font: inherit; font-size: 14px; text-align: center; }
				#related-posts { height: 100px; margin-top: 60px; overflow: hidden; }
				#related-posts:empty { display: none; }
					.related-post { position: relative; width: 125px; height: 100px; float: left; margin-right: 10px; background: #888; }
					.related-post:nth-child(3) { margin-right: 0; }
					.related-post:nth-child(4) { display: none; }
						#related-posts h1 { margin-bottom: 0; font-size: 16px; letter-spacing: 1px; }
						#related-posts p { margin-top: 5px; font-size: 12px; }
				.tumblr_blog { text-decoration: none; }
				
	#pagination { margin-left: 90px; }
		#next-page { display: block; padding: 60px 0; background: #888; color: #FFF; font-size: 18px; text-align: center; text-decoration: none; text-transform: capitalize }
		#loading-more { display: none; padding: 60px 0; }
			#pagination-loading-icon { width: 18px; height: 18px; margin: auto; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") -183px 0 no-repeat; -moz-animation: spin linear 1s infinite; -webkit-animation: spin linear 1s infinite; animation: spin linear 1s infinite; }
		
	#float-player { position: fixed; bottom: 15px; right: 0; margin-right: 15px; width: 500px; height: 85px; -moz-transition: ease height 250ms; -webkit-transition: ease height 250ms; transition: ease height 250ms; z-index: 2147483646; }
		#float-player:hover { height: 170px; }
			#float-player iframe { width: 100%; height: 100%; }
				
	#post-box { position: fixed; top: 0; left: 90px; right: 0; bottom: 0; padding: 60px; overflow: auto; background: rgba(34,34,34,0.95); z-index: 2147483644; }
		#post-box #post { margin: 0; width: 100%; min-height: 100%; }
			#post-box .photo #post-media { width: auto; height: 100%; max-width: 500px; }
			#post-box .photo.big-layout #post-media { width: 100%; height: auto; max-width: initial; }
				#post-box .photo #post-media img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
				#post-box .photo.big-layout #post-media img { width: 100%; height: auto; max-width: initial; max-height: initial; }
		#post-box-controls { position: fixed; bottom: 30px; right: 30px; padding: 15px; z-index: 1; }
		.big-layout + #post-box-controls { background: rgba(34,34,34,0.95); }
		#float-player + #post-box #post-box-controls { bottom: 130px; }
			#post-box-loading { width: 18px; height: 18px; margin: 1px; float: left; display: block; margin-right: 30px; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") -183px 0 no-repeat; -moz-animation: spin linear 1s infinite; -webkit-animation: spin linear 1s infinite; animation: spin linear 1s infinite; }
			.post-box-control { height: 20px; float: left; display: block; margin-right: 15px; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") -211px 0; }
			.post-box-control[href="#"] { display: none; }
			#post-box-previous { width: 14px; background-position: -211px -25px; }
			#post-box-next { width: 14px; background-position: -211px -50px; }
			#post-box-close { width: 20px; margin-right: 0; background-position: -211px 0; }
			
	#loading-indicator { position: fixed; bottom: 15px; right: 15px; width: 18px; height: 18px; padding: 7px; display: none; background: #333; border-radius: 2px; }
		#loading-indicator i { width: 18px; height: 18px; display: block; background: url("http://static.tumblr.com/m9ln1jy/iRIn3o1mn/trend_sprite.png") -183px 0 no-repeat; -moz-animation: spin linear 1s infinite; -webkit-animation: spin linear 1s infinite; animation: spin linear 1s infinite; }

/* MOBILE */
@media screen and (max-width: 1160px) {
	#post-media,
	#post-box .photo #post-media { width: 100%; max-width: 100%; margin-right: 0; }
	#post-box .photo #post-media img { width: 100%; max-height: none; }
	#post-media + #post-content { width: 100%; }
	#post-box-controls { background: rgba(34,34,34,0.95); }
}
@media screen and (max-width: 605px) {
	#float-player { bottom: 0; left: 90px; margin-right: 0; width: auto; }
	#float-player + #post-box #post-box-controls { bottom: 115px; }
}
@media screen and (max-width: 550px) {
	#formatted-post-date span { display: none; }
}
@media screen and (max-width: 510px) {
	#scroll-up { display: none; }
	#post { margin: 15px; }
	#post-box { left: 0 !important; padding: 15px; z-index: 2147483646; }
	#post-box #post { margin: 0; }
	#formatted-post-date span { display: initial; }
	#post-box-previous, #post-box-next, #general-buttons { display: none; }
	#post-box-controls { bottom: 15px; right: 15px; }
}
@media screen and (max-height: 550px) {
	.sidebar-link { margin-bottom: 15px; }
}
/* RETINA */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
	.sidebar-link, .menu-icon, #scroll-up, #tweet-link:before, #search-submit, #clear-search, #search-results-loading, #post-type-icon, #search-results .reblog-query, .post-preview .play-button, .post-footer .omnicon, .post-box-control, #pagination-loading-icon { background-image: url("http://static.tumblr.com/m9ln1jy/HJzn3o1qe/trend_sprite_2x.png"); background-size: 400px 400px; }
	.post.video-post .post-preview { background-image: url("http://static.tumblr.com/m9ln1jy/81Rn3o1r9/video_post_2x.png"); }
	.post.audio-post .post-preview { background-image: url("http://static.tumblr.com/m9ln1jy/ycUn3o1qr/audio_post_2x.png"); }
	.post.video-post:not(.has-media) .post-preview, .post.audio-post:not(.has-media) .post-preview { background-size: 80px 80px; }
	#share-options .share-option:after { background-image: url("http://static.tumblr.com/m9ln1jy/Iejn23wd8/social_options_2x.png"); background-size: 630px 90px; }
}