/* line 3, ../../../app/stylesheets/buttons.sass */
body {
  text-align: center;
  padding-top: 10px;
}

/* line 6, ../../../app/stylesheets/buttons.sass */
h1, h2, h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  letter-spacing: -1px;
}

/* line 10, ../../../app/stylesheets/buttons.sass */
h1 {
  font-size: 50px;
}

/* line 12, ../../../app/stylesheets/buttons.sass */
h2 {
  font-size: 30px;
}

/* line 14, ../../../app/stylesheets/buttons.sass */
div {
  margin-top: 15px;
}

/* line 22, ../../../app/stylesheets/buttons.sass */
a.button, button {
  font-family: "Lucida Grande", Lucida, Arial, sans_serif;
  background: url('/images/button_bg.png?1276960373') repeat-x bottom left;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: bold;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 5px 18px;
  font-size: 18px;
  line-height: 21.6px;
  border-width: 1px;
  color: #fff;
  background-color: #444444;
  background: -webkit-gradient(linear, left top, left bottom, from(#989898), to(#4f4f4f), color-stop(0.1, #6a6a6a), color-stop(0.5, #3d3d3d), color-stop(0.5, #353535));
  background: -moz-linear-gradient(left top, left bottom, from(#989898), to(#4f4f4f), color-stop(0.1, #6a6a6a), color-stop(0.5, #3d3d3d), color-stop(0.5, #353535));
  text-shadow: #040404 1px 1px 1px;
  border-color: #303030;
  margin: 0 2px;
  vertical-align: middle;
}
/* line 101, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* line 104, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button:focus, button:focus {
  outline: none;
}
/* line 86, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button:active, button:active {
  padding: 4px 17px;
}
/* line 88, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.disabled:active, button.disabled:active {
  padding: 5px 18px;
}
/* line 62, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button:active, button:active {
  border-width: 2px;
}
/* line 64, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.disabled:active, button.disabled:active {
  border-width: 1px;
}
/* line 23, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button:hover, a.button:focus, button:hover, button:focus {
  color: #fff;
  background-color: #3c3c3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#474747), color-stop(0.1, #626262), color-stop(0.5, #353535), color-stop(0.5, #2d2d2d));
  background: -moz-linear-gradient(left top, left bottom, from(#909090), to(#474747), color-stop(0.1, #626262), color-stop(0.5, #353535), color-stop(0.5, #2d2d2d));
  text-shadow: black 1px 1px 1px;
  border-color: #282828;
}
/* line 25, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button:active, button:active {
  color: #fff;
  background-color: #353535;
  background: -webkit-gradient(linear, left top, left bottom, from(#898989), to(#404040), color-stop(0.1, #5b5b5b), color-stop(0.5, #2e2e2e), color-stop(0.5, #262626));
  background: -moz-linear-gradient(left top, left bottom, from(#898989), to(#404040), color-stop(0.1, #5b5b5b), color-stop(0.5, #2e2e2e), color-stop(0.5, #262626));
  text-shadow: black 1px 1px 1px;
  border-color: #212121;
}
/* line 27, ../../../app/stylesheets/buttons.sass */
a.button.tf, button.tf {
  color: #fff;
  background-color: #ff0330;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2b8c3), to(#da3c58), color-stop(0.1, #e36b81), color-stop(0.5, #cc2644), color-stop(0.5, #bf2440));
  background: -moz-linear-gradient(left top, left bottom, from(#f2b8c3), to(#da3c58), color-stop(0.1, #e36b81), color-stop(0.5, #cc2644), color-stop(0.5, #bf2440));
  text-shadow: #830017 1px 1px 1px;
  border-color: #b7223d;
}
/* line 23, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.tf:hover, a.button.tf:focus, button.tf:hover, button.tf:focus {
  color: #fff;
  background-color: #f3002b;
  background: -webkit-gradient(linear, left top, left bottom, from(#efacb8), to(#d7304d), color-stop(0.1, #e05f76), color-stop(0.5, #bf243f), color-stop(0.5, #b2223b));
  background: -moz-linear-gradient(left top, left bottom, from(#efacb8), to(#d7304d), color-stop(0.1, #e05f76), color-stop(0.5, #bf243f), color-stop(0.5, #b2223b));
  text-shadow: #730014 1px 1px 1px;
  border-color: #aa2039;
}
/* line 25, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.tf:active, button.tf:active {
  color: #fff;
  background-color: #e30029;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed9ead), to(#d02745), color-stop(0.1, #de516b), color-stop(0.5, #b2213b), color-stop(0.5, #a51f37));
  background: -moz-linear-gradient(left top, left bottom, from(#ed9ead), to(#d02745), color-stop(0.1, #de516b), color-stop(0.5, #b2213b), color-stop(0.5, #a51f37));
  text-shadow: #630012 1px 1px 1px;
  border-color: #9d1e34;
}
/* line 29, ../../../app/stylesheets/buttons.sass */
a.button.light, button.light {
  color: #fff;
  background-color: #bbbbbb;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#c6c6c6), color-stop(0.1, #e1e1e1), color-stop(0.5, #b4b4b4), color-stop(0.5, #acacac));
  background: -moz-linear-gradient(left top, left bottom, from(white), to(#c6c6c6), color-stop(0.1, #e1e1e1), color-stop(0.5, #b4b4b4), color-stop(0.5, #acacac));
  text-shadow: #d4d4d4 1px 1px 1px;
  color: #333;
  border-color: #a7a7a7;
}
/* line 23, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.light:hover, a.button.light:focus, button.light:hover, button.light:focus {
  color: #fff;
  background-color: #b3b3b3;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#bebebe), color-stop(0.1, #d9d9d9), color-stop(0.5, #acacac), color-stop(0.5, #a4a4a4));
  background: -moz-linear-gradient(left top, left bottom, from(white), to(#bebebe), color-stop(0.1, #d9d9d9), color-stop(0.5, #acacac), color-stop(0.5, #a4a4a4));
  text-shadow: #cccccc 1px 1px 1px;
  color: #333;
  border-color: #9f9f9f;
}
/* line 25, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.light:active, button.light:active {
  color: #fff;
  background-color: #acacac;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#b7b7b7), color-stop(0.1, #d2d2d2), color-stop(0.5, #a5a5a5), color-stop(0.5, #9d9d9d));
  background: -moz-linear-gradient(left top, left bottom, from(white), to(#b7b7b7), color-stop(0.1, #d2d2d2), color-stop(0.5, #a5a5a5), color-stop(0.5, #9d9d9d));
  text-shadow: #c6c6c6 1px 1px 1px;
  color: #333;
  border-color: #989898;
}
/* line 31, ../../../app/stylesheets/buttons.sass */
a.button.green, button.green {
  color: #fff;
  background-color: #3ab700;
  background: -webkit-gradient(linear, left top, left bottom, from(#9ee080), to(#4fa328), color-stop(0.1, #66ce36), color-stop(0.5, #418621), color-stop(0.5, #3b7a1e));
  background: -moz-linear-gradient(left top, left bottom, from(#9ee080), to(#4fa328), color-stop(0.1, #66ce36), color-stop(0.5, #418621), color-stop(0.5, #3b7a1e));
  text-shadow: #123800 1px 1px 1px;
  border-color: #37721c;
}
/* line 23, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.green:hover, a.button.green:focus, button.green:hover, button.green:focus {
  color: #fff;
  background-color: #35a800;
  background: -webkit-gradient(linear, left top, left bottom, from(#95dd73), to(#499725), color-stop(0.1, #5fc430), color-stop(0.5, #3b7a1e), color-stop(0.5, #356e1b));
  background: -moz-linear-gradient(left top, left bottom, from(#95dd73), to(#499725), color-stop(0.1, #5fc430), color-stop(0.5, #3b7a1e), color-stop(0.5, #356e1b));
  text-shadow: #0d2900 1px 1px 1px;
  border-color: #316619;
}
/* line 25, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.green:active, button.green:active {
  color: #fff;
  background-color: #309800;
  background: -webkit-gradient(linear, left top, left bottom, from(#8bd966), to(#438a22), color-stop(0.1, #59b72d), color-stop(0.5, #356d1b), color-stop(0.5, #2f6118));
  background: -moz-linear-gradient(left top, left bottom, from(#8bd966), to(#438a22), color-stop(0.1, #59b72d), color-stop(0.5, #356d1b), color-stop(0.5, #2f6118));
  text-shadow: #081800 1px 1px 1px;
  border-color: #2b5916;
}
/* line 33, ../../../app/stylesheets/buttons.sass */
a.button.blue, button.blue {
  color: #fff;
  background-color: #0059b7;
  background: -webkit-gradient(linear, left top, left bottom, from(#80afe0), to(#2864a3), color-stop(0.1, #3680ce), color-stop(0.5, #215386), color-stop(0.5, #1e4b7a));
  background: -moz-linear-gradient(left top, left bottom, from(#80afe0), to(#2864a3), color-stop(0.1, #3680ce), color-stop(0.5, #215386), color-stop(0.5, #1e4b7a));
  text-shadow: #001b38 1px 1px 1px;
  border-color: #1c4672;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  padding: 9px 32px;
  font-size: 32px;
  line-height: 38.4px;
}
/* line 23, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.blue:hover, a.button.blue:focus, button.blue:hover, button.blue:focus {
  color: #fff;
  background-color: #0051a8;
  background: -webkit-gradient(linear, left top, left bottom, from(#73a6dd), to(#255c97), color-stop(0.1, #3077c4), color-stop(0.5, #1e4a7a), color-stop(0.5, #1b436e));
  background: -moz-linear-gradient(left top, left bottom, from(#73a6dd), to(#255c97), color-stop(0.1, #3077c4), color-stop(0.5, #1e4a7a), color-stop(0.5, #1b436e));
  text-shadow: #001429 1px 1px 1px;
  border-color: #193e66;
}
/* line 25, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.blue:active, button.blue:active {
  color: #fff;
  background-color: #004a98;
  background: -webkit-gradient(linear, left top, left bottom, from(#669fd9), to(#22558a), color-stop(0.1, #2d71b7), color-stop(0.5, #1b446d), color-stop(0.5, #183c61));
  background: -moz-linear-gradient(left top, left bottom, from(#669fd9), to(#22558a), color-stop(0.1, #2d71b7), color-stop(0.5, #1b446d), color-stop(0.5, #183c61));
  text-shadow: #000c18 1px 1px 1px;
  border-color: #163759;
}
/* line 86, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.blue:active, button.blue:active {
  padding: 8px 31px;
}
/* line 88, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.blue.disabled:active, button.blue.disabled:active {
  padding: 9px 32px;
}
/* line 36, ../../../app/stylesheets/buttons.sass */
a.button.red, button.red {
  color: #fff;
  background-color: #b70300;
  background: -webkit-gradient(linear, left top, left bottom, from(#e08280), to(#a32b28), color-stop(0.1, #ce3936), color-stop(0.5, #862321), color-stop(0.5, #7a201e));
  background: -moz-linear-gradient(left top, left bottom, from(#e08280), to(#a32b28), color-stop(0.1, #ce3936), color-stop(0.5, #862321), color-stop(0.5, #7a201e));
  text-shadow: #380100 1px 1px 1px;
  border-color: #721e1c;
}
/* line 23, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.red:hover, a.button.red:focus, button.red:hover, button.red:focus {
  color: #fff;
  background-color: #a80300;
  background: -webkit-gradient(linear, left top, left bottom, from(#dd7573), to(#972825), color-stop(0.1, #c43330), color-stop(0.5, #7a201e), color-stop(0.5, #6e1d1b));
  background: -moz-linear-gradient(left top, left bottom, from(#dd7573), to(#972825), color-stop(0.1, #c43330), color-stop(0.5, #7a201e), color-stop(0.5, #6e1d1b));
  text-shadow: #290100 1px 1px 1px;
  border-color: #661a19;
}
/* line 25, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.red:active, button.red:active {
  color: #fff;
  background-color: #980300;
  background: -webkit-gradient(linear, left top, left bottom, from(#d96966), to(#8a2522), color-stop(0.1, #b7302d), color-stop(0.5, #6d1d1b), color-stop(0.5, #611a18));
  background: -moz-linear-gradient(left top, left bottom, from(#d96966), to(#8a2522), color-stop(0.1, #b7302d), color-stop(0.5, #6d1d1b), color-stop(0.5, #611a18));
  text-shadow: #180000 1px 1px 1px;
  border-color: #591716;
}
/* line 38, ../../../app/stylesheets/buttons.sass */
a.button.yellow, button.yellow {
  color: #fff;
  background-color: #e6e600;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebeba4), to(#cece2d), color-stop(0.1, #dbdb58), color-stop(0.5, #b1b127), color-stop(0.5, #a4a424));
  background: -moz-linear-gradient(left top, left bottom, from(#ebeba4), to(#cece2d), color-stop(0.1, #dbdb58), color-stop(0.5, #b1b127), color-stop(0.5, #a4a424));
  text-shadow: #676600 1px 1px 1px;
  border-color: #9b9b22;
}
/* line 23, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.yellow:hover, a.button.yellow:focus, button.yellow:hover, button.yellow:focus {
  color: #fff;
  background-color: #d6d600;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e896), to(#c1c12a), color-stop(0.1, #d8d84a), color-stop(0.5, #a4a424), color-stop(0.5, #979721));
  background: -moz-linear-gradient(left top, left bottom, from(#e8e896), to(#c1c12a), color-stop(0.1, #d8d84a), color-stop(0.5, #a4a424), color-stop(0.5, #979721));
  text-shadow: #575600 1px 1px 1px;
  border-color: #8e8e1f;
}
/* line 25, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
a.button.yellow:active, button.yellow:active {
  color: #fff;
  background-color: #c8c800;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e68b), to(#b5b527), color-stop(0.1, #d5d540), color-stop(0.5, #989821), color-stop(0.5, #8b8b1e));
  background: -moz-linear-gradient(left top, left bottom, from(#e6e68b), to(#b5b527), color-stop(0.1, #d5d540), color-stop(0.5, #989821), color-stop(0.5, #8b8b1e));
  text-shadow: #484900 1px 1px 1px;
  border-color: #83831d;
}

/* SASS mixins */
/* primary SASS */
/* line 6, ../../../app/stylesheets/library/_reset.sass */
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 14, ../../../app/stylesheets/library/_reset.sass */
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 18, ../../../app/stylesheets/library/_reset.sass */
blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" "";
}
/* line 44, ../../../app/stylesheets/library/_reset.sass */
blockquote:before, q:before,
blockquote:after, q:after {
  content: "";
}

/* line 20, ../../../app/stylesheets/library/_reset.sass */
th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 22, ../../../app/stylesheets/library/_reset.sass */
table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 24, ../../../app/stylesheets/library/_reset.sass */
a img {
  border: none;
}

/* line 3, ../../../app/stylesheets/forms/_skin.sass */
form li {
  padding: 5px 0px;
}
/* line 6, ../../../app/stylesheets/forms/_skin.sass */
form li li {
  padding: 0;
}
/* line 11, ../../../app/stylesheets/forms/_skin.sass */
form fieldset {
  background: #eee;
  margin-top: 20px;
}
/* line 16, ../../../app/stylesheets/forms/_skin.sass */
form li fieldset {
  padding: 0;
}
/* line 21, ../../../app/stylesheets/forms/_skin.sass */
form legend, form label {
  color: #333;
}
/* line 24, ../../../app/stylesheets/forms/_skin.sass */
form label, form .label {
  padding-bottom: 5px;
}
/* line 27, ../../../app/stylesheets/forms/_skin.sass */
form label abbr, form .label abbr {
  color: #f00;
}
/* line 29, ../../../app/stylesheets/forms/_skin.sass */
form label {
  line-height: 1.4em;
  font-size: 13px;
}
/* line 33, ../../../app/stylesheets/forms/_skin.sass */
form legend span {
  font-size: 1.4em;
  line-height: 1em;
}
/* line 37, ../../../app/stylesheets/forms/_skin.sass */
form legend span.label {
  font-size: 1em;
}
/* line 42, ../../../app/stylesheets/forms/_skin.sass */
form select {
  padding: 3px;
}
/* line 44, ../../../app/stylesheets/forms/_skin.sass */
form input, form textarea, form select {
  font-family: inherit;
  font-size: 14px;
}
/* line 47, ../../../app/stylesheets/forms/_skin.sass */
form textarea, form input {
  border: 1px solid #999;
  padding: 6px 8px;
  line-height: 100%;
}
/* line 55, ../../../app/stylesheets/forms/_skin.sass */
form .date li, form .time li, form .datetime li {
  margin: 0 0.3em 0 0;
}
/* line 63, ../../../app/stylesheets/forms/_skin.sass */
form #errorExplanation li {
  margin-left: 15px;
}
/* line 65, ../../../app/stylesheets/forms/_skin.sass */
form form p, form .errors {
  padding: 3px 0px;
}
/* line 68, ../../../app/stylesheets/forms/_skin.sass */
form .required input, form .required textarea, form .required select {
  background-color: #fff;
}
/* line 71, ../../../app/stylesheets/forms/_skin.sass */
form .error input, form .error textarea, form .error select {
  background-color: #fcc;
  border: 1px solid #f66;
}
/* line 75, ../../../app/stylesheets/forms/_skin.sass */
form .optional input, form .optional textarea, form .optional select {
  background-color: #fff;
}
/* line 77, ../../../app/stylesheets/forms/_skin.sass */
form .errors {
  color: #a00;
}
/* line 79, ../../../app/stylesheets/forms/_skin.sass */
form .errors li {
  margin-left: 1.2em;
}
/* line 81, ../../../app/stylesheets/forms/_skin.sass */
form p.inline-errors {
  color: #f00;
}
/* line 83, ../../../app/stylesheets/forms/_skin.sass */
form p.inline-hints {
  color: #777;
}
/* line 88, ../../../app/stylesheets/forms/_skin.sass */
form .buttons {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 8px;
}
/* line 92, ../../../app/stylesheets/forms/_skin.sass */
form .buttons li {
  padding-right: 0.5em;
}
/* line 94, ../../../app/stylesheets/forms/_skin.sass */
form .buttons input {
  border: 1px solid #999;
}

/* line 35, ../../../app/stylesheets/library/_typography.sass */
h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0;
}

/* line 37, ../../../app/stylesheets/library/_typography.sass */
h1 {
  font-size: 28px;
  margin-bottom: 10.71px;
  line-height: 45.5px;
}

/* line 41, ../../../app/stylesheets/library/_typography.sass */
h2 {
  font-size: 31px;
  margin-bottom: 11.97px;
  line-height: 50.375px;
}

/* line 45, ../../../app/stylesheets/library/_typography.sass */
h3 {
  font-size: 27px;
  margin-bottom: 13.384px;
  line-height: 43.875px;
}

/* line 49, ../../../app/stylesheets/library/_typography.sass */
h4 {
  font-size: 24px;
  margin-bottom: 16.254px;
  line-height: 39px;
}

/* line 53, ../../../app/stylesheets/library/_typography.sass */
h5 {
  font-size: 20px;
  margin-bottom: 17.332px;
  line-height: 32.5px;
}

/* line 57, ../../../app/stylesheets/library/_typography.sass */
h6 {
  font-size: 19px;
  margin-bottom: 22.75px;
  line-height: 30.875px;
}

/* line 63, ../../../app/stylesheets/library/_typography.sass */
body {
  line-height: 1.625em;
  color: #333333;
}

/* line 66, ../../../app/stylesheets/library/_typography.sass */
p {
  padding-bottom: 11.375px;
}
/* line 155, ../../../app/stylesheets/library/_typography.sass */
p img {
  float: left;
  margin-top: 7px;
  margin-right: 11.375px;
  margin-bottom: 11.375px;
  margin-left: 0;
  padding: 0;
}
/* line 163, ../../../app/stylesheets/library/_typography.sass */
p img.right {
  margin-right: 0;
  margin-left: 11.375px;
}

/* line 68, ../../../app/stylesheets/library/_typography.sass */
table {
  margin: 0 0 22.75px;
  border-collapse: collapse;
}
/* line 171, ../../../app/stylesheets/library/_typography.sass */
table th {
  font-weight: bold;
}
/* line 173, ../../../app/stylesheets/library/_typography.sass */
table tr, table th, table td {
  margin: 0;
  padding: 0 22.75px 0 14px;
}
/* line 176, ../../../app/stylesheets/library/_typography.sass */
table tfoot {
  font-style: italic;
}
/* line 178, ../../../app/stylesheets/library/_typography.sass */
table caption {
  text-align: center;
}

/* line 70, ../../../app/stylesheets/library/_typography.sass */
ol {
  list-style: inside decimal;
  margin: 0 0 22.75px;
}
/* line 122, ../../../app/stylesheets/library/_typography.sass */
ol li ol {
  margin: 0 0 22.75px;
}

/* line 72, ../../../app/stylesheets/library/_typography.sass */
ul {
  list-style: inside;
  margin: 0 0 22.75px;
}
/* line 128, ../../../app/stylesheets/library/_typography.sass */
ul li ul {
  margin: 0 0 22.75px;
}

/* line 74, ../../../app/stylesheets/library/_typography.sass */
dl {
  margin: 0 0 22.75px;
}
/* line 133, ../../../app/stylesheets/library/_typography.sass */
dl dt {
  font-weight: bold;
}
/* line 135, ../../../app/stylesheets/library/_typography.sass */
dl dd {
  margin-left: 22.75px;
}

/* line 76, ../../../app/stylesheets/library/_typography.sass */
blockquote {
  padding: 21px 21px 21px 25.2px;
  position: relative;
  margin-bottom: 11.375px;
}
/* line 142, ../../../app/stylesheets/library/_typography.sass */
blockquote:before {
  content: "\201C";
  font-size: 42px;
  margin: 5px 0 0 -0.525em;
  position: absolute;
  font-family: Times, Georgia, serif;
  line-height: 0;
}
/* line 149, ../../../app/stylesheets/library/_typography.sass */
blockquote > p {
  padding: 0;
  margin: 0;
}

/* line 78, ../../../app/stylesheets/library/_typography.sass */
q {
  font-style: italic;
}
/* line 80, ../../../app/stylesheets/library/_typography.sass */
q:before {
  content: "\201C";
}
/* line 82, ../../../app/stylesheets/library/_typography.sass */
q:after {
  content: "\201D";
}

/* line 84, ../../../app/stylesheets/library/_typography.sass */
em, dfn {
  font-style: italic;
}

/* line 86, ../../../app/stylesheets/library/_typography.sass */
strong, dfn {
  font-weight: bold;
}

/* line 88, ../../../app/stylesheets/library/_typography.sass */
del {
  text-decoration: line-through;
}

/* line 90, ../../../app/stylesheets/library/_typography.sass */
span.highlight, em.highlight, strong.highlight {
  background-color: #ff6;
  padding: 2px;
  margin: 0 -2px;
}

/* line 94, ../../../app/stylesheets/library/_typography.sass */
abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 97, ../../../app/stylesheets/library/_typography.sass */
address {
  margin-top: 22.75px;
  font-style: italic;
}

/* line 100, ../../../app/stylesheets/library/_typography.sass */
pre, code {
  margin: 22.75px 0;
  white-space: pre;
}

/* line 103, ../../../app/stylesheets/library/_typography.sass */
pre, code, tt {
  font-family: "Menlo", "Bitstream Vera Sans", Monaco, "Andale Mono", "Lucida Console", monospace;
  line-height: 21px;
}

/* line 106, ../../../app/stylesheets/library/_typography.sass */
tt {
  display: block;
  margin: 22.75px 0;
}

/* line 109, ../../../app/stylesheets/library/_typography.sass */
sub, sup {
  line-height: 0;
}

/* line 111, ../../../app/stylesheets/library/_typography.sass */
hr {
  margin-bottom: 22.75px;
}

/* line 114, ../../../app/stylesheets/library/_typography.sass */
small, .small {
  font-size: 11px;
}

/* line 116, ../../../app/stylesheets/library/_typography.sass */
big, .big {
  font-size: 17px;
}

/* line 12, ../../../app/stylesheets/_typography.sass */
body {
  font-size: 14px;
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* line 16, ../../../app/stylesheets/_typography.sass */
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: bold;
  font-family: Georgia, Times, "Times New Roman", serif;
  letter-spacing: -1px;
}

/* line 22, ../../../app/stylesheets/_typography.sass */
blockquote {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  color: #555;
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/* line 30, ../../../app/stylesheets/_typography.sass */
blockquote:before {
  color: #ddd;
}
/* line 32, ../../../app/stylesheets/_typography.sass */
blockquote cite {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  display: block;
  padding-top: 14px;
}
/* line 37, ../../../app/stylesheets/_typography.sass */
blockquote cite:before {
  content: "\30FC";
  padding-right: 2px;
}
/* line 40, ../../../app/stylesheets/_typography.sass */
blockquote cite a {
  color: inherit !important;
}
/* line 42, ../../../app/stylesheets/_typography.sass */
blockquote cite a:hover {
  color: #165c95 !important;
}

/* line 10, ../../../app/stylesheets/_layout.sass */
html body {
  text-align: left;
  background-color: #323232;
  color: #333333;
}
/* line 14, ../../../app/stylesheets/_layout.sass */
html body a {
  color: #165c95;
}

/* line 17, ../../../app/stylesheets/_layout.sass */
.page_width {
  width: 900px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* specific SASS */
/* layout partials */
/* line 1, ../../../app/stylesheets/partials/_header.sass */
#header {
  *display: inline-block;
  height: 100px;
  background: #e01d43 url('../../images/new_bg.png') no-repeat top center !important;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
#header:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 5, ../../../app/stylesheets/partials/_header.sass */
#header .page_width {
  position: relative;
}
/* line 7, ../../../app/stylesheets/partials/_header.sass */
#header a.title {
  display: inline-block;
  text-decoration: none;
  height: 64px;
  width: 280px;
  float: left;
  position: relative;
  top: 30px;
  left: 6px;
}

/* line 17, ../../../app/stylesheets/partials/_header.sass */
#tf-logo {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 120;
}

/* line 1, ../../../app/stylesheets/partials/_navigation.sass */
#nav {
  margin-left: 10px;
  padding-top: 40px;
}
/* line 4, ../../../app/stylesheets/partials/_navigation.sass */
#nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  *display: inline-block;
  overflow: hidden;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
#nav ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 50, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#nav ul li {
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 40, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#nav ul li.first {
  padding-left: 0px;
}
/* line 42, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#nav ul li.last {
  padding-right: 0px;
}
/* line 7, ../../../app/stylesheets/partials/_navigation.sass */
#nav ul li {
  overflow: hidden;
  padding: 5px 5px;
}
/* line 10, ../../../app/stylesheets/partials/_navigation.sass */
#nav ul li a {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  font-size: 90%;
  text-transform: uppercase;
}
/* line 18, ../../../app/stylesheets/partials/_navigation.sass */
#nav ul li a.current {
  background: #999;
  color: #fff;
}
/* line 21, ../../../app/stylesheets/partials/_navigation.sass */
#nav ul li a.current a {
  color: #fff;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 1, ../../../app/stylesheets/partials/_page.sass */
#logo {
  height: 0;
  z-index: 1000;
  float: left;
  margin: 0 auto;
  overflow: visible;
}

/* line 8, ../../../app/stylesheets/partials/_page.sass */
#page {
  *display: inline-block;
  background: #fff url(../../images/flower_bg_large.gif) no-repeat left bottom;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
#page:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 11, ../../../app/stylesheets/partials/_page.sass */
#page .page_width {
  background: #fff url(../../images/flower_bg_small_y.gif) no-repeat left bottom;
  *display: inline-block;
  position: relative;
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: white;
  box-shadow:  1px 1px 8px #333333;
  -webkit-box-shadow:  1px 1px 8px #333333;
  -moz-box-shadow:  1px 1px 8px #333333;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
#page .page_width:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 23, ../../../app/stylesheets/partials/_page.sass */
#main {
  width: 670px;
  padding: 0 10px;
  padding-top: 1em;
  float: right;
}
/* line 28, ../../../app/stylesheets/partials/_page.sass */
#main.expanded {
  width: 100%;
}
/* line 30, ../../../app/stylesheets/partials/_page.sass */
#main p {
  text-align: justify;
  width: 95%;
}

/* line 1, ../../../app/stylesheets/partials/_sidebar.sass */
#sidebar {
  float: left;
  background: #fff;
  width: 190px;
  padding: 20px 5px;
  font-size: 80%;
  text-align: left;
  line-height: 1.3em;
}
/* line 9, ../../../app/stylesheets/partials/_sidebar.sass */
#sidebar h1 {
  font-size: 16px;
  font-family: Verdana;
  color: #c52643;
  padding: 0 !important;
  line-height: 1.4em;
  margin-top: 20px;
  width: 80%;
  border-bottom: 2px solid #c52643;
}
/* line 18, ../../../app/stylesheets/partials/_sidebar.sass */
#sidebar h4 {
  margin: 20px 0 0;
}
/* line 20, ../../../app/stylesheets/partials/_sidebar.sass */
#sidebar h4:first-child {
  margin-top: 10px;
}
/* line 22, ../../../app/stylesheets/partials/_sidebar.sass */
#sidebar h4 .small {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  font-size: 50%;
}
/* line 25, ../../../app/stylesheets/partials/_sidebar.sass */
#sidebar p {
  font-size: 12px;
  line-height: 1.3em;
}

/* line 30, ../../../app/stylesheets/partials/_sidebar.sass */
#sidebar_booking p {
  margin: 0;
  line-height: 1em;
}
/* line 33, ../../../app/stylesheets/partials/_sidebar.sass */
#sidebar_booking p input {
  width: 80%;
  font-size: 12px;
  margin: 0;
  border: 1px solid #ddd;
}

/* line 141, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form ul, #sidebar_signup_form ol, #sidebar_signup_form legend, #sidebar_signup_form p {
  margin: 0;
  padding: 0;
}
/* line 144, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 150, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form fieldset {
  display: block;
  *display: inline-block;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form fieldset:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 154, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form abbr, #sidebar_signup_form acronym {
  border: 0;
  font-variant: normal;
  font-weight: normal;
}
/* line 159, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form ol, #sidebar_signup_form ul {
  list-style: none;
}
/* line 162, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form label {
  display: block;
  *display: inline-block;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form label:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 166, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form input, #sidebar_signup_form textarea {
  vertical-align: middle;
}
/* line 170, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .check_boxes input, #sidebar_signup_form .radio input {
  margin: 0;
}
/* line 172, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .check_boxes label, #sidebar_signup_form .radio label {
  cursor: pointer;
}
/* line 175, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .hidden {
  display: none;
}
/* line 179, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .date li, #sidebar_signup_form .time li, #sidebar_signup_form .datetime li {
  float: left;
  width: auto;
  clear: none;
}
/* line 183, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .date label, #sidebar_signup_form .time label, #sidebar_signup_form .datetime label {
  display: none;
  width: auto;
}
/* line 186, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .date input, #sidebar_signup_form .time input, #sidebar_signup_form .datetime input {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 191, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .errors {
  list-style: square;
}
/* line 193, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .errors li {
  padding: 0;
  border: none;
  display: list-item;
  float: none;
  clear: both;
}
/* line 199, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .inputs {
  z-index: 99;
}
/* line 202, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .buttons li {
  float: left;
}
/* line 205, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li {
  *display: inline-block;
  display: block;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 208, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li fieldset {
  border: none;
  position: relative;
  margin-top: 0px;
}
/* line 212, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li legend {
  display: block;
  margin-bottom: 0;
}
/* line 215, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li .label {
  display: block;
  clear: both;
  background: transparent;
}
/* line 220, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li ol {
  float: left;
  margin: 0;
}
/* line 223, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li ol li {
  padding: 0;
  border: 0;
  display: inline;
}
/* line 234, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form fieldset {
  width: 80%;
}
/* line 236, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form ol {
  padding-left: 0;
}
/* line 238, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form input {
  clear: both;
  float: none;
}
/* line 241, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li {
  display: block;
  clear: both;
  float: none;
  width: 80%;
}
/* line 244, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li ol {
  padding: 0;
}
/* line 246, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li li {
  clear: none;
  width: auto;
}
/* line 250, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li fieldset legend, #sidebar_signup_form li fieldset legend .label {
  display: block;
  clear: both;
}
/* line 253, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li fieldset .label {
  position: relative;
}
/* line 255, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form li fieldset label, #sidebar_signup_form li fieldset input {
  width: auto;
}
/* line 258, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .date ol, #sidebar_signup_form .time ol, #sidebar_signup_form .datetime ol {
  width: 80%;
}
/* line 260, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .date li, #sidebar_signup_form .time li, #sidebar_signup_form .datetime li {
  display: inline;
  clear: none;
  float: left;
  padding-right: 0;
}
/* line 266, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .checkbox li, #sidebar_signup_form .radio li {
  display: block;
}
/* line 268, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .checkbox input, #sidebar_signup_form .radio input {
  border: none;
}
/* line 270, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form label {
  display: block;
  clear: both;
  float: none;
  width: 100%;
}
/* line 273, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form input, #sidebar_signup_form textarea {
  width: 100%;
}
/* line 278, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form select {
  width: auto;
}
/* line 283, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .errors li {
  display: list-item;
}
/* line 286, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .buttons ol {
  padding-left: 0;
  padding-right: 0;
}
/* line 289, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .buttons li {
  float: left;
  width: auto;
  clear: none;
  display: inline;
}
/* line 297, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .buttons input {
  width: auto;
}
/* line 302, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form #errorExplanation {
  width: 80%;
}
/* line 304, ../../../app/stylesheets/forms/_formtastic.sass */
#sidebar_signup_form .label {
  #left: -0.5em;
  #position: relative;
}
/* line 41, ../../../app/stylesheets/partials/_sidebar.sass */
#sidebar_signup_form label {
  padding: 0;
  margin: 0;
}
/* line 44, ../../../app/stylesheets/partials/_sidebar.sass */
#sidebar_signup_form li {
  padding: 3px 0;
}

