body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.025em;
}

small {
  font-size: 0.8em;
}

p {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2;
}

h1 {
  font-size: 2.0em;
  font-weight: normal;
  margin-bottom: 20px;
}

h1 span.breadcrumb {
  font-size: 0.6em;
  line-height: 1em;
}

h2 {
  font-weight: normal;
  font-size: 1.4em;
  padding-top: 5px;
  padding-bottom: 2px;
  margin-top: 10px;
  margin-bottom: 3px;
}

.warnings {
  background-color: #dedede;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}

pre {
  padding: 10px;
  font-size: 11px;
}

a {
  color: #4183c4;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

.memo {
  font-style:italic;
  font-size: 80%;
}

.to_960 {
  width: 940px;
  margin: 0 auto;
  padding-left: 15px;
}

.graph {
  border: 0px;
  width: 480px;
  height: 320px;
}

#header_out {
  background: #000 url("../images/header_bg.gif") repeat-x 0 0;
}

#header {
  padding: 0px 0 0px 0;
  color: #DDD;
  height: 95px;  
}

#logo {
  float: left;
  color: #DDD;
}

.beta {
  float: left;
  margin-left: 10px;
  margin-top: 40px;
}

#top_level_nav {
  float: right;
  margin-top: 40px;
}

#top_level_nav a {
  margin-left: 20px;
  text-decoration: none;
}

#content_out {
  clear: both;
  padding: 1em 0 2em 0;
  background-color: #F1F1F1;
}

#content {
}

#benefits {
  float: right;
  font-size: 1.15em;
  width: 400px;
}

#benefits li {
  border-top: 1px transparent solid;
}

#benefits h2 {
  width: 92px;
  height: 43px;
  padding: 5px 0 0 10px;
  float: left;
  width: 100px;
  background: url("../images/speech_bubble.gif") no-repeat;
}

#benefits p {
  padding: 2px 0 0 10px;
  margin-left: 112px;
}

#signup {
  padding-top: 20px;
  padding-bottom: 20px;
}

#signup span {
  float:right;
  width:400px;  
}

#signup a {
  background:#000; 
  padding: 15px 60px; 
  font-size: 2em; 
  font-weight: bold;
  
  color: white; 
  text-decoration: none;
}

#signup_blurb {
  display: block;
  float: left;
  width: 440px;
  font-size: 1.15em;
}

#legal_links {
  float: left;
}

#support_links {
  float: right;
  font-size: 1em;
}

#footer_out {
  border-top: 1px #D4D4D4 solid;
  background-color: #FCFCFC;
}

#signup_out {
  border-top: 1px #D4D4D4 solid;
  background-color: #FCFCFC;
}

#beta_text {
  font-size: 0.9em;
}

#footer {
  padding: 1em 0 0 0
}

#footer p {
  border-top-style: solid;
}

#projects {
  font-size: 150%;
  line-height: 1.2em;
}

ol.numbered {
  list-style-type: decimal;
  padding-left: 20px;
}

ol.numbered li {
  margin: 5px 0 5px 0;
}

.round_button {
  background:#000; 
  padding: 10px 30px; 
  font-size: 1.3em; 
  font-weight: bold;
}

a.round_button, .round_button a {
  text-decoration: none;
  color : #FFF;
  font-weight: bold;
  font-size: 1.2em;  
}

.header_button {
  float: right;
}

#projects table {
  width: 100%;
}

#project-details {
  margin: 10px 0 0 0;
  padding-left: 10px;
  border: 1px solid #d8d8d8;
  background-color: #f0f0f0;
}

#project-details td {
  padding-right: 10px;
}

.label {
  color: #888888;
}

#path {
  margin-top: 20px;
  font-size: 140%;
}

#graph {
  margin: 20px 0 0 0;
  border: 1px solid #bedce7;
  background-color: #eaf2f5;
}

#warnings_over_time {
  float: left;
}

#duplicates_over_time {
  float: right;
}

#graphs h2 {
  font-size: 100%;
  margin-bottom: 0;
}

.cogentlogo {
  display: block;
  float: left;
  width: 190px;
  height: 30px;
  margin-top: -5px;
  background: url("/images/cogent_logo.png") no-repeat;
}

.footer_line {
  margin-top: 5px;
}

.footer_about {
  float: right;
  text-decoration: none;
  color: #333;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

ul.legal {
  list-style-type: square;
  padding-left: 5em;
}

.legal li {
  padding-bottom: 0.7em;
}

.actions a {
  padding-left: 1em;
}

.flash {
  background-color: #e3e3e3;
  background-repeat: no-repeat;
  background-position: 12px 3px;
  font-size: 1.2em;
  padding: 7px 0 4px 80px;
  margin-bottom: 10px;
}

#notice_flash, #success_flash {
  background-image: url("/images/happy_yak.png");
}

#error_flash {
  background-image: url("/images/sad_yak.png");
}

#error_404 img {
  float: left;
  margin-right: 50px;
}

#error_404 .help_message {
  font-size: 2.2em;
  padding-top: 20px;
}