@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700);

html,
body {
	height: 100%;
	font-family:'Maven Pro', Arial;
	}

a,a:visited{color:#2e2e2e;}
a:hover{text-decoration:underline;color:#cc0100;}

.panel {
	box-shadow: 15px 15px 10px #888888;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -30px;
  padding:0 0 30px;
}

/* Set the fixed height of the footer here */
#footer {
  height:55px;
  background-color:0;
}

#wrap > .container {
  padding: 30px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-left:15px;
  padding-right:15px;
  padding-top:10px;
}

code {
  font-size: 80%;
}

.container-v-offset {
	margin-top:45px;
	}

.navbar img {
	height:16px;
	width:auto;
	padding:0;
	margin:0;
	float:left;
	}

.voffset-0 { margin-top: 2px; }
.voffset-1 { margin-top: 5px; }
.voffset-2 { margin-top: 10px; }
.voffset-3 { margin-top: 15px; }
.voffset-4 { margin-top: 30px; }
.voffset-5 { margin-top: 40px; }
.voffset-6 { margin-top: 60px; }
.voffset-7 { margin-top: 80px; }
.voffset-8 { margin-top: 100px; }
.voffset-9 { margin-top: 150px; }
.voffset-10 { margin-top: 250px; }

/*
.navbar-default {
	font-size:.95em;
	height:24px;
	padding:0;
	background:#fff;
	}

.navbar-nav > li > a {
	padding-top:11px !important;
	padding-bottom:11px !important;
	}
*/

.navbar {
	/* min-height:43px !important; */
	background:#fff;
	}


/* ...onward... */
.table-divider{
	border-top:2px solid #2e2e2e !important;
	}



