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

body {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;  
}

a {
  color: #2a5779;
}
a:hover {
  text-decoration: underline !important;
}
h1 {
  font-size: 2.2em;
  font-weight: bold;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 1em 0 .3em 0;
}
h4, h5 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
h6 {
  font-weight: bold;
  color: #666;
}
p {
  margin: .8em 0;
}

em {
  font-style: italic;
}

#footer {
  font-style: italic;	
  font-size: .8em;
  color: #aaa;
}
#footer #links {
  width: 500px;
}
#footer ul {
  padding: 0;
}
#footer a {
  text-decoration: none;
  color: #999;
}
#footer a:hover {
  text-decoration: underline;
}

#nav li {
  text-shadow: #000 2px 2px 2px; 
  font-weight: bold; 
}
#nav li a {
  color: #fff;
  text-decoration: none;  
}

.img {
  color: #666;
  font-size: .8em;
  font-style: italic;
}

label, h4 {
  font-weight: bold;
  font-size: 1.2em;
  color: #555;
}
label.option {
  font-weight: normal;
  padding-top: 1.5em;
}

ul {
  padding: 10px 20px;
}

#sidebar h3 {
  color: #2a5575;
  margin: 0;
  font-weight: bold;
}

#sidebar h4 {
  margin: 5px 0 0 0;
  color: #2a5575;
}

.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* @group actions */

a.add {
  text-shadow: none;
  padding-left: 20px;
  background: url(/images/icons/plus.png) no-repeat left center;
}
a.rides {
  background: url(/images/icons/tire.png) no-repeat left center;
}
a.groups {
  background: url(/images/icons/groups-small.png) no-repeat left center;
}
a.close {
  padding: 5px;
  background: #f6f6f6;
  -webkit-border-radius:4px;
-moz-border-radius:4px;
  text-decoration: none;
}
a.close:hover {
  background: #fff;
  text-decoration: none !important;
}

/* @end */

/* @group Forms */
label {
  display: block;
  padding: 10px 0 0 0;
  margin: 0;  
}
label span {
  color: #ffcb55;
}

span.hint {
  display: block;
}

#new_ride input.submit {
  color: #fff;
  background: #333;
  font-size: 1em;
  width: 100px;
  height: 40px;
  cursor: pointer;
  margin: 20px 0;
}
.big input.submit {
  background: #333;
  width: auto;
}

.panel input.submit {
  margin-bottom: 10px;
}
/* @group Ride */

#new_ride label, #new_ride h4{
  margin-top: 15px;
}
.big input{
  background-color: #efefef;
  border: 1px solid #aaa;
  font-size: 2em;  
  max-width: 720px;
}
a.big {
  font-size: 1.5em;
}

#feature_item {
  background: none;
  border: none;
  font-size: 1em;
}
#ymm input {
  width: 190px;
}

#new_ride .highlight label {
  display: inline;
  margin-top: 0;
}


/* @end */

/* @end */

