/* @override 
	http://motostew.local/stylesheets/sidebar.css
	http://localhost:3000/stylesheets/sidebar.css
*/



#sidebar {
  float: left;
  width: 230px;
  background: url(../images/backgrounds/sidebar_bg.png) no-repeat left top;
  padding-top: 1px;  
}
#sidebar ul {
  padding: 5px 10px;
}
#sidebar ul li {
  margin-bottom: .5em;
}

#sidebar #info, #sidebar #user-info {
  background: url(../images/backgrounds/sidebar_top_bg.png) repeat-y -235px top ;
  padding:15px;
}
#sidebar .img {
  height: 110px;
  border: 1px dashed #999;
  padding: 10px;  
  text-align: center;
}
#sidebar .content {
  min-height: 100px;
  background: #e7e9e9 url(../images/backgrounds/sidebar_bg.png) repeat-y right top;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #aaa;
  padding:15px;   
}
#sidebar .content h4 {
  /*padding: 0 10px;*/
  color: #333;
  margin: 5px 0 0 0;
}

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

.action_nav li a {
  text-decoration: none;
}
#sidebar a:hover {
  text-decoration: underline;
}
#sidebar h4 a {
  text-decoration: none;
}
#sidebar .sort {
  background-color: #eee;
  line-height: 2.5em;
}
#sidebar .sort:hover {
  background-color: #fff;
}
.action_nav {
  padding: 0;
}
.action_nav li{
  list-style: none;
  padding:4px 0 5px 35px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 5px;
}
.action_nav li#messages {
  background-image: url(../images/icons/messages.png);
}
.action_nav li#connections, .action_nav li#ref_net {
  background-image: url(../images/icons/connections.png);
}
.action_nav li#dashboard {
  background-image: url(../images/icons/dashboard.png);
}
.action_nav li#rides {
  background-image: url(../images/icons/rides.png);
}
.action_nav li#groups {
  background-image: url(../images/icons/groups.png);
}
.action_nav li#order_history {
  background-image: url(../images/icons/order_history.png);
}
.action_nav li#partner_dash {
  background-image: url(../images/icons/partner.png);
}
.action_nav li#bank {
  background-image: url(../images/icons/bank.png);
}
.action_nav li#messages {
  background-image: url(../images/icons/messages.png);
}


#ride-tags em, #feature_item span em, #photos span em {
  font-style: italic;
  color: #666;
}

#home #sidebar {
  float: left;
  width: 290px;
  background: url(../images/backgrounds/home_sidebar_bg.png) no-repeat left top;  
}