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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: none; }
:focus { outline: 0; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

#tumblr_controls {
	top: 1px;
}

body {
	background: #333;
	padding-top: 24px;
	font-family: 'Helvetica Neue', sans-serif;
	-webkit-font-smoothing: antialiased;
	min-width: 900px;
}
body#permastink {
	background: #fff;
}
body.down, body.popped-up {
	overflow: hidden;
}
@-moz-document url-prefix() {
    body.down, body.popped-up {
        overflow: hidden;
        padding-right: 15px;
    }
}
a {
	text-decoration: none;
	color: #000;
}

#posts li {
	float: left;
	width: 25%;
	height: 320px;
	overflow: hidden;
	position: relative;
}
#posts li a.post {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
#posts li.photo a {
	
}
.text {
	float: left;
	width: 50%;
	height: 300px;
	background-color: #ccc;
}


/* TOP INFO */

#info {
	position: fixed;
	height: 30px;
	width: 100%;
	top: 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.52) 0 0 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.52) 0 0 2px;
	box-shadow: rgba(0, 0, 0, 0.52) 0 0 2px;
	-webkit-transition: height 700ms cubic-bezier(0,0.9,0.3,1);
	   -moz-transition: height 700ms cubic-bezier(0,0.9,0.3,1);
	    -ms-transition: height 700ms cubic-bezier(0,0.9,0.3,1);
	     -o-transition: height 700ms cubic-bezier(0,0.9,0.3,1);
	        transition: height 700ms cubic-bezier(0,0.9,0.3,1);
	z-index: 5;
	overflow: hidden;
}
#top {
	display: block;
	height: 30px;
	width: 100%;
	cursor: pointer;
	top: 0;
	position: fixed;
	-webkit-transform-style: preserve-3d;
}
#top span {
	background: transparent url('http://static.tumblr.com/xz44nnc/1Nnmf5k1c/down.png') no-repeat center center;
	height: 30px;
	width: 13px;
	margin: 0 auto;
	display: block;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-backface-visibility: hidden;
}

#top span.toggle { 
-webkit-transform: rotate( -180deg );
	-ms-transform: rotateX( -180deg );
   -moz-transform: rotateX( -180deg );
     -o-transform: rotateX( -180deg );
        transform: rotate( -180deg );
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
	top: 30px;
}

#wrap #yep {
	display: table;
	width: 100%;
	height: 100%;
}

#yep #info-content {
	display: table-cell;
	vertical-align: middle;
	padding: 0 100px 100px 100px;  
	text-align: center;
}

.no-transitions #yep #info-content {
	position:absolute;
	height: 370px;
	top: 50%; 
	margin-top: -185px; 
	width: 500px;
	left: 50%;
	margin-left: -250px;
	padding: 0;
}

#info-content h1 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 50px;
}
#info-content a {
	text-decoration: underline;
}
#info-content a:hover {
	opacity: .6;
	filter:alpha(opacity=40);
}
#info-content .info-photo {
	margin-bottom: 50px;
}

#nav li {
	display: inline;
	font-weight: 500;
	font-size: 16px;
}
#nav li span {
	padding: 0 11px 0 11px;
	opacity: .3;
	filter:alpha(opacity=30);
	font-size: 14px;
}



/* QUOTE */

