/* line 14, /home/brad/.bundle/ruby/1.8/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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, /home/brad/.bundle/ruby/1.8/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
  color: black;
  background: white;
}

/* line 19, /home/brad/.bundle/ruby/1.8/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 21, /home/brad/.bundle/ruby/1.8/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 23, /home/brad/.bundle/ruby/1.8/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 25, /home/brad/.bundle/ruby/1.8/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: "" "";
}
/* line 96, /home/brad/.bundle/ruby/1.8/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 27, /home/brad/.bundle/ruby/1.8/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 8, /home/brad/web/releases/20100603033245/views/site.sass */
body {
  font-family: Helvetica;
  font-size: 16pt;
  color: white;
  background: #ff6600;
  line-height: 1.5em;
  text-shadow: -1px -1px 0px #cc3300;
}

/* line 16, /home/brad/web/releases/20100603033245/views/site.sass */
#page {
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  margin: 5em auto;
  width: 30em;
}

/* line 20, /home/brad/web/releases/20100603033245/views/site.sass */
h1, p {
  padding-bottom: 1em;
}

/* line 22, /home/brad/web/releases/20100603033245/views/site.sass */
h1 {
  font-family: Georgia;
  padding-bottom: 0.5em;
  font-size: 500%;
}

/* line 26, /home/brad/web/releases/20100603033245/views/site.sass */
ul.vertical.menu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: inline;
}
/* line 8, /home/brad/.bundle/ruby/1.8/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/lists/_inline-list.scss */
ul.vertical.menu li {
  margin: 0px;
  padding: 0px;
  display: inline;
}

/* line 28, /home/brad/web/releases/20100603033245/views/site.sass */
a {
  background: white;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -o-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -khtml-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 0.1em 0.25em;
  color: #ff6600;
  text-decoration: none;
  -moz-box-shadow: #cc3300 -1px -1px 0px;
  -webkit-box-shadow: #cc3300 -1px -1px 0px;
  -o-box-shadow: #cc3300 -1px -1px 0px;
  box-shadow: #cc3300 -1px -1px 0px;
  text-shadow: 1px 1px 0px white;
}
/* line 36, /home/brad/web/releases/20100603033245/views/site.sass */
a:hover {
  background: #ffff66;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
