/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */

.clearfix:before, .clearfix:after {
    content: "020"; 
    display: block; 
    height: 0; 
    overflow: hidden;
}

.clearfix:after { clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */

.clearfix { zoom: 1; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}a{outline:none;}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}

html, body {
	font-family: Lato, 'Lucida Grande', Verdana, sans-serif;
	font-weight: 400;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
}

/* fix for iOS Safari */
body { min-width: 900px; }


h1 {
	display: block;
	font-size: 50px;
	font-family: 'Mate SC';
	line-height: 45px;
}

h1 a {
	border-bottom: none;
	color: #333;
}

h2 {
	font-size: 17px;
	line-height: 1.5em;
	margin-top: 20px;
	font-family: 'Kotta One';
}

h2 a {
	border-bottom: 1px solid #bbb;
	padding-bottom: 1px;
}

h3 {
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 40px;
}

h3 a {
	border: none;
}

h4 { }

a {
	color: #333;
	text-decoration: none;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: 600;
}


p a:hover {
	text-decoration: underline;
}

p {
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 10px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
		
p:last-child {
	margin-bottom: 0px;
}

blockquote:not(.answer-question-text) {
	font-style: italic;
	font-size: 20px;
	line-height: 1.4em;
	padding: 0px;
	margin: 20px 0px;
	-webkit-text-stroke: 0.1px;
	-moz-text-stroke: 0.1px;
	text-stroke: 0.1px;
}

blockquote:not(.answer-question-text):before {
	content: "“";
	font-style: normal;
	font-family: times, 'times new roman', serif;
	font-size: 30px;
	position: absolute;
	left: -20px;
	padding-top: 4px;
}

ul, ol {
	margin: 20px 0px;
}

ul li {
	margin: 10px 0px 10px 2em;
	list-style: disc;
	margin-left: 2em;
}

ol li {
	margin: 10px 0px 10px 2em;
	list-style: decimal;
}

header, footer, article, nav {
	display: block;
}

.caption h1, .content h1,
.caption h2, .content h2,
.caption h3, .content h3,
.caption h4, .content h4,
.caption h5, .content h5,
.caption blockquote, .content blockquote,
.caption blockquote:before, .content blockquote:before
 {
	font-family: Lato, 'Lucida Grande', Verdana, sans-serif;
}

.caption h1, .content h1 { font-size: 28px; }

.caption h2, .content h2 { font-size: 26px; }

.caption h3, .content h3 { font-size: 24px; }

.caption h4, .content h4 { font-size: 22px; }

.caption h5, .content h5 { font-size: 20px; }

#tumblr_controls { top:7px !important; right:7px !important; }

	.floating #tumblr_controls { 
		position:fixed !important; 
		z-index:9337 !important;
	}

nav#pagination {
	text-align: center;
	padding: 40px 0px 0px;
	height: 30px;
	position: relative;
}

nav#pagination span.pagination-brdr {
	/* For IE 8 */
	display: block\9;
	height: 30px\9;
	width: 196px\9;
	background: url(http://static.tumblr.com/8flho2v/7WKm1b3n8/pagination-brdr.png) no-repeat center\9;
	position: absolute\9;
	top: 0px\9;
	right: -13px\9;
}

nav a.next-page, nav a.prev-page, nav#pages a {
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
	overflow: hidden;
	display: inline-block;
	color: #fff;
	opacity: 0.1;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
}

nav a.next-page, nav a.prev-page {
	height: 30px;
	padding: 0px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: default;
	font-size: 14px;
}

nav a.prev-page {
	padding-right: 17px\9;
}

nav a.next-page {
	padding-right: 16px\9;
	padding-left: 19px\9;

}

nav#pagination a.next-page span.pagination-brdr { 
	width: 197px\9; 
	right: -14px\9;
}

nav#pages a {
	opacity: 0.7;
	cursor: pointer;
	padding: 14px 15px;
	font-size: 11px;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	transition: background .2s;
}	

nav#pages a:hover {
	opacity: 0.7;
	background: rgba(255,255,255,.1);
}