#posts li.quote a, #posts li.text a {
	display: table;
	text-align: left;
}
#posts li.quote .the-quote, #posts li.text .the-text {
	display: table-cell;
	vertical-align: middle;
	padding: 28px 28px 60px 28px;
}
#posts li.quote .the-quote {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}
#posts li.text .the-text {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}
#posts li.text h4 {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 15px;
}
#posts li.quote .credit {
	font-size: 18px;
	font-weight: 300;
	display: block;
	padding-top: 15px;
}
.meta {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: right;
	padding: 70px 16px 16px 0;
	font-size: 14px;
	font-weight: 500;
	background: transparent url('http://static.tumblr.com/xz44nnc/fFwmf5k0k/meta-bg.png') repeat-x bottom center;
	width: 100%;
}
.meta .date {
	display: inline-block;
	background: transparent url('http://static.tumblr.com/xz44nnc/4g5mf5k01/clock.png') no-repeat left center;
	padding-left: 19px;
	margin-left: 10px;
	
}
.meta .notes {
	display: inline-block;
	background: transparent url('http://static.tumblr.com/xz44nnc/zl9mhdj0x/heart.png') no-repeat left center;
	padding-left: 20px;
	margin-left: 10px;
}
.meta .permalink {
	background: transparent url('http://static.tumblr.com/xz44nnc/BgWmgsy89/permalink.png') no-repeat left 3px;
	padding-left: 19px;
	margin-left: 10px;
	
}
.meta a {
	color: #fff;
	text-decoration: none;
}
.meta .permalink a:hover {
	text-decoration: underline;
}
.quote .meta, .text .meta {
	background-image: none;
	padding-top: 14px;

}
#posts li.quote a.non-table, #posts li.text a.non-table {
	text-align: right;
	display: block;
	height: auto;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.photo .photoset img {
	display: none;
}
.photo .photoset img:first-child {
	display: block;
}
#infscr-loading {
	padding: 20px 0;
	clear: both;
	color: #666;
}


/* PERMALINK */

.blackout {
	position: fixed;
	z-index: 1338;
	background: rgba(17,17,17,.75);
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
}
.l-box {
	position: fixed;
	z-index: 1339;
	width: 100%;
	height: 100%;
	top: 0;
	overflow-y: scroll;
}

.postpost {
	max-width: 80%;
	min-width: 500px;
	margin: 75px auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:    0px 0px 20px rgba(0, 0, 0, 0.9);
	box-shadow:         0px 0px 20px rgba(0, 0, 0, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.1);
	-moz-background-clip: content;
	-webkit-background-clip: boder-box;
	background-clip: content-box;
	
}
.postpost a {
	text-decoration: underline;
}

.postpost .meta a {
	text-decoration: none;
}
.postpost img {
	width: 100%;
	height: auto;
	display: block;
}
.postpost .post-content {
	font-size: 16px;
	line-height: 25px;
	color: #333;
	padding: 40px;
}
.post-content p {
	padding-bottom: 30px;
}
.post-content p:last-child {
	padding-bottom: 0;
}
.post-content p:only-child {
	padding: 0;
}
.big-photo {
	position: relative;
	overflow: hidden;
}
.convoPerma .post-content p {
	padding-bottom: 15px;
}
.textPost {
	width: 700px;
}
.textPost h1 {
	font-size: 32px;
	line-height: 46px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #000;
}
.textPost h1 a {
	text-decoration: none;
	border-bottom: 2px solid #111;
	color: #000;
}
.textPost h1 a:hover {
	color: #666;
}
.textPost.linkPerma h1 a, .textPost.convoPerma h1 a {
	border: none;
}

.textPost .post-content {
	text-align: left;
}
.textPost .post-content img {
	width: auto;
}
.postpost.textPost .post-content {
	padding: 50px;
}
.textPost .post-content .meta {
	position: relative;
	color: #666;
	text-align: left;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	background: none;
	width: auto;
}
.textPost .post-content .meta span:first-child {
	margin-left: 0;
}

.textPost .post-content .meta .date, .textPost .post-content .meta .date a {
	padding: 0;
	background: none;
	margin: 0 10px 0 0;
	color: #999;
}
.textPost .post-content .meta .date a:hover {
	color: #000;
}

.nopadding {
	padding: 0;
}
.textPost .post-content .meta .permalink a {
	color: #999;
}
.post-content ul, .post-content ol {
	margin-bottom: 25px;
	padding-left: 50px;
} 
.post-content ul li {
	list-style-type: disc;
}
.post-content ol li {
	list-style-type: decimal;
}

.post-content blockquote {
	border-left: 4px solid #dadada;
	margin: 0 0 25px 30px;
	padding-left: 20px;
	color: #666;
}
.post-content blockquote:last-child {
	margin-bottom: 0;
}

