/* Haml
 * Design & CSS - Lukas Dryja
 * http://www.lukasdryja.com
 * -------------------- */
/* line 1, ./src/stylesheets/./_header.sass */
#header {
  height: 250px;
  width: 795px;
  margin: 0 auto;
}
/* line 8, ./src/stylesheets/./_header.sass */
#header h1 {
  float: left;
  margin: 40px 0 0 -50px;
  text-indent: -9999px;
}
/* line 13, ./src/stylesheets/./_header.sass */
#header h1 a {
  display: block;
  width: 217px;
  height: 225px;
  background: url(/images/haml.gif) no-repeat;
}
/* line 19, ./src/stylesheets/./_header.sass */
#header #nav {
  position: relative;
  top: 160px;
  margin-left: 200px;
  padding: 11px 0;
  border-bottom: 1px dashed #b1ad9b;
}
/* line 26, ./src/stylesheets/./_header.sass */
#header #nav ul {
  padding: 5px 0;
  list-style-type: none;
  text-align: center;
  margin: 0;
}
/* line 32, ./src/stylesheets/./_header.sass */
#header #nav ul li {
  padding: 6px 15px;
  margin: 0 7.5px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  font: 14px Georgia, Garamond, Times, "Times New Roman", serif;
  border: 1px solid #cacaca;
  border-bottom: 3px solid #ff3836;
}
/* line 40, ./src/stylesheets/./_header.sass */
#header #nav ul li a {
  text-decoration: none;
  color: #3f0e0d;
}
/* line 44, ./src/stylesheets/./_header.sass */
#header #nav ul li a:hover {
  color: #ff3836;
}
/* line 47, ./src/stylesheets/./_header.sass */
#header #latest {
  position: relative;
  text-align: center;
  top: 170px;
  margin-left: 200px;
  color: #888888;
}
/* line 54, ./src/stylesheets/./_header.sass */
#header #latest h2 {
  color: #555555;
  font-size: 1.4em;
  font-weight: bold;
  display: inline;
}
/* line 61, ./src/stylesheets/./_header.sass */
#header #latest .version {
  font-size: 1.2em;
  font-weight: bold;
}

/* line 1, ./src/stylesheets/./_sidebar.sass */
#sidebar {
  float: right;
  margin-left: 10px;
  width: 203px;
}
/* line 5, ./src/stylesheets/./_sidebar.sass */
#sidebar .download {
  height: 193px;
  width: 201px;
  background-image: url(/images/download.gif);
  background-repeat: no-repeat;
  background-position: 18px 12px;
  border: 1px dashed #b1ad9b;
}
/* line 14, ./src/stylesheets/./_sidebar.sass */
#sidebar .download p {
  font-size: 12.5px;
  text-align: center;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 145px;
}
/* line 22, ./src/stylesheets/./_sidebar.sass */
#sidebar .download p a {
  margin-top: 10px;
}
/* line 25, ./src/stylesheets/./_sidebar.sass */
#sidebar .download a {
  font-size: 24px;
}
/* line 28, ./src/stylesheets/./_sidebar.sass */
#sidebar .link {
  padding: 12px 6px 12px 52px;
  background: url(/images/bullet.gif) no-repeat left;
  border-bottom: 1px dashed #a7a7a7;
}
/* line 32, ./src/stylesheets/./_sidebar.sass */
#sidebar .link a {
  font-size: 19px;
}

/* line 5, ./src/stylesheets/./_showdown.sass */
#showdown {
  margin-top: 1em;
}
/* line 8, ./src/stylesheets/./_showdown.sass */
#showdown h2 {
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: 388px;
  border-width: 1px;
  border-style: solid;
  border-color: #ff3836;
}
/* line 21, ./src/stylesheets/./_showdown.sass */
#showdown h2, #showdown h2 span {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
/* line 24, ./src/stylesheets/./_showdown.sass */
#showdown h2 span {
  display: block;
  background-color: #ff3836;
  color: white;
  padding: 5px 0;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-style: solid;
  border-color: white;
}
/* line 37, ./src/stylesheets/./_showdown.sass */
#showdown .lang {
  margin-top: 1em;
  width: 350px;
}
/* line 40, ./src/stylesheets/./_showdown.sass */
#showdown .lang h3 {
  margin-left: 16px;
  width: 94px;
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 2px;
  padding-top: 7px;
  border-top: 4px double #cccccc;
  -moz-border-top-colors: #cccccc white white #e5e5e5;
  border-left: 4px double #cccccc;
  -moz-border-left-colors: #cccccc white white #e5e5e5;
  border-right: 4px double #cccccc;
  -moz-border-right-colors: #cccccc white white #e5e5e5;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -khtml-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -khtml-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
