@font-face {
	font-family: 'aldo';
	src: url('../fonts/aldo-webfont.eot');
	src: local('☺'), url('../fonts/aldo-webfont.woff') format('woff'), url('../fonts/aldo-webfont.ttf') format('truetype'), url('../fonts/aldo-webfont.svg#webfontkaghEZ6E') format('svg');
	font-weight: normal;
	font-style: normal;
}

.header,article,section,#nav {
  display: block;
}

hr{
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

a {
  color: #B7B7B7;
}

a:hover,a:active,a:visited {
  color: #989898;
}

body {
  background-color: black;
  min-size: 960px;
  margin-bottom: 20px;
  background: url(https://btp4.s3.amazonaws.com/images/body-bg.png) repeat-x;
  background-color:black;
  
}
h1,h2,h3,h4,#sb-title-inner {
  font-family: "aldo",sans-serif !important;
}
.info li {
  list-style: none;
}

.header .logo {
  position: absolute;
  top: 10px;left :10px;
  pointer-events: none;
  z-index: 105;
  -webkit-transition: all 0.5s ease-in-out;
}
.header .done {
  top: -40px;
  left: -30px;
  -webkit-transform: scale(0.7) rotate(340deg);
  -moz-transform: scale(0.7) rotate(340deg);
}

.header ul.nav{
	clear: both;
	text-align: center;
	margin-bottom: 4px;
}

ul.nav li{
	display: inline-block;
	margin: 0;
	zoom: 1;
}

ul.main {
  text-align: center;
  padding: 0;
  cursor: default;
  list-style-type: none;
  font-family: "aldo",sans-serif;
  font-size: 3em;
  margin-bottom: 6px;
  margin-top: 0;
}

ul.main li{
  margin:0;
  padding: 0 12px 0 12px;
}

ul.main li a:visited {
  color: #2C2C2C;
}

ul.main li a {
  padding-top: 4px;
  display: block;
  text-align: center;
  color: #2C2C2C;
  text-decoration: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

ul.sub li {
  margin: 12px 6px;
}
	


#control-template {
 display:none;
}
