html {

background-color: #e0e0e0; }

body {

font-size: 100%;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
color: #333333; }

a {

color: #ed1556;
text-decoration: none; }
a:hover {
  color: #ffffff;
  background-color: #ed1556; }

header, content, footer {

margin: 0 auto;
background: #eeeeee;
padding: 0 2em;
z-index: 0;
position: relative;
font-size: 1em; }

header {

background: #ffffff; }
#header h1 {
  font-weight: bold;
  font-size: 1.5em; }
#header address.watermark {
  position: absolute;
  font-weight: bold;
  right: 3em;
  top: 0;
  font-size: .75em;
  color: #cccccc; }
  #header address.watermark a {
    color: #cccccc;
    font-weight: bold;
    font-size: 2em; }
    #header address.watermark a:hover {
      background: transparent;
      color: #aaaaaa; }

content {

padding-top: 1em;
padding-bottom: 2em; }
#content strong {
  font-weight: bold; }
#content em {
  font-style: italic; }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  color: #4e4e4e; }
#content h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: .75em;
  padding: .25em 0;
  line-height: 1.2;
  border-bottom: 1px solid #c0c0c0; }
#content h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin: 1em 0 .2em; }
#content h3 {
  font-weight: bold;
  font-size: 1.25em;
  margin: .25em 0; }
#content h4, #content h5, #content h6 {
  font-weight: bold;
  margin-top: .5em; }
#content code, #content pre, #content textarea, #content input {
  font-family: Monaco, Deja Vu Sans Mono, Inconsolata, Consolas, monospace; }
#content form p {
  margin-top: 1em;
  position: relative; }
  #content form p.checkbox label {
    margin-top: 0 !important; }
#content form input.text, #content form textarea {
  width: 30em;
  padding: .2em .4em;
  color: #4e4e4e; }
#content form input.text {
  height: 1.4em; }
#content form label {
  float: left;
  display: block;
  margin-top: .5em;
  width: 8em;
  margin-right: .75em; }
#content form .with_errors label {
  background: red;
  color: white;
  position: relative;
  top: -.7em; }
#content form .with_errors.required label {
  position: static;
  margin-right: .25em;
  padding: 0 .2em; }
#content form .with_errors input, #content form .with_errors textarea {
  border: 2px solid #f22;
  background: #fee;
  color: #222222; }
#content form .required label {
  float: none;
  display: block;
  width: auto;
  position: relative;
  font-weight: bold;
  margin-top: 1em;
  text-indent: -.65em; }
  #content form .required label:before {
    content: "* ";
    color: #ed1556; }
#content form .required input.text {
  width: 25.6em;
  font-size: 24px;
  font-weight: bold; }
#content form .normal {
  margin-top: 2em; }
#content form h2.notifier label {
  float: none;
  width: auto;
  margin-right: 0; }
  #content form h2.notifier label .warning {
    font-size: .5em;
    font-weight: normal;
    color: #999999; }
#content form fieldset {
  padding-bottom: 1em;
  margin-left: 1.35em;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 1em; }
  #content form fieldset h3 {
    margin-top: 1em;
    margin-bottom: 0; }
  #content form fieldset p.normal {
    margin-top: 1em; }
  #content form fieldset p label {
    width: 6.7em; }
#content form p.submit {
  margin-top: 2em; }
  #content form p.submit:after {
    display: block;
    clear: both;
    float: none;
    content: ".";
    text-indent: -9999em;
    text-align: left; }
  #content form p.submit.destroy button,     #content form p.submit.manual-build button {
    float: none;
    display: inline; }
  #content form p.submit.manual-build button {
    margin-right: 0; }
#content #build form, #content #last_build form {
  font-size: .75em; }
  #content #build form p.submit,     #content #last_build form p.submit {
    margin: 0;
    padding: 0;
    position: absolute;
    right: .5em;
    top: 1.25em; }
#content .blank_slate p,   #content .error p {
  position: relative;
  top: .3em; }
#content .blank_slate h1,   #content .error h1 {
  border-width: 0;
  margin: 0;
  padding: 0; }
  #content .blank_slate h1 button,     #content .error h1 button {
    float: none;
    border: 0 none;
    background: transparent;
    display: inline;
    color: #ed1556;
    padding: 0.25em 0;
    margin: 0; }
    #content .blank_slate h1 button:hover,       #content .error h1 button:hover {
      background: #ed1556;
      color: #ffffff; }
#content .error dt {
  margin-top: 1.4em;
  margin-bottom: .3em;
  font-size: 1.75em;
  font-family: Georgia, Times New Roman, serif; }
#content .error dd {
  line-height: 1.4; }
#content .error .backtrace {
  margin: 1em 0;
  overflow: scroll;
  height: 30em;
  border: 1px solid #c0c0c0;
  line-height: 1.6; }
