/* CSS Styles for CBN Blogs */


h1, h2, h3
{
	font-size: 1.3em;
}
#page, #wrapper, #mainContent
{
	height:auto;
}
#footer
{
	clear:both;	
}
#blogTitle
{
    font-size:1.3em;
    line-height:1.5em;
    padding-bottom:10px;
    margin-bottom:20px;
    border-bottom:1px dashed #dfdfdf;
    color:#666;
}
#headermaintitle
{
    font-size:1.6em;
}
#channelBody
{
	font-size:1.2em;
	line-height:1.5em;
	width:400px;
	padding-left:220px;
	position:relative;
	_height:1180px;
	margin-bottom:20px;
	
}
#channelBody .post
{
    border: 1px solid #dfdfdf;
    background-image:url(images/int-bg-fadeDown.gif);
    background-repeat:repeat-x;
    padding:20px;
    margin-bottom:20px;
}
#channelBody .post h5
{
	font-size: 1.3em;	
}
#sidebar
{
	width:300px;
	font-size:1.1em;
	line-height:1.5em;
}
#authorDetails
{
 	position:absolute;
	left:0px;
 	width:200px;
    font-size:.9em;
}
#authorDetails #authorImage
{
    width:200px;
    height:250px;
    margin-bottom:20px;
}
#authorDetails ul
{
    margin-top:0px;
}
.blogItem h1 
{
	font-size: 11pt;
	padding: 2px 0px 2px 0px;
}

.blogItem p
{
	font-size: 10pt;
	color: #666666;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	vertical-align:top;
}

.blogItem h2
{
    margin: 0 0 0.6em 0;
    font-size: 1.1em;
    font-weight: normal;
}

.SecondaryBody h2
{
	font-size: 11pt;
	padding: 3px 0px 6px 0px;
}

.blogDivider
{
	border-top: dotted 1px black;
	margin: 10px 0px 10px 0px;
	clear: both;	
}

/*
.blogItem h2
{
	border: solid 1px red;
}

.bloggerThumbnail 
{
    float: left; 
    width: 75px;
    padding: 7px; 
    border: 1px solid #dcdcdc; 
    background-color: White;
}
.bloggerImage
{
	width: 150px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	background-color: White;
}
.blogItem
{
    width: 100%;
    overflow: hidden;
}

.blogItem .textWide
{
    width: 100%;
}

.blogItem .text
{
    float: left;
    margin-left: 15px;
    width: 260px;
}



.blogItem h2 a
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-style: normal;
}
*/
/* Tag links */

.tags 
{
    overflow: hidden;
}

.tags h2
{
    float: left;
    font-style: normal;
}

.tags ul 
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tags li
{
    font-family: Verdana, Helvetica, Sans-Serif;
    list-style: none;
    list-style-image: none;
    float: left;
    margin-left: 0.5em;
}

/* Tag cloud */

ul.tagCloud
{
    margin: 0;
    padding: 0;
}

ul.tagCloud li 
{   
    display:inline;
    list-style: none;
    list-style-image: none;
    margin: 0 0.4em 0 0;
    vertical-align: baseline;
}

ul.tagCloud h1,
ul.tagCloud h2,
ul.tagCloud h3,
ul.tagCloud h4,
ul.tagCloud h5,
ul.tagCloud h6
{
    display: inline;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, Sans-Serif;
}
ul.tagCloud h1 {
    font-size: 1.6em;
    font-weight: 900;
}
ul.tagCloud h2 {
    font-size: 1.3em;
    font-weight: 700;
}
ul.tagCloud h3 {
    font-size: 1.0em;
    font-weight: 500;
}
ul.tagCloud h4 {
    font-size: 0.9em;
    font-weight: 400;
}
ul.tagCloud h5 {
    font-size: 0.8em;
    font-weight: 200;
}
ul.tagCloud h6 {
    font-size: 0.7em;
    font-weight: 100;
}

/* Date archive */
/*
div.dateTree 
{
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
div.dateTree ul
{
    padding: 0;
    margin: 0;
}

div.dateTree ul ul
{
    margin: 0 0 0 2em;
}

div.dateTree li
{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
*/
/* Comments */


#comments
{
	font-size:.9em;
	color:#333;
}
.comment
{
	padding:10px;
	border:1px solid #efefef;
	margin-bottom:1em;
	line-height:1.5em;
}
.comment p
{
	margin-bottom:1em;	
}
.comment h3
{
	font-size:1.1em;
}
.commentText
{
	margin-top:.25em;
	margin-bottom:.25em;
}
ol.comments 
{
	margin-bottom: 1.5em;
	/*padding-left: 2em;*/
	margin: 0;

}

ol.comments li
{
	margin-bottom: 1.em;
	background-color: #dce7f5;
	list-style: none;
    list-style-image: none;
	padding: 5px; 
}
ol.comments .footer
{
	margin-top: 0.4em;
	text-align: right;
}
ol.comments .footer h2
{
	margin: 0.5em 0;
    margin-top: 0.2em;
    font-size: 1.1em;
    font-style: italic;
    font-weight: normal;
}
ol.comments .footer a
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-style: normal;
}
#ArchiveList ul 
{
	height: 150px;
	overflow: auto;
	border: solid 1px #CCC;
	margin-top: .5em;
	padding: 5px 20px;
}