/* General
---------------------------------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  font: 13px Helvetica,arial,freesans,clean,sans-serif;
  line-height: 1.4;
  margin: 0 0 105px;
  background-color: #fff;
  color: #000000;
}

/* Monospaced Fonts */
.sha1, .mode, .diff_tree .list, .pre, .diff, .patchset {
  font-family: 'Consolas','Bitstream Vera Sans Mono',monospace;
}

a:link, a:visited {
  color: #4183C4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Page Header
---------------------------------------------------------------------------- */

.page_header {
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 27px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: Helvetica, Arial, Freesans, Clean, sans-serif;
  background: #FFFFFF; /* old browsers */
  background: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F5F5F5)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F5F5F5',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
  border-bottom: 1px solid #dfdfdf;
}

.page_header a:link, .page_header a:visited {
  color: #4183C4;
  text-decoration: none;
  padding: 3px;
  font-weight: bold;
}

.page_header a:hover {
  font-weight: bold;
  padding: 3px;
  text-decoration: underline;
}

.page_header a:first-child {
  background: transparent;
}

/* Page Footer
---------------------------------------------------------------------------- */

.page_footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin-top: 15px;
  background: #f1f1f1;
  border-top: 2px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.page_footer_text {
  color: #666;
  display: inline;
  float: left;
  margin-left: 25px;
}

/* Elements
---------------------------------------------------------------------------- */

.project_list {
  width: 95%;
  margin: 0 auto 15px auto;
}

h1 {
  display: block;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 0.67em;
  margin-top: 0;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.83em;
}

ul {
  list-style: disc;
  margin-bottom: 1em;
  margin-left: 1.5em;
}