#content #projects {
  margin: 1em 0 2em;
  border-top: 1px solid #c0c0c0; }
  #content #projects li {
    position: relative;
    border-bottom: 1px solid #c0c0c0; }
    #content #projects li.odd {
      background: #e6e6e6; }
    #content #projects li.building {
      background: transparent url(/spinner.gif) no-repeat scroll right; }
    #content #projects li a {
      font-size: 2em;
      padding: .25em;
      line-height: 1.2;
      font-weight: bold;
      display: block; }
      #content #projects li a.success {
        color: #337022; }
      #content #projects li a.failed {
        color: #ff1100; }
    #content #projects li .meta {
      position: absolute;
      right: .6em;
      top: 1.5em;
      font-size: 0.8em;
      color: #999999;
      text-align: right; }
    #content #projects li.building .meta {
      right: 1.6em; }
    #content #projects li.success .meta {
      color: #337022; }
    #content #projects li.failed .meta {
      color: #ff1100; }
#content #previous_builds li a {
  display: block;
  padding: .25em;
  margin-bottom: .25em;
  border-width: 1px;
  border-style: solid; }
  #content #previous_builds li a strong {
    font-size: 1.3em; }
  #content #previous_builds li a .attribution {
    font-size: .9em; }
#content #projects li.success a,   #content #previous_builds li.success a {
  background-color: #bbf8aa;
  border-color: #99d688;
  color: #337022; }
  #content #projects li.success a .attribution,     #content #previous_builds li.success a .attribution {
    color: #77b466; }
  #content #projects li.success a:hover,     #content #previous_builds li.success a:hover {
    background-color: #ddffcc; }
#content #projects li.failed a,   #content #previous_builds li.failed a {
  background-color: #ffbbaa;
  border-color: #dd9988;
  color: #ff1100; }
  #content #projects li.failed a .attribution,     #content #previous_builds li.failed a .attribution {
    color: #bb7766; }
  #content #projects li.failed a:hover,     #content #previous_builds li.failed a:hover {
    background-color: #ffddcc; }
#content #build, #content #last_build {
  position: relative; }
  #content #build h1, #content #build blockquote,     #content #last_build h1, #content #last_build blockquote {
    border-width: 0 1px;
    border-style: solid; }
  #content #build h1,     #content #last_build h1 {
    border-top-width: 1px; }
  #content #build blockquote,     #content #last_build blockquote {
    bottom-bottom-width: 1px;
    line-height: 1.4; }
  #content #build.success h1, #content #build.success blockquote,     #content #last_build.success h1, #content #last_build.success blockquote {
    background-color: #bbf8aa;
    border-color: #99d688 #ccffbb #ccffbb #99d688; }
  #content #build.success h1,     #content #last_build.success h1 {
    color: #337022; }
  #content #build.success .meta,     #content #last_build.success .meta {
    color: #77b466; }
  #content #build.failed h1, #content #build.failed blockquote,     #content #last_build.failed h1, #content #last_build.failed blockquote {
    background-color: #ffbbaa;
    border-color: #dd9988 #ffccbb #ffccbb #dd9988; }
  #content #build.failed h1,     #content #last_build.failed h1 {
    color: #ff1100; }
  #content #build.failed .meta,     #content #last_build.failed .meta {
    color: #bb7766; }
  #content #build h1,     #content #last_build h1 {
    margin-top: .5em;
    margin-bottom: 0;
    padding: .25em;
    color: #337022; }
  #content #build blockquote,     #content #last_build blockquote {
    padding: .75em;
    margin-bottom: 2em; }
    #content #build blockquote .meta,       #content #last_build blockquote .meta {
      margin-top: 1em;
      display: block;
      font-size: .9em; }
  #content #build pre.output,     #content #last_build pre.output {
    background: #111;
    color: #fff;
    padding: .5em;
    overflow: auto;
    max-height: 50em;
    font-size: .825em; }
    #content #build pre.output .color30,       #content #last_build pre.output .color30 {
      color: #333; }
    #content #build pre.output .color31,       #content #last_build pre.output .color31 {
      color: #e33; }
    #content #build pre.output .color32,       #content #last_build pre.output .color32 {
      color: #3e3; }
    #content #build pre.output .color33,       #content #last_build pre.output .color33 {
      color: #ee3; }
    #content #build pre.output .color34,       #content #last_build pre.output .color34 {
      color: #33e; }
    #content #build pre.output .color35,       #content #last_build pre.output .color35 {
      color: #e3e; }
    #content #build pre.output .color36,       #content #last_build pre.output .color36 {
      color: #3ee; }
    #content #build pre.output .color37,       #content #last_build pre.output .color37 {
      color: #fff; }
#content #push_path {
  display: block;
  margin-top: 1em;
  margin-left: 2em; }
#content div#graph {
  width: 100%;
  height: 600px; }

a.success {

color: #bbf8aa; }
a.success:hover {
  background-color: #bbf8aa;
  color: white; }

a.failed {

color: #ffbbaa; }
a.failed:hover {
  background-color: #ffbbaa;
  color: white; }

footer {

padding: 1.5em 2.5em;
border-top: 1px solid #ccc;
font-size: .8em;
color: #666;
text-align: right; }
#footer strong {
  font-weight: bold; }