@charset 'utf-8';

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100% !important;
}

body {
    min-width: 974px;
    height: 100% !important;
    background-color: #fff;
    font-family: 'Corbel', 'Lucida Sans', 'Arial', sans-serif;
    font-size: 10pt;
    color: #2d2c2d;
}

a {
    color: #003267;
}

a:visited {
    color: #6a9bc8;
}

a:focus, a:hover {
    color: #2d2c2d;
}

h3 small {
    font-size: 0.9em;
    font-weight: normal;
}

pre {
    width: 100%;
    overflow: auto;
}

#header {
    margin-bottom: 1em;
    padding: 1em 2em;
    background-color: #ffb53f;
    border-left: 4px solid #a6190f;
    color: #a6190f;
}

#header a {
    color: #700;
}

#header a:focus, #header a:hover {
    color: #a6190f;
}

#logo {
    width: 50%;
    float: left;
    margin-left: -4px;
    font-size: 2em;
    line-height: 1em;
}

#userbar {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 0.9em;
}

#userbar a {
    font-weight: bold;
}

#body {
    margin: 1em 2em;
    min-height: 80% !important;
}

#repos dt {
    margin: 1em 0 0.2em 0;
}

#repos dt a {
    border-bottom: 1px dashed #ccc;
    color: #003267;
    text-decoration: none;
}

#repos dt a:focus, #repos dt a:hover {
    border-bottom-color: #003267;
}

#repos dt strong {
    font-size: 1.4em;
}

#repos dd {
    margin-left: 2em;
    font-size: 9pt;
}

#sidebar {
    width: 250px;
    float: left;
}

#sidebar ul li, #content ul li {
    margin-left: 1em;
}

#sidebar h1, #content h1, .content-title {
    font-size: 1.4em;
}

#sidebar h2, #content h2 {
    font-size: 1.2em;
}

#sidebar h3, #content h3 {
    font-size: 1.1em;
}

#content {
    margin-left: 300px;
}

#footer {
    margin: 0 20pt;
    padding: 5pt 0;
    border-top: 1px solid #939393;
    font-size: 8pt;
    text-align: right;
}

#footer a {
    color: #2d2c2d;
}

#footer a:focus, #footer a:hover {
    color: #003267;
}

.clear {
    clear: both;
}

.commits li {
    margin: 0.4em auto 0.6em auto;
}

.commits li p {
    margin: 0.2em auto;
}

.darkgray {
    color: #515151;
}

.deleted-file {
    color: red;
}

.indent-bottom {
    margin-bottom: 10pt;
}

.indent-top {
    margin-top: 10pt;
}

.highlight .lineno {
    padding: 0 10px !important;
    border-right: 2px solid #666;
    background-color: #eee;
    font-weight: bold;
}

.margin-left {
    margin-left: 1em;
}

.new-file {
    color: green;
}

.noliststyle {
    list-style-type: none;
}

.nomargin {
    margin: 0 !important;
}

.right-links {
    float: right;
    text-align: right;
    font-size: 0.9em;
}

.rss-small {
    margin-left: 3px;
    padding-left: 15px;
    background-image: url('../img/feed-icon-12x12.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.tcomment {
    margin-bottom: 4px;
    padding: 2px 4px;
    border-left: 2px solid #e76300;
    background-color: #fbf9e3;
}

.tcomment p {
    margin: 2px 0;
}

.warning {
    color: #bd070a;
}

table#new-project th {
	text-align: left;
	font-weight: normal;
}