@import url("fonts/stylesheet.css");

body {
	font-family: 'Fantasque Sans Mono', sans-serif;
	font-size: medium;
}

.jumbotron {
	background-color: #333;
	color: #eee;
}

.jumbotron pre {
	color: #eee;
}

.jumbotron .new {
	color: red;
}

.jumbotron h1 .mw-headline {
	text-shadow: 1px 1px 0 #000;
}

@media (min-width: 520px) {
	.jumbotron pre {
		width: 523px;
	}
}

.mud-dir {
	background: #fff;
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.05 );
	position: relative;
}

.mud-dir .reverse-short,
.mud-dir .reverse-long,
.mud-dir .long,
.mud-dir .short {
	padding: 0.5em;
}

.mud-dir .long {
	display: none;
	padding: 0.5em;
}

.mud-dir .toggle {
	background: #eee;
	color: #555;
	cursor: pointer;
	display: block;
	font-size: 0.9em;
	padding: 0.5em;
}

.mud-dir.show-long .long {
	display: block;
}

.mud-dir.show-long .short {
	display: none;
}

.mud-dir .reverse-short,
.mud-dir .reverse-long {
	display: none;
}

.mud-dir.show-reverse .short,
.mud-dir.show-reverse .long {
	display: none;
}

.mud-dir.show-reverse .reverse-short {
	display: block;
}

.mud-dir.show-reverse.show-long .reverse-short {
	display: none;
}

.mud-dir.show-reverse.show-long .reverse-long {
	display: block;
}


div.vimeo-counch {
	float:left;
	position: absolute;
	left: 0;
	background-color: #111;
	width: 100%;
	height: 450px;
	text-align: center;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
div.vimeo-counch-pusher {
	display: block;
	clear: both;
	width: 100%;
	height: 450px;
}
div.vimeo-counch iframe {
	padding: 0;
	margin: 0;
}

#toc.toc-sidebar li {
	margin-left: -20px;
}

#toc.toc-sidebar li li,
#toc.toc-sidebar li li li {
    margin-left: 5px;
}

ul.navbar-nav a {
	text-transform: lowercase;
}

.navbar > .container .navbar-brand {
	font-size: 150%;
	color: #2a6496;
}

#wiki-body .dropdown-menu {
	min-width: 300px;
}

div.navbar-fixed-top, 
div.navbar-fixed-bottom,
div.subnav-fixed {
	position: absolute;
}

a.image img {
	margin-bottom: 10px;
}


/*
.nav-pills .menu-icon {
	position: relative;
	display: inline;
	float: left;
	width: 25px;
	height:39px;
	margin-right: 10px;
	background: #d5d5d5;
	text-align: center;
	border-radius: 12px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #000;
}

.nav-pills a:hover .menu-icon {
	background: #fff;
}
*/
