/* 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; }

/* Structure
--------------------------------------------------- ***/
.page,
.container {
	margin: 0 auto;
	width: 1006px;
	position: relative;
	*zoom: 1;
}

.page { margin-top: 30px; }

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

.container:after,
.page:after { clear: both; }

#content {
	margin: 0 0 0 252px;
	width: 502px;
}

#content.floated {
	margin: 0 0 0 30px;
	float: left;
}

.column { width: 222px; }

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

h2.results { margin: 28px 0 0 0; }

/* Header
--------------------------------------------------- ***/
header {
	padding: 20px 0;
	min-height: 60px;
}

header #title {
	padding: 18px 0 12px 0;
	width: 510px;
	float: left;
}

header #title h1 { height: 30px; }

header nav {
	padding: 16px 0 0 0;
	width: 490px;
	float: right;
}

header nav.menu { padding: 4px 0 5px 0; }

header nav .pages {
	text-align: right;
	padding: 0 0 15px 0;
	overflow: hidden;
}

header nav .pages li {
	margin: 0 0 0 10px;
	display: inline-block;
}

header nav .icons,
header nav .icons li { float: right; }

header nav .icons li {
	margin: 0 15px 0 0;
	display: block;
}

header nav .icons a {
	width: 30px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
}

header nav .random a { margin: 3px 30px 0 3px; }

header #searchform {
	height: 28px;
	display: block;
	float: right;
}

header #searchform input#q {
	color: #bdbdbc;
	font: normal 13px 'Varela', Arial, serif;
	padding: 5px 10px 6px 30px;
	width: 182px;
	outline: none;
	background: url(http://static.tumblr.com/wassjkj/XW1lpoqdq/bg_search.png) no-repeat;
}

/* Posts
--------------------------------------------------- ***/
.post { margin: 0 0 30px 0; }
.post:last-child { margin: 0; }

.post .body { padding: 20px; }

.post .body p { margin: 0 0 23px 0; }
.post .body p:last-child { margin: 0; }

/* Text
--------------------------------------------------- ***/
.post .body h2 { padding: 0 0 6px 0; }

.post .body ul { margin: 0 0 23px 15px; }
.post .body ul li { list-style-type: disc; }

.post .body ol { margin: 0 0 23px 20px; }
.post .body ol li { list-style-type: decimal; }

.post .body blockquote {
	margin: 15px 0;
	padding: 0 0 0 20px;
	border-left: 5px solid #4d4d49;
}

/* Photo
--------------------------------------------------- ***/
.post.photo .frame img {
	margin: 0 auto;
	display: block;
}

