
html{
	color:#000;
	background:#FFF;
}
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,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
ol,
ul {
	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;
	*font-size:100%; 
}
legend {
	color:#000;
}
#yui3-css-stamp.cssreset { display: none; }
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; 
	*font:x-small; 
}
 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
#yui3-css-stamp.cssfonts { display: none; }
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;
	direction: ltr;
	box-shadow: none;
	padding: 0;
}
	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;
		text-align: left;
		word-wrap: break-word;
	}
	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;
		border-width: 0 0 1px;
		font-weight: bold;
	}
	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }
	
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		cursor: pointer;
		outline: medium none;
		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}
		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } 
		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}
		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}
			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;
				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;
				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}
.qtip-focus{}
.qtip-hover{}
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;
	background-color: #FFFFA3;
	color: #555;
}
	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}
	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}
	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}
	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}
	.qtip-dark .qtip-icon{
		border-color: #444;
	}
	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}
	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}
	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}
	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}
	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}
	.qtip-red .qtip-icon{
		border-color: #D95252;
	}
	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}
	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}
	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}
	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}
	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}
.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	color: white;
	border-width: 0;
	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}
	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}
	.qtip-youtube .qtip-icon{
		border-color: #222;
	}
	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);
	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}
	
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}
	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}
	.qtip-jtools .qtip-icon{
		border-color: #555;
	}
	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}
	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}
	
	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);
	color: white;
	border: 0 solid transparent;
	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}
	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}
	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}
	
	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}
	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}
.qtip-tipped{
	border: 3px solid #959FA9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #F9F9F9;
	color: #454545;
	font-weight: normal;
	font-family: serif;
}
	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;
		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}
	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}
		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}
.qtip-bootstrap{
	
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
	.qtip-bootstrap .qtip-titlebar{
		
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
		.qtip-bootstrap .qtip-titlebar .qtip-close{
			
			right: 11px;
			top: 45%;
			border-style: none;
		}
	.qtip-bootstrap .qtip-content{
		
		padding: 9px 14px;
	}
	.qtip-bootstrap .qtip-icon{
		
		background: transparent;
	}
		.qtip-bootstrap .qtip-icon .ui-icon{
			
			width: auto;
			height: auto;
			
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}
		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}
.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
	
}
	
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}
	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;
		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }
	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}
	
	#qtip-overlay.blurs{ cursor: pointer; }
	
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;
		background-color: black;
		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}
.qtipmodal-ie6fix{
	position: absolute !important;
}
@font-face {
  font-family: 'icomoon';
  src: url("//static.tumblr.com/ffsuflv/Udomh55na/icomoon.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("//static.tumblr.com/ffsuflv/Udomh55na/icomoon.eot");
  src: url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url("//static.tumblr.com/ffsuflv/wkLmh55ny/icomoon.ttf") format("truetype"), url("//static.tumblr.com/ffsuflv/WW8mh55of/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  height: 100%;
  width: 100%;
}
html {
  *overflow: auto;
}
body {
  min-width: 1160px;
}
iframe {
  display: block;
}
#main {
  min-height: 100%;
  position: relative;
  width: 100%;
}
#main a {
  outline: none;
  text-decoration: none;
}
#main em {
  font-style: italic;
}
#main embed, #main iframe, #main img, #main object {
  max-width: 100%;
}
#main embed, #main object {
  display: block;
}
#main iframe {
  border: 0;
}
#main input, #main select, #main textarea {
  outline: none;
}
#main strong {
  font-weight: bold;
}
#main textarea {
  overflow: hidden;
  resize: none;
}
#main .clear {
  *zoom: 1;
}
#main .clear:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
#main .list .link {
  display: block;
}
#main .listh {
  *zoom: 1;
}
#main .listh:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
#main .listh .item {
  float: left;
  *zoom: 1;
}
#main .listi {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#main .blogsloaded {
  padding: 0 !important;
}
#main .blogsloaded .blogsmore {
  display: none !important;
}
#main .blogsloading .blogsmore {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#main .featureloaded {
  display: block !important;
}
#main .query {
  height: 35px;
  line-height: 35px;
  position: relative;
  width: 190px;
}
#main .seek {
  height: 24px;
  left: 10px;
  margin: -12px 0 0;
  position: absolute;
  top: 50%;
  width: 170px;
}
#main .seek .input {
  background: none;
  border: 0;
  display: block;
  height: 18px;
  left: 5px;
  line-height: 18px;
  margin: -9px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
}
#main .seek .submit {
  display: none;
}
#main .seek .text {
  text-transform: uppercase;
  width: 160px;
}
#main .photos {
  margin: 0 0 0 -2px;
}
#main .photos .photo {
  float: left;
  height: 80px;
  margin: 2px 0;
  padding: 0 2px;
  width: 80px;
}
#main .photos .photo img {
  display: block;
}
#main .posts .chat .body {
  font-size: 106.666%;
}
#main .posts .chat .label {
  font-weight: bold;
  padding: 0 5px 0 0;
}
#main .posts .chat .line {
  margin: 5px 0;
}
#main .posts .photo .media a {
  display: block;
}
#main .posts .photo .media img {
  display: block;
  margin: 0 auto;
}
#main .posts .video .media {
  overflow: hidden;
  padding: 56.6% 0 0;
  position: relative;
}
#main .posts .video .media embed, #main .posts .video .media iframe, #main .posts .video .media object {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
}
#main .posts .video .media > a, #main .posts .video .media > div {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
}
#main .posts .video .media .fmvps-wrapper, #main .posts .video .media .tumblr_video_container {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
}
#main .posts .video .media > a, #main .posts .video .media > div, #main .posts .video .media > embed, #main .posts .video .media > iframe, #main .posts .video .media > object {
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
}
#main .posts .video .media .fmvps-wrapper, #main .posts .video .media .tumblr_video_container {
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
}
#header {
  left: 0;
  min-width: 1160px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20000;
}
#header .patch {
  border-bottom: 1px solid transparent;
  min-height: 35px;
}
#primenu {
  display: none;
  height: 35px;
  text-align: center;
}
#primenu .nav {
  min-width: 974px;
  text-align: left;
}
#primenu .item {
  line-height: 35px;
}
#primenu .link {
  padding: 0 10px;
}
#content {
  margin: 0 auto;
  padding: 50px 0 25px;
  width: 974px;
}
#sidebar {
  float: left;
  font-size: 93.3333%;
  width: 250px;
}
#sidebar .block {
  margin: 50px 0;
  width: 100%;
}
#sidebar .heading {
  height: 30px;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
