article
{
	float: left;
}
article ul
{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
}
article ul li img
{
	width: 15.44px;
	height: 18px;
	margin: 4px;
}
article ul li
{
	list-style-type: none;
}
article ul li a
{
	display: flex;
	justify-content: flex-start;
	text-decoration: none;
	color: #ef6b00;
}
aside{
    -webkit-columns: 300px 1;
    -moz-columns: 300px 1;
	columns: 300px 1;
}
aside#recent-blog-posts
{
	min-width: 168px;
    padding: 10px 7% 0px 7%;

}   /* Start of Mobile Optimization */
aside#recent-blog-posts h1, aside#recent-blog-posts h2 a, aside#recent-blog-posts p
{
    color: black;
    text-decoration: none;
}
aside#recent-blog-posts h1
{
    border-bottom: 1px solid black;
}
@media screen and (max-width: 847px)
{
	article
	{
		float: inherit;
	}
}
@media screen and (max-width: 540px)
{
	article ul
	{
		align-items: flex-start;
	}
}
/* Begin IE10 Optimization */

html[data-useragent*='MSIE 10.0'] article ul li a img{
        float: left;
        margin: 0;
        border: 0;
}
html[data-useragent*='MSIE 10.0'] aside#recent-blog-posts{
        float: right;
        margin-right: 10%;
        width: 30%;
}
html[data-useragent*='MSIE 10.0'] .sharing{
        clear: both;
}
html[data-useragent*='MSIE 10.0'] article ul{
        margin-left: 10%;
        width: 130%;
}
/* End IE10 Optimization */