.post.photo .frame img.first,
.post.photo .frame iframe {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Photoset
--------------------------------------------------- ***/
.post.photoset .frame {
	background-color: #f1f1f1;
}

.post.photoset .frame iframe {
	margin: 0;
	display: block;
}

.photo-block {
	text-align: center;
	width: 500px;
	display: block;
}

.photo-block img {
	margin: 0 auto;
	display: block;
	max-width: 500px;
}

a.set-prev,
a.set-next {
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 1000;
	width: 57px;
	height: 67px;
	top: 38%;
	z-index: 900;
}

.photoset a.set-prev { left: 0; }
.photoset a.set-next { right: 0; }

a.set-prev { background: url(http://static.tumblr.com/wassjkj/aEvmm6p9r/btn_prev.png) no-repeat; }
a.set-next { background: url(http://static.tumblr.com/wassjkj/HM2mm6pae/btn_next.png) no-repeat; }

.photoset span.count {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 0;
	width: 92px;
	height: 27px;
	display: none;
	position: absolute;
	left: 43%;
	bottom: 25px;
	z-index: 1100;
	background: url(http://static.tumblr.com/lbg8i7h/a8Ulhuvpe/bg_pscount.png) no-repeat;
}

/* Quote / Link
--------------------------------------------------- ***/
.post.quote blockquote {
	margin: 0 !important;
	padding: 4px 0 10px 0;
	border: none;
}

.post.link h2 { padding: 0 0 20px 0; }

/* Chat
--------------------------------------------------- ***/
.post.chat .chatstream { padding: 0 20px 20px 20px; }

.post.chat p {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}

.post.chat p.last {
	padding: 0;
	border-bottom: none;
}

.post.chat strong {
	color: #4d4d49;
	font-weight: normal;
}

/* Audio
--------------------------------------------------- ***/
.post.audio .embed-frame {
	margin: 0 0 23px 0;
	padding: 30px 0;
	background-color: #f1f1f1;
}

.post.audio .embed-frame iframe {
	margin: 0 auto;
	display: block;
}

.post.audio .body {
	overflow: hidden;
}

.post.audio .album {
	margin: 10px 0 0 20px;
	width: 132px;
	height: 117px;
	float: left;
	position: relative;
}

.post.audio .cover {
	width: 132px;
	height: 117px;
	background: url(http://static.tumblr.com/wassjkj/5aslpp62n/bg_album.png) no-repeat;
}

.post.audio .album img {
	width: 117px;
	height: 117px;
}

.post.audio .overlay {
	width: 117px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.post.audio .cover .overlay {
	height: 117px;
	background: url(http://static.tumblr.com/wassjkj/1Jvlpp6d6/bg_overlay.png) no-repeat;
}

.post.audio .reflection .overlay {
	height: 25px;
	background: url(http://static.tumblr.com/wassjkj/sLslpp62b/bg_reflection.png) no-repeat;
}

.post.audio .player {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	left: 58px;
	bottom: 35px;
	background: url(http://static.tumblr.com/u0gywlo/YLTlexcog/bg_audio_circle.png) no-repeat;
}

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

.post.audio .reflection {
	height: 25px;
	overflow: hidden;
	position: relative;
}

.post.audio .reflection img {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

.post.audio .albummeta {
	padding: 4px 10px 0 0;
	width: 248px;
	float: right;
}

.post.audio .albummeta h2 { padding: 2px 0 11px 0; }

/* Video
--------------------------------------------------- ***/
.videocontainer object,
.videocontainer embed,
.videocontainer iframe {
	width: 500px !important;
	display: block;
}

/* Answer
--------------------------------------------------- ***/
.post.answer .body { padding: 3px; }

.post.answer .askedby {
	padding: 17px;
	overflow: hidden;
}

.post.answer .askedby .ask-user {
	margin: 10px 0 0 0;
	display: block;
	float: left;
}

.asker-img {
	margin: 2px 15px 0 0;
	float: left;
	position: relative;
}

.asker-img,
.asker-img span,
.asker-img img {
	width: 40px;
	height: 40px;
}

.asker-img span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(http://static.tumblr.com/wassjkj/4iulsi2v5/bg_asker.png) no-repeat;
}

.post.answer .question-body {
	margin: 0 -3px;
	padding: 27px 20px 14px 20px;
	background: #f1f1f1 url(http://static.tumblr.com/wassjkj/9hwlsi2vp/bg_question.png) no-repeat;
}

.post.answer .question-body h2 { line-height: 1.3 }

.post.answer .answer-body { padding: 17px 17px 10px 17px; }

/* Meta
--------------------------------------------------- ***/
.post .meta {
	padding: 10px 20px 17px 20px;
	border-bottom: 1px solid #d9d9d7;
	overflow: hidden;
}

.post .meta,
.post .meta a { color: #a3a3a0; }

.post .meta .date {
	padding: 0 0 0 24px;
	float: left;
	background: url(http://static.tumblr.com/wassjkj/Pe4ls96m3/icon_date.png) no-repeat 0 4px;
}

.post .meta .bookmarks {
	text-align: right;
	width: 290px;
	float: right
}

.post .meta span.comments { text-transform: lowercase; }

.post .base {
	margin: 0 3px 3px 3px;
	padding: 12px 17px 10px 17px;
	overflow: hidden;
	background-color: #f1f1f1;
}

.post .tags {
	padding: 0 0 5px 0;
	overflow: hidden;
}

.post .tags span,
.post .tags a {
	margin: 0 5px 0 0;
	float: left;
}

.post .tags span.dark {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}

.post .tags a {
	color: #787878;
	font-size: 13px;
}

.post .share {
	padding: 5px 0 0 0;
	overflow: hidden;
}

.post .share .share-button {
	display: block;
	float: left;
}

.post .share .share-button.share-twitter { width: 90px; }
.post .share .share-button.share-gplus { width: 75px; }

/* Permalink
--------------------------------------------------- ***/
#disqus { margin: 40px 0 20px 0; }

#disqus h2 { padding: 10px 0; }

#notes { margin: 26px 0 0 0; }

#notes h4 {
	color: #4d4d4d;
	padding: 0 0 16px 0;
	border-bottom: 1px dotted #d7d7d7;
}

#notes .notes li {
	padding: 12px 0;
	border-bottom: 1px dotted #d7d7d7;
}

#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; }

/* Pagination
--------------------------------------------------- ***/
#pagination {
	margin: 0 auto;
	padding: 40px 0;
	width: 260px;
	overflow: hidden;
}

.prev,
.next,
.active a {
	width: 42px;
	height: 24px;
	display: block;
}

.prev.active a,
.prev {
	float: left;
	background: url(http://static.tumblr.com/wassjkj/HwOmm6pe6/btn_pagi_prev.png) no-repeat;
}

.next.active a,
.next {
	float: right;
	background: url(http://static.tumblr.com/wassjkj/2Gwmm6pev/btn_pagi_next.png) no-repeat;
}

.prev.active a,
.next.active a { background-position: 0 -24px; }

.prev.active a:hover,
.next.active a:hover { background-position: 0 -48px; }

#pagination .pages {
	text-align: center;
	margin: -4px 0 0 0;
	width: 175px;
	float: left;
}

/* Sidebar
--------------------------------------------------- ***/
.sidebar {
	font-size: 13px;
	line-height: 21px;
	position: absolute;
	top: 0;
}

.sidebar.floated {
	margin: 30px 0 0 0;
	position: static;
}

.sidebar.left.floated { float: left; }
.sidebar.right.floated { float: right; }

.sidebar.left { left: 0; }
.sidebar.right { right: 0; }

.sidebar h4,
.sidebar h4 a {
	text-transform: uppercase;
	margin: 0 0 9px 0;
}

/* About Sidebar
--------------------------------------------------- ***/
.sidebar .about { margin: 0 0 40px 0; }
.sidebar .connect { padding: 0 0 34px 0; }

.sidebar .connect a {
	margin: 0 8px 10px 0;
	width: 31px;
	height: 31px;
	display: block;
	position: relative;
	float: left;
}

.sidebar .connect a span.bubble {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 0 0 15px 0;
	display: none;
	position: absolute;
	top: -42px;
	left: 14px;
	background: url(http://static.tumblr.com/wassjkj/M66lpssi9/bg_bubble_tip.png) no-repeat bottom center;
}

.sidebar .connect a span.bubble span {
	padding: 4px 4px 1px 4px;
	width: 92px;
	display: block;
	background: url(http://static.tumblr.com/wassjkj/qm5lpssik/bg_bubble.png);
}

.sidebar .connect a:hover span.bubble { display: block; }

.sidebar #twitter #tweets p { margin: 0 0 15px 0; }
.sidebar #twitter #tweets p span { display: block; }

/* Likes Sidebar
--------------------------------------------------- ***/
#likes-block {
	margin: 0 0 14px 0;
	padding: 19px 19px 27px 19px;
}

.like_title {
	color: #4d4d49;
	font-size: 18px;
	margin: 0 0 6px 0;
}

li.like_post {
	width: 182px;
	border-bottom: 1px solid #d9d9d7;
	margin: 0 0 15px 0;
	padding: 0 0 12px 0;
}

li.like_post.last {
	margin: 0;
	padding: 0;
	border: none;
}

li.like_post img {
	margin: 0 0 13px 0;
	max-width: 100%;
}

li.like_post .post_info_bottom {
	margin: 10px 0 0 0;
	display: block !important;
}

.sidebar.right .see-more {
	font-size: 15px;
	margin: 0 0 0 20px;
	padding: 0 15px 0 0;
	background: url(http://static.tumblr.com/wassjkj/It7lq52nn/icon_arrow.png) no-repeat right 7px;
}

.sidebar.right .see-more:hover { background-position: right -30px; }

/* Profile
--------------------------------------------------- ***/
.modal { display: none; }

.fancybox-skin {
	background-color: #fff;
}

#profile-box,
#ask-box {
	width: 434px;
	overflow: hidden;
	background-color: #fff;
}

#profile-box { padding: 30px 20px; }
#ask-box { padding: 30px 20px 20px 20px; }

#profile-box h3,
#ask-box h3 {
	color: #4d4d49;
	margin: 0 0 10px 0;
}

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

.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;
}

#profile-box #about,
#ask-box .group {
	float: right;
	width: 320px;
}

/* Footer
--------------------------------------------------- ***/
footer {
	font-size: 13px;
	padding: 25px 0 45px 0;
	border-top: 1px solid #d8d8d8;
	background-color: #fff;
}

footer .column {
	margin: 0 30px 0 0;
	width: 229px;
	float: left;
}

footer .column.links ul {
	overflow: hidden;
}

footer .column.links li a {
	width: 111px;
	float: left;
	cursor: pointer;
}

footer h4 {
	text-transform: uppercase;
	padding: 0 0 4px 0;
}

footer a:hover { color: #4d4d49; }

/* Globals
--------------------------------------------------- ***/
.group {
	overflow: hidden;
}

a span,
.prev span,
.next span { display: none; }

.last { margin-right: 0 !important; }

.corner {
	border: 1px solid #d9d9d7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 3px #f9f9f9;;
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 3px #f9f9f9;;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 3px #f9f9f9;;
}

.border {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.clear {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}