/* @override http://motostew.local/stylesheets/home.css */

#home #content {
  background: #e6e8e7; url(../images/backgrounds/home_sidebar_bg.png) repeat-y right;  
}

#main {
  float: left;
  width: 750px;
}
#home #main {
  width: 690px;
}

#home #sidebar #info {
  background: url(../images/backgrounds/home_sidebar_top_bg.png) repeat-y right top;
  padding:15px;
}
#home #sidebar #info a {
  padding: 10px 34px;
}

#home .pad {
  padding: 20px 30px;

}

#slider {
    width: 980px;
    margin: 0 auto;
    position: relative;
}


.scrollContainer div.slidePanel {
    padding: 20px 20px 10px 80px;
    width: 880px;
    background: #0a0f13 url(../images/backgrounds/user_header.png) repeat-x;
    color: #fff;
}
.slidePanel * {
  color: #fff;
}

#rides.slidePanel {
  background-image: url(../images/home/rides_promo.jpg);
  background-repeat: no-repeat;
}
#rides.slidePanel .text {
  width: 400px;
  margin-left: 350px;
}

#shade {
    height: 50px;
}

#home img#stew {
  position: absolute;
  margin-top: -15px;
  margin-left: -90px;
  z-index: 20;
}

ul.navigation {
    list-style: none;
    margin: -15px 0 0 0;
    padding: 0 0 10px 0; 
    background-color: #2e6289;
    border-bottom: 1px solid #1d3c53;
}


ul.navigation li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
    color: #fff;
    width: 218px;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 12px 15px;    
}

#network div.col.w40 p {
  margin: 0;
}
#home ul.navigation li small {
  font-size: 12px;
  display: block;
  text-align: left !important;
  padding: 0 10px;
}
ul.navigation img{
  vertical-align: middle;
  position: relative;
  top: 6px;
}
ul.navigation {
    background-color: #336c96;
    text-decoration: none !important;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}


h1#earn {
  display: block;
  background-image: url(../images/earn_more.png);
  width: 360px;
  height: 79px;
  text-indent: -999em;
}

.slidePanel p {
  font-size: 110%;
  color: #adc4d4;
}
.slidePanel h4 a {
  vertical-align: middle;
  display: block;
  float: right;
  position: relative;
  top: -10px;
}


#home .index-list {
  background: #fff;
}
#home .index-list ul{
  padding: 10px;
}
#home .index-list ul li{
  margin-left: 0;
  padding: 0;
  border: none;
  width: 110px;
}

#browse-community {
  margin: 20px 0;
}
#browse-community h3{
  display: block;
  width: 440px;
  float: left;
  margin: 0;
}
#home ul.tabs {
  width: 190px;
  float: left;
  height: 25px;
  background: transparent;
}
#home ul.tabs li .active {
  background-color: #fff;
  color: #000;
}
#home ul.tabs li .active:hover {
  background-color: #fff;
  color: #000;
}
#home ul.tabs li {
  margin-right: 5px;
  background: #3e597a;
  padding: 5px 0;
}
#home ul.tabs li a {
  color: #fff;  
  text-decoration: none;
}
#home ul.tabs li a:hover {
  background-color: #3a7aaa;
}