body {
  	color: black;
        font-family:"Helvetica Neue",Arial, sans-serif;
        font-size:large;
        font-weight:100;
	background-color: #666;
/*	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/test.gif");
*/
}
 
h1 {
  	color: black;
        font-family:"Helvetica Neue",Arial, sans-serif;
        font-size:large;
        font-weight:100;
  	margin: 20px;
  	text-align: center;
}
 
#wrap {
  z-index: 666;
  opacity: 1;
  display: none;
  background: #ffffff;
  border: 1px solid #cccccc;
  margin: auto;
  top: 200px;
  left: 50%;
  width: 400px;
}
 
form {
  padding: 20px;
  margin: 20px;
}
.error[generated=true] {
	color: red;
  	position: fixed;
        bottom: 200px;
  	left: 50%;
        font-family:"Helvetica Neue",Arial, sans-serif;
        font-size:xx-large;
        font-weight:100;
  	padding: 20px 0 20px 20px;
}
input, textarea {
  background: #FFF;
  border: 1px solid black;
  font-family:"Helvetica Neue",Arial, sans-serif;
  font-size:large;
  font-weight:100;
  line-height: 29px;
  min-height: 30px;
  padding: 2px 2px 2px 2px;
  width: 100%;
}
input:focus, textarea:focus {
  border-color: black;
  outline: none;
}
textarea {
  height: 150px;
  resize: vertical;
}
input[type=submit] {
  background: black;
  color: white;
  font: inherit;
  padding: 5px 20px;
  width: auto;
}
#rcaptcha {
  position: absolute;
  bottom: 10px;
} 
#response {
  margin-bottom: 20px;
  text-align: center;
}
#response .success {
  background: black;
  color: white;
  font: inherit;
  padding: 5px 20px;
  width: auto;
}
#response .failure {
  color: red;
  position: absolute;
  bottom: 10px;
}
#music {
        display: none;
	opacity: 1;
	border: 1px solid red;
        top:0;
        left:0;
        width:100%;
	height:100%;
        position:fixed;
        z-index: -1;
}
#nowplaying {
	display: none;
	color: white;
        padding-bottom: 20px;
}
#playmusic {
        float: left;
}
#next {
        display: none;
	float: left;
}
#shuffle {
        display: none;
	float: left;
}
#playlist {
        display: none;
        float: left;
}
#steve {
	float: left;
}
#contact {
	float: left;
}
#footer {
        position: fixed;
        bottom: 50px;
}
#about {
        display: none;
        padding-left: 50px;
}
#travelplans {
        display: none;
        opacity: 1;
	position: relative;
	left: 600px;
}
div.menu {
        opacity: .8;
	padding: 50px;
        width: 25%;
	height: 100%;
        text-align:left;
        position:fixed;
	top: 0%;
	left: 0%;
        background-color: black;
        color: #fff;
        font-family:"Helvetica Neue",Arial, sans-serif;
        font-size:xx-large;
        font-weight:100;
	-webkit-font-smoothing: antialiased;
}
a:link {
        color: #fff;
        font-family:"Helvetica Neue",Arial, sans-serif;
        text-decoration: none;
        font-size:xx-large;
        font-weight:100;
}
a:visited {
       color: #fff;
        font-family:"Helvetica Neue",Arial, sans-serif;
        font-size:xx-large;
        font-weight:100;
}
a:hover {
	color: #999;
        font-family:"Helvetica Neue",Arial, sans-serif;
        font-size:xx-large;
}
a:active {
        color: red;
        font-family:"Helvetica Neue",Arial, sans-serif;
        font-size:normal;
}
