/* CSS Document */

@import "/css/blog.css";


#article {
	background:#fff;
	margin-bottom:10px;
	line-height: 1.7;
	float:left;
	width:596px;
	display:inline;
overflow:visible;
	}
	
#article h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24pt;
	margin-top:.25em;
	margin-bottom:.25em;
	font-weight:lighter;
	line-height:normal;
}
	
div#article-image {
	/*float:left;
	margin-right:15px;
	margin-bottom:15px;*/
	width:100%;
	text-align:center !important;
	display:block;
	}

div.blog-about h5, div.blog-about p, div.blog-about {
        font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8.5pt;
	}
	
.blog-footnotes{
	font-size:.9em;
	color:#777;
	border:none;
	margin-top:40px;
	margin-bottom:5px;
}
/* Quick Article Navigation styling */

#aQuickNav-wrap{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	line-height:1.3;
	margin-bottom:10px;
	display:none;
}

#aQuickNav-wrap td{
	padding:5px;
}
#aQuickNav-next{
	width:230px;
	text-align:right;
	color:#0099cd;
}

#aQuickNav-prev{
	width:230px;
}

#aQuickNav-pub{
	width:150px;
	text-align:center;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#aQuickNav-pub em{
	text-transform:uppercase;
	font-weight:bold;
}
#aQuickNav-pub a{
	color:#000;
}


