/*----- Remove Backgrounds and Borders -----*/
*{
	border: none;
	background: none;
}

/*----- Hide Un-needed Elements -----*/
#header #networks,
#header #social_links,
#header #header_credit,
#header #blog_info h2,
#support,
#pagination,
#comment_form,
#aside,
.actions,
.info .separator,
.flir-replaced{
	display: none;
}

/*----- Display Anchors as Plain Text -----*/
a{
	text-decoration: none;
	color: #000;
}

/*----- Blog Info -----*/
#header #blog_info{
	margin-bottom: 40px;
}
#header #blog_info h1{
	margin-bottom: 0;
}
#header #blog_info p{
	margin-top: 0;
}

/*----- Post -----*/
.info_btm{
	overflow: hidden;
	width: 100%;
}
.info_btm h4{
	float: right;
	margin: 0;
	font-weight: normal;
	font-style: italic;
}
.info_btm h2{
	float: left;
	margin: 0;
}
.content p.posted{
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em;
}

/*----- Comments -----*/
.content .comment p{
	overflow: hidden;
	margin-left: 58px;
}
.content .comment p.gravatar{
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 10px 1em 0;
}
.content .comment p.gravatar img{
	width: 48px;
}
