/* line 1, views/stylesheets/application.sass */
h1, h2, h3 {
  font-weight: bold;
}

/* line 8, views/stylesheets/application.sass */
a {
  color: #3366cc;
}
/* line 10, views/stylesheets/application.sass */
a:hover {
  color: #3366cc;
  text-decoration: none;
}
/* line 13, views/stylesheets/application.sass */
a:focus, a:active {
  outline: none;
}

/* line 18, views/stylesheets/application.sass */
p {
  text-align: left;
}

/* line 21, views/stylesheets/application.sass */
#error {
  background-color: #b0593e;
  border: solid 1px black;
  padding: 16px;
  margin-bottom: 8px;
}

/* line 27, views/stylesheets/application.sass */
#notice {
  background-color: #76b5e6;
  border: solid 1px black;
  padding: 16px;
  margin-bottom: 8px;
}

/* line 34, views/stylesheets/application.sass */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 39, views/stylesheets/application.sass */
body {
  background: white;
  padding: 20px;
  text-align: center;
}
/* line 44, views/stylesheets/application.sass */
body #status {
  text-align: right;
}
/* line 47, views/stylesheets/application.sass */
body #header {
  height: 240px;
  background: #8fb220;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
/* line 55, views/stylesheets/application.sass */
body #header #logo {
  width: 100px;
}
/* line 57, views/stylesheets/application.sass */
body #header #title {
  width: 100px;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  margin: auto;
}
/* line 62, views/stylesheets/application.sass */
body #header #title span:nth-child(1) {
  font-size: 36px;
}
/* line 64, views/stylesheets/application.sass */
body #header #title span:nth-child(2) {
  font-size: 26px;
  font-weight: normal;
}
/* line 67, views/stylesheets/application.sass */
body #header #title span:nth-child(3) {
  font-size: 27px;
}
/* line 70, views/stylesheets/application.sass */
body #header #title a {
  text-decoration: none;
  color: #333333;
}
/* line 74, views/stylesheets/application.sass */
body #header h2, body #header h3 {
  text-align: left;
  margin: 0;
}
/* line 77, views/stylesheets/application.sass */
body #header h3 {
  font-size: 18px;
}
/* line 79, views/stylesheets/application.sass */
body #header p {
  line-height: 16px;
}
/* line 81, views/stylesheets/application.sass */
body #header #intro p {
  font-size: 16px;
  line-height: 20px;
}
/* line 86, views/stylesheets/application.sass */
body #content #hosts {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 90, views/stylesheets/application.sass */
body #content #hosts img {
  border: none;
  width: 90px;
  margin: 0;
  padding: 0 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 98, views/stylesheets/application.sass */
body #content #hosts img.booked {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* line 102, views/stylesheets/application.sass */
body #content #hosts img:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 107, views/stylesheets/application.sass */
body #content #hosts img.booked:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* line 112, views/stylesheets/application.sass */
body #content #selected_host {
  text-align: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: solid 2px #8fb220;
  padding: 8px;
}
/* line 119, views/stylesheets/application.sass */
body #content #selected_host img#photo {
  border: none;
  width: 125px;
  margin: 0;
  padding: 0;
}
/* line 125, views/stylesheets/application.sass */
body #content #selected_host img#photo.booked {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* line 129, views/stylesheets/application.sass */
body #content #selected_host img.guest {
  margin-right: 15px;
  width: 48px;
}
/* line 133, views/stylesheets/application.sass */
body #content #selected_host h3 {
  margin-bottom: 0;
  text-align: left;
}
/* line 137, views/stylesheets/application.sass */
body #content #selected_host p#rooms_available {
  padding: 0;
  margin: 0;
  text-align: left;
}
/* line 142, views/stylesheets/application.sass */
body #content #selected_host a#stay {
  display: inline-block;
  background-color: #ef2c34;
  margin-top: 20px;
  font-size: 13px;
  padding: 3px;
  border: solid 1px black;
  color: black;
  text-decoration: none;
}
/* line 152, views/stylesheets/application.sass */
body #content #selected_host #description {
  margin-top: 10px;
}
/* line 155, views/stylesheets/application.sass */
body #room_request {
  height: 500px;
  padding: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: solid 2px #8fb220;
  margin-bottom: 40px;
}
/* line 162, views/stylesheets/application.sass */
body #room_request img {
  width: 125px;
}
/* line 165, views/stylesheets/application.sass */
body #footer {
  margin-top: 15px;
}
/* line 167, views/stylesheets/application.sass */
body #footer hr {
  border-top: 2px #333333 solid;
}
/* line 169, views/stylesheets/application.sass */
body #footer p {
  text-align: center;
  line-height: 20px;
}
/* line 173, views/stylesheets/application.sass */
body #footer p img {
  padding: 5px 15px;
}

/* line 176, views/stylesheets/application.sass */
.clear {
  clear: both;
}

