@charset "UTF-8";
/* CSS Document */
.columnsOne {
	float: left;
}

#leftSide {
	width: 150px;
	padding-right: 20px;
	float: left;
}
#rightSide {
	width: 728px;
	float: left;
	padding-left: 19px;
	border-left: 1px #e6e6e6 solid;
}

img.editor_headshot {
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

ul.links {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
ul.links li {
	width: auto;
	height: 25px;
	margin: 0px;
	list-style: none;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	float: left;
}
ul.links li.twitter {
	background-image: url(http://images.anbmedia.com/profile/twitter.png);
	background-position: left center;
	background-repeat: no-repeat;
}


img.blogher {
}
