/*
Developed by Bobby Ong
Web site: http://ong.nu/
Twitter: http://twitter.com/ongdobby
Author: Bobby Ong


/* Bös
-------------------------------------------------*/

html,
body,
#container {
  height: auto;
}
body {
  background-image: url("/img/bobby-ong-at-aiguille-du-midi.jpg");
  background-position: 0 0;
  background-size: 320px auto;
  background-color: rgb(255,255,255);
}

#container {
  background-color: transparent;
}
header,
section,
#ext-links,
footer section {
  width: 100%;
  margin: 0;
  padding: 1rem;
  /*background-color: rgba(41,128,185,.9);*/
  border-top: .5rem solid rgb(255,255,255);
  border-radius: 0;
  box-sizing: border-box;
}
#main {
  background-color: rgba(41,128,185,.8);
}
header {
  margin: 16.5rem 0 0;
  padding: 0 1rem .5rem;
  background-color: rgba(0,0,0,.25);
  border-top: none;
}
h1 {
  font-size: 2rem;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
h1 small {
  display: block;
  font-size: 1.3rem;
  font-style: italic;
}

#ext-links {
  border-radius: 0;
  background-color: rgba(41,128,185,.9);
}
.and {
  clear: both;
  border-top: 1px solid rgba(213, 213, 213,.5);
  box-shadow: none;
}
.and span {
  border-bottom: 1px solid rgba(213, 213, 213,.5);
  box-shadow: none;
}
footer section {
  background-color: rgba(41,128,185,1);
}
#hcard-Bobby-Ong div {
  float: left;
  width: 100%;
  text-align: left;
}
footer .icon-stack {
  float: left;
  margin-right: 1rem;
}
#hcard-Bobby-Ong div .type {
  margin-top: 1rem;
}