/*
Theme Name: Basic
Theme URI: http://www.webvanta.com/smartthemes/basic
Description: A great place to start if you want lots of features all set up but plan to provide all your own styling. Includes frameworks (jQuery, BlueprintCSS, menus) and pre-built blog, photo gallery, video player, calendar, and contact form. (Want a little more styling already in place? Try the Classic or InfoPortal SmartThemes. Or, if you want to start bare, check out the minimalist SmartThemes.)
Author: Webvanta Inc.
Author URI: http://www.webvanta.com/
Version: 1.0

Default stylesheet assumes Blueprint CSS has been loaded first
(if using our  standard templates they  take care of that)

*/
                                          
/* For main navigation see dropdown-menu.css */


/************** BACKGROUND COLORS (you can remove  these) *****************/  
body { background-color:#fff; }
#header { background:#666 url('/webvanta/smartthemes/com.webvanta.theme.0010.basic/assets/images/parchment.jpg'); }
#main_nav  { background:#eee; }
#body { background:#f9f9f9; }
#left, #right { background:#f9f9f9; }
#footer  { background:#666 url('/webvanta/smartthemes/com.webvanta.theme.0010.basic/assets/images/parchment.jpg'); }


/**************  STRUCTRAL (just a little padding to space things out) **************/
#main_content {
  margin-bottom:10px;
}

#main_nav {
  margin-bottom:10px;
}


/************** FOOTER (you can replace this)  **************/
#footer ul{
  margin: 0;
  padding:0;
  list-style:none;
}
#footer ul li {
  padding: 0 12px 0 0;
  margin:10px 10px 10px 0;
  list-style: none;
  float: left;
  border-right:1px solid #000;
}
#footer ul li.last {
  padding: 0;
  margin:10px  0;
  border-right:0px #000;
}
#footer ul li a {
  text-decoration: none;
  padding: 10px 0;
}
#footer ul li a:hover {
  text-decoration: underline;
}


