/*********************************************************
 * wagner.css
 *********************************************************/

html, body {
	height: 100%;
}
body {
	font-family: sans-serif;
	font-size: 14px;
	overflow-y: scroll;
	background-color: #222;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-position: 0 -220px;
	color: white;
}
h1 {
	margin:10px 0;
	padding: 0;
	font-family: Sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fed41e;
}
h2 {
	margin:5px 0;
	padding: 0;
	font-size: 18px;
	color: #eee;
}
h3 {
	margin:5px  0;
	padding: 0;
	font-size: 14px;
	color: #bbb;
}
h4 {
	margin:5px  0;
	font-family: Sans-serif;
	font-size: 14px;
	color: #fed41e;
}
.ft {
	border-top: 1px solid #fed41e;
	margin-top: 25px;
}
div.col3[class*="col-"] {
	padding: 0px 22px;
}
.col3 a {
	font-size: 16px;
	outline: none;
}
div.yellowline {
	background-color: #fed41e;
	display: block;
	height: 2px;
	margin: 0 0 15px;
	width: 100%;
}

.navbar {
	background-color: black; 
	border:none;
	font-family: Sans-serif;
	font-size: 18px;
}
table.gigs {
	margin-top: 5px;
	width: 100%;
	background-color: #444;
	padding: 0px;
}
table.gigs td {
	font-size: 12px;
	text-align: center;
	padding:6px;
	border: 1px solid #fed41e;
}
table.bio {
	margin: 5px;
	width: 100%;
}
table.bio tr {
	padding:15px 0;
}
table.bio td.year {
	min-width: 130px;
	padding:15px;
	vertical-align:top;
}
table.bio td.info {
	min-width: 100px;
	padding:15px;
	vertical-align:top;
}
td.info ul {
	margin-left: -25px;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0px 0 80px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 50px;
  background-color: black;
  text-align: center;
  padding-top: 8px;
}