/* line 47, ../../../app/stylesheets/partials/_sidebar.sass */
#signup_submit {
  font-family: "Lucida Grande", Lucida, Arial, sans_serif;
  background: url('/images/button_bg.png?1276960373') repeat-x bottom left;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: bold;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 5px 18px;
  font-size: 18px;
  line-height: 21.6px;
  border-width: 1px;
  color: #fff;
  background-color: #ff0330;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2b8c3), to(#da3c58), color-stop(0.1, #e36b81), color-stop(0.5, #cc2644), color-stop(0.5, #bf2440));
  background: -moz-linear-gradient(left top, left bottom, from(#f2b8c3), to(#da3c58), color-stop(0.1, #e36b81), color-stop(0.5, #cc2644), color-stop(0.5, #bf2440));
  text-shadow: #830017 1px 1px 1px;
  border-color: #b7223d;
}
/* line 101, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#signup_submit::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* line 104, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#signup_submit:focus {
  outline: none;
}
/* line 86, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#signup_submit:active {
  padding: 4px 17px;
}
/* line 88, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#signup_submit.disabled:active {
  padding: 5px 18px;
}
/* line 62, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#signup_submit:active {
  border-width: 2px;
}
/* line 64, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#signup_submit.disabled:active {
  border-width: 1px;
}
/* line 23, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#signup_submit:hover, #signup_submit:focus {
  color: #fff;
  background-color: #f3002b;
  background: -webkit-gradient(linear, left top, left bottom, from(#efacb8), to(#d7304d), color-stop(0.1, #e05f76), color-stop(0.5, #bf243f), color-stop(0.5, #b2223b));
  background: -moz-linear-gradient(left top, left bottom, from(#efacb8), to(#d7304d), color-stop(0.1, #e05f76), color-stop(0.5, #bf243f), color-stop(0.5, #b2223b));
  text-shadow: #730014 1px 1px 1px;
  border-color: #aa2039;
}
/* line 25, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#signup_submit:active {
  color: #fff;
  background-color: #e30029;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed9ead), to(#d02745), color-stop(0.1, #de516b), color-stop(0.5, #b2213b), color-stop(0.5, #a51f37));
  background: -moz-linear-gradient(left top, left bottom, from(#ed9ead), to(#d02745), color-stop(0.1, #de516b), color-stop(0.5, #b2213b), color-stop(0.5, #a51f37));
  text-shadow: #630012 1px 1px 1px;
  border-color: #9d1e34;
}

/* line 51, ../../../app/stylesheets/partials/_sidebar.sass */
#twitter, #delicious {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #f8f8f8;
  border: 1px solid #eee;
  padding: 5px 0;
}
/* line 56, ../../../app/stylesheets/partials/_sidebar.sass */
#twitter ul, #delicious ul {
  list-style-type: none;
  margin: 0;
}
/* line 59, ../../../app/stylesheets/partials/_sidebar.sass */
#twitter li, #delicious li {
  margin: 0 15px;
  padding: 10px 0 0;
  border-bottom: #ddd 1px dashed;
}
/* line 63, ../../../app/stylesheets/partials/_sidebar.sass */
#twitter li:last-child, #delicious li:last-child {
  border-bottom: 0;
}