.linkPerma .tags ul, .quotePerma .tags ul, .chatPerma .tags ul {
	margin-top: 15px;
}

.tags ul {
	padding: 0;
	margin: 0;
}
.tags ul li {
	list-style-type: none;
	display: inline;
	margin: 0 10px 0 0;
	font-size: 14px;
}
.tags ul li a {
	color: #999;
	text-decoration: none;
}
.tags ul li a:hover {
	color: #000;
}

/* Null States */

.photo {
	background: #333 url('http://static.tumblr.com/xz44nnc/zpkmhbrr7/photo.png') no-repeat center center;
}
.audio {
	background: #333 url('http://static.tumblr.com/xz44nnc/BTOmhbgw6/audio.png') no-repeat center center;
}
.video {
	background: #333 url('http://static.tumblr.com/xz44nnc/k2pmhbrkk/video.png') no-repeat center center;
}

.audio .audioPlayer, .audioPlayerPerma {
	z-index: 2;
	position: absolute;
	top: 45%;
	width: 100%;
	left: 0;
}
.audio .audioPlayer embed, .audioPlayerPerma embed {
	position: relative;
	height: 34px !important;
	width: 70% !important;
	left: 15%;
}
.audioPlayerPerma embed {
	height: 45px !important;
}
.audioPost {
	background: #000;
	width: 500px;
	position: relative;
}
.audioPost .meta {
	width: 484px;
}

.quote .post-content {
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
}

.quote .post-content p, .quote .post-content p a {
	margin: 20px 0;
	opacity: .8;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
}

.textPost .post-content .meta {
	position: relative;
	color: #666;
	text-align: left;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	background: none;
	width: auto;
}
.textPost .postpost img {
	max-width: 100%;
	width: auto;
}

/* Bring it back */

.linkPerma .post-content .meta .date,
.quote .post-content .meta .date,
.convoPerma .post-content .meta .date {
	background: transparent url('http://static.tumblr.com/xz44nnc/4g5mf5k01/clock.png') no-repeat left center;
	padding-left: 19px;
	margin-left: 10px;
	color: #fff;
}
.linkPerma .post-content .meta .permalink,
.quote .post-content .meta .permalink,
.convoPerma .post-content .meta .permalink, {
	display: inline-block;
	background: transparent url('http://static.tumblr.com/xz44nnc/BgWmgsy89/permalink.png') no-repeat left 13px;
	padding-left: 19px;
	margin-left: 10px;
}
.linkPerma .post-content .meta .permalink a,
.quote .post-content .meta .permalink a,
.convoPerma .post-content .meta .permalink a {
	color: #fff;
}
#posts li.photo.video a.the-photo {
	z-index: 2;
	cursor: pointer;
}
.video iframe {
	width: 150%;
	height: 150%;
	position: absolute;
	top: -25%;
	left: -25%;
}
#permastink .videoPerma {
	background: none;
}


/* NOTES */

.theNotes {
	border-top: 1px solid #dadada;
	background: #f3f3f3;
	padding: 25px 50px 50px 50px;
}
.theNotes img {
	width: auto;
	height: auto;
	display: inline-block;
}
.theNotes h4 {
	font-size: 20px;
	margin: 10px 0 25px 0;
	padding-bottom: 15px;
	color: #333;
	text-transform: capitalize;
	border-bottom: 4px solid #dadada;
	display: inline-block;
}
.notes .note {
	margin-bottom: 5px;
	font-size: 13px;
	color: #111;
}

/* CUSTOMIZABLE COLORS */

#info, body.down #top {
	background: #111;
}
#top {
	background: #222;
}
#top:hover {
	background-color: #000;
}

#info-content p, #info-content h1, #info-content a, #nav li  {
	color: #fff;
}

#posts li.quote a, .quote .meta {
	background: rgba(255, 0, 0, 0.85);
	color: #fff;
}
#posts li.text a, .text .meta {
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
}

