html, body{ 
  height: 100%;
  margin: 0;
  padding: 0;
}
body{ 
  color: #222;
  background: #fff;
}
#prophylactic{ 
  position: relative;
  min-height: 100%;
}
#rubber{ 
  background: #fff;
}
.container{
  /* this is to make a gap for the footer */
  padding-bottom: 25em;
}
p{ 
  margin: 0 0 1em 0;
  padding: 0;
}
a{ 
  color: #3964c3;
}
a:visited{ 

}
a:hover{ 
  color: #f69a13;
}

/*-------------------------------------------------
   nav, header and footer
-------------------------------------------------*/
#nav{
  color: #fff;
  background-color: #222;
  margin: auto;
  text-align: center;
  padding: 4px 0;
}
#nav ul{
  padding: 5px 0;
  margin: 0;
  white-space: nowrap;
}
#nav ul li{ 
  display: inline;
  list-style-type: none; 
}
#nav a, #nav a:visited{ 
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
}
#nav a:hover{ 
  color: #f69a13;
  background-color: #333;
}
#header_bg{ 
  padding: 90px 0;
  background: url(http://media.metarz.net/img/header-orange.png) repeat-x;
}

#header{
  background: none;
  position: relative;
  border-bottom: 2px solid #222;;
  text-align: right;
  padding: 0;
  margin: -5em 0 0 0;
}
#header a, #header a:visited{ 
  text-decoration: none;
  color: inherit;
}
#header a:hover{
  color: #f69a13;
}
#header h1{ 
  display: inline;
  line-height: .8em;
  font-size: 5em;
}
#header1{
  color: #222;
  font-weight: bolder;
}
#header2{
  margin-right: 10px;
  color: #3964c3;
  font-weight: lighter;
}

/*-------------------------------------------------
   color picker
-------------------------------------------------*/
#color_picker{ 
  position: absolute;
  top: -33px;
  right: 15px;
  margin: 5px 0 0 0;
  padding: 3px 0 3px 8px;
  text-align: center;
}
#color_picker a, #color_picker a:visited{
  font-weight: bolder;
  color: #fff;
  text-decoration: none;
  padding: 0 3px;
  background-color: #3964c3;
}
#color_picker a:hover{ 
  color: #f69a13;
}
#color_picker a#toggle_in, #color_picker a#toggle_out{ 
  font-weight: lighter;
  font-size: .9em;
  padding: 1px 5px;
  margin: 0;
}
#color_picker ul{
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
#color_picker ul li{ 
  display: inline;
  list-style-type: none; 
}
#color_picker button{ 
  font-family: monospace;
  height: 20px;
  width: 20px;
  border: 1px outset #222;
}
#color_picker #orange{ 
  color: #f69a13;
  background-color: #f69a13;
}
#color_picker #blue{ 
  color: #3caaff;
  background-color: #3caaff;
}
#color_picker #red{ 
  color: #df3918;
  background-color: #df3918;
}
#color_picker #green{ 
  color: #97d45c;
  background-color: #97d45c;
}
#color_picker #purple{ 
  color: #c41be3;
  background-color: #c41be3;
}
.orange{ color: #f69a13; }
.blue{ color: #3caaff; }
.red{ color: #df3918;}
.green{ color: #97d45c; }
.purple{ color: #c41be3; }

/*-------------------------------------------------
   contents
-------------------------------------------------*/
#section{ 
  text-align: left;
  margin-bottom: 15px;
}
#section h2{ 
  margin: 0 0 5px 0;
  font-weight: bolder;
  color: #222;
  line-height: 1em;
  font-size: 2.5em;
}
#section h3{ 

}
#footer{ 
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #222;
  color: #999;
  padding: 10px 0;
  text-align: center;
}
#footer p{ 
  font-size: 0.9em;
  font-weight: lighter;
}
#footer h1{ 
  font-size: 3em;
  font-weight: bolder;
}
/*-------------------------------------------------
   main content
-------------------------------------------------*/
#contact_left{ 
  padding-right: 40px;
  padding-top: 7em;
  text-align: center;
}
#contact_left a{
  font-size: 1.8em;
}
#contact_right{ 
  padding-left: 40px;
}
#contact_right ul{ 
  list-style-type: none;
}
#contact_right ul li{
  margin: 2px 0;
  padding: 5px 0;
}
#contact_right ul li a{
  vertical-align: 30%;
}
/*-------------------------------------------------
   utility
-------------------------------------------------*/
.center{ 
  text-align: center;
}
.right{ 
  text-align: right;
}
.bold{ 
  font-weight: bolder;
}
.hl{ 
  color: #3964c3;
}
#ispeak ul{ 
  list-style-type: none;
}
#ispeak ul li{ 
  padding-left: 15px;
}
