/*
	-----------------------------
	KINLEY BY PIXEL LAB STYLE.CSS
	-----------------------------
	
	Kinley uses code by other developers, Pixel Lab does not own the rights to the code unless otherwise stated. Everything licensed under the MIT license.
	
	http://www.pixellab.co/theme/kinley
*/

@font-face {
    font-family: 'Museo';
    src: url('http://static.tumblr.com/m9ln1jy/Eqfn0s78b/museo.eot');
    src: url('http://static.tumblr.com/m9ln1jy/Eqfn0s78b/museo.eot?#iefix') format('embedded-opentype'),
         url('http://static.tumblr.com/m9ln1jy/9r1n0s79e/museo.woff') format('woff'),
         url('http://static.tumblr.com/m9ln1jy/D0Pn0s791/museo.ttf') format('truetype'),
         url('http://static.tumblr.com/m9ln1jy/bPKn0s78j/museo.svg#Museo') format('svg');
    font-weight: normal;
    font-style: normal;
}
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 {
	color: inherit;
	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;
}
body {
	color: #000;
	font: 13px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-attachment: scroll;
	background-color: #FFF;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}
.lightbox-present {
	overflow: hidden;
}
p {
	margin: 10px 0;
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}
pre {
	padding: 15px 20px;
	color: #FFF;
	background: #000;
	box-shadow: inset 0 0 0 10px rgba(0,0,0,0.1);
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
strong, b {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Museo", Georgia, serif;
}
.clear:before, .clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
#no-js {
	padding: 25px;
	text-align: center;
}
header {
	padding: 50px 0;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
}
	header #title {
		display: inline-block;
		max-width: 75%;
		text-decoration: none;
	}
		header #title h1 {
			font-size: 28px;
		}
		header #title img {
			max-height: 150px;
			max-width: 100%;
		}
	header nav {
		text-align: center;
		width: 100%;
	}
	header nav.fixed {
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
		box-shadow: 0 1px 3px rgba(0,0,0,0.25);
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1336;
	}
		header nav li {
			cursor: pointer;
			display: inline-block;
			font-weight: bold;
			list-style: none;
			padding: 15px 10px;
			vertical-align: middle;
		}
		header nav li.title {
			font-family: 'Museo', Georgia, serif;
			overflow: hidden;
			padding: 15px 0;
			visibility: hidden;
			width: 0;
		}
		header nav.fixed li.title {
			overflow: visible;
			padding: 15px 10px;
			visibility: visible;
			width: auto;
		}
			header nav li.title img {
				display: block;
				height: 20px;
			}
		header nav li.slide:after, header nav li.menu:after {
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
			content: '';
			display: inline-block;
			margin-left: 5px;
			vertical-align: middle;
		}
		header nav li.slide.slide-down:after, header nav li.menu:after {
			border-top: 5px solid;
		}
		header nav li.slide.slide-up:after {
			border-bottom: 5px solid;
		}
		header nav li.menu {
			position: relative;
		}
			header nav li.menu #menu {
				display: none;
				left: 50%;
				margin-left: -100px;
				padding-top: 10px;
				position: absolute;
				top: 100%;
				width: 200px;
				z-index: 1;
			}
			header nav li.menu:hover #menu {
				display: block;
			}
				header nav li.menu:hover #menu ul {
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
					-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
					-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
					box-shadow: 0 1px 3px rgba(0,0,0,0.25);
				}
					header nav li.menu #menu ul a {
						background-color: #000;
						border-bottom: 1px solid #FFF;
						color: #FFF;
						display: block;
						padding: 10px 25px;
						position: relative;
					}
					header nav li.menu #menu ul a:first-child {
						-moz-border-radius: 5px 5px 0 0;
						-webkit-border-radius: 5px 5px 0 0;
						border-radius: 5px 5px 0 0;
					}
					header nav li.menu #menu ul a:last-child {
						border-bottom: 0;
						-moz-border-radius: 0 0 5px 5px;
						-webkit-border-radius: 0 0 5px 5px;
						border-radius: 0 0 5px 5px;
					}
					header nav li.menu #menu ul a:first-child:before {
						border-bottom: 10px solid #000;
						border-left: 10px solid transparent;
						border-right: 10px solid transparent;
						content: '';
						left: 50%;
						margin-left: -5px;
						position: absolute;
						top: -10px;
						width: 0;
					}
		header nav li a {
			text-decoration: none;
		}
		header nav.fixed li.title {
			display: inline-block;
		}
	#slide-downs {
		width: 100%;
	}
		#slide-downs .box {
			margin: 0 auto;
			padding: 15px 0;
			max-width: 500px;
		}
			#slide-downs .box h2 {
				font-size: 18px;
				margin-bottom: 10px;
			}
			#slide-downs .search-box input {
				background: transparent;
				border: 0;
				border-bottom: 1px dotted #FFF;
				font-size: 15px;
				outline: none;
				padding: 10px;
				width: 250px;
			}
			#slide-downs .search-box input::-webkit-input-placeholder {
				font-style: italic;
			}
			#slide-downs .search-box input::-moz-input-placeholder {
				font-style: italic;
			}
		#slide-downs .box.archive-box {
			max-width: 1000px;
		}
