#myfeed {
	margin-top: 50px;
	clear: both;
}


#profile_picture {
	margin-right: 50px;
}

#bio {
	float: right;
	width: 270px;
	font-size: 15px;
}


#bio ul {
	padding-left: 0px;
}
#bio ul li {
	list-style: none;
	margin-bottom: 0.7em;
	padding-left: 25px;
}


/* icon styles */
.delicious {
	background-image: url('images/delicious.png');
	background-repeat: no-repeat;
}
.twitter {
	background-image: url('images/twitter.gif');
	background-repeat: no-repeat;
}
.googlereader {
	background-image: url('images/googlereader.png');
	background-repeat: no-repeat;
}
.flickr {
	background-image: url('images/flickr.png');
	background-repeat: no-repeat;
}
.linkedin {
	background-image: url('images/linkedin.png');
	background-repeat: no-repeat;
}
