h2.blogposttitle {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -.5;
	margin-bottom: 10px;
	}
	
h2.blogposttitle a {
	font-weight: bold;
	}

div#sidebar div#search h3 {
padding-bottom:5px;
letter-spacing:0;
margin:0;
padding:0;
text-transform:capitalize;
font-family:"Helvetica Neue",HelveticaNeue,Helvetica,Arial;
font-size:14px;
font-weight:bold;
color: #333;
}

div#search {
margin-bottom: 15px;
border-bottom: 1px solid #DDD;
}

div#main {
	padding-bottom: 30px !important;
	}
	
h2.sidebar-title {
	margin-bottom: 3px !important;
	}
	
#twitter_update_list li {
	border-bottom: 1px solid #DDD;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	}
	
#twitter_update_list li:last-child {
	border-bottom: none;
	}
	
#twitter_update_list li a {
	display: inline !important;
	padding: 0 !important;
	}

.metaList li.tagged a, a#twitter-link {
border:1px solid #DDDDDD;
font-weight:bold;
height:18px;
margin:0 10px 0 0;
padding:2px 6px !important;
}

#search li a {
padding:0 !important;
}

div.content ul#search li {
padding: 0 !important;
margin: 0 !important;
}

div.content ul {
list-style-position:inside;
list-style-type:none !important;
}

#sidebar li a:hover {
	background: none !important;
	}
	
#sidebar {
	font-family:"Helvetica Neue",HelveticaNeue,Helvetica,Arial;
	min-height: 500px;
}

div.content {
	min-height: 0px !important;
	}
	
div#sidebar ol li, div#sidebar ul li {
font-style:normal !important;
}

.entry p b {
font-family:"Helvetica Neue",HelveticaNeue,Helvetica,Arial;
}

ol li, ul li {
line-height:22px;
padding:0;
}

input, textarea, select {
	color:#464646; 
font-family:"Helvetica Neue",HelveticaNeue,Helvetica,Arial;
	}
	
.clear {
	clear:both;
	}
	
code {
	font-family:Monaco, "Lucida Console", "Courier New", monospace;
	}

a {
	color:#464646; text-decoration:none;
	}
	
a:hover,
.metaAudio a:hover span,
#pageNav a:hover span {
	color:#7798A4;
	text-decoration:none;
	}
	
.content a,
.notes li a,
#credit a {
	}
	
.metaNav li a:hover,
.metaAudio a:hover {
	border:0;
	}
	

#title {
	font-size:260%;
	line-height:1.04;
	margin:0;
	padding:27px 0 9px 100px;
	}
	
#title a {
	color:#252525;
	}
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight:normal;
	}
	
.content code {
	padding:2px 3px; 
	margin:0 1px; 
	color:#363636; 
	background:#dcdcdc;
	}
	
div#tagPage, div#searchResults {
	font-family:"Helvetica Neue",HelveticaNeue,Helvetica,Arial;
	font-size: 150%;
	padding-bottom: 10px;
	}

/* Sprites */
li.posted a, li.notes a,
li.tagged, li.comments a, a.download, .plays,
#archive a, #mobile a, #rss a,
#search a, #tumblr a {
	background:url(http://static.tumblr.com/iqfzjqj/uKzkkt8al/icons16.png) 0 0 no-repeat;
	}
	
li.posted a {
	background:transparent url(images/clock.png) left top no-repeat;
	}
	
li.posted a span {
	top: -10px;
	}
	
li.posted a:hover {
	}
	
li.notes a {
	background:transparent url(images/heart.png) left top no-repeat;
	}
	
li.notes a:hover {
	}
	
li.tagged {
	background:transparent url(images/tag.png) left top no-repeat;
	} 
	
.tagged:hover {
	}

a.download {
	background-position:0 -160px;
	}
	
a.download:hover {
	background-position:0 -176px;
	}
	
.plays {
	background-position:0 -192px;
	}
	
li.comments a {
	background-position:0 -416px;
	}
	
li.comments a:hover {
	background-position:0 -432px;
	}

/* Post Styling */
.post {
	position:relative; 
	clear:both; 
	margin:0 0 9px 0; 
	padding:20px 0 0 100px; 
	border-top:1px solid #dcdcdc;
	}
	
.post:first-child {
	border-top: none;
	padding: 0 0 0 100px;
	}
	
.post .icon {
	position:absolute; 
	left:0; 
	display:block; 
	width:40px; 
	height:40px;
	opacity:0.4;
	}
	
#description .icon {
	background-position: 0;
	opacity: 1;
	padding: 0;
	}
	
.post.text .icon {
	background-image: url(images/notepad.png);
	}
	
.post.photo .icon {
	background-image: url(images/photo.png);
	}
	
.post.quote .icon {
	background-image: url(images/chata.png);
	}
	
.post.link .icon {
	background-image: url(images/internet.png);
	}
	
.post.chat .icon {
	background-position:-160px 0;
	}
	
.post.audio .icon {
	background-image: url(images/microphone.png);
	}
	
.post.video .icon {
	background-image: url(images/camera.png);
	}
	
