/*
Theme Name: Bikeworks Theme
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: Tim Eaton
Author URI: http://www.bikeworksnm.com/
Description: A custom theme for The Bikeworks in Silver City, NM.
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/* Basic */
html, body { padding: 0; margin:0; }
body { background: #84cc75 url(images/site_bg.png) repeat-x top center; }
p, div, td, li { color: #6f5f48; font-family: Trebuchet MS,"Helvetica Neue",Helvetica,Arial,sans-serif; line-height: 1.5em; }
a, a:link, a:active, a:visited { color: #fa985c; text-decoration: none; }
a:hover { color: #bb7145; text-decoration: underline; }
.clear { clear: both; }

/* Container */
#container { width: 901px; margin: 0 auto; }

/* Header */
#header { height: 149px !important; min-height: 149px; background: url(images/header_bg.png) no-repeat top center; overflow: hidden; }
#header h1 { display: none; }

/* Content */
#main { background: #fbffe0 url(images/content_bg.png) no-repeat top right; padding: 12px; }
#wrapper {  }
#content { width: 550px; float: left; }
h1 { line-height: 1.3em; }

/* Sidebar */
#sidebar { width: 310px; float: right; }
#sidebar img { margin-bottom: 12px; border: 1px solid black; }

/* Footer */
#footer p { text-align: center; color: #fbffe0; }

/* Menu */
#top-menu { margin-top: 115px; margin-left: 150px; text-align: right; }
#top-menu li { display: inline; list-style-type: none; padding-left: 15px; }
#top-menu a, #top-menu a:link, #top-menu a:visited { color: #fa985c; font-size: 15px; }
#top-menu a:hover { color: #fbffe0; }