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

/* reset.css taken from Blueprint CSS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

body {
  background: #111314 url(../images/backgrounds/body_head_bg.jpg) repeat-x center top;
  width: 100%;
}

.container {
  width: 980px;
  margin: 0 auto;
  clear: both;
}

/* Header */

#header {
  padding: 35px 0 0 0;
  background: url(../images/ms_badge.png) no-repeat 751px 0;
}
#header a#motostew_logo {
  background: url(../images/motostew.png) no-repeat;
  display: block;
  width: 311px;
  height: 36px;
  text-indent: -999em;  
  margin-bottom: 30px;
  float: left;
}

.head_block {
  background: #1a364b url(../images/backgrounds/user_header.png) repeat-x;
  padding: 20px;
  width: 710px;
  margin: 0;
}
.head_block h1 {
  color: #fff;
}
.head_block h1 a {
  color: #fff;
  text-decoration: none;
}
/* Nav */

#nav {
  background: url(../images/backgrounds/nav_bg.png) repeat-x 0 bottom;
  clear: both;
  height: 26px;
  padding: 0 0 0 19px;
}
#nav li {
  float: left;
  width: 90px;
  height: 26px;
  padding: 0;
  text-align: center;
  list-style: none;
  background-image: url(../images/backgrounds/nav_item_bg.png);
  margin-right: 15px;
  color: #fff;
}
#nav li .current {
  width: 100%;
  display: block;
  height: 20px;
  padding: 3px 0;
  background: #ff8203 url(../images/backgrounds/current.png);
}
#nav li a {
  width: 100%;
  padding: 3px 0;
  display: block;
}
#nav li a:hover {
  text-decoration: none !important;
}
#nav li#buy_parts img{
  position: absolute;
  display: block;
  z-index: 10;
  margin-left: -4px;
  margin-top: -8px;
  height: 26px;
  width: 26px;
}
#ride-nav {
  height: 30px;
  padding: 0;
  margin-top: 10px;
}
#ride-nav li {
  font-size: 14px;
  display: block;
  width: 100px;
  height: 28px;
  background: #111;
  color: #fff;
  text-align: center;
  border-top: 1px solid #1d3c52;
  border-left: 1px solid #444;  
  border-right: 1px solid #444;    
  float: left;
  margin-right: 10px;
}
#ride-nav li a {
  padding-top: 3px;
  display: block;
  text-decoration: none; 
  border-top: 1px solid #444;
}

/* Main Content */

#content {
  background: #fff url(../images/backgrounds/sidebar_bg.png) repeat-y -232px;
  border: 1px solid #666;
  min-height: 500px;
}

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


.sticky {
  position: fixed;
  z-index: 200;
  top: 30px;
  -webkit-box-shadow:0 0 10px #000;
  -moz-box-shadow:0 0 10px #000;  
}

.pad {
  padding: 10px;  
}
.highlight {
  background-color: #fef3bb;
  border: 1px solid #111;
  padding: 10px;
}

.panel {
  background: #dbe8f7;
  border: 1px solid #ccc;
}
.panel h4 {
  background: #333;
  color: #fff;
  padding: .4em;
  margin: 0;
}
.panel h4 a {
  color: #fff;
  text-decoration: none;
}
.panel label {
  padding: 0;
  font-weight: normal;
  font-size: .9em;
}

/* Footer */

#footer {
  margin: 0 0 0 0;
  padding: 10px 0;
  width: 100%;
}
#footer .col {
  width: 200px;
  float: left;
}
#footer .col ul li {
  list-style: none;
}

#footer ul li{
  display: inline;
  padding: 0 20px;
}

.clear {
  clear: both;
}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

table {display:inline-block;}
table td, table th {padding-left: 0;}
table th {
  font-weight: bold;
}
table#alternating th {
  padding-left: 0.5em;
}

table#alternating td {
  padding: 7px 2em 7px 0.5em;
}

table#alternating td:last-child {
  padding-right: 0.5em;
}

table#alternating tr.alternate:nth-child(2n+1) {
  background-color: #DDEDFD;
}

table#alternating tr.alternate.suspended {
  color: #FFF;
  background-color: #CC3333;
}

table#alternating tr.alternate.suspended a:link {
  color: #FFF;
}

#error, #notice {
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #CC0000;
  border-bottom:2px groove #aaa;
  color: #222;
  opacity: 1;
  height: auto;
  width: auto;
  text-align: center;
  font-size: 1.75em;
  margin: 0 0 1em 0;
  text-shadow: 0 -1px 1px rgba(256,256,256,.6);
}

#error {
  background: #c00 url(../images/backgrounds/flash-error.png);
}
#notice {
  background-color: #9fa530;
  background-image: url(../images/backgrounds/flash-notice.png);
}

#pending, #requested {
  padding:4px;
  background-color: #FFFF99;
}

#requested {
  background-color: transparent;
}

/* @group forms */

