
/* Post Body */

.post_page .post_content h2, .archive_page .post_content h3, .main_page .post_content h3
{margin: 1em 0em 0.5em 0em;
 font-size: 16px;
 font-weight: bold;
 text-transform: uppercase;
 color: #113344;}
.plus .post_page .post_content h2, .plus .archive_page .post_content h3, .plus .main_page .post_content h3
{color: #811;}

.post_content p
{margin: 0px 0px;
 text-indent: 2em;
 line-height: 1.6em;
 color: black;}
.post_content p:first-child, .post_content p.start
{margin-top: 1em;
 text-indent: 0em;}


.post_content p.image
{margin: 10px 0px;}

.post_content ul
{margin: 1em 0em 1em 1.5em;
 padding: 0px;}

.post_content li
{margin: 0px;
 padding: 0px;
 list-style-type: square;
 color: #C96;}
.post_content li p
{text-indent: 0em;}

.post_content blockquote
{margin: 10px;
 padding: 10px;
 background: #E8F4FF;
 line-height: 1.6em;}
.plus .post_content blockquote
{background: #FFE8E8;}

.post_content p.block_image       {margin: 1em 0em; text-align: center; text-indent: 0px;}
.post_content p.block_image_right {float: right; margin: 1em 0em 0.5em 0.5em; text-indent: 0px;}
.post_content p.block_image_left  {float: left; margin: 1em 0.5em 0.5em 0em; text-indent: 0px;}

.post_content .dialogue dt
{float: left;
 clear: left;
 line-height: 1.6em;
 padding-top: 10px;
 padding-right: 0.5em;
 font-weight: bold;}

.post_content .dialogue dd
{margin: 0px;
 line-height: 1.6em;
 padding-left: 5em;
 padding-top: 10px;}

.post_content .verse
{margin: 1.5em 3em;}

.post_content .verse p
{margin: 1em 0em;
 text-indent: 0px;}

.post_content .gallery
{padding: 10px 0px;}

.post_content .gallery .images a
{display: block;
 float: left;
 padding: 0px 5px 5px 0px;}

.post_content .gallery .captions
{clear: left;
 padding-top: 8px;
 font-size: 0.92em;
 line-height: 1.3;
 text-indent: 0px;
 color: #666;}

.post_content a.internal_link, a.wikipedia_link
{padding-left: 16px;
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: left center;}

.post_content a.internal_link  {background-image: url(/images/link_internal.gif);}
.post_content a.wikipedia_link {background-image: url(/images/link_wikipedia.gif);}