/* line 67, ../../../app/stylesheets/partials/_sidebar.sass */
#delicious p {
  font-style: italic;
}
/* line 69, ../../../app/stylesheets/partials/_sidebar.sass */
#delicious li {
  color: #666;
  font-style: normal;
  padding-bottom: 8px;
}

/* line 1, ../../../app/stylesheets/partials/_footer.sass */
#footer {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  position: relative;
  z-index: 2;
  font-size: 13px;
  clear: both;
  padding: 21px 0;
  color: #999999;
  background: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#323232));
  background: -moz-linear-gradient(left top, left bottom, from(#252525), to(#323232));
  border-top: 14px solid black;
}
/* line 11, ../../../app/stylesheets/partials/_footer.sass */
#footer a {
  color: #dddddd;
}
/* line 13, ../../../app/stylesheets/partials/_footer.sass */
#footer a:hover {
  color: white;
}

/* line 1, ../../../app/stylesheets/app/_explore.sass */
.explori {
  float: left;
  width: 45%;
  margin: 10px;
}

/* line 6, ../../../app/stylesheets/app/_explore.sass */
.back-forth {
  width: 90%;
  list-style-type: none;
}
/* line 9, ../../../app/stylesheets/app/_explore.sass */
.back-forth li {
  padding: 5px 0;
  *display: inline-block;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
.back-forth li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 12, ../../../app/stylesheets/app/_explore.sass */
.back-forth li img {
  float: left;
}
/* line 14, ../../../app/stylesheets/app/_explore.sass */
.back-forth li div {
  float: right;
  background: #f7f7f7;
  width: 320px;
  padding: 2px 10px;
}
/* line 19, ../../../app/stylesheets/app/_explore.sass */
.back-forth li div h2 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  margin: 2px 0;
  padding: 0;
  line-height: 1.3em;
}
/* line 25, ../../../app/stylesheets/app/_explore.sass */
.back-forth li.even {
  *display: inline-block;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
.back-forth li.even:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 27, ../../../app/stylesheets/app/_explore.sass */
.back-forth li.even img {
  float: right;
}
/* line 29, ../../../app/stylesheets/app/_explore.sass */
.back-forth li.even div {
  float: left;
}

/* line 2, ../../../app/stylesheets/app/_suites.sass */
.suites li {
  padding: 1em 10px;
  margin: 10px 0;
  background: #eee;
}
/* line 6, ../../../app/stylesheets/app/_suites.sass */
.suites li img {
  padding: 0 5px;
}
/* line 8, ../../../app/stylesheets/app/_suites.sass */
.suites li div {
  width: 250px;
  padding: 10px;
  margin: 0 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
}
/* line 15, ../../../app/stylesheets/app/_suites.sass */
.suites li div h3 {
  font-size: 14px;
  line-height: 1.3em;
}

/* line 1, ../../../app/stylesheets/app/_gallery.sass */
#images {
  text-align: center;
  width: 99%;
  margin: 0 auto;
}
/* line 5, ../../../app/stylesheets/app/_gallery.sass */
#images .gallery {
  list-style: none;
  *display: inline-block;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
