/*

(c) 2010-2011 FlamingLunchbox

*/

body{
  margin: 0px;
  padding: 0px;
  font-family: 'Tenor Sans', arial, sans-serif; 
  background-color: #111;
}

#bottom {
  position: absolute;
  height: 30px;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
}

#menubutton {
  font-size: 15px;
  margin-left: 2px;
  margin-right: 1em;
}

#curvycanvas {
    position: absolute;
    border: 0px;
}

h1 {
  color: white;
  font-size: 300%;
  font-family: 'Tenor Sans', arial, sans-serif; 
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: .5ex;
  padding-top: 0px;
}

#curvyicon {
  width: 15em;
  height: 15em;
}

button {
  color: white;
  background-color: #333;
  font-size: 120%;
  font-family: 'Tenor Sans', arial, sans-serif; 
}

.menu button {
  width: 12em;
  margin: 1ex auto;
}

p {
  color: white;
  text-align: center;
  font-size: 80%;
}

a {
  font-weight: 120%;
  color: white;
}

#fb-root{
  float: left;
}

.menu {
    position: absolute;
    width: 20em;
    margin: 10% 10%;
    background: #555;
    border: 2px solid #eee;
    padding: 1em;
    text-align: center;
    color: white;
}

.menu strong {}

.hidden {
  display: none;
}
