/*****************************
Document Comments Styles 
*****************************/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{

}
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a{

}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover, #content h6 a:hover{

}
/**** POST STYLES ***************************/
div.post{
	margin:0 0 20px 0;
}
.pagetitle{
	padding:10px 0 2px 10px;
}
.pagetitle a{
	color:#FFFFFF;
}
.postmeta{
	font-size:10pt;
	font-style:italic;
	padding:0 0 0 10px;
	color:#8fadd1;
}
.postauthor{
	color:#FFFFFF;
}
div.entry p{
	margin:0 0 10px 0;
}
div.entry ul{
	margin:0 0 10px 30px;
}
div.entry ol{
	margin:0 0 10px 35px;
	list-style:decimal;
}
div.entry{
	background:#FFFFFF url(images/postbg.jpg) bottom repeat-x;
	color:#252525;
	margin:10px 0 0 0;
	padding:0 0 15px 0;
	position:relative;
	font-size:10pt;
	line-height:1.6;
}
div.posttext{
	padding:15px 23px 15px 15px;
	position:relative;	
}
div.posttext a{
	color:#213752;
	border-bottom:1px dotted #213752;
	padding:0 0 1px 0;
}
.uparrow{
	position:absolute;
	bottom:0px;
	left:75px;
}
div.postfold{
	position:absolute;
	top:0px;
	right:0px;
}

.postmetadata{
	background:#c2c6cb;
	padding:7px 10px 7px 10px;
	font-size:9pt;
	font-style:italic;
	color:#363636;
}
.postmetadata a{
	font-weight:bold;
	color:#213752;
}
.iconcomments{
	display:block;
	float:right;
	background:url(images/commenticon.jpg) right no-repeat;
	padding:0 28px 0 0;
	font-size:11pt;
}
ul.children li.cat-item{
	background:none;
}
.navigation{
	margin:10px 0 10px 0;
	background:url(images/tbg.png);
	padding:5px 10px 5px 10px;
}
/**** SECTION  ***************************/

span.capital{
    float: left;
    font-size: 4.5em;
    line-height: 35px; /* Double the line height minus 1 pixel */
 
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #213752; /* Blue */
    padding:9px 10px 5px 0;

}