nav a.next-page, nav a.prev-page {
	opacity: 0.7;
	cursor: pointer;
}

nav a.next-page:hover, nav a.prev-page:hover, nav#pages a:hover {
	opacity: 1;
}

nav a.prev-page {
	position: absolute;
	top: 40px;
	left: 0px;
}

nav a.next-page {
	position: absolute;
	top: 40px;
	right: 0px;
}

nav a.prev-page:before {
	content: "←";
	font-size: 20px;
	margin-right: 5px;
	margin-left: -5px;
	position: relative;
	top: 3px;
	display: inline-block;
}

nav a.next-page:after {
	content: "→";
	font-size: 20px;
	margin-left: 5px;
	margin-right: -5px;
	position: relative;
	top: 3px;
	display: inline-block;
}

nav span.page-no {
	border-bottom: none;
	font-style: italic;
	color: #bbb;
	margin: 0px 40px;
	position: relative;
	text-align: center;
	top: 7px;
}

time {
	font-family: 'Quicksand';
	font-size: 20px;
	color: #565656;
	display: inline-block;
	position: absolute;
	left: 540px;
	top: 50px;
	padding: 8px;
	border-top: 2px solid #888;
	border-bottom: 2px solid #ccc;
}

time a {
	color: #565656;
}

#ultimate-wrapper {
	min-height: 100%;
	position: relative;
}

#main-wrapper, #head, #twitter-widget-wrapper {
	width: 500px;
	margin: 0px auto;
	padding: 50px 182px;
	background: #fff;
}

#main-wrapper {
	padding-top: 15px;
	padding-bottom: 435px;
}

#topstrip {
	width: 100%;
}

	.floating #topstrip { 
		position:fixed; 
		z-index:9337;
	}

#topstrip-inner {
	width: 864px;
	margin: 0px auto;
}

#head {
	text-align: center;
	position: relative;
}
	
	.floating #head {
		padding: 91px 182px 50px;
	}
	
#title {
	width: 500px;
	display: block;
}

#title img {
	max-width: 100%;
}
			
#comments {
	margin-bottom: 50px;
}

#comments.hideDisqus {
	display: none;
}

.fb_iframe_widget iframe { width: 500px !important; }

.fb_comments_count { margin-left: -3px; }

#facebook_comments {
	padding-top: 45px;
}

#portrait-wrap {
	width:220px;
	height:220px;
	overflow:hidden;
	margin:0 auto 10px;
	position:relative;
}

span.portrait_img {
	/* For IE 8 */
	display: block;
	height: 220px;
	width: 220px;
	background: url('http://static.tumblr.com/gmeghwp/bwhm1o0jp/portrait-stencil.png') no-repeat center;
	position: absolute;
	top:0;
	left:0;
}

img.portrait {
	width: 220px;
	margin-bottom: 10px;
}

article.post {
	padding: 50px 0px;
	position: relative;
}

article.post:after, #comments.notes-present:after {
	content: "";
	display: block;
	height: 2px;
	width: 764px;
	margin-left: -132px;
	position: relative;
	top: 50px;
	background: #e3e3e3;
}

article.post img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 20px auto;
}

article.post.photo div.picture-wrapper {
	position: relative;
	background: #eee;
}

article.post.photo div.picture-wrapper img {
	margin: 0px auto;
	width: 100%;
}