#disqus_thread .icon {
	background-position:-256px 0;
	}
	
.post a.icon:hover {
	opacity:0.7;
	}

/* Text + Content Styling */
	
.content ul li p, .content ol li p {
	margin-bottom:3px;
	}
	
.content ul ul,
.content ol ol,
.content ul ol,
.content ol ul {
	margin-left:2em;
	}
	
.content blockquote {
	margin:9px 0 9px 0; 
	border-left:5px solid #e5e5e5; 
	padding-left:10px;
	}
	
.content blockquote * {
	margin-right:0;
	}
	
p.answer_form_container {
	margin-top:9px;
	}

/* Photo */
.media {
	position:relative; 
	margin-bottom:9px;
	}
	
.media a,
.media a:hover,
.media a *,
.media a:hover * {
	cursor:pointer !important;
	}
	
.media a,
.media img {
	display:block; 
	-webkit-box-shadow:-1px 1px 3px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow:-1px 1px 3px rgba(0, 0, 0, 0.05); 
	box-shadow:-1px 1px 3px rgba(0, 0, 0, 0.05);
	}
	
.media a {
	position:relative;
	}
	
.media .imageOverlay {
	z-index:2; 
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	background:url(http://static.tumblr.com/iqfzjqj/RyDkkt8fn/imageoverlay.png) left top repeat;
	}
	
.media a .destination {
	z-index:1; 
	opacity:0; 
	display:none; 
	position:absolute; 
	top:0; 
	right:0; 
	width:100px; 
	height:100px; 
	background:url(http://static.tumblr.com/iqfzjqj/pRBkkt8d8/iconsmediaexternal.png) left top no-repeat; 
	-webkit-transition: opacity 0.1s ease-in;
	}
	
.media a .zoom {
	background:url(http://static.tumblr.com/iqfzjqj/gbNkkt8dt/iconsmediazoom.png) center center no-repeat;
	}
	
.media a:hover .destination {
	opacity:1; 
	display:block;
	}

/* Quote */
.quotation {
	position:relative; 
	margin:0 0 9px 0; 
	background-image: url(images/background.gif);
	background-repeat: repeat;
	}
	
.quotation blockquote {
	overflow:hidden; 
	position:relative; 
	padding:5px 15px 5px 15px; 
	font-size:160%; 
	font-family:Georgia, "Times New Roman", serif; 
	font-style:italic; 
	line-height:1.41; 
	color:#555;
	}
	
.quotation blockquote .quoteWrapper {
	margin-bottom:9px;
	}
	
.quotation blockquote p {
	margin-bottom:0.5em;
	}
	
.quotation blockquote a {
	color:#111;
	}
	
.quotation blockquote a:hover {
	color:#000; 
	border-bottom:1px solid #c2c2c2;
	}
	
.quotation .source {
	top:9px; 
	left:-13px; 
	display:block; 
	width:13px; 
	height:9px; 
	background-position:0 0;
	}
	
.quotation .content p {
	float: right;
	margin: 0 15px 0 0;
	font-style: italic;
	}
	
.quotation blockquote .left {
	display:block; 
	position:absolute; 
	top:0; 
	left:10px; 
	width:26px; 
	height:21px; 
	background-position:0 -9px; 
	text-indent:-9999px;
	}
	
.quotation blockquote .right {
	z-index:1; 
	display:block; 
	position:absolute; 
	bottom:0; 
	right:10px; 
	width:26px; 
	height:21px; 
	background-position:0 -30px; 
	text-indent:-9999px;
	}
	
.quotation.short blockquote {
	font-size:225%; 
	line-height:1.3;
	}
	
.quotation.long  blockquote {
	padding-top:12px;
	}
	
.quotation.long  blockquote .quoteWrapper {
	margin-bottom:14px;
	}

/* Link */
.link h2 a .arrow {
	padding:0 8px; 
	background:#bfbfbf url(http://static.tumblr.com/iqfzjqj/o4Akkt86m/iconlink.png) left top no-repeat; 
	font-family:Arial; 
	font-size:14px; 
	line-height:1; 
	-moz-border-radius:8px; 
	-webkit-border-radius:8px; 
	border-radius:8px;
	}
	
.link h2 a:hover .arrow {
	cursor:pointer;
	}
	
.link h2 a:hover .string {
	border-bottom:1px solid #dcdcdc;
	}

/* Chat */
.transcript {
	margin:0 0 9px 0;
	}
	
.transcript dt {
	color:#464646; 
	font-size:109.091%; 
	line-height:1.33;
	}
	
.transcript dd {
	padding-left:10px; 
	margin-bottom:6px;
	}

/* Audio */
.audio {
	position:relative;
	}
	
.player {
	margin-bottom:9px; 
	width:207px; 
	min-height:27px; 
	background:#000; 
	color:#fff; text-align:center;
	}
	
.player span {
	line-height:2.7;
	}
	
.player span a {
	font-weight:bold; 
	color:#fff;
	}
	
.player span a:hover {
	border-bottom:1px solid #464646;
	}
	
.metaAudio {
	position:absolute; 
	top:14px; 
	left:320px; 
	height:16px; 
	font-size:100%; 
	line-height:1.6;
	}

/* Video */
.embed {
	margin-bottom:10px;
	}
	
.embed object,
.embed embed {
	width:500px; 
	-webkit-box-shadow:-1px 1px 3px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow:-1px 1px 3px rgba(0, 0, 0, 0.05); 
	box-shadow:-1px 1px 3px rgba(0, 0, 0, 0.05);
	}

/* Meta */
.meta {
	margin:14px 0 0 0; 
	font-size:11.5px;
font-family:"Helvetica Neue",HelveticaNeue,Helvetica,Arial;
font-weight: bold;
	}
	
.metaList {
	display:block;
	}
	
div.content ul.metaList li {
margin-left:0px;
padding-left:0px;
}
	
.metaList li {
	display:block; 
	list-style:none; 
	margin:0 10px 0 0;
	}
	
.metaList li a,
.metaAudio a,
.metaAudio .plays,
#footerNav li a {
	display:block; 
	padding:0 0 0 20px; 
	height:16px; 
	font-size:100%; 
	line-height:1.6;
	}
	
.metaList li.author {
	margin-left:-7px;
	}
	
div.content ul.metaList li.tagged {
	padding-left:20px; 
	white-space:nowrap;
	}
	
.metaList li.author a,
.metaList li.tagged a {
	display:inline; 
	height:auto; 
	margin:0; 
	padding:0; 
	border-bottom:1px solid #dcdcdc
	}
	
.metaList li.tagged a {
	margin-right:5px;
	}
	
.metaAudio a,
.metaAudio .plays {
	float:left; 
	margin-right:10px;
	}
	
.metaAudio a.download {
	color:#464646;
	}

/* Notes */
#notes {
	margin:3px 0 9px 0; 
	padding:8px 100px 9px 0; 
	border-top:1px dotted #dcdcdc;
	font-family:"Helvetica Neue",HelveticaNeue,Helvetica,Arial;
	font-size: 11.5px;
	}
	
ol.notes li {
	margin-bottom:6px; 
	list-style-type:none; 
	min-height:16px;
	padding: 0 !important; 
	}
	
.notes li .avatar {
	padding-right:3px; 
	vertical-align:middle;
	}
	
.notes li blockquote {
	margin:6px 28px 8px 28px; 
	padding:0 0 0 5px; 
	border-left:5px solid #E5E5E5; 
	font-size:90.91%;
	}
	
.notes li blockquote a {
	font-weight:normal; color:#959595;
	}
	
.notes li blockquote a:hover {
	color:#555;
	}

/* Description */
#description {
	margin:0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd; 
	line-height:16px;
	}
	
