/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* line 1, ../sass/_base.scss */
* {
  font-family: 'Mate', serif;
}

/* line 6, ../sass/_base.scss */
body {
  background-color: #eee;
}

/* line 10, ../sass/_base.scss */
#main {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #555555), color-stop(50%, #222222), color-stop(100%, #555555));
  background-image: -webkit-linear-gradient(top, #555555, #222222, #555555);
  background-image: -moz-linear-gradient(top, #555555, #222222, #555555);
  background-image: -o-linear-gradient(top, #555555, #222222, #555555);
  background-image: -ms-linear-gradient(top, #555555, #222222, #555555);
  background-image: linear-gradient(top, #555555, #222222, #555555);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -o-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  color: #eee;
  background-color: #333;
  width: 80%;
  height: 50%;
  margin-top: 25%;
  margin-left: 10%;
  padding: 1em;
}
/* line 26, ../sass/_base.scss */
#main h1 {
  font-weight: bold;
  font-size: 48pt;
}
/* line 32, ../sass/_base.scss */
#main h1:hover {
  color: rgba(200, 200, 255, 0.75);
}
/* line 36, ../sass/_base.scss */
#main h3 {
  font-size: 24pt;
}
/* line 40, ../sass/_base.scss */
#main h4 {
  display: inline;
  float: right;
  font-size: 12pt;
}
/* line 45, ../sass/_base.scss */
#main ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 46, ../../../../../.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/compass-0.12.alpha.0/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss */
#main ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  white-space: nowrap;
}
/* line 7, ../../../../../.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/compass-0.12.alpha.0/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#main ul li {
  *display: inline;
}