article.post.quote blockquote.quote-text {
	margin: -5px 0px 0px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

article.post.quote div.quote-note {
	margin-top: 20px;
}

article.post.quote div.quote-note:before {
	content: "";
	display: block;
	height: 2px;
	opacity: 0.7;
	width: 40px;
	margin-bottom: 25px;
}

article.post.link a.link-text {
	font-size: 25px;
	padding-bottom: 2px;
	border-bottom: 1px solid #bbb;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	transition: color .2s;
	word-wrap:break-word;
	line-height:42px;
}

article.post.link span.link-span:after {
	content: "»";
	color: #fff;
	opacity: 0.7;
	font-size: 17px;
	height: 20px;
	width: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 10px;
	text-align: center;
	line-height: 16px;
	position: relative;
	top: -4px;
	display: inline-block;
}

article.post.link div.link-note {
	margin-top: 20px;
}

article.post.chat ul.chat-ul {
	margin: 0px;
	font-size: 18px;
}

article.post.chat ul.chat-ul li {
	list-style: none;
	margin: 0px 0px 10px;
}

article.post.chat ul.chat-ul span.label {
	color: #888;
}

article.post.chat h3 {
	margin-bottom: 15px;
}

article.post.chat ul.chat-ul {
	line-height: 1.5em;
}

article.post.chat ul.chat-ul span.label {
	margin-right: 3px;
}

article.post.audio div.audio-stuff {
	position: relative;
	height: 150px;
	margin-left: 200px;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
}

	article.post.audio div.audio-stuff-wrap {
		opacity:0;
	}

article.post.audio div.audio-record-wrapper {
	width: 180px;
	position: absolute;
	padding-left: 20px;
	padding-top: 50px;
	top: 0px;
	left: 0px;
	-webkit-transition: padding-left .2s;
	-moz-transition: padding-left .2s;
	transition: padding-left .2s;
}

article.post.audio div.audio-record-wrapper:hover {
	padding-left: 30px;
}

article.post.audio div.audio-record-wrapper img {
	width: 150px;
	height: 150px;
	display: block;
	position: absolute;
	top: 50px;
	left: 0px;
	margin: 0px;
	z-index: 10;
}

article.post.audio div.audio-record {
	background: #333;
	width: 150px;
	height: 150px;
	display: block;
	position: relative;
	background: url(http://static.tumblr.com/8flho2v/Snem0w854/record.png) no-repeat;
	z-index: 1;
}

article.post.audio div.audio-def {
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 5;
	width: 150px;
	height: 150px;
	background: url(http://static.tumblr.com/8flho2v/JPZm0w7yz/audio-art.png) no-repeat;
	z-index: 1;
}

article.post.audio div.audio-stuff div.audio-artist {
	color: #888;
	position: relative;
	float: left;
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
}

	article.post.audio div.audio-stuff div:first-child { margin-top:0px; }

article.post.audio div.audio-stuff div.audio-song {
	font-size: 30px;
	margin-bottom: 8px;
	position: relative;
	float: left;
	width:100%;
}

article.post.audio div.audio-stuff div.audio-player {
	opacity: 0.8;
	cursor: pointer;
	float: left;
	height:27px;
	display:block;
	overflow:hidden;
}

article.post.answer blockquote.answer-question-text {
	border-left: 4px solid #eee;
	font-style: italic;
	-webkit-text-stroke: 0.1px;
	-moz-text-stroke: 0.1px;
	text-stroke: 0.1px;
	padding: 7px 10px 10px;
	margin: 10px 0px 20px;
}

div.caption {
	margin-top: 20px;
}

a.type-wrapper {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50px;
	left: -95px;
	color: rgba(0, 0, 0, 0);
	text-indent: -9999px;
	border-bottom: none;
	opacity: 0.7;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
}

a.type-wrapper:hover {
	opacity: 1;
}

a.type-wrapper span.type {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(http://static.tumblr.com/2krww0e/McLm06ati/lino-icons-2.png);
}

span.type.photo {
	background-position: -32px -1px;
}

span.type.photoset {
	background-position: -64px 0;
}

span.type.quote {
	background-position: -64px 0;
}

span.type.link {
	background-position: -96px 0;
}

span.type.chat {
	background-position: -128px 0;
}

span.type.audio {
	background-position: -160px 0;
}

span.type.video {
	background-position: -192px 0;
}

span.type.answer {
	background-position: -224px 0;
}

span.type.twitter {
	background-position: -256px 0;
}

span.post-icon {
	display: block\9;
	height: 52px\9;
	width: 52px\9;
	position: absolute\9;
	top: 0px\9;
	right: 0px\9;
	background: url(http://static.tumblr.com/8flho2v/PwWm1b26i/post-icon.png) no-repeat center\9;
}

div.counts {
	position: absolute;
	top: 112px;
	width: 57px;
	left: -97px;
	text-align:center;
}

a.note-count {
	margin-bottom: 5px;
}

a.note-count, a.comment-count {
	color: #222;
	opacity: 0.6;
	display: block;
	overflow: hidden;
	height: 19px;
	font-style: normal;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
}

a.comment-count { display: none; }

a.note-count:hover, a.comment-count:hover {
	opacity: 0.8;
}

a.note-count:before, a.comment-count:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

a.note-count:before {
	background: url(http://static.tumblr.com/2krww0e/PPPm06au3/untitled-1.png) left center no-repeat;
}

a.comment-count:before {
	background: url(http://static.tumblr.com/2krww0e/PPPm06au3/untitled-1.png) right center no-repeat;
}

div.meta {
	margin-top: 30px;
	margin-bottom: -30px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	max-height: 60px;
	min-height: 24px;
}

div.meta:after {
	content: "";
	display: block;
	background: url(http://static.tumblr.com/2krww0e/bp4m06aux/cut.png) no-repeat transparent;
	height: 24px;
	width: 50px;
	position: absolute;
	right: 0px;
	bottom: 30px;
}

div.meta div.share:after {
	display:none;
}

div.meta div {
	float: left;
	padding: 0;
	margin: 0;
	display: inline-block;
}

div.meta > div {
	margin-bottom: 10px;
}

div.meta a {
	color: #888;
	border-bottom: none;
	margin-right: 10px;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	transition: color .2s;
}

div.meta a:hover {
	color: #555;
}

div.meta div a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	opacity: 0.6;
	margin: 0px 3px 0px 0px;
	position: relative;
	top: 2px;
	background: url(http://static.tumblr.com/2krww0e/44Sm06avf/meta2.png) no-repeat center center;
}

div.meta .tags a:before { 
	content: ""; 
	width: 0px;
	height: 0px;
	background: none; 
	display: none;
}

div.meta div a:hover:before {
	opacity: 0.8;
}

div.meta .tags:before {
	background: none;
	width: 0;
	height: 0;
	margin: 0;
}

div.meta .tags {
	display:inline-block;
	line-height: 20px;
	zoom: 1;
}

div.meta .tags a span.tag_img {
	width: 16px;
	height: 16px;
	background: url(http://static.tumblr.com/2krww0e/44Sm06avf/meta2.png) no-repeat -33px 1px;

	/* IE 8 Fix */
	background-position: -33px -2px\9;
	
	float: left;
	-moz-opacity:.50; 
	filter:alpha(opacity=50);
	opacity:.50; 
}

div.meta .tags:hover span.tag_img { 
	-moz-opacity:.70; 
	filter:alpha(opacity=70);
	opacity:.70; 
}

div.meta div.share {
	position: absolute;
	left: 0px;
}

div.meta div.share a {
	background: #bbb;
	padding: 4px 9px;
	border-radius: 11px;
	color: #fff;
	position: relative;
	width: 99px;
	top: -1px;
	padding-right: 11px\9;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	transition: background .2s;
}

div.meta div.share a:before {
	background-position: left center;
	opacity: 0.4;
	position: relative;
	right: 2px;
	top: 3px;
	margin-right: 2px;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

div.meta div.share a:hover, div.meta div.share a.active {
	background: #999;
}

div.meta div.share a:hover:before, div.meta div.share a.active:before {
	opacity: 0.5;
}

div.meta span.share-brdr {
	/* IE 8 Rounded Corners */
	width: 95px\9;
	height: 26px\9;
	display: block\9;
	background: url(http://static.tumblr.com/8flho2v/djJm1b2u8/share-border.png) no-repeat center\9;
	position: absolute\9;
	top: -1px\9;
	right: -1px\9;
}

div.meta div.share div.sharebox {
	width: 220px;
	position: absolute;
	top: -60px;
	height: 67px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	left: -55px;
}

div.meta div.share div.sharebox:after{
	content: "";
	display: block;
	position: absolute;
	top: 68px;
	left: 95px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

div.meta div.share div.social_buttons {
	margin-top: 8px;
	margin-left: 10px;
	float: left;
	clear: both;
}

div.meta div.like_button {
	position: absolute;
	bottom: 5px;
	left: 122px;
}

div.meta div.tweet_button {
	position: absolute;
	bottom: 6px;
	left: 9px;
}

div.meta div.shorturl {
	opacity: 0.7;
	height: 30px;
	width: 100%;
}

div.meta div.shorturl input {
	background: transparent;
	border: none;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Helvetica Neue';
	color: #fff;
	width: 100%;
	text-align: center;
	position: relative;
	top: 6px;
}

section.notes {
	padding: 20px 0px;
}

section.notes a {
	border-bottom: none;
}

section.notes blockquote {
	border-left: 3px solid #eee;
	font-size: 15px;
	padding: 0px 10px;
	margin: 10px 24px 5px;
	text-indent: 0px;
}

section.notes blockquote a {
	color: #555;
}

section.notes blockquote:before {
	display: none;
}

section.notes ol.notes li {
	list-style: none;
	margin: 0px;
	padding:7px 0 10px;
	border-bottom: 1px solid #ddd;
}

section.notes ol.notes li:last-child {
	border-bottom: none;
}

section.notes ol.notes img.avatar {
	position: relative;
	top: 3px;
	padding-right: 5px;
}

section.notes ol.notes span.action a {
	color: #333;
}

section.notes ol.notes span.action {
	color: #555;
}

footer {
	display: block;
	padding: 25px 0px 20px;
	font-size: 13px;
	width: 100%;
	color: rgba(255,255,255,.3);
	color: #fff\9;
	height: 119px;
	position: absolute;
	bottom: 0;
}

footer #footer-inner {
	width: 864px;
	margin: 0px auto;
}

footer #footer-left {
	float: left;
	display: inline-block;
}

footer h4 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: inline-block;
	float: left;
}

footer a {
	color: rgba(255,255,255,.5);
	color: #fff\9;
}

footer ul, footer ol {
	margin: 0px;
}

footer ul li {
	margin: 0px;
	list-style: none;
}

footer ol li {
	margin: 0px;
	list-style: none;
}

#elsewhere {
	width: 629px;
	margin-right: 27px;
}

#elsewhere ~ #instagram-feed {
	margin-top: 30px;
}

#elsewhere a {
	background: rgba(255,255,255,0.2) url(http://static.tumblr.com/2krww0e/0fkm06awn/social1.png);
	opacity: 0.8;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	text-indent: -999999px;
	display: inline-block;
	color: rgba(0,0,0,0);
	zoom: 1;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	transition: background-color .2s;
}

#elsewhere a:hover {
	background-color: rgba(255,255,255,.3);
	opacity: 1;
}

#instagram-feed {
	margin-right: 27px;
}

#instagram-feed img {
	width: 135px;
	margin-right: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 5px solid rgba(255,255,255,.1);
	-webkit-transition: border-color .2s;
	-moz-transition: border-color .2s;
	transition: border-color .2s;
}

#instagram-feed a:hover img {
	border-color: rgba(255,255,255,.2);
}

#instagram-feed a.instagram-username {
	color: rgba(255,255,255,0.4);
	color: #fff\9;
	position: relative;
	float: left;
	top: 2px;
	left: 7px;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	transition: color .2s;
}

#instagram-feed a.instagram-username:hover {
	color: rgba(255,255,255,0.8);
	color: #fff\9;
}

#instagram-feed a.instagram-username:after {
	content: "→";
	padding-left: 2px;
	position: relative;
	top: 1px;
}