#images .gallery:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 8, ../../../app/stylesheets/app/_gallery.sass */
#images .gallery li {
  position: relative;
  display: inline;
  float: left;
  width: 200px;
  height: 150px;
  overflow: hidden;
  z-index: 100;
  margin: 10px;
}
/* line 16, ../../../app/stylesheets/app/_gallery.sass */
#images .gallery li a {
  position: relative;
}

/* line 2, ../../../app/stylesheets/app/_booking.sass */
#new_booking h1 {
  font-family: Verdana,sans-serif;
  font-size: 20px;
  margin: 0 0;
  padding: 0 0;
  line-height: 1em;
}
/* line 8, ../../../app/stylesheets/app/_booking.sass */
#new_booking fieldset {
  padding-top: 10px;
  background-color: #fff;
}
/* line 11, ../../../app/stylesheets/app/_booking.sass */
#new_booking fieldset label {
  font-size: 13px;
  font-family: Arial;
  font-weight: bold;
}

/* line 16, ../../../app/stylesheets/app/_booking.sass */
#booking_submit {
  font-family: "Lucida Grande", Lucida, Arial, sans_serif;
  background: url('/images/button_bg.png?1276960373') repeat-x bottom left;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: bold;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 5px 18px;
  font-size: 18px;
  line-height: 21.6px;
  border-width: 1px;
  color: #fff;
  background-color: #ff0330;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2b8c3), to(#da3c58), color-stop(0.1, #e36b81), color-stop(0.5, #cc2644), color-stop(0.5, #bf2440));
  background: -moz-linear-gradient(left top, left bottom, from(#f2b8c3), to(#da3c58), color-stop(0.1, #e36b81), color-stop(0.5, #cc2644), color-stop(0.5, #bf2440));
  text-shadow: #830017 1px 1px 1px;
  border-color: #b7223d;
}
/* line 101, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#booking_submit::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* line 104, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#booking_submit:focus {
  outline: none;
}
/* line 86, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#booking_submit:active {
  padding: 4px 17px;
}
/* line 88, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#booking_submit.disabled:active {
  padding: 5px 18px;
}
/* line 62, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#booking_submit:active {
  border-width: 2px;
}
/* line 64, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#booking_submit.disabled:active {
  border-width: 1px;
}
/* line 23, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#booking_submit:hover, #booking_submit:focus {
  color: #fff;
  background-color: #f3002b;
  background: -webkit-gradient(linear, left top, left bottom, from(#efacb8), to(#d7304d), color-stop(0.1, #e05f76), color-stop(0.5, #bf243f), color-stop(0.5, #b2223b));
  background: -moz-linear-gradient(left top, left bottom, from(#efacb8), to(#d7304d), color-stop(0.1, #e05f76), color-stop(0.5, #bf243f), color-stop(0.5, #b2223b));
  text-shadow: #730014 1px 1px 1px;
  border-color: #aa2039;
}
/* line 25, ../../../../../../../opt/local/lib/ruby/gems/1.8/gems/fancy-buttons-0.3.3/lib/sass/_fancy_buttons.sass */
#booking_submit:active {
  color: #fff;
  background-color: #e30029;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed9ead), to(#d02745), color-stop(0.1, #de516b), color-stop(0.5, #b2213b), color-stop(0.5, #a51f37));
  background: -moz-linear-gradient(left top, left bottom, from(#ed9ead), to(#d02745), color-stop(0.1, #de516b), color-stop(0.5, #b2213b), color-stop(0.5, #a51f37));
  text-shadow: #630012 1px 1px 1px;
  border-color: #9d1e34;
}

/* line 4, ../../../app/stylesheets/app/_typography.sass */
h1 {
  font-family: "Futura", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}

/* line 2, ../../../app/stylesheets/app/_social_links.sass */
#socials h4 {
  font-size: 13px;
  font-family: Arial;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

/* line 10, ../../../app/stylesheets/app/_social_links.sass */
.social_links li {
  display: inline;
}
/* line 12, ../../../app/stylesheets/app/_social_links.sass */
.social_links li img {
  width: 20px;
}

/* line 18, ../../../app/stylesheets/screen.sass */
a {
  color: #d72b4a;
  padding: 2px;
}
/* line 21, ../../../app/stylesheets/screen.sass */
a:link {
  color: #d72b4a;
}

/* line 24, ../../../app/stylesheets/screen.sass */
.title {
  text-align: left;
}

/* line 27, ../../../app/stylesheets/screen.sass */
.centered {
  text-align: center !important;
}

/* line 141, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic ul, .formtastic ol, .formtastic legend, .formtastic p {
  margin: 0;
  padding: 0;
}
/* line 144, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 150, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic fieldset {
  display: block;
  *display: inline-block;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic fieldset:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 154, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic abbr, .formtastic acronym {
  border: 0;
  font-variant: normal;
  font-weight: normal;
}
/* line 159, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic ol, .formtastic ul {
  list-style: none;
}
/* line 162, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic label {
  display: block;
  *display: inline-block;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic label:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 166, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic input, .formtastic textarea {
  vertical-align: middle;
}
/* line 170, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .check_boxes input, .formtastic .radio input {
  margin: 0;
}
/* line 172, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .check_boxes label, .formtastic .radio label {
  cursor: pointer;
}
/* line 175, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .hidden {
  display: none;
}
/* line 179, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .date li, .formtastic .time li, .formtastic .datetime li {
  float: left;
  width: auto;
  clear: none;
}
/* line 183, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .date label, .formtastic .time label, .formtastic .datetime label {
  display: none;
  width: auto;
}
/* line 186, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .date input, .formtastic .time input, .formtastic .datetime input {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 191, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .errors {
  list-style: square;
}
/* line 193, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .errors li {
  padding: 0;
  border: none;
  display: list-item;
  float: none;
  clear: both;
}
/* line 199, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .inputs {
  z-index: 99;
}
/* line 202, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .buttons li {
  float: left;
}
/* line 205, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li {
  *display: inline-block;
  display: block;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 208, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li fieldset {
  border: none;
  position: relative;
  margin-top: 0px;
}
/* line 212, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li legend {
  display: block;
  margin-bottom: 0;
}
/* line 215, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li .label {
  display: block;
  clear: both;
  background: transparent;
}
/* line 220, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li ol {
  float: left;
  margin: 0;
}
/* line 223, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li ol li {
  padding: 0;
  border: 0;
  display: inline;
}
/* line 315, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic fieldset {
  width: 100%;
}
/* line 317, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic label {
  float: left;
  width: 30%;
  text-align: left;
  padding-left: 0;
}
/* line 323, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li ol {
  padding: 0 10% 0 30%;
}
/* line 326, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li fieldset legend, .formtastic li fieldset legend .label {
  display: block;
}
/* line 328, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li fieldset legend {
  width: 30%;
  text-align: left;
  display: inline;
  float: left;
  clear: none;
  padding: 0;
  width: 100%;
}
/* line 331, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li fieldset .label {
  position: absolute;
  width: 30%;
  top: 0px;
  left: 0;
}
/* line 339, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li fieldset label {
  padding-left: 0;
}
/* line 341, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li fieldset label, .formtastic li fieldset input {
  width: auto;
  display: inline;
  clear: none;
  text-align: left;
}
/* line 346, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic li fieldset select {
  padding: 0;
  clear: both;
  display: block;
}
/* line 350, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .inline-hints, .formtastic .inline-errors, .formtastic .errors {
  margin: 0 0 0 30%;
}
/* line 352, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic input, .formtastic textarea {
  width: 60%;
}
/* line 354, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic select {
  width: auto;
}
/* line 360, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .checkbox li, .formtastic .radio li {
  display: block;
  clear: both;
}
/* line 363, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .checkbox input, .formtastic .radio input {
  border: none;
}
/* line 365, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .buttons {
  padding-left: 30%;
  width: 70%;
}
/* line 368, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .buttons input {
  width: auto;
}
/* line 373, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic .buttons li {
  width: auto;
  float: left;
  display: inline;
}
/* line 384, ../../../app/stylesheets/forms/_formtastic.sass */
.formtastic #errorExplanation {
  margin-left: 30%;
  width: 60%;
}
/* line 33, ../../../app/stylesheets/screen.sass */
.formtastic fieldset {
  padding-left: 10px;
  background-color: transparent;
}

/* line 37, ../../../app/stylesheets/screen.sass */
.flash {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
}
/* line 41, ../../../app/stylesheets/screen.sass */
.flash.success {
  background-color: #00cc33;
  border: 1px solid #333333;
  color: #000;
}
/* line 45, ../../../app/stylesheets/screen.sass */
.flash.error {
  background-color: #ff0033;
  border: 2px solid #cc0000;
  color: #fff;
}

/* line 50, ../../../app/stylesheets/screen.sass */
.float-right {
  float: right;
  padding: 5px;
  margin: 0.7em;
  width: 250px;
  border: 1px solid #ddd;
}

/* line 57, ../../../app/stylesheets/screen.sass */
.float-left {
  float: left;
  padding: 5px;
  margin: 0.7em;
  width: 250px;
  border: 1px solid #ddd;
}

/* line 64, ../../../app/stylesheets/screen.sass */
.captioned {
  position: relative;
}
/* line 66, ../../../app/stylesheets/screen.sass */
.captioned span {
  position: absolute;
  left: 0;
  bottom: 6px;
  background: white;
  opacity: 0.7;
}
/* line 72, ../../../app/stylesheets/screen.sass */
.captioned span a {
  color: #000;
  font-family: Georgia;
  font-style: oblique;
  font-size: 11px;
  padding: 2px 4px;
}

/* line 81, ../../../app/stylesheets/screen.sass */
.ratesTable td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  padding: 5px 9px;
}
/* line 84, ../../../app/stylesheets/screen.sass */
.ratesTable td.ratesHeader {
  font-weight: bold;
}

