  /* nisblack style @ahnphoto  */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.navbar-default {
background-color: #000000;
border-color: #000000;
}
.navbar-default .navbar-brand {
color: #DDD;
}
.navbar-default .navbar-toggle {
border-color: #000;
}
body > .container {
  padding: 80px 15px 30px;
}
.container .text-muted {
  margin: 20px 0;
}
.jumbotron { 
    padding-top: 30px;
    padding-bottom: 30px;
} 
.intro {
	color: #993300;
}   
#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
code {
  font-size: 80%;
}
.headline {
	text-align: center;
	font-weight: bold;
	font-size: 60px;
}
.notice {
	text-align: center;
	color: #ff3333;	
}
.navbar .brand {
  float: left;
  display: block;
  padding: 9px 20px 9px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

#share {
    padding: 20px 0 20px;
}
#adsense {
	padding-bottom: 20px;
}