.instagram-placeholder {
	float: left;
}

#following {
	width: 208px;
	float: right;
	display: inline-block;
}

#following a {
	width: 36px;
	height: 36px;
	display: inline-block;
}

#following #following-content {
	width: 215px;
}

#following li {
	margin: 0px 7px 7px 0px;
	display: inline-block;
	width: 36px;
	height: 36px;
	float: left;
}

#following img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 36px;
	height: 36px;
}

#twitter-widget-wrapper {
	text-align: center;
	filter: alpha(opacity=0);
}

#twitter-widget-wrapper h4 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: inline-block;
	color: #111;
	padding-bottom: 14px;
}

#twitter-widget-wrapper a.tweet-date {
	color: #888;
	font-size: 13px;
	padding-left: 5px;
	font-style: normal;
}

#twitter-widget-wrapper blockquote.twitter-blockquote {
	margin: 0px 0px 15px;
}

#twitter-container { 
	height: auto; 
	background: #fff;
	display: block;
	width: 864px;
	margin: 0 auto;
}

.tweet-content {
	clear: both;
	display: block;
}


#tweets, #tweets li { 
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 15px;
}

#tweets li .tweet {
	font-size: 20px;
	line-height: 1.4em;
	-webkit-text-stroke: 0.1px;
	moz-text-stroke: 0.1px;
	text-stroke: 0.1px;
}