#posts {
	position: relative;
	margin: auto;
	margin-bottom: 50px;
}
#posts[data-columns="1"] { width: 290px; }
#posts[data-columns="2"] { width: 580px; }
#posts[data-columns="3"] { width: 870px; }
#posts[data-columns="4"] { width: 1160px; }
#posts[data-columns="5"] { width: 1450px; }
#posts[data-columns="6"] { width: 1740px; }
#posts[data-columns="7"] { width: 2030px; }
#posts[data-columns="8"] { width: 2320px; }
.permalink-page #posts {
	width: 540px;
}
#posts.loading:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	background: url("http://static.tumblr.com/m9ln1jy/zG1n20bx6/loading.gif") center no-repeat #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
	#posts article {
		background-color: #FFF;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
		box-shadow: 0 1px 3px rgba(0,0,0,0.25);
		margin: 5px;
	}
	.index-page #posts article {
		position: absolute;
		width: 280px;
	}
	.permalink-page #posts article {
		width: 530px;
	}
		article .post-media {
			overflow: hidden;
			position: relative;
		}
		#posts article.audio-embed .post-media, #posts article.photoset .post-media {
			margin: 0 15px;
			padding: 15px 0;
		}
			article.photo .post-media img {
				-moz-border-radius: 2px 2px 0 0;
				-webkit-border-radius: 2px 2px 0 0;
				border-radius: 2px 2px 0 0;
				float: left;
			}
			.index-page article .post-media img {
				float: left;
				width: 100%;
			}
			article .post-media .media-overlay {
				bottom: 0;
				left: 0;
				position: absolute;
				right: 0;
				top: 0;
			}
			article .post-media .video-preview {
				width: 100%;
				height: 240px;
				position: relative;
				background: url('http://static.tumblr.com/m9ln1jy/7H2n1ap0c/video_static_animated_no_preview.gif') #222 center no-repeat;
				background-size: cover;
				-moz-border-radius: 2px 2px 0 0;
				-webkit-border-radius: 2px 2px 0 0;
				border-radius: 2px 2px 0 0;
			}
				article .post-media .video-preview .retro-fuzz {
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
					background: url('http://static.tumblr.com/m9ln1jy/wAgn1a6mi/video_static_animated.gif') repeat;
					-moz-border-radius: 2px 2px 0 0;
					-webkit-border-radius: 2px 2px 0 0;
					border-radius: 2px 2px 0 0;
					opacity: 0.04;
				}
				article .post-media .video-preview .play-button {
					width: 35px;
					height: 40px;
					position: absolute;
					top: 50%;
					left: 50%;
					margin: -15px 0 0 -20px;
					background: url('http://static.tumblr.com/m9ln1jy/KtOn1a7om/play_button.png') no-repeat;
				}
		article .question-box, article .answer-box {
			background-color: #000;
			color: #FFF;
			padding: 15px;
			position: relative;
		}
		article .question-box:after, article .answer-box:after {
			border-top: 10px solid #000;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			content: '';
			position: absolute;
			bottom: -10px;
			width: 0;
		}
		article .question-box:after {
			left: 15px;
		}
		article .answer-box:after {
			right: 15px;
		}
		article .asker-box,
		article .answerer-box {
			font-weight: bold;
			margin: 15px;
		}
			article .asker-box a,
			article .answerer-box a {
				text-decoration: none;
			}
		article .answerer-box {
			text-align: right;
		}
		article .post-caption {
			padding: 15px 0;
		}
		#posts article .post-caption {
			margin: 0 15px;
			overflow-x: hidden;
		}
		#posts article:hover .post-caption {
			overflow-x: visible;
		}
		#posts .photoset .post-media + .post-caption, #posts .audio .post-media + .post-caption {
			padding-top: 0 !important;
		}
		#posts article .post-caption:last-child {
			padding-bottom: 15px;
		}
			article .tumblr_audio_player {
				width: 100%;
				height: 51px;
			}
			article .post-caption h2 {
				font-size: 18px;
			}
			article .post-caption ul, article .post-caption ol {
				margin: 10px 25px;
			}
			article .post-caption ul:first-child, article .post-caption ol:first-child {
				margin-top: 0;
			}
			article .post-caption ul:last-child, article .post-caption ol:last-child {
				margin-bottom: 0;
			}
			article .post-caption li {
				margin: 5px 0;
			}
			article .post-caption li:first-child {
				margin-top: 0;
			}
			article .post-caption li:last-child {
				margin-bottom: 0;
			}
			article .post-caption .chat-line {
			}
			article .post-caption .chat-line.odd-line {
				text-align: left;
			}
			article .post-caption .chat-line.even-line {
				text-align: right;
			}
				article .post-caption .chat-line .chat-label {
					font-weight: bold;
				}
			article .post-caption img {
				height: auto;
				max-width: 100%;
			}
			article .post-caption blockquote {
				border-left: 1px solid;
				margin: 10px 0;
				padding-left: 10px;
			}
			article .post-caption blockquote:first-child {
				margin-top: 0;
			}
			article .post-caption blockquote:last-child {
				margin-bottom: 0;
			}
		#posts article .post-tags {
			margin: 0 15px;
			overflow: hidden;
			position: relative;
			white-space: nowrap;
		}
		#posts article .post-tags:after {
			background-image: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			background-image: -o-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			background-image: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			background-image: linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			bottom: 0;
			content: '';
			position: absolute;
			right: 0;
			top: 0;
			width: 10px;
		}
			article .post-tags a {
				color: rgba(255,255,255,0.5);
				margin-right: 2px;
				text-decoration: none;
			}
		article .post-info {
			font-size: 10px;
			font-weight: bold;
			letter-spacing: 1px;
			padding: 15px 0;
			text-transform: uppercase;
			white-space: nowrap;
		}
		#posts article .post-info {
			margin: 0 15px;
			overflow: hidden;
			padding: 15px 0;
			position: relative;
		}
		#posts article:not(.has-caption) .post-info {
			padding-top: 15px;
		}
		#posts article .post-info:after {
			background-image: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			background-image: -o-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			background-image: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			background-image: linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			bottom: 0;
			content: '';
			position: absolute;
			right: 0;
			top: 0;
			width: 10px;
		}
		.video .post-media + .post-info, .photoset .post-media + .post-info, .post-caption.do-not-hide + .post-info, .permalink-page .post-caption + .post-info {
			padding-top: 0 !important;
		}
			article .post-info a {
				text-decoration: none;
			}
			article .post-info .post-notecount.count-1 .pluralize {
				display: none;
			}
			.permalink-page article .post-info .post-notecount:after {
				content: '▾';
				font-size: 15px;
				line-height: 1;
				margin-left: 5px;
			}
		article .post-notes {
			overflow: hidden;
			position: relative;
		}
		#posts article .post-notes {
			margin: 0 15px;
		}
		#posts article .post-notes:before {
			background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			background-image: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			content: '';
			height: 10px;
			left: 0;
			position: absolute;
			right: 0;
			top: 0;
		}
			article .post-notes .content {
				margin-top: -100%;
				padding-bottom: 15px;
			}
				article .post-notes ol {
					list-style: none;
				}
					article .post-notes ol li {
						border-top: 1px solid;
						padding: 10px;
					}
					article .post-notes ol li:first-child {
						border-top-color: transparent !important;
					}
						article .post-notes ol li .avatar {
							-moz-border-radius: 2px;
							-webkit-border-radius: 2px;
							border-radius: 2px;
							display: inline-block;
							height: 25px;
							margin-right: 5px;
							vertical-align: middle;
							width: 25px;
						}
						article .post-notes ol li a {
							text-decoration: none;
						}
						article .post-notes ol li blockquote {
							border-left: 1px solid;
							margin: 10px 0 10px 35px;
							padding-left: 10px;
						}
		.post-controls {
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			width: 100%;
			z-index: 1;
			display: table;
			visibility: hidden;
			background: rgba(0,0,0,0.9);
		}
		article:hover .post-controls {
			visibility: visible;
		}
			.post-controls li {
				display: table-cell;
				list-style: none;
				padding: 20px 0;
				border-right: 1px solid rgba(255,255,255,0.2);
				text-align: center;
			}
			.post-controls li:last-child {
				border-right-color: transparent;
			}
			.post-controls li.open {
				background: rgba(255,255,255,0.2);
			}
				.post-controls li a {
					display: inline-block;
				}
					.post-controls .like .like_button {
						height: 30px;
					}
				.post-controls .share-box {
					cursor: default;
					display: none;
					position: absolute;
					left: 0;
					right: 0;
					top: 100%;
					background: rgba(0,0,0,0.9);
					color: #FFF;
				}
				.post-controls .share.open .share-box {
					display: block;
				}
					.post-controls .share-box .share-buttons {
						display: table;
						width: 100%;
						border-top: 1px solid rgba(255,255,255,0.2);
					}
						.post-controls .share-box .share-buttons .share-button {
							display: table-cell;
							padding: 10px 0;
							border-right: 1px solid rgba(255,255,255,0.2);
							text-align: center;
						}
						.post-controls .share-box .share-buttons .share-button:last-child {
							border-right-color: transparent;
						}
							.post-controls .share-box .share-buttons iframe {
								display: inline-block;
							}
					.post-controls .share-box .short-url-box {
						border-top: 1px solid rgba(255,255,255,0.2);
						padding: 10px 15px;
						white-space: nowrap;
					}
						.post-controls .share-box .short-url-box label {
							margin-right: 5px;
							font-size: 11px;
						}
						.post-controls .share-box .short-url-box input {
							background: #FFF;
							border: 0;
							-moz-border-radius: 2px;
							-webkit-border-radius: 2px;
							border-radius: 2px;
							padding: 5px;
							width: 175px;
						}
		#posts article.comments #disqus_thread {
			margin: 0 15px;
			padding: 15px 0;
		}
