body {
  padding: 0;
  margin: 0;
  background: #000 url('../img/paper.png') repeat scroll;
  font-family: 'source-sans-pro', sans-serif;
  font-size: 90%;
}

h2 {
	font-family: 'bigfish', sans-serif;
  font-size: 270%;
}

#header {
	position: relative;
	margin: 0px  auto;
	width: 100%;
	min-height: 250px;
	border: 0px solid #000;
	top: 10px;
  margin-bottom: 20px;
	-webkit-box-shadow: 0px 5px 10px #999;
    box-shadow: 0px 5px 10px #999;
    max-width: 100em;
    background: #000;
}

.button {
  border-style: solid;
  border-width: 0.4em;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  font-size: 1em;
  background-color: #000;
  border-color: #000;
  color: white;
  border-radius: 2%;
  -webkit-box-shadow: 0.1em 0.1em 0.1em #222;
          box-shadow: 0.1em 0.1em 0.1em #222; 
		  
  	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}

 button:hover, button:focus, .button:hover, .button:focus {
 	background: transparent;
  	border: 0.4em solid #333;
    -webkit-box-shadow: 0.25em 0.25em 0.25em #222;
          box-shadow: 0.25em 0.25em 0.25em #222; 
}

.orbit-container {
  -webkit-box-shadow: 0.5em 0.5em 0.5em #444;
          box-shadow: 0.5em 0.5em 0.5em #444; 
          top: -35px;
}

.button-group {
	margin-bottom: 40px;
}

.center_img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.center_text {
	text-align: center;
}

#footer {
	position: relative;
	margin: 0px  auto;
	width: 100%;
	border: 0px solid #000;
	top: 10px;
    max-width: 100em;
    background: #000;
    padding: 15px 0;
}

.navbox {
  display: table;
  margin: 0 auto;
  margin-top: 3.3em;
}

.largeimg {
  max-width: 130%
}

form {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #999;
  padding: 10px;
}

textarea:focus, input:focus {
  border: 2px solid #999;
}

input.button {
background:#999;
color:#fff;
}
input.button:hover {
background:#fff;
color:#09C;
}
.submitform {
  border: 2px solid #999;
}

.no_bullet {
  list-style-type: none;
}

.floated {
  float: right;
  margin-left: 5px
}
