/* Homepage stylesheet */

h1 { font-size: 1.3em; }
 
h4, h5, h6 { font-size: 1.0em; }

/* Make the banner taller for the homepage */
#banner, img.banner { height: 300px; }


/* Position the slideshow caption bar and next/prev controls for the taller banner */
#ss-bar, #ss-controls { top: 272px; }


/* Page layout... the homepage has two columns; main content and small right-hand sidebar */
div.featurecolumn { width: 170px; padding: 0 0 10px 10px; float: right; }
div.maincolumn { width: 490px; float: left; padding-right: 10px; border-right: solid 1px #cccccc; }


/* Listing of all featured products/categories */
div.featurelist img { float: left; margin-right: 10px; }
div.featurelist p { margin: 0 0 0 80px; padding: 0px; font-size: 0.9em; }
div.featurelist a { color: #606060; }


/* YouTube Video Widget */
div.youtubewidget { margin: 20px 0 0 0; }


/* Listing of all bike models Touratech makes parts for */
div.bikelist { margin: 10px 0 20px 0; }

div.bikelist div.column { font-size: 0.9em; width: 150px; float: left; }
div.bikelist div.column ul { margin: 0px; padding: 0px; }
div.bikelist div.column ul li { display: block; margin: 0px; padding: 0 0 0 7px; background: url('../images/theme/arrow-yellow.gif') left center no-repeat; }
div.bikelist div.column a { color: #c47b25; }
div.bikelist div.column h6 { font-weight: normal; }
div.bikelist div.column h6 a { color: #606060 !important; }

div.bikelist div.spacer { float: left; width: 10px; height: 10px; }


/* Listing of all recent news items */
div.newslist img { float: left; margin-right: 10px; }
div.newslist a { color: #606060; }
div.newslist p a { color: #c47b25; padding-left: 7px; background: url('../images/theme/arrow-yellow.gif') left center no-repeat; }

