/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: inherit;
}
.invisible {
  visibility: hidden;
}
.columnx2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.columnx3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
@font-face {
  font-family: lmitalic;
  src: url('/static/fonts/lmroman10-italic.otf?311e1d9f7405');
}
@font-face {
  font-family: lmroman;
  src: url('/static/fonts/lmroman10-regular.otf?311e1d9f7405');
}
@font-face {
  font-family: 'NotCourierSans';
  src: url('/static/atfont-face/notcouriersans-bold-webfont.eot?311e1d9f7405');
  src: url('/static/atfont-face/notcouriersans-bold-webfont.eot?&311e1d9f7405#iefix') format('embedded-opentype'), url('/static/atfont-face/notcouriersans-bold-webfont.woff?311e1d9f7405') format('woff'), url('/static/atfont-face/notcouriersans-bold-webfont.ttf?311e1d9f7405') format('truetype'), url('/static/atfont-face/notcouriersans-bold-webfont.svg?311e1d9f7405#NotCourierSansBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NotCourierSans';
  src: url('/static/atfont-face/notcouriersans-webfont.eot?311e1d9f7405');
  src: url('/static/atfont-face/notcouriersans-webfont.eot?&311e1d9f7405#iefix') format('embedded-opentype'), url('/static/atfont-face/notcouriersans-webfont.woff?311e1d9f7405') format('woff'), url('/static/atfont-face/notcouriersans-webfont.ttf?311e1d9f7405') format('truetype'), url('/static/atfont-face/notcouriersans-webfont.svg?311e1d9f7405#NotCourierSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "lmroman";
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  padding: 1em;
}
p {
  margin: 0;
  margin-bottom: 20px;
}
blockquote {
  font-family: lmitalic;
  font-size: 21px;
  padding-left: 15px;
}
a,
a:visited {
  color: #000000;
}
a:hover {
  text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
dt {
  letter-spacing: 0.05em;
  font-family: lmroman;
  font-size: 12px;
}
li {
  list-style: none;
  list-style-type: none;
}
h1 {
  font-size: 25px;
  color: #000000;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 1em;
  margin-top: 1em;
  clear: both;
  text-transform: uppercase;
}
h2 {
  font-size: 21px;
  color: #000000;
  font-weight: normal;
  line-height: 13px;
  margin-bottom: 1em;
}
#active-projects {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  left: 2em;
  padding: 1em;
  margin-top: 2em;
  margin-left: 15px;
}
#active-projects,
#project-detail {
  *zoom: 1;
  width: auto;
  min-width: 830px;
  padding-right: 165px;
  position: absolute;
}
#active-projects:before,
#project-detail:before,
#active-projects:after,
#project-detail:after {
  display: table;
  content: "";
}
#active-projects:after,
#project-detail:after {
  clear: both;
}
#active-projects #project-detail-readme,
#project-detail #project-detail-readme,
#active-projects #project-detail-iceberg,
#project-detail #project-detail-iceberg,
#active-projects #project-detail-commits,
#project-detail #project-detail-commits,
#active-projects #project-detail-files,
#project-detail #project-detail-files {
  position: absolute;
  padding: 2em;
  margin: 15px;
}
#active-projects #project-detail-files,
#project-detail #project-detail-files {
  background: rgba(224, 255, 255, 0.9);
  width: 100%;
  z-index: 10;
}
#active-projects #project-detail-iceberg,
#project-detail #project-detail-iceberg {
  background: rgba(255, 255, 224, 0.9);
  width: 85%;
  z-index: 20;
  top: 4em;
  left: 4em;
}
#active-projects #project-detail-commits,
#project-detail #project-detail-commits {
  background: rgba(127, 255, 212, 0.9);
  width: 75%;
  z-index: 30;
  top: 8em;
  left: 8em;
}
#active-projects #project-detail-readme,
#project-detail #project-detail-readme {
  background: rgba(255, 255, 255, 0.9);
  width: 600px;
  z-index: 40;
  top: 12em;
  left: 12em;
}
#active-projects #project-detail-readme img,
#project-detail #project-detail-readme img {
  max-width: 100%;
}
.project {
  float: left;
  width: 315px;
  margin-right: 15px;
  margin-bottom: 20px;
  min-height: 300px;
  /*
background: -moz-linear-gradient(left, #ffffff 37%, #ffa73d 48%, #ff7c00 54%, #ffffff 63%); 
background: -webkit-gradient(linear, left top, right top, color-stop(37%,#ffffff), color-stop(48%,#ffa73d), color-stop(54%,#ff7c00), color-stop(63%,#ffffff)); 
background: -webkit-linear-gradient(left, #ffffff 37%,#ffa73d 48%,#ff7c00 54%,#ffffff 63%); 
background: -o-linear-gradient(left, #ffffff 37%,#ffa73d 48%,#ff7c00 54%,#ffffff 63%); 
background: -ms-linear-gradient(left, #ffffff 37%,#ffa73d 48%,#ff7c00 54%,#ffffff 63%);
background: linear-gradient(left, #ffffff 37%,#ffa73d 48%,#ff7c00 54%,#ffffff 63%); 
*/

}
.project-type {
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}
.project-type a {
  text-decoration: none;
}
.project-type a:hover {
  text-decoration: underline;
}
.project-title {
  font-size: 21px;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 10px;
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: normal;
  text-decoration: underline;
}
.project-description-from-the-readme {
  font-size: 15px;
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: -0.03em;
  font-weight: normal;
}
.iceberg {
  margin-right: 15px;
}
.iceberg-pict {
  width: 70px;
}
.iceberg-pict-big {
  width: 250px;
}
.commit-list {
  background-size: 1px 1px;
  background-position: 100px 0,0 0;
  background-repeat: repeat-y;
}
.commit-list a,
.commit-list a:visited,
.commit-list a:active {
  color: #005580;
  text-decoration: none;
}
.commit-list a:hover {
  text-decoration: underline;
}
.ellipse {
  clear: both;
  width: 5px;
  margin: auto;
  margin-left: 36px;
  border-left: 1px solid black;
}
.commit {
  padding: 6px 0;
  border-top: 1px dotted aquamarine;
}
.commit p {
  margin-bottom: 0;
}
.commit-metadata {
  margin-left: 5em;
}
.commit-author-said {
  margin-left: 7px;
}
.commit-message {
  font-size: 19px;
  line-height: 24px;
}
.commit-date {
  margin-top: 2px;
}
h1#project-detail-title {
  float: left;
  margin-bottom: 0;
}
ul#project-detail-nav {
  margin-top: 1em;
  margin-right: 13em;
  text-align: center;
}
ul#project-detail-nav li {
  display: inline;
  margin-left: 1em;
}
ul#project-detail-nav li a {
  text-decoration: none;
}
ul#project-detail-nav li a:hover {
  text-decoration: underline;
}
div#project-detail .iceberg,
div#project-detail .commit-list {
  float: left;
  margin-right: 20px;
}
div#project-detail-head h1.repo_slug {
  float: left;
}
a.git-clone {
  background: none repeat scroll 0 0 #0000FF;
  color: #FFFFFF;
  display: inline-block;
  font-family: notcouriersans;
  font-weight: bold;
  margin-left: 1em;
  margin-top: 23px;
  padding: 8px;
  text-decoration: none;
}
div#project-detail-body {
  clear: both;
}
.project-detail-img-file {
  margin-top: 20px;
}
.project-detail-file-name {
  font-family: lmroman;
  font-size: 18px;
  text-align: left;
  font-weight: normal;
}
.project-detail-file-mime {
  font-family: lmroman;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.project-detail-blob-size {
  font-family: lmroman;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
#menu-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}
header {
  margin-left: 400px;
}
#menu {
  font-size: 14px;
}
#menu a {
  text-decoration: none;
}
#menu a:hover {
  color: blue;
}
#menu li {
  display: inline;
  list-style: none;
  font-family: "lmroman";
  margin-right: 1em;
}
#baseline {
  text-transform: none;
  font-family: "lmroman";
  color: blue;
}
div#on-the-table {
  margin: 1em 0;
}
.status {
  background-color: blue;
  color: white;
  padding: 12px;
  margin-bottom: 1em;
  margin-right: 1em;
  width: 20em;
  float: left;
  font-family: notcouriersans;
  font-weight: bold;
  font-size: 13px;
}
.status a {
  color: #AFEEEE;
}
#home-infos {
  width: 350px;
  padding: 12px;
  font-size: 13px;
  background-color: pink;
  font-family: NotCourierSans;
  position: absolute;
  z-index: 1;
}
#home-infos:hover {
  z-index: 100;
}
#home-infos figure {
  display: inline-block;
}
#home-infos img {
  max-width: 100%;
  display: block;
}
#about-general {
  width: 520px;
  margin-top: 20px;
  margin-left: 20px;
  height: 100%;
  font-family: "lmroman";
  font-size: 15px;
  text-align: left;
  color: #000000;
}
.contact {
  color: blue;
}
.osp-about-texts {
  color: red;
}
#about-members {
  float: left;
  width: 520px;
  margin-top: 20px;
  margin-left: 40px;
  font-family: "lmroman";
  font-size: 15px;
  text-align: left;
  color: #000000;
}
div#info-page {
  width: 50%;
  margin: 0 auto;
}
div#info-page h3 {
  font-size: 22px;
  padding-bottom: 3px;
}
pre,
code {
  font-family: 'NotCourierSans';
  white-space: pre-wrap;
}
pre {
  margin-bottom: 20px;
}
.thumbnails {
  margin-left: -15px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.thumbnails > li {
  float: left;
  margin: 0 0 18px 20px;
  width: 140px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb {
  clear: both;
  font-family: notcouriersans;
}
.breadcrumb li {
  display: inline-block;
}
.close {
  float: right;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 21px;
  line-height: 15px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #ffff00;
  background-color: #afeeee;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffff00), to(#afeeee));
  background-image: -webkit-radial-gradient(circle, #ffff00, #afeeee);
  background-image: -moz-radial-gradient(circle, #ffff00, #afeeee);
  background-image: -ms-radial-gradient(circle, #ffff00, #afeeee);
  background-repeat: no-repeat;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  background-color: #ffffcc;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
.modal-body {
  padding: 15px 20px;
}
.modal-body .modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 15px 20px;
  margin-bottom: 0;
  background-color: #ffffcc;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
