/**
 * Feature Stylesheet
 * Manages all styles for the homepage feature area
 *
 * author   Fred LeBlanc of SureDev
 * version  20090214.1
 */
#feature { margin: 0; padding: 0; position: relative; }
#feature .screenshot { display: block; float: left; margin-left: 16px; width: 575px; height: 333px; }
#feature h3, #feature blockquote { position: absolute; width: 336px; line-height: 1.3; margin: 0; top: 36px; left: 610px; }

#feature blockquote { top: 180px; }
#feature blockquote p { margin: 0; font-size: 3em; line-height: 1.5; font-family: Georgia, "Times New Roman", serif; }
#feature blockquote cite { color: #888; float: right; margin-right: 16px; font-style: normal; font-style: italic; }