/* line 4, ../src/_base.sass */
* {
  font-size: inherit;
  line-height: inherit;
}

/* line 1, ../src/_reset.sass */
* {
  margin: 0px;
  padding: 0px;
  border: none;
  list-style: none;
  text-align: left;
}

/* line 8, ../src/_reset.sass */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 5, ../src/screen.sass */
body.home #post, body.page-template-pageguests-php #post {
  width: 600px;
  line-height: 20px;
}
/* line 9, ../src/screen.sass */
body.home #post h3, body.page-template-pageguests-php #post h3 {
  font-weight: bold;
}
/* line 12, ../src/screen.sass */
body.home #post h4, body.home #post dt, body.page-template-pageguests-php #post h4, body.page-template-pageguests-php #post dt {
  font-size: 1.4em;
  font-weight: bold;
}
/* line 16, ../src/screen.sass */
body.home #post ul, body.page-template-pageguests-php #post ul {
  margin: 0 0 20px 20px;
}
/* line 19, ../src/screen.sass */
body.home #post ul li, body.page-template-pageguests-php #post ul li {
  list-style-type: disc;
  font-size: 1.4em;
}
/* line 23, ../src/screen.sass */
body.home #post form, body.page-template-pageguests-php #post form {
  line-height: 10px;
}

/* line 26, ../src/screen.sass */
body {
  font-size: 62.5%;
  font-family: Arial, sans-serif;
  line-height: 1.4em;
  background: #333333;
}
/* line 32, ../src/screen.sass */
body #container {
  color: #333333;
  padding: 20px 0;
  width: 670px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
  background: #fffff0;
}
/* line 8, ../../../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
body #container {
  display: block;
}
/* line 39, ../src/screen.sass */
body #container #header {
  padding-left: 40px;
}
/* line 41, ../src/screen.sass */
body #container #header h1 {
  width: 400px;
  height: 185px;
  background: url(../images/amy_harry.png) no-repeat;
}
/* line 46, ../src/screen.sass */
body #container #header h1 a {
  display: block;
  text-indent: -9999px;
  width: 380px;
  height: 185px;
}
/* line 52, ../src/screen.sass */
body #container #content {
  padding: 20px 0;
  padding-left: 40px;
  width: 940px;
}
/* line 53, ../src/screen.sass */
body #container #content .hidden {
  display: none;
}
/* line 56, ../src/screen.sass */
body #container #content .clear {
  clear: both;
}
/* line 63, ../src/screen.sass */
body #container #content h2 {
  font-size: 2.2em;
  padding: 10px 0 20px 0;
}
/* line 67, ../src/screen.sass */
body #container #content h3 {
  font-size: 1.6em;
  padding: 10px 0 20px 0;
}
/* line 71, ../src/screen.sass */
body #container #content p, body #container #content dd {
  font-size: 1.35em;
  padding: 0 0 20px 0;
}
/* line 75, ../src/screen.sass */
body #container #content form {
  padding: 0 0 20px 0;
}
/* line 80, ../src/screen.sass */
body #container #content form#postcode_form input {
  margin-top: 0;
}
/* line 83, ../src/screen.sass */
body #container #content form#postcode_form input.submit {
  cursor: pointer;
}
/* line 86, ../src/screen.sass */
body #container #content form div {
  overflow: auto;
}
/* line 89, ../src/screen.sass */
body #container #content form div#cannot_come_msg {
  margin: 20px 0 0 10px;
  padding: 10px 10px 0;
}
/* line 93, ../src/screen.sass */
body #container #content form div#cannot_come_msg p {
  padding-bottom: 5px;
}
/* line 98, ../src/screen.sass */
body #container #content form div#guests p {
  padding-bottom: 10px;
}
/* line 101, ../src/screen.sass */
body #container #content form div#guests input {
  margin-top: 5px;
}
/* line 104, ../src/screen.sass */
body #container #content form div#guests label {
  margin-top: 5px;
}
/* line 108, ../src/screen.sass */
body #container #content form div#parties p {
  padding-bottom: 0;
}
/* line 111, ../src/screen.sass */
body #container #content form div.guest_name, body #container #content form div.other_diet, body #container #content form div#cannot_come_msg {
  clear: both;
  border: 1px solid gray;
  padding: 10px;
  margin: 10px 0 5px 22px;
  width: 255px;
  background: #ddddd0;
}
/* line 119, ../src/screen.sass */
body #container #content form div.guest_name input, body #container #content form div.other_diet input, body #container #content form div#cannot_come_msg input {
  margin: 5px 0 0;
  display: block;
  width: 250px;
}
/* line 124, ../src/screen.sass */
body #container #content form div.guest_wrap {
  clear: both;
}
/* line 128, ../src/screen.sass */
body #container #content form div#dietary_prefs label {
  width: 180px;
  display: block;
  float: left;
  line-height: 24px;
}
/* line 134, ../src/screen.sass */
body #container #content form div#dietary_prefs div.other_diet {
  margin-left: 180px;
}
/* line 137, ../src/screen.sass */
body #container #content form div#dietary_prefs div.other_diet input {
  margin: 0;
  float: left;
  clear: both;
}
/* line 142, ../src/screen.sass */
body #container #content form div#dietary_prefs div.other_diet label {
  line-height: 10px;
  padding-bottom: 5px;
  width: auto;
}
/* line 147, ../src/screen.sass */
body #container #content form h3 {
  font-weight: bold;
  margin: 30px 0 0 0;
  padding: 20px 0 10px 0;
  border-top: 2px solid #999999;
  width: 600px;
}
/* line 154, ../src/screen.sass */
body #container #content form h3.first {
  margin-top: 0px;
}
/* line 157, ../src/screen.sass */
body #container #content form h3 label {
  font-size: 1em;
}
/* line 160, ../src/screen.sass */
body #container #content form label {
  font-size: 1.4em;
}
/* line 163, ../src/screen.sass */
body #container #content form label.inline {
  padding: 1px 0 0 0;
  line-height: 26px;
}
/* line 167, ../src/screen.sass */
body #container #content form label small {
  display: block;
  font-size: 0.9em;
  padding: 5px 0 0 0;
}
/* line 173, ../src/screen.sass */
body #container #content form select {
  font-size: 1.6em;
  border: 1px solid #999999;
}
/* line 177, ../src/screen.sass */
body #container #content form textarea {
  width: 434px;
}
/* line 180, ../src/screen.sass */
body #container #content form input, body #container #content form textarea {
  padding: 5px;
  font-size: 1.6em;
  border: 1px solid #999999;
}
/* line 185, ../src/screen.sass */
body #container #content form input.submit, body #container #content form textarea.submit {
  padding: 9px;
  margin-top: 20px;
}
/* line 189, ../src/screen.sass */
body #container #content form input.guest, body #container #content form input.cannot_come, body #container #content form textarea.guest, body #container #content form textarea.cannot_come {
  width: 20px;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  clear: both;
  float: left;
}