#tweets li .timestamp {
	color: #888;
	font-size: 13px;
	padding-left: 5px;
	font-style: normal;
}

#tweets li .timestamp:hover { text-decoration: none; }

.tweet-drawer-button {
	width: 28px;
	height: 28px;
	display: block;
	border-radius: 50%;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -16px;
	text-indent: -99999px;
	color: rgba(0,0,0,0);
	background: #fff;
	z-index: 1337;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}


.tweet-drawer-button:after {
	content: "";
	width: 28px;
	height: 28px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	left: -1px;
	text-indent: -99999px;
	opacity: 0.7;
	color: rgba(0,0,0,0);
}			

.credit {
	margin-top: 25px;
	width: 100%;
	padding-top: 10px;
	border-top: 2px solid rgba(255,255,255,.1);
	border-top: 1px solid #fff\9;
}

.credit a {
	font-weight: 700;
}

::selection {
	color: #fff;
}



	/* PX-Viewer -- Custom Photoset Viewer */

	.px-viewer-controls-prev, .px-viewer-controls-next {
		position:absolute;
		bottom: 0px;
		top: 0px;
		height: auto;
		width:50px;
		background:url('http://static.tumblr.com/8flho2v/j6jm19fz7/controls_bg.png') repeat-y;
		z-index:1337;
		opacity: 0;
	}

	.px-viewer-controls-prev { left: 0px; }

	.px-viewer-controls-next { right: 0px; }

	.px-viewer-controls-prev div.px-prev, .px-viewer-controls-next div.px-next {
		display:block;
		height:auto;
		width:50px;
		top: 0px;
		bottom: 0px;
		position:absolute;
		background:url('http://static.tumblr.com/8flho2v/V4Tm19hsz/photoviewer-controls.png') no-repeat;
		border:none !important;
		text-indent:-9999999px;
		z-index:1338;
		cursor:pointer;
	}

	.px-viewer-controls-prev div.px-prev {
		left: 0px;
		background-position: -4px 50% !important;
	}

	.px-viewer-controls-next div.px-next {
		right: 0px;
		background-position: -122px 50% !important;
	}

	.photoset-caption {
		margin-top:26px;
	}

	.px-slideshow {
		background:#fff;
		position:relative;
		overflow:hidden;
		height:500px;
		width:500px;
	}

	.px-slideshow a {
		width:500px;
		height:500px;
		text-align:center;
		display:block;
		position:absolute;
		opacity:0;
		z-index:-1337;
	}

	.px-slideshow a.live {
		z-index:1337;
	}

	.px-slideshow a img {
		width:500px;
		height: auto;
		margin: 0 auto;
	}

	.px-loading {
		width:500px;
		height:500px;
		background:url('http://static.tumblr.com/8flho2v/wYRm1b5lr/loading.gif') 50% 50% no-repeat;
	}