* { 
	padding:0;
	margin:0;
}

/* -- HTML Tags -- */
body {
	font-family:Georgia, serif;
	font-size: 14px;
	text-align:center;
	line-height:1.6em;
	color:#333;
}

#blogpage {
	padding-top:50px;
}

img { border:0; }
img[align=right] { margin: 7px 0px 7px 15px; }
img[align=left] { margin: 7px 15px 7px 0px; }
a { color:#9f0e0e; }
a:hover { text-decoration:none; }

h2 { 
	font-weight:normal; 
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif; 
	margin-bottom:5px;
	color:#2b427e; 
	font-size:24px;	
}
h3 { height:46px; text-indent: -5000px; }

blockquote {
	margin-left:50px;
}

/*---- sIFR Header styling ---*/
.sIFR-active h2 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 24px;
}

.sIFR-active #submenu h3 {
	visibility: hidden;
	font-family: Georgia;
	line-height: 19px;
	font-size:19px;
	padding-bottom:5px;
}

/* -- Main Column -- */
#content_container { 
	width:830px; 
	margin:0 auto; 
	text-align:left; 
}

.blog_post { float:left; }

#blogpage .blog_content p { line-height:1.9em; margin-bottom:18px; }
.blog_title { float:left; border-bottom:2px solid #bdcedb; padding-bottom:5px; margin-bottom:13px; }
.blog_title h4 { color:#335096; margin:0; font-size:18px; float:left; }
.blog_title p { float:right; margin:0; margin-right:5px; line-height:1.6em; }
.blog_title p.date {margin-bottom:0px !important}

.blog_footer { text-align:center; padding-bottom:65px;color:#2e6399; font-size:11px; }



