I resolved the issue with the help of a friend. To my style.css file I added the text in bold:
/* Content */
.content {
float: right;
width: 680px;
}
.content img {
max-width: 680px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
float: left;
}