/* Base
----------------------------------------------- ***/
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,
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 {
	font: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a,
a:hover,
a:active {
	text-decoration: none;
	outline: 0;
}

strong,
b { font-weight: bold; }

dfn,
em,
i { font-style: italic; }

h1, h2, h3, h4, h5, h6 { text-rendering: optimizelegibility; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small { font-weight: normal; }

ol,
ul,
li { list-style: none; }

blockquote,
q { quotes: none; }

abbr[title],
acronym[title] { border-bottom: 1px dotted; }

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code,
pre,
kbd,
samp { font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; }

img {
	border: 0;
	max-width: 100%;
	width: auto\9; /* Helps IE7-8 adjust responsive images */
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

input,
select,
textarea,
button {
	font: inherit;
	font-size: 100%;
	border: 0;
	display: inline-block;
	outline: 0;
}

input,
select,
button { vertical-align: middle; }

input,
select,
textarea { -webkit-appearance: none; }

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] { cursor: pointer; }

input,
button {
	line-height: normal;
	margin: 0;
	*overflow: visible;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

html input[disabled],
button[disabled] { cursor: default; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { -webkit-appearance: button; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

[hidden] { display: none; }

/* Typography
--------------------------------------------------- ***/
h1 { font-size: 45px; }

h2 {
	font-size: 31px;
	line-height: 34px;
}

h3 { font-size: 25px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }

a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

/* Structure
--------------------------------------------------- ***/
html { overflow: auto; }

#container { overflow: auto; }

#content {
	padding: 30px;
	width: 824px;
}

#column {
	margin: 50px auto;
	width: 884px;
}

.border {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.group { overflow: hidden; }

.hide { display: none; }

/* Header
--------------------------------------------------- ***/
#header {
	margin-bottom: 30px;
	padding: 20px 5px 20px 30px;
}

#header .mast {
	min-height: 85px;
	clear: both;
}

#header #title {
	float: left;
	width: 450px;
}

#header #title h1 { margin-top: -7px; }

#header .nav {
	padding: 8px 0 0 90px;
	float: right;
}

#header .nav #searchform input {
	font-size: 14px;
	margin: 0 0 19px 0;
	padding: 5px 15px 5px 28px;
	width: 172px;
	height: 20px;
	background: url(http://static.tumblr.com/wassjkj/V89ln3yik/bg_search.png) no-repeat;
	outline: none;
}

#header .nav.add-on #searchform input {
	width: 222px;
	background: url(http://static.tumblr.com/wassjkj/dEumm6h4z/bg_search_wide.png) no-repeat;
}

/* Nav
--------------------------------------------------- ***/
#header .nav ul {
	clear: both;
}

#header .nav li,
#header .nav li a { display: block; }

#header .nav li {
	margin: 0 20px 0 0;
	float: left;
}

#header .nav a {
	width: 27px;
	height: 27px;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

#header .nav .profile { background: url(http://static.tumblr.com/wassjkj/ozqln3y4t/icon_profile.png) no-repeat; }
#header .nav .twitter { background: url(http://static.tumblr.com/wassjkj/ZZiln3y58/icon_twitter.png) no-repeat; }
#header .nav .random { background: url(http://static.tumblr.com/wassjkj/7cvln3y5o/icon_random.png) no-repeat; }
#header .nav .ask { background: url(http://static.tumblr.com/wassjkj/1AOln3y6k/icon_ask.png) no-repeat; }
#header .nav .menu { background: url(http://static.tumblr.com/wassjkj/rnFmm3qol/icon_menu.png) no-repeat; }

#header .nav .archive {
	width: 30px;
	background: url(http://static.tumblr.com/wassjkj/WtUln3y78/icon_archive.png) no-repeat;
}

