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

/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
a img {
  border: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group framework */

/* @group element styles */
.panel {
  margin-bottom:10px;
  clear: both;
}
.panel .button {
  float: left;
  margin-right: 10px;
}
input.button {
  display: block;
  position: relative;
}
.button {
  display: inline-block;
  margin: 5px 0;
  border: none;
  position: relative;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  text-decoration: none;
  padding: .3em .5em;
  border-bottom: 1px solid rgba(144, 142, 139, 1);
  background:-webkit-gradient(linear, left top, left bottom, from(rgba(184, 192, 189, 1)),to(rgba(144, 142, 139, 1)));
  -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, .8);
  color: #000;
  text-shadow: #d6d6d6 0 1px 0;
  font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
}
.button:hover{
  top: 1px;
  -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, .6);
  border-bottom: 1px solid rgba(144, 142, 139, 1);
}
.button:active{
  border-bottom: 1px solid rgba(0,0,0,.6);
  top: 3px;
  -webkit-box-shadow:0 -2px 1px rgba(180, 180, 180, .5);
  background:-webkit-gradient(linear, left top, left bottom, from(rgba(164, 172, 169, 1)),to(rgba(104, 102, 99, 1)));
}

/* @end */
.col {
  float: left;
  margin-left: 3.125%;
}
li.col {
  list-style: none;
}
.right {
  float: right;
}
.left {
  float: left;
}
.first {
  clear: left;
  margin-left: 0;
}

.w5 {
  width: 50px;
}
.w10{
  width: 100px;
}
.w12{
  width: 120px;
}
.w15{
  width: 150px;
}
.w16{
  width: 175px;
}
.w20{
  width: 200px;
}
.w25{
  width: 250px;
}
.w30{
  width: 300px;
}
.w35{
  width: 350px;
}
.w40{
  width: 400px;
}
.w45{
  width: 450px;
}
.w50{
  width: 500px;
}
.w55{
  width: 550px;
}
.w60{
  width: 600px;
}
.w65{
  width: 650px;
}
.w70{
  width: 700px;
}
.w75{
  width: 750px;
}
.w80{
  width: 800px;
}
.w85{
  width: 850px;
}
.w90{
  width: 900px;
}

.bold {
  font-weight: bold;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.left {
  float: left;
}
.left.pad {
  margin-right: 10px;
}
.right {
  float: right;
}
.right.pad {
  margin-left: 10px;
}
.r4 {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}
.r10 {
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
.snug {
  margin-left: 0;
}
#sidebar ul.hard, .hard {
  padding: 0;
  list-style: none;
}
.inline {
  display: inline !important;
}

.borderT {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.borderB {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;  
}
.bullettless {
  list-style: none;
}
/* @end */