/** =.post
---------------------------------------------- */
.post {
	white-space:normal;
	word-wrap:break-word;
	line-break:normal;
}


#single-post {
	color: #ffffff;
	margin-bottom: 50px;
}

#single-post h2 {
	color: #8dc4e1;
	padding-left: 0px;
	padding-right: 0px;
}

#single-post h2 a, a:link, a:visited {
	color: #8dc4e1;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
}

#single-post h2 a:hover {
	color: #aed9f0;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	border-bottom: 1px dashed #aed9f0;
}

.smallgray {
	color: #cccccc;
	font-size: small;
}

.post .alignright {
	float:right;
}

.post .aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.post .alignleft {
	float:left;
}

.post .alignnone {
}

.post .wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.post .wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}

.post .wp-caption-dd {
	padding:0 4px 5px;
	margin:0;
}

.post .wp-caption-text {
}

.post img.attachment-post-thumbnail,
.post img.wp-post-image {
}

.post img.size-full {
}

.post img.size-large {
}

.post img.size-medium {
}

.post img.size-thumbnail {
}

.post a[rel="attachment"] {
}

abbr {
	border-bottom:1px dashed #cccccc;
	cursor:help;
}

acronym {
	border-bottom:1px dotted #cccccc;
	cursor:help;
}

.post img {
	border:0;
}

.post del {
	color:#ff0000;
	text-decoration:line-through;
}

.post cite {
	border-bottom:1px dashed #0000ff;
}

.post ins {
	border-bottom:1px solid #008000;
	text-decoration: none;
	color:#008000;
}

.post ul {
	list-style:inside;
}

.post ol {
	list-style:decimal outside;
}

.post sup {
	vertical-align:super;
	font-size:90%;
}

.post sub {
	vertical-align:sub;
	font-size:90%;
}

.post dfn {
	font-style:italic;
	font-weight:bold;
}

/* END =.post */