#pagination {
	font-family: 'Museo', Georgia, Serif;
	padding: 50px 0;
	text-align: center;
}
	#pagination a {
		text-decoration: none;
	}
	#pagination .previous-page, #pagination .jump-page, #pagination .next-page, #pagination .current-page {
		padding: 5px 10px;
	}
	#pagination .previous-page, #pagination .jump-page, #pagination .next-page {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid;
		margin: 0 5px;
	}
	#pagination .disabled {
		border-color: transparent;
		pointer-events: none;
	}
	#pagination .page-1, #pagination .page-2, #pagination .page-3 {
		display: none;
	}
	#pagination .page-4 .current-page {
		display: none;
	}
	#pagination .previous-page:before {
		content: '‹';
		margin-right: 5px;
	}
	#pagination .next-page:after {
		content: '›';
		margin-left: 5px;
	}
#lightbox {
	background-color: rgba(0,0,0,0.9);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2;
}
	#lightbox #lb-content {
		height: 100%;
		overflow-y: scroll;
		width: 100%;
	}
		#lightbox #lb-content article {
			color: #FFF;
			margin: 75px auto;
			width: 500px;
		}
				#lightbox #lb-content article .post-media img {
					-moz-border-radius: 2px;
					-webkit-border-radius: 2px;
					border-radius: 2px;
					-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
					-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
					box-shadow: 0 1px 3px rgba(0,0,0,0.25);
					width: 500px;
				}
			#lightbox #lb-content article .question-box {
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				border-radius: 2px;
				background-color: #FFF;
				color: #000;
			}
			#lightbox #lb-content article .question-box:after {
				border-top-color: #FFF;
			}
					#lightbox #lb-content article .post-notes ol li {
						border-top-color: rgba(255,255,255,0.25);
					}
	#lightbox #close {
		background-image: url('http://static.tumblr.com/m9ln1jy/aSOn0s74r/close.png');
		height: 25px;
		position: fixed;
		right: 50px;
		bottom: 50px;
		width: 25px;
		z-index: 1337;
	}
.hide {
	display: none;
}
@media screen and (max-width: 580px) {
	nav .archive, nav .ask, nav .submit {
		display: none;
	}
	#slide-downs .archive-box, #slide-downs .ask-box, #slide-downs .submit-box {
		display: none;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	#posts.loading:after {
		background-image: url("http://static.tumblr.com/m9ln1jy/Iw1n20c01/loading_2x.gif");
		background-size: 30px 30px;
	}
	article .post-controls li i {
		background-image: url('http://static.tumblr.com/m9ln1jy/yjsn0s76q/icons_2x.png');
		background-size: 154px 25px;
	}
	#lightbox #close {
		background-image: url('http://static.tumblr.com/m9ln1jy/WGrn0s75q/close_2x.png');
		background-size: 25px 25px;
	}
}