* {		
	
	margin: 0px;
	padding: 0px;
	
	}

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

#wrap {			
    
    background: url('http://static.tumblr.com/x0ukhl9/y1clq2aa8/background-gradient.png') left top repeat-x;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    
    }
    
#wrap .symbols, #wrap img {			
    
    position: absolute;
    
    }
    
#wrap .symbols {			
    
    color: rgba(255, 255, 255, 0.15);
    font-size: 512px;
    line-height: 415px;
    font-weight: 800;
    z-index: 5;
    text-shadow: none;
    width: 1070px;
    text-align: right;
    
    }
    
#bar {			
    
    height: 10px;
    width: 1000px;
    background: #000;
    position: absolute;
    z-index: 500;
    
    }

#content {			
    
    width: 780px;
    position: relative;
    padding-top: 10px;
    
    }
	
body {

	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
	font: 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
	}
	
body.serif { 
	
	font-family: Georgia, "Times New Roman", Times, serif; 
	
	}

body.serif p a, 
body.serif ul a, 
body.serif ol a { 

	font-style: italic; 
	
	}
	
a {		
	
	color: #FFF;
	text-decoration: none;
    
    }
	
a:hover {		
	
	text-decoration: none;
	border: none;
    color: #ddd;
    
    }
	
p a {		
	
	border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
	
	}
	
p img {		
	
	margin-bottom: 18px;
	
	}

.serif h1, .serif h2, .serif h3 {
	font-weight: 800;
} 
	
h1, h2, h3 {
	
	font-style: italic;
	font-weight: 800;
	line-height: 36px;
	
	}
	
.capitalize-headers h1, 
.capitalize-headers h2, 
.capitalize-headers h3 { 
	
	text-transform: uppercase; 
	
	}
	
.thin-headers h1,
.thin-headers h2,
.thin-headers h3 {			
    
    font-weight: 200;
    
    }
	
h2 {			
    
    font-size: 26px;
    
    }
	
h2, h3 {		
	
	margin-bottom: 10px;
	
	}
	
p, ul, ol, blockquote {		
	
	margin-bottom: 10px;
	line-height: 22px;
	
	}
	
#posts .post .sub {
	
	padding: 20px;
    padding-bottom: 10px;
	
	}
	
p img {			
    
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    
    }
	
ul, ol {		
	
	margin-left: 36px;
	
	}
	
blockquote {		
	
	border-left: 3px solid #d6d6d6;
	padding-left: 15px;
	margin-left: 18px;
	
	}
	
a img {		
	
	border: none;
	
	}
	
#body {		

	/* If metainfo on side */
	/*width: 640px;*/
	width: 700px;
	padding: 20px;
	position: relative;
	z-index: 50;
	
	}

#sidebar-border {		
	
	border: 0px solid #e0e0e0;
	height: 100%;
	position: fixed;
	
	}
	
#sidebar {		
	
	border: 0px solid #e0e0e0;
	width: 260px;
	position: fixed;
	padding: 20px;
	left: 720px;
	position: absolute;
	z-index: 60;
	
	}
	
#sidebar.stick { 

	position: fixed; 
	
	}
	
#sidebar p, #tweets {		
	
	font-size: 12px;
	
	}

#sidebar h1 { 
 
	color: #000;
	display: block;
	font-weight: 800;
	font-size: 30px;
	font-style: normal; 
	line-height: 30px;
	position: relative;
	text-shadow: none;
	z-index: 100;
	width: auto;

	}

#sidebar h1.capitalize {			
    
    text-transform: uppercase;
    
    }

#sidebar h1, #sidebar .portrait  {		
	
	text-transform: none;
	margin-bottom: 18px;
	
	}

#sidebar .portrait {			

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);

    }

#sidebar img {		
	
	margin-bottom: 18px;
	
	}

#sidebar .description {
	
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    
    }

#sidebar form.search {
	
	background: #FFF url('http://static.tumblr.com/x0ukhl9/81Mlq2afb/search.png') right top no-repeat;
	
	-moz-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);

	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	height: 24px;
	margin-bottom: 18px;
	display: inline-block;
	width: auto;
	
	}

