/* HTML5 BP */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Real styles */
.soft-shadow {
  text-shadow: 0px 2px 3px #A0A0A0; }

.clickable {
  cursor: pointer;
  cursor: hand; }

.subtle-outline {
  border-bottom: solid 1px;
  border-right: solid 1px; }

.no_decoration {
  text-decoration: none; }

body {
  background-color: white;
  font-family: 'Orienta', sans-serif;
  letter-spacing: 1px;
  color: #3B84C1;
  font-size: 18px;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: black url("/img/biking.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
}

.light-background {
  background-color: white;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#header {
  width: 450px;
  padding: 15px;
  padding-left: 20px;
  margin: 10px; }
  #header #social {
    float: left;
    width: 22px;
    text-align: center; }
  #header ul {
    padding-left: 25px; }
  #header h2 {
    margin-bottom: -10px; }

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center; }

/*# sourceMappingURL=main.css.map */