/* line 52, ./src/stylesheets/./_showdown.sass */
#showdown .lang pre {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -khtml-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -khtml-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  color: #747474;
  height: 16em;
  margin: 0;
  padding-top: 3em;
  padding-left: 1em;
  font-size: 0.8em;
  line-height: 125%;
  background-color: #fafafa;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede !important;
}
/* line 67, ./src/stylesheets/./_showdown.sass */
#showdown .haml {
  float: left;
}
/* line 69, ./src/stylesheets/./_showdown.sass */
#showdown .haml h3 {
  color: #ff3836;
}
/* line 71, ./src/stylesheets/./_showdown.sass */
#showdown .erb {
  position: relative;
  right: -65px;
  float: right;
}

/* line 5, ./src/stylesheets/./_try.sass */
#try textarea {
  margin-left: 3%;
  height: 30em;
  width: 460px;
}
/* line 10, ./src/stylesheets/./_try.sass */
#try .result {
  width: 90%;
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
  background-color: #eeeeee;
  overflow: auto;
}
/* line 21, ./src/stylesheets/./_try.sass */
#try textarea, #try .result {
  border: 2px inset;
  font-size: 12px;
  line-height: 15px;
}
/* line 26, ./src/stylesheets/./_try.sass */
#try input {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  margin: 0.7em 0.5em 0.7em 0;
  border-width: 1px;
  border-style: solid;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 100%;
  line-height: 130%;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  overflow: visible;
  padding: 4px 10px 3px 7px;
  display: block;
  margin: 2em auto;
}
/* line 79, /usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc6/frameworks/blueprint/stylesheets/blueprint/_buttons.scss */
#try input img {
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
  float: none;
}
/* line 99, /usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc6/frameworks/blueprint/stylesheets/blueprint/_buttons.scss */
#try input[type] {
  padding: 4px 10px 4px 7px;
  line-height: 17px;
}
/* line 102, /usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0.rc6/frameworks/blueprint/stylesheets/blueprint/_buttons.scss */
*:first-child + html #try input[type] {
  padding: 4px 10px 3px 7px;
}

/* line 16 */
* {
  margin: 0;
  padding: 0;
}

/* line 20 */
html, body {
  padding: 0;
  background: white;
  color: #090909;
  height: 100%;
  font: 13px/21px Georgia, Garamond, Times, "Times New Roman", serif;
  border-top: 2px solid #ff3836;
}

/* line 29 */
a {
  text-decoration: underline;
  outline: none;
  color: #ff3836;
}
/* line 34 */
a:hover {
  color: #ff9e9c;
}

/* line 38 */
p {
  margin-bottom: 18px;
}

/* line 42 */
#looking-for-sass {
  position: absolute;
  top: -2px;
  right: 0;
}

/* line 48 */
#page {
  margin: 0 auto;
  padding: 0 30px;
  width: 795px;
}

/* line 54 */
a img {
  border: none;
}

/* line 58 */
.clear {
  clear: both;
}

/* line 62 */
h2 {
  padding-top: 15px;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 10px;
}

/* line 69 */
h3 {
  padding-top: 15px;
  font-size: 17px;
  font-weight: bold;
}

/* line 75 */
ul {
  padding-left: 20px;
}

/* Intro paragraph
 * -------------------- */
/* line 81 */
p.mainintro {
  float: left;
  text-indent: -9999px;
  margin-left: -29px;
  margin-right: 200px;
  height: 270px;
  width: 532px;
  margin-top: 40px;
  margin-bottom: 60px;
  background: url(/images/maindescription.gif) no-repeat top left;
}
/* line 91 */
p.intro {
  margin-top: 20px;
  margin-right: 50px;
  line-height: 25px;
  font-size: 14px;
}

/* line 97 */
blockquote {
  margin-bottom: 19px;
  font-style: italic;
  color: #757575;
}

/* Main
 * -------------------- */
/* line 104 */
#main {
  margin: 0 auto;
  position: relative;
  clear: both;
  padding-top: 40px;
}
/* line 109 */
#main:after {
  clear: both;
  display: block;
  content: "";
}

/* Footer
 * -------------------- */
/* line 117 */
#footer {
  padding-top: 10px;
  font-style: italic;
  font-size: 9px;
  clear: both;
  text-align: center;
}

/* Misc
 * -------------------- */
/* line 127 */
dt {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
}

/* line 134 */
dd {
  padding-left: 20px;
}

/* line 138 */
pre, ul {
  margin-bottom: 1em;
}

/* line 141 */
pre {
  margin-left: 2em;
}
/* line 143 */
pre code, pre.haml, pre.erb, pre.html {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  padding: 3px 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
}
/* line 150 */
pre code {
  border-color: #b1ad9b;
  background-color: #fff8f8;
}
/* line 153 */
pre.haml {
  border-color: #ff3836;
  background-color: #ffeee0;
}
/* line 156 */
pre.erb, pre.html {
  background-color: #e5e5e5;
  border-color: #777777;
}

/* line 160 */
h4 {
  margin-left: 3em;
  margin-bottom: -0.3em;
  font-weight: normal;
  font-family: monospace;
  font-size: 0.8em;
}