#sidebar form.search:hover {		
	
	background-position: right bottom;
	
	}

#sidebar form input[type="text"] {		

	background: none;
	border: none;
	padding: 3px 5px;
	margin: 1px 0px 0px 5px;
	height: 16px;
	width: 128px;
	vertical-align: top;
	-webkit-transition: width 0.2s ease-out;

	}
	
#sidebar form input[type="text"]:focus {			
    
    outline: none;
    width: 225px;
    
    }
	
#sidebar form .search {
	
	cursor: pointer;
	height: 24px;
	display: inline-block;	
	width: 20px;
	color: #3c3c3c;
	
	}

#stick {		
	
	width: 260px;
	padding-top: 9px;
	
	}

#stick.sticky {		

	height: 100%;
	padding-right: 20px;
	
	}

#navigation {		
	
	margin-left: 0px;
	width: 260px;
	
	}
	
#navigation li {	

	line-height: 35px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	list-style-type: none;

	}
	
#navigation li a {
	
	display: block;
	padding: 0px 6px;
	
	}
		
#navigation li .past, #navigation li .future {		
	
	display: inline-block;
	
	}
	
#navigation li .past:hover, #navigation li .future:hover {
	
	background: none;
	
	}
	
.lower-navigation {
	
	text-align: center;

	}
	
.lower-navigation .pages {
	
	display: inline-block;
	margin: 0px 16px;
	font-size: 36px;

	}
	
#twitter.single h2 {	
	
	margin-bottom: 9px;
	
	}
	
#tweets a {
	
	display: block;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 8px;
	margin-top: 9px;
	
	}
	
#twitter.single #tweets a {
	
	border-top: 1px solid #e0e0e0;
	border-bottom: none;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 18px;
	margin-top: 0px;
	
	}

#posts, #posts .post { width: 700px; }
		
#posts .post {
	
	margin-bottom: 18px;
	position: relative;
	
	}

#posts .post.index {		
	
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.15);
	
	}

#posts .post .date {	
	
	background: #000;
	color: #FFF;
	display: inline-block;
	font-style: italic;
	left: -20px;
	padding: 4px 15px;
	position: absolute;
	top: 20px;
	text-shadow: none;
	
	}
	
#posts .post .content h2 {			
    
    max-width: 570px;
    
    }
	
#posts .post .date.text,	
#posts .post .date.link,
#posts .post .date.chat,
#posts .post .date.audio {			
    
    top: 24px;
    right: 0px;
    left: auto;
    
    }
    
#posts .post .date.text { 
	
	-webkit-transition: opacity 0.2s ease-in;
	opacity: 0; 
	
	}
	
#posts .post:hover .date.text { opacity: 1; }
    
#posts .post .date.text.title {			
    
    top: 6px;
    display: block;
    opacity: 1;
    
    }

#posts .post .date.quote {			
    
    top: 0px;
    
    }
	
#posts .post .content {		
	
	/*border-bottom: 1px solid #E8E8E8;*/
	width: 700px;
	margin-right: 20px;
	/*margin-bottom: 17px;*/
	
	}
	
/*#posts .post .content p > :last-child {		
	
	margin-bottom: 0px;
	
	}*/
	
#posts .post .content li {
	
	margin-bottom: 0px;
	
	}
	
#posts .post .content img {		
	
	max-width: 100%;
	
	}

#posts .post .body { 

	background: none;
	margin-bottom: 15px;
	
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	
	}
    
#posts .post .body .inner {			
    
    background: rgba(255, 255, 255, 0.15);
    
    }
    
/* Meta info on side */	
/*#posts .post .content, #posts .post .meta-info {		
	
	float: left;
	
	}*/

#posts .post .meta-info {
	
	font-size: 12px;
	width: 700px; 
	line-height: 18px;
	padding-left: 15px;
	text-shadow: 0px 1px rgba(255, 255, 255, 0.2);
	
	}
	
#posts .post .meta-info a { 
	
	color: #000;
	display: inline-block; 
	margin-right: 15px; 
	font-size: 16px;
	font-weight: bold;
	
	}

