/*
LAYOUT: Two-Columns, Sidebar on Right
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

.entry-content {float:left;}

#primary, #secondary {
float:right;
width:309px;
margin-right:3px;
}

div#secondary {
clear:right;
}

.hentry, #comments, #searchResults {margin:0 313px 0 0;}

.one-column .hentry, .one-column #comments, .one-column #searchResults {margin:0;}

div#footer {
clear:both;
width:100%;
}