#search_wrap ul#social{
	float:left;
	margin:6px;
}

	#search_wrap ul#social li{
		display:inline-block;
	}

#blog_wrap{
	width:740px;
	overflow:hidden;
 	float:left;
 	margin-top:63px;
}

#next_post, #prev_post{
	text-decoration:none;
	font-size:21px;
}
#next_post:hover, #prev_post:hover{
	color:#ffbd36;
}
#next_post{
	float: right;
}

#prev_post{
	float: left;
}


#sidebar{
	width:250px;
	overflow:hidden;
	float:left;
	margin-top:63px;
}
#post_date{
	background:#fff;
	padding:10px;
	float:left;
}

#author{
	float:left;
	margin-left:10px;
}

#post_title{
	float:left;
	margin:20px 0 35px 0;
}

#blog_wrap ul{
	list-style-image:url('../images/bullet.gif');
	margin:20px 30px;
}

#blog_wrap ol{
	margin:20px 30px;
}

#post_cat, #post_tag{
	float:left;
}

.pullquote{
	width:550px;
	margin-left:115px;
}

#post_tag{
	margin-left:20px;
}

#post_cat ul, #post_tag ul{
	list-style-type:none;
	margin:13px 5px;
	padding:0px;
	float:left;
}

#post_cat li, #post_tag li{
	display:inline-block
}

#post_cat p, #post_tag p{
	float:left;
}

#post_cat a, #post_tag a{
	text-decoration:none;
	color:#25aae1;
	font-size:16px;
}

#post_cat a:hover, #post_tag a:hover{
	color:#ffbd36;
}

#post_navigation{
	clear:both;
	width:100%;
	overflow:hidden;
	margin:57px 0;
}

#sidebar h5{
	width:100%;
	padding:13px 21px;
	background:#25aae1;
	color:#fff;
}

.post_snippit{
	padding:0 10px;
}
#recent_posts, #archives{
	list-style-type:none;
	padding:0px;
}
#recent_posts{
	margin:4px 0 16px 0;
}

#recent_posts .post_date{
	float:left;
	background:#fff;
	padding:7px;
}

#recent_posts .post_author{
	float:left;
	margin:22px 0 10px 7px;
}

#recent_posts .post_title{
	clear:both;
}

#recent_posts .post_title a{
	text-decoration:none;
	color:#25aae1;
}
	#recent_posts .post_title a:hover{
		color:#ffbd36;
	}

#archives li{
	margin:0 10px;
	border-bottom:1px solid #3d3d3d;
}

#archives li a{
	padding:6px 15px;
	display:block;
	color:#3d3d3d;
	text-decoration:none;
	font-size:17px;
}

#archives li a:hover{
	background:#fff;
}
