/*============================
postText
==============================*/


.postText ul {
	list-style-type: disc;
}
.postText ul li {
	list-style-type: disc;
	padding: 0;
	margin-bottom: 10px;
}

.postText ol {
	list-style-type: decimal;
}
.postText ol li {
	list-style-type: decimal;
	padding: 0;
	margin-bottom: 10px;
}

.postText p.header {font-weight: normal; padding:1px; font-size: 20px; color: #f08000}

.postText blockquote {
	background-color: #E7EDCF;
	border: 1px solid #9BA379;
	color: #4D4D4D;
	padding: 10px 10px 10px 10px;
	margin: 1em 0 1em 0;
}

.postText blockquote.alternate1 {
	background-color: #EDE4CF;
}

.postText blockquote.alternate2 {
	background-color: #E5F3FF;
}

.postText blockquote div {
}

.postText img {
	border: 1px solid #B3B3B3;
	padding: 4px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
}

.postText img.noborder{
	border: none;
	float: none;
	padding: 0px;
	margin: 0px;
	margin-right: 3px;
}

.postText img.left, .postText img.Left {
	float: left;
	margin: 0 10px 10px 0;
	-moz-border-radius: 6px;
	padding: 5px;
	background-color: #fff;
}

.postText img.right, .postText img.Right, .postText img.post-image-large {
	float: right;
	margin: 0 0 10px 10px;
	-moz-border-radius: 6px;
	padding: 5px;
	background-color: #fff;
}

.postText img.center {
	float: none;
	margin: 0 auto 10px auto;
	display: block;
	text-align: center;
	-moz-border-radius: 6px;
	padding: 5px;
	background-color: #fff;
}