#sidebar #flickr, #sidebar #following, #sidebar #group, #sidebar #instagram {
  text-align: center;
}
#sidebar #timeline .tweet {
  margin: 10px 0 20px;
  overflow: hidden;
  padding: 24px 0 0;
  position: relative;
}
#sidebar #timeline .text {
  line-height: 1.4;
  margin: 10px 0;
  padding: 0 7px;
}
#sidebar #timeline .meta {
  border: 1px solid transparent;
  border-right: 0;
  border-left: 0;
  font-size: 85.7143%;
  left: 0;
  line-height: 22px;
  padding: 0 5px;
  position: absolute;
  text-align: right;
  top: 0;
  width: 240px;
}
#custom {
  line-height: 1.35;
}
#custom .body {
  padding: 10px 15px;
}
#description {
  font-size: 107.1428%;
  font-style: italic;
  line-height: 1.4;
  padding: 5px 0;
}
#description .body {
  margin: 0 auto;
  padding: 5px 10px;
  width: 220px;
}
#portrait .link {
  display: block;
}
#portrait .avitar {
  display: block;
  margin: 0 auto;
  padding: 7px;
}
#featured {
  display: none;
}
#featured .posts, #featured .post, #featured .view, #featured .media {
  width: 100%;
}
#featured .post {
  margin: 10px 0 20px;
  padding: 24px 0 0;
  position: relative;
  z-index: 2;
}
#featured .view {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#featured .body, #featured .title {
  margin: 10px 0;
  padding: 0 7px;
  position: relative;
  z-index: 1;
}
#featured .body li {
  margin: 5px 0;
}
#featured .title {
  font-size: 142.8571%;
}
#featured .meta {
  border: 1px solid transparent;
  border-right: 0;
  border-left: 0;
  font-size: 85.7143%;
  left: 0;
  position: absolute;
  top: 0;
  width: 250px;
  z-index: 2;
}
#featured .meta .link {
  display: block;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  text-align: right;
}
#featured .meta .name, #featured .meta .type {
  display: none;
}
#featured .audio {
  z-index: 1;
}
#featured .audio .body {
  padding: 0 10px;
}
#featured .audio .media .player {
  height: 26px;
  margin: 10px auto;
  overflow: hidden;
  width: 230px;
}
#featured .audio .media .player embed {
  height: 30px !important;
  margin: -2px 0 0;
  width: 230px !important;
}
#featured .audio .cover .media .art {
  margin: 10px auto;
  width: 230px;
}
#featured .audio .cover .media img {
  display: block;
  margin: 0 auto;
}
#featured .audio .spotify .media iframe {
  height: 80px !important;
  width: 250px !important;
}
#featured .audio .spotify .media .player {
  height: 80px;
  margin: 0;
  width: 250px;
}
#featured .audio .spotify .media .art {
  display: none;
}
#featured .audio .soundcloud .media .player {
  height: auto;
}
#featured .audio .soundcloud .art {
  display: none;
}
#featured .audio .divider {
  padding: 0 3px;
}
#featured .audio .id3 {
  margin: 10px 0;
}
#featured .chat .line {
  padding: 5px 10px;
}
#featured .quote .body {
  font-size: 114.2857%;
  font-style: italic;
}
#featured .explore .meta {
  font-size: 78.5714%;
}
#featured .explore .meta .name {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
#featured .tracktag {
  display: none;
}
.featuredposts #featured {
  display: block;
}
.taggedposts #featured {
  display: block;
  padding: 0 0 32px;
  position: relative;
}
.taggedposts #featured .tracktag {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}
.taggedposts #featured .tracktag .link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 32px;
  text-transform: lowercase;
}
#flickr {
  display: none;
}
#flickr .photo img {
  margin: 0 0 0 -20px;
  max-width: none;
  width: 120px;
}
#flickr .photo .link {
  height: 80px;
  overflow: hidden;
  width: 80px;
}
#following {
  display: none;
  padding: 0 0 2em;
  position: relative;
}
#following .blogsmore {
  bottom: 0;
  cursor: pointer;
  left: 0;
  line-height: 2em;
  position: absolute;
  text-align: center;
  width: 100%;
}
#following .blogs {
  margin: 0 0 0 -2px;
}
#following .blog {
  float: left;
  height: 40px;
  margin: 1px 0;
  padding: 0 0 0 2px;
  width: 40px;
  *zoom: 1;
}
#following .blog .asset {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  height: 40px;
  width: 40px;
}
#group .members {
  margin: 0 0 0 -2px;
}
#group .member {
  height: 80px;
  margin: 2px 0;
  padding: 0 2px;
  width: 80px;
}
#group .member img {
  display: block;
  height: 72px;
  padding: 4px;
  width: 72px;
}
#instagram {
  display: none;
}
#likes .like_post {
  margin: 10px 0 20px;
  overflow: hidden;
  padding: 0 7px;
  position: relative;
  width: 236px;
  z-index: 1;
}
#likes .like_post blockquote, #likes .like_post p, #likes .like_post ul, #likes .like_post .like_caption, #likes .like_post .inline_image, #likes .like_post .like_title {
  margin: 10px 0;
}
#likes .like_chat_post .like_chat, #likes .like_link_post .like_link {
  margin: 10px 0;
}
#likes .like_quote_post .like_quote, #likes .like_quote_post .like_source {
  margin: 10px 0;
}
#likes .like_post img {
  display: block;
  margin: 10px auto;
}
#likes .like_post p {
  line-height: 1.3;
}
#likes .like_post .inline_image {
  cursor: default;
}
#likes .like_post .like_caption, #likes .like_post .like_post_body, #likes .like_post .like_title {
  position: relative;
  z-index: 2;
}
#likes .like_chat_post .like_chat {
  position: relative;
  z-index: 2;
}
#likes .like_post .like_post_body {
  margin: 10px auto !important;
}
#likes .like_post .like_title {
  font-size: 142.8571%;
}
#likes .like_post .post_info_bottom,
#likes .like_post .post_info_top {
  font-size: 85.7143%;
  line-height: 22px;
  margin: 0 0 0 -7px;
  padding: 0 5px;
  text-align: right;
  text-transform: lowercase;
  width: 240px;
}
#likes .like_post .post_info_top {
  border: 1px solid transparent;
  border-right: 0;
  border-left: 0;
  display: block !important;
  position: relative;
  z-index: 3;
}
#likes .like_audio_post .like_audio {
  margin: 0 0 0 -7px;
  width: 250px;
}
#likes .like_audio_post .like_audio embed {
  height: 26px !important;
  width: 230px !important;
}
#likes .like_audio_post .like_audio iframe {
  height: 80px !important;
  width: 250px !important;
}
#likes .like_audio_post .like_audio .album_art_container {
  display: none;
}
#likes .like_audio_post .like_audio .audio_controls {
  margin: 10px auto;
  width: 230px;
}
#likes .like_audio_post .like_audio .play_pause_container {
  height: 26px;
  line-height: 26px;
}
#likes .like_audio_post .like_audio .has_art .album_art_container {
  display: block;
}
#likes .like_audio_post .like_audio .has_art .album_art {
  margin: 0;
}
#likes .like_audio_post .like_post_body {
  width: 230px;
}
#likes .like_chat_post .like_line {
  margin: 5px 0;
}
#likes .like_link_post .like_link {
  font-size: 142.8571%;
}
#likes .like_note_post .like_note {
  margin: 10px 0;
}
#likes .like_photo_post .like_below_photo {
  display: none;
}
#likes .like_photo_post .photo_link {
  display: block;
  margin: 0 0 0 -7px;
  width: 250px;
}
#likes .like_photo_post .photo_link img {
  margin: 0;
}
#likes .like_quote_post .like_quote {
  font-size: 114.2857%;
  font-style: italic;
  line-height: 1.3;
}
#likes .like_video_post .like_video {
  margin: 0 0 0 -7px;
  width: 250px;
}
#likes .like_video_post .like_video_thumbnail {
  margin: 0;
}
#timeline {
  display: none;
}
#follow {
  text-align: center;
}
#follow iframe {
  margin: 0 auto;
}
#social {
  overflow: hidden;
  text-align: center;
}
#social .list {
  margin: 0 0 0 -2px;
  padding: 0 0 5px;
}
#social .item {
  height: 24px;
  padding: 5px 2px 0;
  width: 24px;
}
#social .link {
  display: block;
  height: 24px;
  margin: 0 auto;
  position: relative;
  width: 24px;
}
#social .asset {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(//static.tumblr.com/ffsuflv/hrSmbbjj1/social.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 16px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
#social .exfm .asset {
  background-position: 0 0;
}
#social .facebook .asset {
  background-position: -16px 0;
}
#social .flickr .asset {
  background-position: -32px 0;
}
#social .foursquare .asset {
  background-position: -48px 0;
}
#social .googleplus .asset {
  background-position: -64px 0;
}
#social .lastfm .asset {
  background-position: -80px 0;
}
#social .linkedin .asset {
  background-position: -96px 0;
}
#social .pinterest .asset {
  background-position: -112px 0;
}
#social .rdio .asset {
  background-position: -128px 0;
}
#social .soundcloud .asset {
  background-position: -144px 0;
}
#social .spotify .asset {
  background-position: -160px 0;
}
#social .twitter .asset {
  background-position: -176px 0;
}
#social .vimeo .asset {
  background-position: -192px 0;
}
#social .youtube .asset {
  background-position: -208px 0;
}
#social .email .asset {
  background-position: -224px 0;
}
#social .dribble .asset {
  background-position: -240px 0;
}
#social .github .asset {
  background-position: -256px 0;
}
#social .instagram .asset {
  background-position: -272px 0;
}
#social .aboutme .asset {
  background-position: -288px 0;
}
#social .website .asset {
  background-position: -304px 0;
}
#social .bullpen .asset {
  background-position: -320px 0;
}
#social .blogger .asset {
  background-position: -336px 0;
}
#social .picasa .asset {
  background-position: -352px 0;
}
#social .deviantart .asset {
  background-position: -368px 0;
}
#social .amazon .asset {
  background-position: -384px 0;
}
#social .delicious .asset {
  background-position: -400px 0;
}
#social .skype .asset {
  background-position: -416px 0;
}
#social .stumbleupon .asset {
  background-position: -432px 0;
}
#social .wordpress .asset {
  background-position: -448px 0;
}
#social .forrst .asset {
  background-position: -464px 0;
}
#title {
  font-style: italic;
}
#title .link, #title .logo {
  display: block;
}
#title .text {
  display: block;
  text-align: center;
}
#title .logo {
  margin: 0 auto;
}
#thread {
  float: right;
  width: 700px;
}
.notice #alert {
  font-size: 160%;
  margin: 50px 0 0;
}
.notice #alert .message {
  padding: 10px 20px;
}
#posts {
  width: 100%;
}
#posts .post, #posts .view {
  width: 100%;
}
#posts .post {
  margin: 50px 0;
  position: relative;
  z-index: 2;
}
#posts .tape {
  display: none;
}
#posts .view {
  overflow: hidden;
}
#posts .body {
  margin: 20px auto;
}
#posts .body blockquote, #posts .body embed, #posts .body h2, #posts .body iframe, #posts .body object, #posts .body p, #posts .body ul {
  margin: 20px auto;
}
#posts .title {
  margin: 20px auto;
}
#posts .body {
  line-height: 1.5;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
