/**
 * see:
 *   http://www.colourlovers.com/palette/872545/Dapper_Bot
 *   http://www.google.com/webfonts/family?family=Carter+One&subset=latin
 *   http://www.blueprintcss.org/
 *   http://detectmobilebrowser.com/
 */
body { 
  margin-top: 15px;
  font-size: 85%;
  background: #F3EFC5;
background: #eee;
}

body.error {
  /* background: red; */
}

#sitetitle a, #sitetitle a:hover  {
  font-size: 1.6em;
  text-decoration: none;
}

.logo, h1, h2, h3, h4, #sitetitle { color: #505461; font-family: 'Bangers'; }
h2, h3, h4, #sitetitle { color: #4473C0; }

h1 {
  width: 100%;
  border-top: 3px solid #A4AFB5;
  margin-bottom: 0;
  padding: 10px 0;
}

h1 a { text-decoration: none; color: #505461; color: #4473C0;}
h1 a:hover { text-decoration: none; color: #4473C0; }
h1 a:active { text-decoration: none; color: #4473C0; }

body.index ol {
  font-family: 'Bangers';
  font-size: 180%;
  color: #505461;
}

body.index ol a {
  font-family: arial;
  font-size: 70%;
  text-decoration: none;
  color: #4473C0;
}

pre {
  background: #E7E7E2;
  color: #000;
  padding: 10px;
background: #ddd;
color: #000;
  
}


.comments {
  margin-top: 15px;
  border-top: 3px solid #ccc;
}

#footer, #footer a  {
  background: #4473C0;
  text-decoration: none;
}

#footer p, #footer a, #footer a:hover {
  color: #E7E7E2;
}

#footer a:hover { text-decoration: underline; }

#footer p {
  padding: 10px;
  font-size: 95%;
  font-weight: bold;
}
.download {
    float: right;
}
.logo {
 color:#4473C0;
    float: left;
    font-size: 60px;
    position: relative;
color: #000;
}
.logo img {
    position: absolute;
    top: 63px;
    left:39px;
    z-index: -1;
}

#header {
    height: 180px;
    position: relative;
}

.contributors {
    position: absolute;
    bottom:0;
    right:0;
}
.contributors img {
    width: 20px;
    height: 20px;
}