.tip {
	padding: 5px 0 0 0;
	display: none;
	position: absolute;
	top: 33px;
	left: 50%;
	z-index: 100;
	background: url(http://static.tumblr.com/wassjkj/ofAln3y7s/bg_tip.png) no-repeat top center;
}

#header .nav a:hover > .tip { display: block; }

.tip .bubble {
	color: #fff;
	font: bold 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 3px 15px 5px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	background: url(http://static.tumblr.com/wassjkj/Pciln3y8y/bg_bubble.png);
}

/* Expand Elements
--------------------------------------------------- ***/
.dropdown {
	width: 822px;
	display: none;
	overflow: hidden;
}

.dropdown .container {
	margin: 20px 0 0 0;
	padding: 25px 0 10px 0;
	width: 822px;
	overflow: hidden;
	background: url(http://static.tumblr.com/wassjkj/UOVln3y9v/bg_div.png) repeat-x;
}

.dropdown .container h3 { margin: 0 0 10px 0; }

/* Profile
--------------------------------------------------- ***/
#about {
	width: 470px;
	float: left;
	background: url(http://static.tumblr.com/wassjkj/FGZln3yaa/bg_entry.png) repeat-y top right;
}

.portrait {
	margin: 0 31px 0 0;
	position: relative;
	float: left;
}

.portrait,
.portrait span,
.portrait img {
	width: 80px;
	height: 80px;
}

.portrait span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(http://static.tumblr.com/wassjkj/iidln3y9i/bg_portrait.png) no-repeat;
}

#following {
	width: 230px;
	float: right;
}

#following h3 { margin: 0 0 4px 21px; }

#following ul { overflow: hidden; }
#following ul.two { height: 90px; }
#following ul.three { height: 135px; }
#following ul.four { height: 180px; }

#following li a {
	margin: 10px 0 10px 21px;
	display: block;
	float: left;
	position: relative;
}

#following li a,
#following li a img,
#following li a span {
	width: 25px;
	height: 25px;
}

#following li a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(http://static.tumblr.com/wassjkj/GbAlnggpo/bg-following.png) no-repeat;
}

/* Menu
--------------------------------------------------- ***/
#menu .container { padding: 25px 0 0 0; }

#menu li {
	margin: 0 25px 15px 0;
	display: block;
	float: left;
}

/* Ask
--------------------------------------------------- ***/

/* Footer
--------------------------------------------------- ***/
#footer {
	margin-top: 30px;
	padding: 0 10px;
	overflow: hidden;
	background: #fff url(http://static.tumblr.com/wassjkj/SmQmm3kdr/bg-footer.png) repeat-y;
}

.node {
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	padding: 19px 20px 25px 20px;
	width: 170px;
	height: auto;
	float: left;
}

.node h3 { margin: 0 0 9px 0; }