#posts li.photo a.the-photo { 
background: transparent !important;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out; }
#posts li.photo.animate a.the-photo { 
-webkit-transform: scale( 1.2 );
   -moz-transform: scale( 1.2 );
     -o-transform: scale( 1.2 );
    -ms-transform: scale( 1.2 );
        transform: scale( 1.2 ); }

#posts li.photo a.the-photo img { position:absolute; top: 0; left: 0; }
.popup #info { display:none !important; } 


/* PHYSICAL PERMALINK */

#permastink .l-box {
	z-index: 1;
}
#permastink .meta .permalink {
	display: none;
}
#permastink .postpost {
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow:    0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow:         0px 0px 0px rgba(0, 0, 0, 0);
	border: none;
}

/* NEXT & PREVIOUS ARROWS */

a.nextPost, a.previousPost {
	display: block;
	position: fixed;
	width: 80px;
	height: 100px;
	z-index: 1340;
	opacity: .6;
 	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
a.nextPost {
	left: 0;
	top: 42%;
	background: url('http://static.tumblr.com/xz44nnc/MiSmhhbdr/left.png') no-repeat center center;
}
a.previousPost {
	right: 0;
	top: 42%;
	background: url('http://static.tumblr.com/xz44nnc/Ygzmhhbcf/right.png') no-repeat center center;
}

a.nextPost:hover, a.previousPost:hover {
	opacity: 1;
}
#permastink a.nextPost, #permastink a.previousPost {
	z-index: 3;
}
#permastink .theNotes {
	background: 0;
}


/* LOADER */

#facebookG {
	width: 60px;
	position: relative;
	top: 45%;
	left: 47.6%;
}

.facebook_blockG{
	background-color:#ccc;
	float:left;
	height: 30px;
	margin-left: 10px;
	width: 10px;
	opacity:0.1;
	-moz-animation-name:bounceG;
	-moz-animation-duration:1.4s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-moz-transform:scale(0.7);
	-webkit-animation-name:bounceG;
	-webkit-animation-duration:1.4s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-webkit-transform:scale(0.7);
	-ms-animation-name:bounceG;
	-ms-animation-duration:1.4s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-ms-transform:scale(0.7);
	-o-animation-name:bounceG;
	-o-animation-duration:1.4s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	-o-transform:scale(0.7);
	animation-name:bounceG;
	animation-duration:1.4s;
	animation-iteration-count:infinite;
	animation-direction:linear;
	transform:scale(0.7);
}

#blockG_1{
	-moz-animation-delay:0.41999999999999993s;
	-webkit-animation-delay:0.41999999999999993s;
	-ms-animation-delay:0.41999999999999993s;
	-o-animation-delay:0.41999999999999993s;
	animation-delay:0.41999999999999993s;
}

#blockG_2{
	-moz-animation-delay:0.5599999999999999s;
	-webkit-animation-delay:0.5599999999999999s;
	-ms-animation-delay:0.5599999999999999s;
	-o-animation-delay:0.5599999999999999s;
	animation-delay:0.5599999999999999s;
}

#blockG_3{
	-moz-animation-delay:0.7s;
	-webkit-animation-delay:0.7s;
	-ms-animation-delay:0.7s;
	-o-animation-delay:0.7s;
	animation-delay:0.7s;
}

@-moz-keyframes bounceG{
0%{
	-moz-transform:scale(1.2);
	opacity:1;
}

100%{
-moz-transform:scale(0.7);
opacity:0.1}

}

@-webkit-keyframes bounceG{
0%{
-webkit-transform:scale(1.2);
opacity:1}

100%{
-webkit-transform:scale(0.7);
opacity:0.1}

}

@-ms-keyframes bounceG{
0%{
-ms-transform:scale(1.2);
opacity:1}

100%{
-ms-transform:scale(0.7);
opacity:0.1}

}

@-o-keyframes bounceG{
0%{
-o-transform:scale(1.2);
opacity:1}

100%{
-o-transform:scale(0.7);
opacity:0.1}

}

@keyframes bounceG{
0%{
transform:scale(1.2);
opacity:1}

100%{
transform:scale(0.7);
opacity:0.1}
}