/*!
 * Bootstrap Reset CSS...... Thanks!
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover, a:active {
  outline: 0;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button, input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  background-image: url('../images/bg.jpg');
}
h1,h2,h3 {
  font-weight: 400;
  line-height: 100%;
  margin: 0; 
  padding: 0;
  color: #2d2d2d;
  font-family: 'Asap', sans-serif;
}
h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
h1 a {
  color: #2d2d2d;
}
h3 {
  font-size: 85%;
  line-height: 135%;
  color: #3d3d3d;
}
h2 {
  font-size: 150%;
  text-transform: uppercase;
}
a {
  color: #d22672;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  font-size: 80%;
  color: #7d7d7d;
  padding-left: 15px;
}
p.post-date {
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  font-size: 85%;
  margin-top: 5px;
  color: #3d3d3d;
}
p.post-date span {
  color: #d22672;
}
#header {
  margin-top: 30px;
}
.social_square {
  height: 50px;
  width: 50px;
  float: right;
  margin-top: 14px;
  background-repeat: no-repeat;
}
.social_square:hover {
  background-color: #d22672;
}
.twitter {
  background-image: url('../images/twitter_bg.png');
}
.facebook {
  background-image: url('../images/facebook_bg.png');
}

#main {
  margin-top: 50px;
}
.nav {
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  font-size: 80%;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.nav li a {
  color: #3d3d3d;
}
.main {
  /*background-color: white;*/
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.story {
  text-align: right;
}
.story .social {
  margin-top: 20px;
}
.scale-w {
  width: 100%;
}
.item {
  margin-bottom: 10px;
}
.project {
  text-align: center;
}
.left {
  float: left;
  margin-left: 20px;
}
.right {
  float: right;
}
.portnav {
  margin-top: 40px;
}

#footer {
  margin-top: 50px;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  font-size: 80%;
  color: #6d6d6d;
}
.copyleft {
  background-image: url('../images/copyleft_rstmsn_fat.png');
  background-repeat: no-repeat;
  height: 67px;
  width: 27px;
  display: block;
  float: left; 
  margin-right: 10px;
  margin-top: -2px;
}
#footer .twit {
  text-align: right;
}