/* line 91, ../../../app/stylesheets/screen.sass */
#torre-fiore-pricing tr.rates td, .torre-fiore tr.rates td, .ratesTable tr.rates td {
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center !important;
  vertical-align: middle !important;
}
/* line 97, ../../../app/stylesheets/screen.sass */
#torre-fiore-pricing tr.rates td p, .torre-fiore tr.rates td p, .ratesTable tr.rates td p {
  font-size: 14px;
  text-align: center !important;
  vertical-align: middle !important;
}
/* line 101, ../../../app/stylesheets/screen.sass */
#torre-fiore-pricing tr.even, .torre-fiore tr.even, .ratesTable tr.even {
  background-color: #eee;
}
/* line 104, ../../../app/stylesheets/screen.sass */
#torre-fiore-pricing tr.dates p, .torre-fiore tr.dates p, .ratesTable tr.dates p {
  margin: 5px 0;
  font-size: 10px;
  font-family: Arial;
  line-height: 1.4em;
  text-align: center !important;
  vertical-align: middle !important;
}
/* line 111, ../../../app/stylesheets/screen.sass */
#torre-fiore-pricing tr td, .torre-fiore tr td, .ratesTable tr td {
  border: 1px solid #777;
  text-align: center;
  vertical-align: center;
  text-align: center !important;
  vertical-align: middle !important;
}
/* line 117, ../../../app/stylesheets/screen.sass */
#torre-fiore-pricing tr td p, .torre-fiore tr td p, .ratesTable tr td p {
  padding: 5px 0;
  margin: 0;
  font-size: 13px;
  text-align: center !important;
  vertical-align: middle !important;
}
/* line 123, ../../../app/stylesheets/screen.sass */
#torre-fiore-pricing tr td p a, .torre-fiore tr td p a, .ratesTable tr td p a {
  color: #d72b4a;
  text-decoration: none;
}
/* line 126, ../../../app/stylesheets/screen.sass */
#torre-fiore-pricing tr td p a:hover, .torre-fiore tr td p a:hover, .ratesTable tr td p a:hover {
  text-decoration: underline;
}
/* line 128, ../../../app/stylesheets/screen.sass */
#torre-fiore-pricing tr td.noborder, .torre-fiore tr td.noborder, .ratesTable tr td.noborder {
  border: none;
  background-color: #fff;
}

