@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;
    padding-top:0.5em;
    padding-bottom:0;
    background-color: #ffb53f;
    border-left: 4px solid #a6190f;
    color: #a6190f;
}

#header p.main-menu {
    margin-left:0;
    min-width:700px;
}
#header p.main-menu a {
    display:inline-block;
    display:-moz-inline-box;
    padding:2px;
    padding-right:6px;
    padding-left:6px;
    padding-bottom:14px;
}
#header .feed {
    margin:0; padding:0;
    height:25px;
    margin-left: -5px;
}

#header .feed a {
    padding:0;
    padding-left:15px;
}

#header a {
    color: #700;
}

#header p.main-menu a.selected {
    background-color:#fff;
    border-top:2px solid #700;
    color:#000;
    text-decoration:none;
}

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


#logo {
    min-width:880px;
    width:70%;
    float: left;
    margin-left: -4px;
    line-height: 1em;
    font-size: 1.2em;
}

#logo h1 {
    display: inline-block;
    font-size: 2em;

}
#logo h1 a {
    text-decoration:none;
    font-family:"Helvetica Neue", "Helvetica", "Helvetica Sans", arial, sans-serif;
    letter-spacing:-0.06em;
}
#logo p {
    margin-left: 1em;
    display: inline-block;
}
#logo p a {
    margin-left: 10px;
}

#userbar {
    position:relative;
    float: right;
    min-width: 250px;
    width:15%;

    text-align: right;
    font-size: 0.9em;
    margin-top:-15px;
}

#userbar a {
    font-weight: bold;
}

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

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

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

#repos dt .menu {
    background-color: #ffb53f;
    border-left: 2px solid #a6190f;
    padding: 0px 5px;
    display: inline-block;
}

#repos dt .menu a {
    text-decoration: underline;
    border: none;
    color: #a6190f;
}

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

#repos dt strong {
    font-size: 16px;
}

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

#repos dd .repo {
    font-size: 11px;
    margin-bottom: 7px;
}

#repos dd p {
    margin-bottom: 3px;
}

#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 {
    margin-top:15px;
}
table#new-project th {
	text-align: left;
	font-weight: normal;
}
table#new-project td {
    padding:5px;
}

table#new-project ul.errorlist {
    list-style:none;
    color:#8B0000;
    font-size:0.8em;
}

h1 > div.repo,
h2 > div.repo {
    font-size: 10pt;
    font-weight: normal;
}

/**
 * Paginator
 */
.paginator {
    margin: 1.5em 1em 1em 1em;
}

.paginator a, .paginator span, .paginator strong {
    border: 1px solid #999;
    padding: 2px 4px;
}

.paginator a:focus, .paginator a:hover, .paginator strong {
    background-color: #ddd;
    font-size: 1em;
}

.paginator .disabled {
    border-color: #ccc;
    color: #999;
}

/**
 * Public repositories
 */
.public-repos {
    margin: 1em 1em 0 1em;
}

.public-repos dt {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6em;
}

.public-repos dd.author {
    display: inline-block;
    line-height: 1.6em;
    margin-left: 4em;
}

.public-repos dd.path {
    margin-bottom: 1em;
}

.repo-location {
    font-size:11px;
    font-weight:normal;
}
