/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 6, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* line 17, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
*:focus {
  outline: 0; }

/* line 20, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
body {
  line-height: 1em;
  color: black;
  background: #fff; }

/* line 23, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
/* line 27, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

/* line 30, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 33, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
q, blockquote {
  quotes: "" ""; }
  /* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

/* line 36, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
img a {
  border: none; }

/* line 13, ../../../app/stylesheets/screen.sass */
strong {
  font-weight: bold; }

/* line 16, ../../../app/stylesheets/screen.sass */
p {
  margin-bottom: 1em; }

/* line 20, ../../../app/stylesheets/screen.sass */
body {
  font-family: Georgia, serif;
  background: #48570C; }

/* line 24, ../../../app/stylesheets/screen.sass */
#container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block; }
  /* line 5, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  #container {
    display: block; }
  /* line 26, ../../../app/stylesheets/screen.sass */
  #container h2 {
    font-size: 2em;
    line-height: 1.2em;
    border-bottom: 1px solid black;
    margin-bottom: 10px; }

/* line 32, ../../../app/stylesheets/screen.sass */
header {
  background: #A6A033;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-radius-bottom: 10px;
  display: inline;
  float: left;
  margin-right: 0;
  width: 870px;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 20px; }
  /* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html header {
    overflow-x: hidden; }
  /* line 39, ../../../app/stylesheets/screen.sass */
  header h1 {
    font-size: 5em;
    font-style: italic;
    line-height: 1em; }
    /* line 43, ../../../app/stylesheets/screen.sass */
    header h1 a {
      text-decoration: none;
      color: #000; }
      /* line 46, ../../../app/stylesheets/screen.sass */
      header h1 a:hover {
        color: #CC071F; }

/* line 48, ../../../app/stylesheets/screen.sass */
footer {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline;
  float: left;
  margin-right: 0;
  width: 870px;
  padding-right: 40px;
  padding-left: 40px;
  margin: 2em 0 2em 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: #A6A033; }
  /* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html footer {
    overflow-x: hidden; }
  /* line 57, ../../../app/stylesheets/screen.sass */
  footer a {
    color: #CC071F; }

/* line 15, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form label {
  font-weight: bold; }
/* line 17, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0; }
/* line 20, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form legend {
  font-weight: bold;
  font-size: 1.2em; }
/* line 24, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form input.text, form input.title, form input[type=text] {
  margin: 0.5em 0;
  background-color: #fff;
  padding: 5px; }
/* line 28, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form input.title {
  font-size: 1.5em; }
/* line 30, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form input[type=checkbox], form input.checkbox,
form input[type=radio], form input.radio {
  position: relative;
  top: 0.25em; }
/* line 34, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form textarea {
  margin: 0.5em 0;
  padding: 5px; }
/* line 37, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form select {
  margin: 0.5em 0; }
/* line 48, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form fieldset {
  border: 1px solid #cccccc; }
/* line 50, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form input.text, form input.title,
form textarea,
form select {
  border: 1px solid #bbbbbb; }
  /* line 54, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
  form input.text:focus, form input.title:focus,
  form textarea:focus,
  form select:focus {
    border: 1px solid #666666; }
/* line 41, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form input.text, form input.title {
  width: 300px; }
/* line 43, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form textarea {
  width: 390px;
  height: 250px; }

/* line 66, ../../../app/stylesheets/screen.sass */
#main {
  display: inline;
  float: left;
  margin-right: 0;
  width: 870px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding-right: 40px;
  padding-left: 40px;
  background: #A6A033; }
  /* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html #main {
    overflow-x: hidden; }
  /* line 72, ../../../app/stylesheets/screen.sass */
  #main .what-the-hell {
    background: #CBC76E;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-radius-bottom: 10px;
    -moz-box-shadow: 0px 5px 10px #48570c;
    -webkit-box-shadow: 0px 5px 10px #48570c;
    display: inline;
    float: left;
    margin-right: 0;
    width: 870px;
    margin-bottom: 20px;
    padding-top: 20px; }
    /* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
    * html #main .what-the-hell {
      overflow-x: hidden; }
    /* line 79, ../../../app/stylesheets/screen.sass */
    #main .what-the-hell p {
      display: inline;
      float: left;
      margin-right: 0;
      width: 790px;
      padding-left: 40px; }
      /* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
      * html #main .what-the-hell p {
        overflow-x: hidden; }
    /* line 82, ../../../app/stylesheets/screen.sass */
    #main .what-the-hell .name-form {
      display: inline;
      float: left;
      margin-right: 0;
      width: 790px;
      padding-left: 40px; }
      /* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
      * html #main .what-the-hell .name-form {
        overflow-x: hidden; }

/* line 87, ../../../app/stylesheets/screen.sass */
.js-inside-field {
  position: relative; }
  /* line 89, ../../../app/stylesheets/screen.sass */
  .js-inside-field label {
    position: absolute;
    top: 24px;
    left: 8px;
    font-size: 1.5em; }

/* line 94, ../../../app/stylesheets/screen.sass */
input[type=submit] {
  font-family: Georgia, serif;
  font-size: 1.5em;
  background: #CC071F;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #48570c;
  -webkit-box-shadow: 2px 2px 5px #48570c; }
  /* line 101, ../../../app/stylesheets/screen.sass */
  input[type=submit]:hover {
    color: #fff; }
  /* line 103, ../../../app/stylesheets/screen.sass */
  input[type=submit] $:active {
    -moz-box-shadow: 0px 0px 0px #48570c;
    -webkit-box-shadow: 0px 0px 0px #48570c; }

/* line 106, ../../../app/stylesheets/screen.sass */
*:focus {
  outline: #ccc dotted medium; }

/* line 110, ../../../app/stylesheets/screen.sass */
.wishes {
  list-style-type: none;
  margin-top: 20px; }
  /* line 113, ../../../app/stylesheets/screen.sass */
  .wishes li {
    display: inline;
    float: left;
    margin-right: 0;
    width: 870px;
    margin-bottom: 10px; }
    /* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
    * html .wishes li {
      overflow-x: hidden; }
  /* line 116, ../../../app/stylesheets/screen.sass */
  .wishes .image {
    width: 50px;
    padding: 0 5px;
    float: left; }
    /* line 120, ../../../app/stylesheets/screen.sass */
    .wishes .image img {
      width: 48px;
      height: 48px; }
  /* line 123, ../../../app/stylesheets/screen.sass */
  .wishes .wish, .wishes .single-user {
    width: 785px;
    padding: 5px 5px 5px 20px;
    background: #CBC76E url(/images/bubbledent.png) top left no-repeat;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 40px;
    margin: 0 0 0 60px;
    color: #000; }
    /* line 133, ../../../app/stylesheets/screen.sass */
    .wishes .wish .user a, .wishes .single-user .user a {
      font-weight: bold;
      color: #521016; }
  /* line 136, ../../../app/stylesheets/screen.sass */
  .wishes .single-user {
    font-size: 2em;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 10px; }
    /* line 141, ../../../app/stylesheets/screen.sass */
    .wishes .single-user a {
      color: #521016; }

/* line 144, ../../../app/stylesheets/screen.sass */
.user-wishes li {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px;
  background: #CBC76E;
  color: #000;
  min-height: 40px; }

/* line 153, ../../../app/stylesheets/screen.sass */
.legalese h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em; }
/* line 156, ../../../app/stylesheets/screen.sass */
.legalese ul {
  list-style-type: disc;
  margin-left: 2em;
  margin-bottom: 1em; }
