First, this will make the featured posts content area wide so the number fall below it in the Selecta theme:
.featured-posts div.featured-post {
width: 970px !important;
}
.featured-posts div.featured-post-content {
margin: 0px 40px;
}
And this will adjust the spacing for the items inside the feature slider so they are horizontal:
.feature-slider {
width: 100% !important;
padding-top: 0px !important;
}
.feature-slider ul {
margin: 0px 0px 0px 40px !important;
}
.feature-slider li {
float: left;
}
.feature-slider-entry-info {
float: left;
margin-left: 10px;
}
Also, would you please not hide the #colophon area with CSS? It's against the Terms of Service here.