#posts .post .meta-info .icon {		
	
	background: url('http://static.tumblr.com/x0ukhl9/N1Wlq2agb/icons.png') no-repeat;
	display: inline-block;
	height: 19px;
	width: 18px;
	margin-right: 10px;
	vertical-align: text-bottom;
	
	}
		
#posts .post .meta-info .reblog .icon { background-position: -40px 0px; width: 26px; }
#posts .post .meta-info .perm .icon { background-position: -80px 0px;  width: 27px; }

#posts .post .meta-info .tags {		
	
	border-top: 1px solid #d6d6d6;
	padding-top: 0px; 
	margin-top: 0px; 
	border-top: none; 
	display: inline-block;
	
	}
		
#posts .post .meta-info .tag {		
	
	display: inline-block;
	
	}

#posts .post .content .photo,
#posts .post .content .video {			
    
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	background: #000;
	line-height: 0px;
	text-align: center;
    
    }

.html_photoset img {
	
	display: block;
	margin: 0px auto;
	float: none;
	
	}
	
.html_photoset p {
	
	line-height: 0px;
	margin: 0px;
	
	}

#posts .post .content.video object, 
#posts .post .content.video embed,
#posts .post .content.video iframe {			
    
    width: 700px !important;
    height: 390px !important;
    
    }
 
#posts .post .content.audio {
	
	margin-bottom: 15px;
	line-height: 0px;
	background: none;
	display: inline-block;
	vertical-align: top;
	
	}

#posts .post .content.audio .album_art {
	
	margin-right: 10px;
	margin-bottom: 18px;
	
	}
	
#posts .post .content.audio .audio_player {
	
	height: 36px;
	
	}

#posts .post .content.audio .plays {		
	
	line-height: 18px;
	
	}
	
	
#posts .post .content.link h2 {			
    
    margin-bottom: 0px;
    
    }
	
#posts .post .content a.link {			
    
    text-decoration: underline;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 10px;
    
    }
    
#posts .post .content a.link:hover {			
    
    text-decoration: none;
    
    }

#posts .post .content.quote {			
    
    padding-top: 40px;
    padding-right: 20px;
    width: 680px;
    
    }

#posts .post span.quote,	
#posts .post span.source {
	
	display: block;
	
	}

#posts .post span.quote p, 
#posts .post .content a.link {		
	
	font-style: italic;
	font-size: 26px;
	line-height: 36px;
	
	}
	
#posts .post span.source {
	
	margin-left: 20px;
	
	}
	
#posts .post .chat ul {		
	
	margin: 0px;
	
	}

#posts .post .chat ul li {		

	background: rgba(255, 255, 255, 0.2);
	padding: 9px 10px;
	list-style-type: none;

	}
	
#posts .post .chat ul li .label, 	
#posts .post .chat ul li p {
	
	float: left;
	line-height: 18px;
	
	}
	
#posts .post .chat ul li .label {		
	
	width: 80px;
	font-weight: 800;
	display: block;
	margin-right: 10px;
	
	}
	
#posts .post .chat ul li p {		
	
	margin-bottom: 0px;
	
	}
	
#posts .post .chat ul li.even {		

	background: none;

	}

#posts .notes {
	
	margin-left: 0px;
	list-style-type: none;
	font-size: 12px;
	
	}

#posts .notes li {
	
	line-height: 22px;
	display: block;
	background-color: rgba(255, 255, 255, 0.1);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 6px 0px;
	padding-left: 6px;
	
	}
	
#posts .notes li:nth-child(odd) {
	
	background-color: rgba(255, 255, 255, 0.2);

	}
	
#posts .notes li.like {	
	
	background-image: url('http://static.tumblr.com/x0ukhl9/elolq2ahw/heart.png');
	
	}
	
#posts .notes li.reblog {		
	
	background-image: url('http://static.tumblr.com/x0ukhl9/9r6lq2ai6/reblog.png');
	
	}
	
#posts .notes li.reply {		
	
	background-image: url('http://static.tumblr.com/x0ukhl9/pgmlq2aih/reply.png');
	
	}
	
#posts .notes li img.avatar {
	
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	
	}
	
#posts .notes li a {
	
	font-style: normal;
	
	}
	
#posts .notes li blockquote {
	
	margin-left: 25px;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	max-width: 610px;
	
	}