@import url(http://weloveiconfonts.com/api/?family=fontawesome);
/* line 4, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
[class*="fontawesome-"]:before {
  font-family: "FontAwesome", sans-serif; }

/* line 7, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0; }

/* line 11, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
body {
  -webkit-text-size-adjust: none; }

/* line 14, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
.ledger-posts {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; }
  /* line 11, /Users/daev/.rvm/gems/ruby-1.9.3-p392@middleman-boilerstrap/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
  .ledger-posts li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }

/* line 18, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
.map_container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0; }

/* line 27, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
.map {
  width: 100%;
  height: 100%; }

/* line 31, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
.post_form {
  position: absolute;
  top: 51%;
  left: 0;
  right: 0;
  width: 100%;
  color: #444444;
  text-align: center; }
  /* line 41, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
  .post_form:before {
    position: absolute;
    top: -0.5em;
    left: 50%;
    margin-left: -0.8em;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.5em solid #333333; }
  /* line 51, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
  .post_form input {
    -moz-border-radius-topleft: 2em;
    -webkit-border-top-left-radius: 2em;
    border-top-left-radius: 2em;
    -moz-border-radius-bottomleft: 2em;
    -webkit-border-bottom-left-radius: 2em;
    border-bottom-left-radius: 2em;
    height: 2em;
    background: transparent;
    border: 0.25em solid;
    border-right: none;
    color: inherit;
    padding: 0.25em;
    text-align: center;
    width: 75%; }
    /* line 61, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
    .post_form input:focus {
      outline: none; }
    /* line 63, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
    .post_form input::-webkit-outer-spin-button, .post_form input::-webkit-inner-spin-button {
      display: none;
      -webkit-appearance: none;
      margin: 0; }
  /* line 68, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
  .post_form button {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    background: transparent;
    border: 0.25em solid;
    color: inherit;
    height: 2em;
    padding: 0.25em;
    width: 2em;
    margin-left: -1.25em; }

/* line 79, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
.ledger-post {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  height: 230px;
  width: 300px;
  position: relative; }
  /* line 85, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
  .ledger-post .delete {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    background: red;
    display: block;
    height: 14px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    text-decoration: none;
    text-indent: -9999px;
    top: 0px;
    width: 14px; }
    /* line 98, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
    .ledger-post .delete:before {
      color: white;
      content: "X";
      display: block;
      font-size: 6px;
      height: 14px;
      line-height: 14px;
      text-align: center;
      text-decoration: none;
      text-indent: 0;
      width: 14px; }
  /* line 109, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
  .ledger-post .ledger-post-legend {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    padding: 20px; }
    /* line 113, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
    .ledger-post .ledger-post-legend dt, .ledger-post .ledger-post-legend dd {
      margin: 0;
      padding: 0; }
    /* line 116, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
    .ledger-post .ledger-post-legend dt, .ledger-post .ledger-post-legend .location {
      display: none; }
    /* line 118, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
    .ledger-post .ledger-post-legend dd.date {
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 12px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      background: #cccccc;
      border: 1px solid #aaaaaa;
      padding: 5px 10px; }
    /* line 128, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
    .ledger-post .ledger-post-legend dd.amount {
      font-size: 76px;
      line-height: 58px; }
      /* line 131, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
      .ledger-post .ledger-post-legend dd.amount sup {
        font-size: 0.3em;
        top: -1.5em; }
      /* line 134, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
      .ledger-post .ledger-post-legend dd.amount .dollars {
        font-weight: bold; }

/* line 137, /Users/daev/Projects/prototypeapps/ledger/app/source/stylesheets/application.sass */
.ledger-link, .form-link {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  color: #dd0000;
  font-size: 42px;
  position: absolute;
  right: 10%;
  text-decoration: none;
  top: -7px; }
