﻿div.post {
	margin-bottom: 4px;
	background: #fff;
	border: 1px #eaeaea solid;
}

div.date {
	background-color: #D07F30;
	border: 1px #AE9847 solid;
	padding: 0px;
	margin-bottom: 4px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 9pt;
}

div.post_meta {
	color: #999;
	font-size: 8pt;
	text-align: right;
	margin-right: 4px;
	margin-bottom: 4px;
}

div.post_meta a {
	text-decoration: none;
	color: #999;
}

div.post_meta a:hover {
	text-decoration: underline;
}

div.post div.caption {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 4px 0px 4px;
}

/* Regular Post */
div.post div.regular {
	margin: 4px;
}

div.post div.regular p {
	margin-left: 4px;
	margin-right: 4px;
}

div.post div.regular blockquote {
	font-style: italic;
}

/* Quote Post */
div.post div.quote div.quote_text {
	font-weight: bold;
	padding: 25px 10px 12px 50px;
	background: url(../../images/stripes/quote.png) no-repeat;
}

div.post div.quote div.quote_text span.short {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -1px;
}

div.post div.quote div.quote_text span.medium {
	font-size: 25px;
	line-height: 27px;
	letter-spacing: -1px;
}

div.post div.quote div.quote_text span.long {
	font-size: 16px;
	line-height: 20px;
}

div.post div.quote div.source {
	font-weight: bold;
	margin: 5px 0 25px 75px;
}

/* Link Post */
div.post div.link {
	padding: 25px 10px 12px 50px;
	background: url(../../images/stripes/link.png) no-repeat;
}

div.post div.link a.link {
	font-weight: bold;
	font-size: 25px;
	line-height: 27px;
	letter-spacing: -1px;
}

div.post div.link div.description {
	margin-top: 25px;
}

/* Conversation Post */
div.post div.conversation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 1px;
}

div.post div.conversation ul li {
	padding: 4px 10px 4px 8px;
	margin-bottom: 1px;
}

div.post div.conversation ul li span.label {
	font-weight: bold;
}

div.post div.conversation ul li span.user_1 {
	color: #D07E30;
}

div.post div.conversation ul li span.user_2 {
	color: #AE9847;
}

div.post div.conversation ul li span.user_3 {
	color: #CBF4FF;
}

/* Video Post */
div.post div.video {
	width: 400px;
	margin: auto;
}

/* Photo Post */
div.post div.photo {
	width: 400px;
	margin: auto;
	text-align: center;
}

div.post div.photo a img {
	border: 0;
	border: 1px transparent solid;
}

div.post div.photo a:hover img {
	border: 1px solid #d07e30;
}

div.post div.photo div.caption {
  text-align: left;
}