#posts .body blockquote {
  border-left: 3px solid transparent;
  font-size: 93.3333%;
  margin: 0 15px;
  padding: 0 15px;
}
#posts .body blockquote blockquote {
  font-size: 100%;
}
#posts .body h2 {
  font-size: 153.333%;
}
#posts .title {
  font-size: 153.333%;
}
#posts .body img {
  display: block;
  margin: 5px 10px;
}
#posts .body li {
  margin: 2px 0;
}
#posts .body ol, #posts .body ul {
  padding: 0 0 0 30px;
}
#posts .body ol {
  list-style-type: decimal;
}
#posts .body ul {
  list-style-type: disc;
}
#posts .title {
  padding: 0 25px;
}
#posts .meta {
  border-top: 1px solid transparent;
  font-size: 80%;
  margin: 0 auto;
  text-transform: lowercase;
  width: 650px;
}
#posts .meta .item {
  height: 1.6em;
  line-height: 1.6em;
  min-height: 22px;
  position: relative;
}
#posts .meta .link {
  margin: -0.5em 0 0 0;
  line-height: 1em;
  position: relative;
  top: 50%;
}
#posts .meta .bits {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  margin: 20px 0 20px -15px;
  text-align: right;
}
#posts .meta .bits .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
  *word-spacing: normal;
  float: none;
  margin: 0 0 0 15px;
}
#posts .meta .bits .author,
#posts .meta .bits .comments,
#posts .meta .bits .date,
#posts .meta .bits .notes,
#posts .meta .bits .source {
  display: block;
  float: left;
}
#posts .meta .bits .action {
  margin: 0 0 0 10px;
  min-width: 22px;
}
#posts .meta .bits .button {
  width: 1.6em;
}
#posts .meta .bits .button .like_button {
  height: 100%;
  width: 100%;
}
#posts .meta .bits .button .like_button iframe,
#posts .meta .bits .button .reblog_button {
  left: 50%;
  line-height: 20px;
  margin: -10px 0 0 -10px;
  position: absolute;
  top: 50%;
}
#posts .meta .bits .share {
  color: #ffffff;
  cursor: pointer;
}
#posts .meta .bits .share .link {
  color: #ffffff;
  padding: 0 7px;
}
#posts .meta .bits .share .btns {
  display: none;
}
#posts .meta .tags {
  margin: 14px 0 20px;
}
#posts .meta .tag {
  margin: 6px 6px 0 0;
}
#posts .meta .tag .link {
  padding: 0 5px;
}
#posts .answer .name {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 35px;
  position: relative;
}
#posts .answer .portrait {
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
#posts .answer .title .topic {
  margin: 20px auto;
  padding: 10px 15px;
  width: 600px;
}
#posts .answer .meta .bits .like, #posts .answer .meta .bits .repost {
  display: none;
}
#posts .audio .media {
  margin: 30px auto;
  position: relative;
  width: 640px;
  z-index: 1;
}
#posts .audio .basic .player {
  padding: 30px;
}
#posts .audio .basic .player span {
  display: block;
}
#posts .audio .basic .player .id3 {
  display: inline;
  font-size: 120%;
}
#posts .audio .basic .artist {
  font-weight: bold;
}
#posts .audio .basic .audio_player {
  height: 27px;
  overflow: hidden;
  padding: 5px 0 0;
  width: 207px;
}
#posts .audio .cover .media {
  *zoom: 1;
  height: 125px;
}
#posts .audio .cover .media:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
#posts .audio .cover .art {
  float: left;
  height: 125px;
  width: 125px;
}
#posts .audio .cover .detail {
  float: right;
  min-height: 125px;
  width: 485px;
}
#posts .audio .exfm .exfm_inline_button {
  background-color: #e4e4e4 !important;
  color: #838c8c;
  display: block !important;
  height: 27px !important;
  line-height: 27px;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 207px !important;
}
#posts .audio .exfm .exfm_inline_button:hover {
  background-color: #e4e4e4 !important;
  box-shadow: none !important;
}
#posts .audio .exfm .exfm_inline_button_controls, #posts .audio .exfm .exfm_inline_button_heart, #posts .audio .exfm .exfm_inline_button_share {
  margin: -8px 0 0;
  top: 50% !important;
}
#posts .chat .line {
  padding: 10px 15px;
}
#posts .chat .title {
  font-size: 160%;
}
#posts .link .title, #posts .quote .title {
  font-size: 160%;
}
#posts .photo .media, #posts .video .media {
  margin: 7px auto 0;
  width: 686px;
}
#posts .photo .media .fullwidth {
  width: 100%;
}
#posts .photo .meta {
  margin: -1px auto 0;
}
#posts .video .meta {
  margin: -1px auto 0;
}
#posts .quote .body {
  padding: 0 40px;
}
#posts .quote .title {
  font-style: italic;
}
#posts .video {
  *z-index: 1;
}
#posts .sticky .tape {
  display: block;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: -17px;
  top: -18px;
  z-index: 9999;
}
#posts .sticky .tape .patch {
  padding: 0 15px;
  position: relative;
}
#footer {
  bottom: 0;
  min-height: 25px;
  left: 0;
  position: absolute;
  width: 100%;
}
#credits {
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
#extras {
  display: none;
  font-size: 93.3333%;
  letter-spacing: -0.31em;
  text-align: center;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
}
#extras .block {
  display: none;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
  *word-spacing: normal;
}
#secmenu .nav {
  min-width: 974px;
}
#secmenu .item {
  line-height: 55px;
  padding: 0 15px;
}
#secmenu .query {
  height: 55px;
  padding: 0;
  width: 205px;
}
#secmenu .seek {
  height: 30px;
  left: 15px;
  margin: -15px 0 0;
  width: 175px;
}
#secmenu .seek .input {
  height: 24px;
  left: 5px;
  line-height: 24px;
  margin: -12px 0 0;
}
#secmenu .seek .text {
  width: 165px;
}
.notice #posts .post {
  margin: 30px auto 50px;
}
.permalink #posts .view {
  margin: 0 0 40px;
}
.permalink #posts .dialogue .heading {
  line-height: 2em;
  padding: 0 20px;
  text-transform: uppercase;
}
.permalink #disqus_thread {
  margin: 20px 0;
  padding: 0 25px;
}
.permalink #notes .notes {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  font-size: 86.6667%;
  margin: 15px 0;
  padding: 0 25px;
}
.permalink #notes .note {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
  *word-spacing: normal;
  margin: 5px 0;
  padding: 0 0 0 26px;
  position: relative;
  width: 299px;
}
.permalink #notes .avatar_frame {
  display: block;
  height: 16px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 16px;
}
.permalink #notes .avatar {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}
.permalink #notes .clear {
  display: none;
}
.permalink #notes .more_notes_link_container {
  clear: both;
  float: none;
  padding: 15px 0 0;
  width: 100%;
}
.scrollpage #content {
  padding: 50px 0 70px;
}
.scrollpage #footer {
  min-height: 70px;
}
.scrollpage #paging {
  height: 45px;
}
.scrolling #paging {
  background: url(//static.tumblr.com/41ljbbi/WOwm7dyt2/loader.gif) no-repeat center top;
}
.search #alert .none, .search #alert .single, .search #alert .results-0 .some, .search #alert .results-1 .plural {
  display: none;
}
.search #alert .results-0 .none, .search #alert .results-1 .single {
  display: inline;
}
.staticpage #content {
  padding-bottom: 85px;
}
.staticpage #footer {
  min-height: 85px;
}
.staticpage #paging {
  height: 60px;
  text-align: center;
}
.staticpage #paging .link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 25px;
  margin: 0 10px;
  min-width: 60px;
  padding: 0 15px;
}
.is_lightbox #header {
  display: none;
}
#tumblr_controls {
  position: fixed !important;
  top: 40px !important;
  z-index: 200001 !important;
}
.borderradius #posts .meta .bits .action,
.borderradius #posts .meta .bits .like_button,
.borderradius #posts .meta .tags .tag,
.borderradius .staticpage #paging .link {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.borderradius #social .link {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.boxshadow #header .patch {
  border: 0;
}
.csstransitions #main a, .csstransitions #main li {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.generatedcontent #posts .audio .exfm .exfm_inline_button:after {
  content: 'exfm';
  display: block;
  font-size: 10px;
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
}
.generatedcontent #posts .sticky .tape {
  right: -19px;
}
.generatedcontent #posts .sticky .tape:before {
  border: solid 18px transparent;
  bottom: 0;
  content: ' ';
  height: 0;
  left: -36px;
  position: absolute;
  width: 0;
}
.generatedcontent #posts .sticky .tape:after {
  border-color: transparent;
  border-style: solid;
  border-width: 5px 10px;
  bottom: -10px;
  content: ' ';
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.generatedcontent #posts .sticky .tape .patch {
  padding: 0 15px 0 0;
}
.generatedcontent #primenu .nav {
  overflow: hidden;
}
.generatedcontent #primenu .item {
  margin: 0 0 0 -10px;
  padding: 0 10px;
  position: relative;
}
.generatedcontent #primenu .item:before {
  content: '::';
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.generatedcontent #primenu .item:last-child:before {
  content: '';
}
.generatedcontent #primenu .query {
  padding: 0;
  width: 200px;
}
.generatedcontent #primenu .seek {
  left: 20px;
}
.fontface.generatedcontent [data-icon]:before {
  content: attr(data-icon);
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.fontface.generatedcontent #main .seek .submit {
  cursor: pointer;
  display: block;
  font-family: 'icomoon';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  speak: none;
  text-align: center;
  width: 25px;
  -webkit-font-smoothing: antialiased;
}
.fontface.generatedcontent #main .seek .text {
  left: 25px;
  width: 140px;
}
.fontface.generatedcontent #posts .meta .bits .item {
  padding: 0 0 0 1.5em;
}
.fontface.generatedcontent #posts .meta .bits .item:before {
  display: block;
  margin: -0.5em 0 0 0;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 50%;
}
.fontface.generatedcontent #posts .meta .bits .action {
  padding: 0;
}
.fontface.generatedcontent #posts .meta .bits .share {
  width: 1.6em;
}
.fontface.generatedcontent #posts .meta .bits .share:before {
  font-size: 20px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin: -10px 0 0 -10px;
  text-align: center;
  top: 50%;
  width: 20px;
}
.fontface.generatedcontent #posts .meta .bits .share .link {
  display: none;
}
.fontface.generatedcontent #secmenu .seek .submit {
  font-size: 100%;
  left: 0;
}
.fontface.generatedcontent #secmenu .seek .text {
  left: 25px;
  width: 145px;
}
.fontface.generatedcontent .staticpage #paging .link {
  position: relative;
}
.fontface.generatedcontent .staticpage #paging .link:before {
  display: block;
  position: absolute;
  top: 0;
}
.fontface.generatedcontent .staticpage #paging .next {
  padding: 0 30px 0 15px;
}
.fontface.generatedcontent .staticpage #paging .next:before {
  right: 10px;
}
.fontface.generatedcontent .staticpage #paging .previous {
  padding: 0 15px 0 30px;
}
.fontface.generatedcontent .staticpage #paging .previous:before {
  left: 10px;
}
.sharingloaded .btns .item {
  margin: 5px 0;
}
.showmenu #primenu,
.showtitleinheader #primenu,
.featuresinfooter #extras,
.showmenu #extras {
  display: block;
}
.aboutinfooter #about,
.photosinfooter #photos,
.showmenu #secmenu,
.twitterinfooter #twitter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.featuresinfooter #extras .block {
  max-width: 250px;
  padding: 0px 20px;
}
.featuresinfooter #extras .heading {
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
}
.featuresinfooter #secmenu {
  margin: 20px 0;
}
.featuresinfooter #secmenu .nav {
  min-width: 0;
}
.featuresinfooter #secmenu .item {
  float: none;
  line-height: 30px;
  padding: 0 5px;
  text-transform: uppercase;
}
.featuresinfooter #secmenu .native {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-style: italic;
  text-transform: none;
  vertical-align: top;
}
.featuresinfooter #secmenu .query {
  padding: 0;
  width: 185px;
}
.featuresinfooter #secmenu .seek {
  left: 5px;
}
.aboutinfooter #about,
.photosinfooter #photos,
.flickrinfooter #flickr,
.blogsifollowinfooter #following,
.groupfeaturesinfooter #group,
.instagraminfooter #instagram,
.socialiconsinfooter #social {
  margin: 10px 0;
}
.blogsifollowinfooter #following {
  padding: 0 0 1.5em;
}
.blogsifollowinfooter #following .blogsmore {
  line-height: 1.5em;
  text-align: right;
  width: 250px;
}
.twitterinfooter #twitter {
  margin: 20px 0;
}
.twitterinfooter #timeline .tweets {
  margin: -20px 0 0;
}
.twitterinfooter #timeline .tweet {
  border: 1px solid transparent;
  margin: 20px 0;
  padding: 7px 10px;
}
.twitterinfooter #timeline .text {
  padding: 0 0 10px;
}
.twitterinfooter #timeline .meta {
  font-size: 85.7142%;
  text-align: right;
}
.showtitleinheader #primenu .listh {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-align: right;
}
.showtitleinheader #primenu .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
  *word-spacing: normal;
  float: none;
}
.showtitleinheader #primenu .asset .link:hover {
  background: none !important;
}
.showtitleinheader #primenu .title {
  float: left;
  font-size: 120%;
}
.showtitleinheader #primenu .title .logo {
  margin: -3px 0 0;
  max-height: 35px;
  vertical-align: middle;
}
.showtitleinheader #secmenu .nav {
  min-width: 0;
}
.showtitleinheader.generatedcontent #primenu .item {
  margin: 0 -10px 0 0;
}
.showtitleinheader.generatedcontent #primenu .item:before {
  left: auto;
  right: 0;
}
.showtitleinheader.generatedcontent #primenu .title {
  margin: 0;
  padding: 0;
}
.showtitleinheader.generatedcontent #primenu .title:before {
  display: none;
}
.userightsidebarlayout #sidebar {
  float: right;
}
.userightsidebarlayout #thread {
  float: left;
}
.userightsidebarlayout #posts .sticky .tape {
  left: -17px;
  right: auto;
}
.userightsidebarlayout.generatedcontent #posts .sticky .tape {
  left: -19px;
}
.userightsidebarlayout.generatedcontent #posts .sticky .tape:before {
  left: auto;
  right: -36px;
}
.userightsidebarlayout.generatedcontent #posts .sticky .tape:after {
  left: 0;
  right: auto;
}
.userightsidebarlayout.generatedcontent #posts .sticky .tape .patch {
  padding: 0 0 0 15px;
}
.v2 #main a {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: normal;
}
.v2 #main img {
  vertical-align: bottom;
}
.v2 #main .seek .input.text {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: normal;
}
.v2 #primenu .nav {
  min-width: 1014px;
}
.v2 #primenu .title .link {
  padding: 0;
}
.v2 #content {
  width: 1014px;
}
.v2 #posts .title,
.v2 #posts .body h2 {
  font-weight: bold;
  font-size: 100%;
}
.v2 #posts .title a,
.v2 #posts .body h2 a {
  font-size: 100%;
  letter-spacing: 0.2em;
}
.v2 #posts .body blockquote {
  font-size: 87.5%;
}
.v2 #posts .body blockquote blockquote {
  font-size: 100%;
}
.v2 #posts .meta {
  font-size: 68.75%;
}
.v2 #posts .meta a {
  font-size: 100%;
}
.v2 #posts .answer .title .name {
  height: auto;
  line-height: 24px;
}
.v2 #posts .answer .title .topic {
  font-size: 100%;
  line-height: 1.5;
  margin: 30px auto;
  padding: 0;
  text-align: center;
  width: 525px;
}
.v2 #posts .audio .basic .player {
  padding: 0;
}
.v2 #posts .audio .basic .player .id3 {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 87.5%;
}
.v2 #posts .chat .body {
  font-size: 100%;
}
.v2 #posts .chat .line {
  padding: 0;
}
.v2 #posts .quote .title {
  font-style: normal;
  line-height: 1.5;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  width: 525px;
}
.v2 #posts .quote .body {
  padding: 0 25px;
}
.v2 #posts .sticky .tape {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: normal;
  font-size: 100%;
}
.v2 #footer {
  min-height: 40px;
}
.v2 #extras {
  font-size: 100%;
}
.v2 #credits {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
}
.v2 #credits a {
  font-size: 100%;
}
.v2 #sidebar {
  font-size: 100%;
}
.v2 #sidebar .heading {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 87.5%;
  height: auto;
  line-height: normal;
  margin: 0 0 20px;
  padding: 0;
}
.v2 #sidebar #timeline .tweet {
  padding: 0;
}
.v2 #sidebar #timeline .text {
  margin: 0;
  padding: 10px;
}
.v2 #sidebar #timeline .meta {
  font-size: 100%;
  border: 0;
  position: static;
}
.v2 #title {
  font-style: normal;
}
.v2 #title a {
  font-size: 100%;
}
.v2 #portrait .avitar {
  padding: 0;
}
.v2 #description {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  text-align: center;
}
.v2 #description a {
  font-size: 100%;
}
.v2 #description .body {
  padding: 0;
}
.v2 #featured .post {
  font-size: 87.5%;
  padding: 0;
}
.v2 #featured .title,
.v2 #featured .body {
  padding: 0 10px;
}
.v2 #featured .title {
  font-size: 100%;
  font-weight: bold;
}
.v2 #featured .title a {
  font-size: 100%;
  letter-spacing: 0.2em;
}
.v2 #featured .meta {
  font-size: 100%;
  border: 0;
  position: relative;
}
.v2 #featured .audio .id3 {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.v2 #featured .chat .line {
  padding: 0;
}
.v2 #featured .quote .title {
  text-align: center;
}
.v2 #featured .quote .body {
  font-size: 100%;
  font-style: normal;
}
.v2 #featured .explore .meta .name {
  bottom: 0;
  top: auto;
}
.v2 #likes .like_post {
  font-size: 87.5%;
  padding: 0 10px;
  width: 230px;
}
.v2 #likes .like_post .like_title {
  font-size: 100%;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.v2 #likes .like_post .post_info_top {
  display: none !important;
}
.v2 #likes .like_post .post_info_bottom {
  font-size: 100%;
  display: block !important;
  margin: 0 0 0 -10px;
}
.v2 #likes .like_audio_post .like_audio {
  margin: 0 0 0 -10px;
}
.v2 #likes .like_audio_post .id3_tags {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.v2 #likes .like_audio_post .id3_tags .album_name {
  font-style: italic;
  font-weight: normal;
}
.v2 #likes .like_photo_post .photo_link {
  margin: 0 0 0 -10px;
}
.v2 #likes .like_video_post .like_video {
  margin: 0 0 0 -10px;
}
.v2 #timeline .tweet {
  font-size: 87.5%;
}
.v2 .notice #alert {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 112.5%;
  font-weight: normal;
}
.v2 .notice #alert .message {
  padding: 0;
}
.v2 .permalink #posts .dialogue .heading {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 87.5%;
  line-height: normal;
  margin: 20px 0 0;
}
.v2 .permalink #notes .notes {
  font-size: 87.5%;
}
.v2 .staticpage #content {
  padding-bottom: 100px;
}
.v2 .staticpage #footer {
  min-height: 100px;
}
.v2.featuresinfooter #extras .heading {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: normal;
}
.v2.showtitleinheader #primenu .title {
  font-size: 100%;
}
.v2.taggedposts #featured .tracktag {
  text-align: center;
}
.v2.taggedposts #featured .tracktag a {
  text-transform: uppercase;
}
.v2.twitterinfooter #timeline .tweet {
  border: 0;
}
.v2.twitterinfooter #timeline .meta {
  font-size: 100%;
}
.v2.borderradius #social a {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.v2.generatedcontent #primenu .item:before {
  content: '|';
  text-align: center;
  width: 10px;
}
.v2.generatedcontent #primenu .item:last-child :before {
  content: '';
}
.v2.generatedcontent #primenu .item:last-child .link {
  padding-right: 0;
}
.v2.generatedcontent.fontface #secmenu .input.submit {
  font-size: 86.6667%;
}
.v2.generatedcontent.fontface .staticpage #paging .previous {
  padding: 0 10px 0 40px;
  text-align: right;
}
.v2.generatedcontent.fontface .staticpage #paging .next {
  padding: 0 40px 0 10px;
  text-align: left;
}
#posts .bubuti-act {
  margin: 0 25px;
  width: 250px;
  padding-bottom: 25px;
  display: none;
}
#posts .bubuti-act.bubuti {
  display: block;
}
