	.newpost { height: 40px; }
	
	.post {
		background: rgba(178,212,255,0.07);
		width: 100%;
		color: rgba(220,220,220,1);
		border-radius: 10px;
		}
		
	.post b {
		color: white;
	}
	
	.postcontent {
		padding: 32px;
	}
	
	.post h3 {
		font-size: 18px;
		padding: 0 0 15px;
		{block:IfForceUppercase}text-transform: uppercase;{/block:IfForceUppercase}
		}

        .post h1, .post h2 {
			color: white;
                padding:0 0 15px;
                }

        .post h1 {font-size:22px}
        .post h2 {font-size:20px}
	
	.post p {
                line-height: 1.5em;
                padding: 0 0 15px;
                text-align:left;
                }
	
	.postcontent p:last-child {
		padding: 0;
	}
	
	.postcontent>p {
    font-size: 0;
}

	a.tumblr_blog:before {
    font-size: 10pt;
    content: "by ";
    color: lightslategrey;
}

a.tumblr_blog {
    font-size: 10pt;
    top: -9px;
    left: 10px;
    position: relative;
}


a.tumblr_blog {
    font-size: 10pt;
    top: -9px;
    left: 10px;
    position: relative;
}
	
	.post img { max-width: 100%; }
	
	.post ol {
		list-style: decimal;
		margin: 0 0 15px;
		}
	
	.post ol li { padding: 3px 0; }

	.post ul { list-style: disc; margin: 0 0 15px; }
	
	.post ul li { padding: 3px 0; }
	
	.post blockquote {
		margin: 0 0 20px;
		}
	
	.postmeta {
		background: rgba(178,212,255,.05);
		color: white;
		min-height: 25px;
		overflow: hidden;
		}
	
	.postmeta a { }
	
	.postmeta p { padding: 10px 0; }
	
	.postmeta .posttime,
	.postmeta .reblogged {
		float: left;
		padding-left: 32px;
		}
	
	.postmeta .tags {
		clear: left;
		float: left;
		margin: -10px 0 0;
		padding-left: 32px;
		}
	
	.postmeta .tags > a:after
{
  content: ', ';
}
.postmeta .tags > a:last-child:after
{
  content: '';
}
	
	.postmeta .notes {
		float: right;
		padding-right: 32px;
		}

	.postmeta .disqus-count {
		float: right;
		padding-right: 32px;
		}
	
	.postmeta .hiddentime { display: none !important; }
	
	/***** Post - Photo *****/
	.post-photo img {
		border: 0 solid #ddd;
		margin: 0 10px 10px;
		max-width: 500px;
		}

	.post-photo { text-align:center }
	
	.html_photoset { margin: 0 auto; text-align: center; }
	
	/***** Post - Quote *****/
	.post-quote .quote {
		background: url(http://static.tumblr.com/2wjmz5y/g5Wlap9ew/simplethings-quote.png) no-repeat top left;
		font-size: 18px;
		margin: 0 10px;
		padding-left: 45px;
		}
	
	.post-quote .source { font-style: italic; }
	
	/***** Post - Chat *****/
	.post-chat h3 { margin-bottom: 0; }
	
	ul.chat { margin: 0 10px 10px; }
	
	ul.chat li { list-style:none; padding-bottom: 10px; }
	
	ul.chat li span {
		color: #777;
		font-size: 11px;
		padding-right: 15px;
		text-transform: uppercase;
		}
	
	/***** Post - Audio *****/
	.album-art {
		float: left;
		margin: 0 10px 15px 10px;
		}
	
	.audio_player { margin: 0 0 10px 10px; }

	/***** Post - Video *****/
	.video-container { margin: 0 10px 20px; text-align: center; }
	
	/***** Post - Answer *****/
	.question-top {
		background: #2d3d4b url(http://static.tumblr.com/2wjmz5y/uwNlav1w0/simplethings-question-top-blue.png) no-repeat top left;
		height: 6px;
		margin: 0 10px;
		padding: 0;
		width: 460px;
		}
	
	.question {
		background: #2d3d4b url(http://static.tumblr.com/2wjmz5y/KWnlav1va/simplethings-question-bg-blue.png) repeat-y top left;
		margin: 0 10px;
		width: 460px;
		}
	
	.question p {
		color: #fff;
		font-size: 14px;
		padding: 15px 10px;
		}
	
	.question-bottom {
		background: url(http://static.tumblr.com/2wjmz5y/axllav1vo/simplethings-question-bottom-blue.png) no-repeat top left;
		clear: both;
		margin: 0 10px;
		width: 460px
		}
	
	.question-bottom .asker-info { padding: 16px 0; }
	
	.asker-avatar {
		float: left;
		margin: 0 10px 15px 9px;
		}
	
	.asker-info .asker {
		float: left;
		font-weight: bold;
		margin-top: 5px;
		}
	
	.answer {
		border-top: 1px solid #ddd;
		clear: both;
		margin: 0 10px;
		padding: 15px 0 0;
		}
	
	.answer p { padding: 0 0 15px; }
	
	#pagination .postcontent > *:not(:first-child):before {
    content: "• ";
	color: #555;
	}