#description .content {
	margin: 0;
	padding: 0;
	}
	
#description .content .icon {
	display:none;
	margin-top: 20px;
	}
	
#sidebar #description h3 {
padding-bottom:5px;
letter-spacing:0;
text-transform:capitalize;
font-family:"Helvetica Neue",HelveticaNeue,Helvetica,Arial;
font-size:14px;
font-weight:bold;
letter-spacing:1px;
line-height:22px;
margin:10px 0 5px;
padding:0;
color:#333333;
}

/* Pagination */
#pageNav {
	clear:both; 
	border-top:1px solid #dcdcdc;
	}
	
#pageNav a, #pageCount {
	float:left; 
	display:block; 
	padding:8px 0;
	width:100px;
	}
	
#pageNav a {
	color:#c1c1c1;
	}
	
#pageNav a:hover {
	color:#7a7a7a;
	}
	
#pageNav a span {
	color:#464646;
	}
	
#pageNav a:hover span {
	color:#000;
	}
	
#pageCount {
	color:#959595;
	}
	
#pageNav a#following {
	float:right;
	}

	
#sidebar #search {
	cursor:pointer;
	}
	
li#search span {
	visibility: hidden;
	}
		
#searchForm {
	width:240px;
	}
	
#searchForm #searchField {
	width:172px; 
	height:25px; 
	padding:2px 3px 3px 3px; 
	border:1px solid #dcdcdc; 
	font-size:110%;
	}
	
#searchForm #searchSubmit {
float: right;
border:1px solid #DDDDDD;
font-weight:bold;
margin:0;
padding:2px 6px !important;
height: 25px;
color:#688690;
font-weight:bold;
	-webkit-transition: color .3s linear;
	background-color: #fff; 

}

#searchForm #searchSubmit:hover {
	color: 				#3e565e; 
	text-decoration: 	none;
	background-color: #efefef; 
	}
	
ul#likes {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
li.like_post {
/* Should match the width specified in the Likes tag */
	width: 200px;
	padding: 0;
	float: left;
	}

li.like_post img {
	max-width: 100%;
	}

li.like_post blockquote {
	margin: 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #eee;
	}

li.like_post ol,
li.like_post ul {
	margin: 0 0 0 15px;
	padding: 0;
	}

li.like_post .like_link a {
	font-weight: bold;
	}

li.like_post .like_title {
	font-weight: bold;
	}

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


