html {
    height: 100%;
    background-color: #D5D5D5;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

body.topBarEnabled {
    padding-top: 45px;
}

h2, h3, h4, h5, h6 {
    clear: left;
    margin: 20px 0;
}

div#banner {
	margin-bottom: 15px;
}

div.pull-left {
    display: none;
}

div.pull-right {
    float: right;
    margin: 1em auto 2em 4em;
}

div.clear {
    clear: left;
}

div#breadcrumbs {
    width: auto;
    top: 10px;
    right: 10px;
    position: absolute;
}

a, a:active, a:visited {
    color: #CB1180;
}

a:hover {
    color: #ffffff;
    background-color: #CB1180;
    text-decoration: none;
}

div#topbar a.brand:hover {
    background-color: transparent;
}

div#topbar a.brand {
    padding: 3px 10px 0 20px;
}

a.externalLink[href^="http"], a.externalLink[href^="https"], a.externalLink[href^="irc"] {
    background-image: none;
    padding: 0;
}

a.externalLink:hover {
    color: #ffffff;
    background-color: #CB1180;
}

div#topbar {
    color: rgb(153, 153, 153);
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 43px;
    left: 0px;
    line-height: 18px;
    margin-bottom: 0px;
    overflow-x: visible;
    overflow-y: visible;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1030;
}

.dropdown-menu li a {
    color: #CB1180;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #D5D5D5;
    border-top-color: #D5D5D5;
}

div.navbar-inner {
    -webkit-box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px 0px, rgba(0, 0, 0, 0.0980392) 0px -1px 0px 0px inset;
    background-color: rgb(44, 44, 44);
    background-image: -webkit-linear-gradient(top, rgb(51, 51, 51), rgb(34, 34, 34));
    background-image: linear-gradient(to bottom, rgb(51, 51, 51), rgb(34, 34, 34));
    background-repeat: repeat-x;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px 0px, rgba(0, 0, 0, 0.0980392) 0px -1px 0px 0px inset;
    color: rgb(153, 153, 153);
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 43px;
    line-height: 18px;
    min-height: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

div.navbar-inner a.dropdown, 
div.navbar-inner a.dropdown:focus,
div.navbar-inner a.dropdown:active,
div.navbar-inner a.dropdown:hover,
div.navbar-inner a.dropdown-toggle, 
div.navbar-inner a.dropdown-toggle:focus,
div.navbar-inner a.dropdown-toggle:active,
div.navbar-inner a.dropdown-toggle:hover {
    color: #ffffff;
    font-weight: bold;
    text-shadow: none;
}

pre.prettyprint {
    margin-left: 1em;
    padding-left: 0.5em;
} 

hr {
    margin-top: 2em;
    margin-bottom: 0
}

dl {
    margin-left: 2em;
    clear: both;
}

dl dt  {
    clear: left;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 26px;
    width: 180px;
}

dl dt a {
    font-weight: bold;
}

dl dd {
    clear: right;
    line-height: 18px;
    padding: 4px 0 4px 40px;
}

footer {
    font-size: 0.90em;
    background-color: #d5d5d5;
    padding-top: 1em;
    padding-bottom: 3em;
}

footer .row:after {
    clear: left;
}

footer .row.span12 {
    width: auto;
}

footer p {
    width: 70%;
    margin-top: 0;
    margin-bottom: 0.6em;
    line-height: 1.1em;
}

footer p#poweredBy {
    width: auto;
    text-align: right;
}

footer .builtBy {
    margin-right: 0;
}

p#highlight {
    clear: right;
    float: right;
    margin-left: 50px;
    margin-bottom: 150px;
    text-align: center;
}

p#highlight a.highlight {
	background-color: #cccccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	color: #cb1180;
	font-size: 1.5em;
    line-height: 1.3em;
	font-weight: normal;
    margin-top: 1em; 
	padding: 13px 35px;
	text-decoration: none;
}

p#highlight a.highlight:hover {
	background-color: #cb1180;
    color: #ffffff;
}

p#highlight iframe {
    display: block; 
    clear:left; 
    text-align: center; 
    margin-top: 3em; 
    width: 250px; 
    height: 20px;
}

img[alt=gitflow] {
    float: right; 
    clear: right;
}

p.alert.warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b; 
}

