body {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  background-color: #f0f0f0;
  font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
  font-size: 13px;
  color: #333;
}

h1 {
  font-size: 28px;
  color: #000;
}

a {
  color: #03c;
  text-decoration: underline;
}


#page {
  background-color: #f0f0f0;
  width: 950px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

#content {
  float: left;
  background-color: white;
  border: 3px solid #aaa;
  border-top: none;
  padding: 25px;
  width: 650px;
}

#sidebar {
  float: right;
  width: 225px;
}

#footer {
  clear: both;
  text-align: center;
  padding-top: 1em;
  margin-right: 225px;
  font-size: 80%;
}


#header {
  padding-left: 75px;
  padding-right: 30px;
}


#header {
  background-image: url("/images/rails.png");
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 64px;
}
#header h1, #header h2 {margin: 0}
#header h2 {
  color: #888;
  font-weight: normal;
  font-size: 16px;
}

#copy {
  border-top: 1px solid #ccc;
  margin: 25px 0 0 25px;
  padding-top: 15px;
}

#comments {
  border-top: 1px solid #ccc;
  margin: 25px 0 0 25px;
  padding-top: 5px;
}

.step-by-step h1 {
  margin: 0;
  font-size: 20px;
}
.step-by-step h2 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin-bottom: 25px;
}
.step-by-step ol {
  margin-left: 0;
  padding-left: 0;
}
.step-by-step li {
  font-size: 18px;
  color: #888;
  margin-bottom: 25px;
}
.step-by-step li h2 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}
.step-by-step li p {
  color: #555;
  font-size: 13px;
}


#search {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
}
#search input {
  font-size: 11px;
  margin: 2px;
}
#search-text {width: 170px}


#sidebar ul {
  margin-left: 0;
  padding-left: 0;
}
#sidebar ul h3 {
  margin-top: 25px;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#sidebar li {
  list-style-type: none;
}
#sidebar ul.links li {
  margin-bottom: 5px;
}

#sidebar ul.links ul {
  margin-left: 1em;
}

#sidebar ul.links a.new {
  padding-right: 20px;
  background: transparent url(/images/new.png) no-repeat center right;
}

/*******************************************************************************************/

hr {
  border :none;
  border-top: 1px solid #ccc;
  padding: 0;
  margin: 10px 0;
}

small, .small {
  font-size: 85%;
}

#fb_connect {
  margin-top: 1em;
}

#fb_connect .connected img.profile_pic {
  float: left;
  margin-right: 10px;
}

#fb_connect .connected {
  font-size: 90%;
}

/*******************************************************************************************/

#header div.phallstrom_only,
#header div.not_in_fb {
  margin-top: 1em;
  font-size: 85%;
  background-color: #b22e30;
  color: #fff;
  padding: 2px;
}

#helper form {
  font-family: "Monaco", "Courier New";
}

#helper form blockquote {
  padding: 0;
  margin: 0 0 0 1em;
}

#helper form label {
  width: 33%;
  display: inline-block;
  text-align: right;
}
#helper form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

#helper form label:after {
  content: " => ";
}

h3 {
  margin: 1em 0 0 0;
}

.boxed {
  border: 1px solid #ccc;
  padding: 10px;
  overflow: auto;
}

.boxed pre {
  margin: 0;
}

.hiddenbox {
  overflow: auto;
}

ul.notes li {
  margin-top: 0.75em;
}

#copy ol {
  margin: 0;
}

#copy ol li {
  margin-bottom: 1em;
}

/*******************************************************************************************/

table.data {
  clear: both;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

table.data thead tr th {
  background-color: #ccc;
  border: 1px solid #999;
  white-space: nowrap;
  padding: 3px;
  font-weight: bold;
}

table.data tr td {
  padding: 3px;
  border: 1px solid #ccc;
}

table.data tbody tr.even {
  background: #eee;
}

table.data tbody tr.odd {
  background: #fff;
}

table.data tbody tr:hover {
  background: #ddd;
}

table.data tr th.left,
table.data tr td.left {
  text-align: left;
}

table.data tr th.center,
table.data tr td.center {
  text-align: center;
}

table.data tr th.right,
table.data tr td.right {
  text-align: right;
}

table.data tbody tr td.bold {
  font-weight: bold;
}
