/**********************************************************************/
/* MAKE SURE THAT THE POST'S BODY IS WRAPPED IN THE CLASS "post_body" */
/* You may have to write specific classes for additional UL's and such
 		that might be in the post_body, such as the Categories links and
		Social Media links.																								*/
/**********************************************************************/

/********************************************** TEXT FORMATTING */

.post_body h2
{
	font-size:16px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:0 !important;
}

.post_body h3
{
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:0 !important;
}

.post_body p
{
	font-size:12px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
}

.post_body strong
{
	font-weight:bold;
}

.post_body em
{
	font-style:italic;
}

.post_body a:hover,
.post_body em a:hover
{
	text-decoration:underline;
}

.post_body h2,
.post_body h3,
.post_body p,
.post_body strong,
.post_body em
{
	color:#666666;
}

.post_body a,
.post_body em a
{
	text-decoration:none;
	color:#2165b1;
}

.post_body h2 a,
.post_body a h2,
.post_body h3 a,
.post_body a h3,
.post_body p a,
.post_body a p,
.post_body strong a,
.post_body a strong,
.post_body em a,
.post_body a em,
.post_body a,
.post_body a span,
.post_body span a
{
	color:#2165b1;
}


/********************************************** ALIGNMENT */

.post_body img.alignright
{
	float:right;
}

.post_body img.alignleft
{
	float:left;
}

.post_body img.aligncenter
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
}

/********************************************** OTHER THINGS */

.post_body hr
{
	width:520px;
	float:right;
	color:#CCCCCC; 						/* for IE */
	background-color:#CCCCCC; /* for FF/Opera */
	height:1px;
	border:0;
}

.post_body ol
{
	font-size:12px;
}

.post_body ol li
{
	font-size:12px;
	line-height:15px;
	margin-bottom:3px;
}

.post_body ul
{
	font-size:12px;
}

.post_body ul li
{
	background-image:url(../images/image_tips_bulletpoint.png);
	background-repeat:no-repeat;
	font-size:12px;
	line-height:15px;
	padding-left:20px;
}

.post_body ul br
{
	height:0;
	padding:0;
	margin:0;
}


/********************************************** NEGATION CLASSES */

.post_body ul.li_no_bullet li
{
	background:none;
	padding-left:0;
}


