/*
div {
	
	border-style: solid;
	border-width: 1px;
}
*/

body {
	font: 8pt/16pt georgia; 
	color: #0b3279;
}

p { text-indent: 20px; }

img {
	border:hidden;
}

a {
	border:hidden;
	text-decoration:none;
	color: #0b3279;
}

a:visited{
  text-decoration:none;
  color: #0b3279;
}

a:hover{
	text-decoration:underline;
}

.title-class{
	font-family: georgia;
	font-size: 2.3em;
	text-align: center;
	padding-top: 3em;
}

#title-link{
	
}

#container{
	position: relative;
	width: 800px;
	margin: auto; 
}

#header{
	background-image: url(../images/header_200.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 200px;
	margin-bottom: 1em;
}

#sidebar{
	display:block;
	position: relative;
	float: left;
	left: 0px;
	width: 200px;
	/*margin-left: 2em;*/
}

#content{
	background:#eef 0 0 no-repeat;
	padding:1em 2em 2em 2em;
	margin-left: 200px;
}

#footer {
	margin: 1em;
	padding: 1em;
	clear: both;
	text-align: right;
	font-size: 8pt;
}

.post-header{
	height:75px;
	max-height:75px;
}

.post-header-text{

	position:relative;
	height:75px;
}

.post-header-subtext{
	text-indent: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height:100%;
}

.featured-image{
	float:left;
	padding-right: 2em;
	width: 75px;
	height: 75px;
	display: block;
}

.content-title-class {
	margin-top:0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-bottom: 0px;
}

.content-curve-border{
	margin-left: 200px;
}

.content-subtext{
	font-size: 1em;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

.content-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content-caption{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#eef; margin:0 5px;}
.b2f {height:1px; background:#eef; margin:0 3px;}
.b3f {height:1px; background:#eef; margin:0 2px;}
.b4f {height:2px; background:#eef; margin:0 1px;}


