body {
	margin: 0;
	padding: 0;
	background-color: #ddd;
	font-size: 16px;
	font-family: helvetica, arial, sans-serif;
	line-height: 22px;
	background: #333 url(http://static.railsmachine.com/blog/1/images/big_bg.png) repeat-x;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	letter-spacing: -.05em;
	color: #000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a
{
	text-decoration: none;
}

h2 {
	font-size: 220%;
	margin: 0 0 5px 0;
	line-height: 120%;
}

h3 {
	font-size: 130%;
	margin: 30px 0 5px 0;
}

h4 {
	font-size: 100%;
	margin: 30px 0 10px 0;
}

p {
	margin: 0 0 15px 0;
}

hr {
	margin: 30px 0;
	border: 0;
	border-bottom: solid #aaa 1px;
}

form {
	margin: 0 0 20px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 85%;
  margin: 10px 0 20px 0;
  width: 100%;
  background: #eee;
  border: 1px solid #bbb;
}

td, th {
  padding: 10px 5px;
  border-top: 1px solid #bbb;
  vertical-align: middle;
	text-align: left;
}

#core-plans, #prices {
	margin-bottom: 0;
}

#prices {
	width: 350px;
}

#prices th {
	border-right: solid #ccc 1px;
}

#prices input[type=text] {
	width: 60px;
}

th {
	padding: 5px;
	background: #fff url(http://static.railsmachine.com/blog/1/images/bg_header.gif) bottom left repeat-x;
}
#prices th.first, 
#ad-ons th.first,
#core-plans th.first {
	text-align: left;
	padding-left: 8px;
}
#core-plans td.plan-name {
	font-weight: bold;
}
#core-plans td,
#core-plans th,
.shared-plans td {
	text-align: right;
}
#core-plans td.plan-name,
#prices td.plan-name {
	text-align: left;
}
.shared-plans th {
	border-right: solid #ddd 1px;
}

td {
	background: #fafaff;
}

td.alt {
  background: url(http://static.railsmachine.com/blog/1/images/bg_alt.gif);
}

td.alt.plan {
  background: #fff url(http://static.railsmachine.com/blog/1/images/bg_alt-plan.gif) right no-repeat;
}

td.alt.signup {
  background: #fff url(http://static.railsmachine.com/blog/1/images/bg_alt-signup.gif) left no-repeat;
}

#prices td a {
	text-decoration: none;
}
#prices td {
	border-right: solid #ccc 1px;
	text-align: right;
	padding-right: 15px;
}

div.left th {
  font-weight: bold;
  border-top: none;
}

td.plan,
div.left th.plan {
}

table span.setup {
  font-size: 10px;
  color: #999;
}
table th.signup {
  border-right: none;
}

table td.signup {
  border-right: none;
  width: 65px;
}

table td.signup a {
	margin-left: 20px;
  background: url(http://static.railsmachine.com/blog/1/images/bg_sign-up.gif);
  text-indent: -9999px;
  width: 65px;
  height: 20px;
  display: block;
	text-align: left;
}

table td.signup a:hover {
  background: url(http://static.railsmachine.com/blog/1/images/bg_sign-up-hover.gif);
	text-align: left;
}

#privacy li {
	margin: 0 0 1em 0;
}

/* the rug really ties the room together, dude */
#main {
	width: 850px;
	margin: 20px auto;
	background: #fff;
	border: solid #000 1px;
}


#header {
	background: #171717 url(http://static.railsmachine.com/blog/1/images/bg_highlight.png) no-repeat top center;
	color: #fff;
	padding: 8px 0 8px 50px;
	height: 100px;
	height: 80px;
}

#header h1 {
	margin: 0;
	float: left;
}

#content {
	padding: 20px;
	border: solid #aaa 1px;
	margin: 0 20px 20px 20px;
	float: left;
	width: 550px;
	background: #fff;
	font-size: 13px;
	line-height: 20px;
}

a {
	color: #258;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted #69a 1px;
	border-bottom: dotted #999 1px;
}

a:hover {
	color: #900;
	border-bottom: dotted #a00 1px;
}

#content img {
	border: solid #333 1px;
}

#footer {
	border-top: solid #aaa 1px;
	background: #ccc url(http://static.railsmachine.com/blog/1/images/bada-boom.png) bottom left repeat-x;
	color: #333;
	font-size: 12px;
	padding: 5px 0;
	margin: 25px 0 0 0;
	text-align: center;
}

#footer a {
	color: #036;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #900;
}

#footer li.first {
	padding-left: 0;
}