.index-tabs ul {
  height: 26px;
  padding: 0;
}
.index-tabs ul li {
  display: block;
  float: left;
  width: 140px;
  background-color: #005a78;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 4px 0;
  z-index: 0;
  position: relative;
}
.index-tabs ul li a {
  color: #fff;
  text-decoration: none;
}
.index-tabs ul li a:hover {
  text-decoration: none !important;
}
.index-tabs ul li.current {
  background-color: #dbe8f8;
  color: #333;
}
.index-tabs ul li.current a {
  color: #333;
}


.index-list {
  z-index: 10;
  position: relative;
  margin: 0 0 10px 0;
  background: #dbe8f8;
}
.index-list ul {
  padding: 4px;
}

.index-list ul li.item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: #fff;
  width: 150px;
  margin: 5px 4px;
  /*height: 150px;*/
  padding: 10px 8px;
  border-style: solid;
  border-width: 1px;
  border-left-color: #b1cae9;
  border-right-color: #b1cae9;  
  border-top-color: #b1cae9;  
  border-bottom-color: #b1cae9;  
}
#groups-list {
  padding: 0;
  border-top: 1px solid #999;
}
#groups-list a.sort {
  background: #fff;
}
#groups-list li.item {
  margin: 0;  
}
#groups.index-list ul li.item {
  float: none;
  height: auto;
  width: 712px;
  background: transparent;
  border-top-color: #fff;  
}

#groups-list ul.group-specs {
  padding: 0;
}
.index-list ul li:hover {
  border-color: #97acc7;  
}
.index-list ul li img {
  display: block;
  margin: 0 auto 5px auto;
}
.index-list ul li a {
  text-decoration: none;
}

.index-search label {
  display: block;
  float: left;
  width: 130px;
}
.index-search input {
  background: #ededed;
}
.index-search input.search {
  font-size: 16px;
  height: 30px;
  padding: 4px;
  display: block;
  width: 535px;
  float: left;
  border: 1px solid #dadada;
}

#footer #credits {
  float: right;
  text-align: center;
}
#footer #credits small {
  font-style: normal;
  text-transform: uppercase;
  display: block;
  padding-bottom: 4px;
}
#footer #credits img {
  position: relative;
  left: -5px;
}


.index-search input.submit {
  margin: 0;
  border: 1px solid #dadada !important;  
  height: 40px;
  width: 45px;
  display: block;
  border: none;
  background: #ededed url(../images/backgrounds/search.png) no-repeat center center !important;  
  text-indent: -999em;
}
.index-filter {
  margin-top: 10px;
}
div.uploader {
  float: none !important;
}
.index-filter .selector{
  float: left;
}
.index-filter h5 {
  float: left;
  width: 125px;
  margin-right: 5px;
  display: block;
  color: #555;
  padding-top: .5em;
}
.index-filter form {
  width: 600px;
  float: left;
  display: block;
}



.w5 .selector, .w10 .selector > * {
  width: 50px;
}
.w5 .selector select {
  width: 50px;
}

.w5 div.selector span{
	width: 18px;
}

.w10 .selector, .w10 .selector > * {
  width: 100px;
}
.w10 .selector select {
  width: 100px;
}

.w10 div.selector span{
	width: 68px;
}
/* @end */


a.close-btn {
  font-size: .6em;
  margin-left: 1em;
  text-decoration: none;
  background: #fff;
  padding: 5px;
  opacity: .6;
  -webkit-border-radius:4px;-moz-border-radius:4px;
}
a.destroy {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  background-image: url(../images/icons/destroy.png);
}
a.text {
  display: inline;
  text-indent: 0;
  padding: .3em .3em .3em 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-weight: bold;
  text-decoration: none;
}
a.text.sort {
  padding: 6px 6px 6px 25px;
  background-position: 5px center;
}
a.sort, #parts ul li a {
  padding: 6px;
  line-height: 2em;
  background-color: #e7e9e9;
  -webkit-border-radius:4px;  -moz-border-radius:4px;
  text-decoration: none;
}
a.sort:hover, #parts ul li a:hover {
  background-color: #eee;
  text-decoration: none !important;
}
a.sort.active {
  background-color: #e7e9e9;
}
a.sort.orange {
  background-color:#F90 !important;
}
a.sort.orange:hover {
  background-color: #ffc13f !important;
}

a.sort.inline {
  font-weight: bold;
  margin: 0;
}
#user_header .sort:hover {
  background-color: rgba(0,0,0,.2);
}
a.tooltip {
	text-indent: -999em !important;
	display: inline-block;
}
span.tooltiptext {
  text-indent: 0;
  position: absolute;
  background: rgba(0,0,0,.8);
  padding: .5em;
  color: #fff;
  border: 2px solid rgba(256,256,256,.8);
  -webkit-border-radius:6px;  -moz-border-radius:6px;
  margin-left: .5em;
  margin-top: -.5em;
}

.first.viewall a{
	
  text-align: right;
  background-color: #dbe8f8;	
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 10px;  
-webkit-border-top-left-radius: px;
-webkit-border-top-right-radius: px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: px;
-moz-border-radius-topright: px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: px;
border-top-right-radius: px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
  border-top: 2px groove #bbc6d3;
}