/* line 134, ../../../app/stylesheets/screen.sass */
table tr td {
  text-align: center !important;
  vertical-align: middle !important;
}

/* line 139, ../../../app/stylesheets/screen.sass */
div.centered * {
  text-align: center;
}

/* line 142, ../../../app/stylesheets/screen.sass */
hr.better {
  height: 4px;
  background: #eee;
  border: none;
  *display: inline-block;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
hr.better:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 149, ../../../app/stylesheets/screen.sass */
div.tf-link {
  *display: inline-block;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
div.tf-link:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 151, ../../../app/stylesheets/screen.sass */
div.tf-link div.link-info {
  float: left;
  width: 50%;
}
/* line 154, ../../../app/stylesheets/screen.sass */
div.tf-link div.link-info h3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}
/* line 156, ../../../app/stylesheets/screen.sass */
div.tf-link div.youtube-video {
  float: right;
}

/* line 159, ../../../app/stylesheets/screen.sass */
div.festival {
  border-top: 4px solid #eee;
  margin-top: 0.5em;
}
/* line 162, ../../../app/stylesheets/screen.sass */
div.festival a {
  color: #d72b4a;
}
/* line 164, ../../../app/stylesheets/screen.sass */
div.festival div.info {
  *display: inline-block;
}
/* line 98, ../../../app/stylesheets/forms/_formtastic.sass */
div.festival div.info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 166, ../../../app/stylesheets/screen.sass */
div.festival div.info h1, div.festival div.info h2, div.festival div.info h3, div.festival div.info h4 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}
/* line 168, ../../../app/stylesheets/screen.sass */
div.festival div.info h2 {
  margin-bottom: 5px;
  font-size: 20pt;
}
/* line 171, ../../../app/stylesheets/screen.sass */
div.festival div.info h3 {
  float: left;
  font-size: 15pt;
}
/* line 174, ../../../app/stylesheets/screen.sass */
div.festival div.info h4 {
  float: right;
  margin-right: 1em;
  font-size: 12pt;
}
/* line 178, ../../../app/stylesheets/screen.sass */
div.festival div.media {
  float: right;
  margin: 1em 1.5em;
}

/* line 182, ../../../app/stylesheets/screen.sass */
#chic-member {
  margin: 25px 0;
}
/* line 185, ../../../app/stylesheets/screen.sass */
#chic-member p span {
  font-weight: bold;
}
/* line 187, ../../../app/stylesheets/screen.sass */
#chic-member p img {
  padding: 3px;
}