/* Posts
--------------------------------------------------- ***/
.post {
	position: relative;
	background: url(http://static.tumblr.com/wassjkj/3doln3yau/bg_post.png) no-repeat 110px bottom;
	*zoom: 1;
}

.post:before,
.post:after {
	line-height: 0;
	display: table;
	content: "";
}

.post:after { clear: both; }

/* Tags */
.tags_heading { margin: 0 0 20px 110px; }
.tags_heading span { font-weight: bold; }

/* Date */
.date {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	width: 82px;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
}

.date span.day {
	margin: 0 0 5px 0;
	padding: 15px 0 0 0;
	width: 82px;
	height: 67px;
	display: block;
	background: url(http://static.tumblr.com/wassjkj/t49ln3yb8/bg_date.png) no-repeat;
}

.samedate .date { height: 82px; }

/* Entry */
.entry {
	margin: 30px 0 30px 110px;
	padding: 0 35px 0 0;
	width: 540px;
	min-height: 165px;
	float: left;
	background: url(http://static.tumblr.com/wassjkj/FGZln3yaa/bg_entry.png) repeat-y top right;
}

.entry p,
.entry ul li,
.entry ol li { line-height: 21px; }

.entry p {
	padding: 0 0 15px 0;
}

.entry ul {
	margin: 0 0 0 15px;
	padding: 0 0 15px 0;
}

.entry ol {
	margin: 0 0 0 19px;
	padding: 0 0 15px 0;
}

.entry ul li,
.entry ol li { padding: 0 0 5px 0; }

.entry ul li { list-style-type: disc; }
.entry ol li { list-style-type: decimal; }

.entry blockquote {
	margin: 0 0 25px 0;
	padding: 0 0 0 10px;
}

.entry blockquote p {
	margin: 0;
	padding: 0;
}

.entry .frame {
	text-align: center;
	margin: 0 0 15px 0;
	padding: 20px;
	background: url(http://static.tumblr.com/wassjkj/Dz0ln3yg2/bg_frame.jpg) bottom right;
}

.entry .frame object,
.entry .frame iframe { display: block; }

/* Text
--------------------------------------------------- ***/
.text h2.title { margin: 0 0 15px 0; }

/* Photo
--------------------------------------------------- ***/
.photo p,
.photoset p { margin: 15px 0 0 0; }

/* Quote
--------------------------------------------------- ***/
.quote .entry blockquote {
	margin: 0;
	padding: 0 0 10px 0;
	border: none;
}

/* Link
--------------------------------------------------- ***/
.link span.heading {
	font-size: 13px;
	text-transform: uppercase;
}

.link h2 {
	line-height: 26px;
	padding: 13px 0 20px 0;
}

.link .description { padding: 0 0 10px 0; }

/* Chat
--------------------------------------------------- ***/
.chat h2 a {
	line-height: 26px;
	padding: 0 0 20px 0;
	display: block;
}

.chat p {
	margin: 0 0 5px 0;
	padding: 0;
}

.chat p strong { font-weight: normal; }
.chat .chatstream { padding: 0 0 17px 0; }

/* Audio
--------------------------------------------------- ***/
.audio .audiometa {
	width: 380px;
	float: left;
}

.audio .artist { font-size: 16px; }

.audio h3,
.audio p { padding: 0 0 15px 0; }

.audio .plays { font-size: 18px; }

.audio .album {
	margin: 4px 0 0 0;
	float: right;
	position: relative;
}

.audio .album,
.audio .cover img,
.audio .track {
	width: 122px;
	height: 122px;
}

.audio .track {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(http://static.tumblr.com/wassjkj/drxln3ydn/bg_album.png) no-repeat;
}

.audio .track .player {
	width: 41px;
	height: 41px;
	display: block;
	position: absolute;
	right: 33px;
	bottom: 33px;
}

.audio .audio_player {
	width: 26px;
	height: 26px;
	overflow: hidden;
}

.audio .tags { background: none; }

.spin {
	-webkit-animation-name: spin;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 3s;	

	-moz-animation-name: spin;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 2s;	

	animation-name: spin;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 2s;	
}

.cover img {
	-webkit-mask-image: url(http://static.tumblr.com/wassjkj/2Upln3yhs/album_mask.png);
	mask-image: url(http://static.tumblr.com/wassjkj/2Upln3yhs/album_mask.png);
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	10% { -webkit-transform: rotate(36deg); }
	20% { -webkit-transform: rotate(72deg); }
	30% { -webkit-transform: rotate(108deg); }
	40% { -webkit-transform: rotate(144deg); }
	50% { -webkit-transform: rotate(180deg); }
	60% { -webkit-transform: rotate(216deg); }
	70% { -webkit-transform: rotate(252deg); }
	80% { -webkit-transform: rotate(288deg); }
	90% { -webkit-transform: rotate(324deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
	0% { -moz-transform: rotate(0deg); }
	25% { -moz-transform: rotate(90deg); }
	50% { -moz-transform: rotate(180deg); }
	75% { -moz-transform: rotate(270deg); }
	100% { -moz-transform: rotate(360deg); }
}

/* Video
--------------------------------------------------- ***/

/* Answer
--------------------------------------------------- ***/
.answer h2 {
	padding: 0 0 20px 0;
}

/* Meta
--------------------------------------------------- ***/
.meta {
	padding: 37px 0 0 0;
	width: 125px;
	height: auto;
	float: left;
}

.meta a {
	margin: 0 0 6px 25px;
	display: block;
}

.meta .details {
	margin: 0 0 21px 0;
	padding: 0 0 19px 0;
	background: url(http://static.tumblr.com/wassjkj/i0dln3yc4/bg_meta.png) no-repeat bottom left;
}

.meta .share {
	margin: 0 0 6px 0;
	position: relative;
}

.meta .share .sharelink { cursor: pointer; }

.meta .share .expand {
	margin-left: -90px;
	padding: 12px 0 0 10px;
	width: 171px;
	height: 74px;
	display: none;
	position: absolute;
	top: -89px;
	left: 50%;
	background: url(http://static.tumblr.com/wassjkj/ozWln3ycl/bg_share.png) no-repeat;
}

.meta .share .expand input {
	text-align: center;
	letter-spacing: -0.25px;
	margin: 0 0 21px 0;
	width: 160px;
	background-color: #f3f3f3;
}

.meta .share .expand .twitter-share-button {
	margin: 0 6px 0 4px;
	float: left;
}

.meta .share .expand .fb-like-button { float: left; }

.meta .highres {
	margin: 21px 0 0 0;
	padding: 24px 0 0 0;
	background: url(http://static.tumblr.com/wassjkj/i0dln3yc4/bg_meta.png) no-repeat top left;
}

.tags { overflow: hidden; }

.tags a {
	font-size: 13px;
	margin: 10px 12px 0 0;
	padding: 0 0 0 18px;
	height: 25px;
	display: block;
	float: left;
	background: url(http://static.tumblr.com/wassjkj/suVln3ygm/tag_left.png) no-repeat top left;
}

.tags a span {
	padding: 3px 14px 0 0;
	height: 22px;
	display: block;
	background: url(http://static.tumblr.com/wassjkj/F6sln3yh5/tag_right.png) no-repeat bottom right;
}

.tags a,
.tags a span {
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

/* Permalink
--------------------------------------------------- ***/
#notes {
	margin: 26px 0 0 112px;
	width: 570px;
}

#notes h4 { padding: 0 0 16px 0; }

#notes .notes li {
	padding: 12px 0;
	overflow: hidden;
}

#notes .notes li:last-child { border: none; }

#notes .notes li img {
	width: 24px;
	height: 24px;
	float: left;
}

#notes .notes li .action {
	margin: 0 0 0 11px;
	padding: 2px 0 0 0;
	float: left;
}

#notes .notes li .action a { text-decoration: underline; }

#disqus {
	margin: 30px 0 0 112px;
	width: 570px;
	padding-bottom: 30px;
	position: relative;
	background: url(http://static.tumblr.com/wassjkj/3doln3yau/bg_post.png) no-repeat left bottom;
}

#disqus h3 { padding: 0 0 25px 0; }

/* Pagination
--------------------------------------------------- ***/
#pagination {
	padding: 30px 0 0 110px;
	width: 697px;
	overflow: hidden;
}

#pagination a,
#pagination a span { display: block; }

#pagination .prev,
#pagination .next,
#pagination a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#pagination .prev,
#pagination .prev a { float: left; }

#pagination .next,
#pagination .next a { float: right; }

#pagination .prev,
#pagination .next,
#pagination .active a {
	width: 40px;
	height: 40px;
	position: relative;
}

#pagination span.title {
	color: #fff;
	font-size: 16px;
	display: none;
	position: absolute;
	top: 0;
}

#pagination .prev span.title {
	padding: 8px 20px 0 43px;
	left: 0;
}

#pagination .next span.title {
	padding: 8px 43px 0 20px;
	right: 0;
}

#pagination span.arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: url(http://static.tumblr.com/wassjkj/wxWmm3lss/btns-pagination.png) no-repeat;
}

#pagination .prev span.arrow {
	left: 0;
	background-position: 0 -40px;
}

#pagination .prev.active span.arrow { background-position: 0 0; }

#pagination .next span.arrow {
	right: 0;
	background-position: -40px -40px;
}

#pagination .next.active span.arrow { background-position: -40px 0; }

/* Scroll
--------------------------------------------------- ***/
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane { position: absolute; }

.jspVerticalBar {
	width: 16px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 20px;
}

.jspVerticalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	height: 50px;
	display: block;
}

.jspCapTop { background: url(http://static.tumblr.com/wassjkj/U0pln3y1r/track_top.png) no-repeat bottom left; }
.jspCapBottom { background: url(http://static.tumblr.com/wassjkj/PsEln3y27/track_btm.png) no-repeat top left; }

.jspTrack {
	position: relative;
	background: url(http://static.tumblr.com/wassjkj/SLvln3y2m/track_bg.png) repeat-y;
}

.jspDrag {
	position: relative;
	top: 0;
	left: 2px;
	cursor: pointer;
	background: url(http://static.tumblr.com/wassjkj/r7Jln3y34/track_drag_bg.png) repeat-y;
}

.jspDragTop, .jspDragBottom {
	width: 10px;
	height: 4px;
	display: block;
	position: absolute;
}

.jspDragTop {
	top: -4px;
	left: 0;
	background: url(http://static.tumblr.com/wassjkj/eHPln3y3m/track_drag_top.png) no-repeat top left;
}

.jspDragBottom {
	bottom: -4px;
	left: 0;
	background: url(http://static.tumblr.com/wassjkj/oiOln3y47/track_drag_btm.png) no-repeat bottom left;
}