#nav {
	overflow: hidden;
	background: url(http://static.railsmachine.com/blog/1/images/nav-bg.png) bottom left repeat-x;
	border-top: solid #000 1px;
	border-bottom: solid #600 1px;
	padding-left: 60px;
	font-size: 15px;
	max-height: 30px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
	line-height: 30px;
	border-right: solid #900 1px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
/*	height: 33px;*/
	font-weight: normal;
}

#nav li a:hover {
	color: #fff;
	background: #900;
}

#nav li a.active {
	color: #fff;
	background: #a00;
}

#nav li a.active:hover {
	background: #900;
}

#nav li.first {
	border-left: solid #900 1px;
}

p.last {
	margin-bottom: 0;
}

.plan-name {
	text-align: left;
}

.small-print {
	margin-top: 0;
	font-size: 11px;
	color: #999;
	text-align: left;
}

#bada-boom {
	padding: 20px 20px 10px 20px;
	background: #fff url(http://static.railsmachine.com/blog/1/images/bada-boom.png) bottom left repeat-x;
	border: solid #aaa 1px;
	margin: 20px;
	text-align: center;
}

#bada-boom h2 {
	font-size: 220%;
}

.intro strong {
	color: #900;
}
.bio { min-height: 150px; }

.bio p, .sidecar {
	font-size: 85%;
	line-height: 140%;
}

.bio img {
	float: right;
	vertical-align: top;
	margin: 0 0 5px 15px;
}

.bio h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.bio .subtext {
	color: #555;
	margin: 0 0 10px 0;
	font-size: 80%;
}
#support-hours {
	font-size: 85%;
}

#boom {
	background-color: #ccc;
	border-top: solid #aaa 1px;
	border-bottom: solid #aaa 1px;
	padding: 20px;
	margin: 30px 0;
	background: #900 url(http://static.railsmachine.com/blog/1/images/bg_nav.gif) top left repeat-x;
	color: #fff;

}

#testimonial {
	background-color: #ccc;
	border-top: solid #aaa 1px;
	border-bottom: solid #aaa 1px;
	padding: 15px 20px 15px 15px;
	margin: 40px 0;
	background: #fff url(http://static.railsmachine.com/blog/1/images/bg_header.gif) bottom left repeat-x;
	font-size: 14px;
}

.quote {
	font-family: georgia, times, serif;
	font-style: italic;
	color: #333;
	margin: 0 0 5px 0;
}

.byline {
	text-align: right;
	font-size: 12px;
	margin: 0;
	color: #555;
}

.code-links {
	margin-top: 30px;
/*	text-align: right;*/
	font-size: 85%;
	color: #555;
}

#how-it-works ol {
	width: 80%;
}

#infobox {
	padding: 10px 0 10px 10px;
	margin: 20px;
	border: solid #ddd 10px;
	font-size: 13px;
	line-height: 18px;
}

#infobox h2 {
	font-size: 160%;
	margin: 5px 0 3px 0;
	line-height: 120%;
}

#infobox a {
	color: #000;
}

#infobox p {
	margin: 0 0 10px 0;
}

#infobox p.last {
	margin: 10px 0 0 0;
}

#infobox h2 a {
}

#infobox h2 a:hover {
	color: #900;
}

.lefty {
	float: left;
	margin: 0 15px 0 0;
}
.righty {
	float: left;
	width: 270px;
	margin: 0 30px 0 0;
}

#content.welcome {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

#content h2 {
	margin-top: 0;
}

.bumper {
	clear: both;
	margin: 0;
}

#newsy {
	text-align: center;
}

#newsy p {
	margin: 0;
	line-height: 32px;
}

#newsy img {
	vertical-align: middle;
}

.lefty a { border: 0; }
#header a { border: 0; }
#footer a { border: 0; }
#newsy a img { border: 0; }

.gb {
	text-align: right;
	font-size: 12px;
}

.total {
	font-size: 14px;
	font-weight: bold;
}

th p {
	margin: 0;
	line-height: 16px;
}

.tip {
	font-size: 75%;
	font-weight: normal;
	color: #666;
}

#sidebar {
	width: 175px;
	float: left;
	background: #fff;
	padding: 10px 10px 10px 10px;
	border: solid #aaa 1px;
	background: #fff url(http://static.railsmachine.com/blog/1/images/bg_header.gif) bottom left repeat-x;
	background: #d3d3d3 url(http://static.railsmachine.com/blog/1/images/bada-boom.png) top left repeat-x;
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
#sidebar a {
	color: #47a;
}

.subwoofer {
	font-size: 85%;
}
.meta {
	font-size: 12px;
	color: #888;
	margin: 0 0 20px 0;
}
#sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #444;
}

pre {
	font-family: monaco, "panic sans", "courier new";
	font-size: 11px;
	background: #ddd;
	padding: 10px;
	overflow: auto;
}

#comments img {
	float: left;
	margin-right: 10px;
}