@charset "UTF-8";
/* SASS mixins */
/* primary SASS */
/* line 6, ../../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, ../../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, ../../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, ../../stylesheets/library/_reset.sass */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 20, ../../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, ../../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, ../../stylesheets/library/_reset.sass */
a img {
  border: none;
}

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

/* line 41, ../../stylesheets/library/_typography.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
  margin-bottom: 0.7em;
  margin-top: 0.3em;
}

/* line 45, ../../stylesheets/library/_typography.sass */
h1 {
  font-size: 56px;
}

/* line 47, ../../stylesheets/library/_typography.sass */
h2 {
  font-size: 36px;
}

/* line 49, ../../stylesheets/library/_typography.sass */
h3 {
  font-size: 29px;
}

/* line 51, ../../stylesheets/library/_typography.sass */
h4 {
  font-size: 20px;
}

/* line 53, ../../stylesheets/library/_typography.sass */
h5 {
  font-size: 16px;
}

/* line 55, ../../stylesheets/library/_typography.sass */
h6 {
  font-size: 16px;
}

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

/* line 62, ../../stylesheets/library/_typography.sass */
p {
  padding-bottom: 1.3em;
}
/* line 147, ../../stylesheets/library/_typography.sass */
p img {
  float: left;
  margin-top: 8px;
  margin-right: 13.008px;
  margin-bottom: 13.008px;
  margin-left: 0;
  padding: 0;
}
/* line 155, ../../stylesheets/library/_typography.sass */
p img.right {
  margin-right: 0;
  margin-left: 13.008px;
}

/* line 64, ../../stylesheets/library/_typography.sass */
table {
  margin: 0 0 26px;
  border-collapse: collapse;
}
/* line 163, ../../stylesheets/library/_typography.sass */
table th {
  font-weight: bold;
}
/* line 165, ../../stylesheets/library/_typography.sass */
table tr, table th, table td {
  margin: 0;
  padding: 0 26px 0 16px;
}
/* line 168, ../../stylesheets/library/_typography.sass */
table tfoot {
  font-style: italic;
}
/* line 170, ../../stylesheets/library/_typography.sass */
table caption {
  text-align: center;
}

/* line 66, ../../stylesheets/library/_typography.sass */
ol {
  list-style: inside decimal;
  margin: 0 0 26px;
}
/* line 114, ../../stylesheets/library/_typography.sass */
ol li ol {
  margin: 0 0 26px;
}

/* line 68, ../../stylesheets/library/_typography.sass */
ul {
  list-style: inside;
  margin: 0 0 26px;
}
/* line 120, ../../stylesheets/library/_typography.sass */
ul li ul {
  margin: 0 0 26px;
}

/* line 70, ../../stylesheets/library/_typography.sass */
dl {
  margin: 0 0 26px;
}
/* line 125, ../../stylesheets/library/_typography.sass */
dl dt {
  font-weight: bold;
}
/* line 127, ../../stylesheets/library/_typography.sass */
dl dd {
  margin-left: 26px;
}

/* line 72, ../../stylesheets/library/_typography.sass */
blockquote {
  padding: 24px 24px 24px 28.8px;
  position: relative;
  margin-bottom: 13.008px;
}
/* line 134, ../../stylesheets/library/_typography.sass */
blockquote:before {
  content: "\201C";
  font-size: 48px;
  margin: 5px 0 0 -0.525em;
  position: absolute;
  font-family: Times, Georgia, serif;
  line-height: 0;
}
/* line 141, ../../stylesheets/library/_typography.sass */
blockquote > p {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

/* line 99, ../../stylesheets/library/_typography.sass */
tt {
  display: block;
  margin: 26px 0;
}

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

/* line 104, ../../stylesheets/library/_typography.sass */
hr {
  margin-bottom: 0.2em;
}

/* line 106, ../../stylesheets/library/_typography.sass */
small, .small {
  font-size: 13px;
}

/* line 108, ../../stylesheets/library/_typography.sass */
big, .big {
  font-size: 20px;
}

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

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

/* line 26, ../../stylesheets/_typography.sass */
blockquote {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  color: #555555;
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/* line 34, ../../stylesheets/_typography.sass */
blockquote:before {
  color: #dddddd;
}
/* line 36, ../../stylesheets/_typography.sass */
blockquote cite {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  display: block;
  padding-top: 16px;
}
/* line 41, ../../stylesheets/_typography.sass */
blockquote cite:before {
  content: "\30FC";
  padding-right: 2px;
}
/* line 44, ../../stylesheets/_typography.sass */
blockquote cite a {
  color: inherit !important;
}
/* line 46, ../../stylesheets/_typography.sass */
blockquote cite a:hover {
  color: #165c95 !important;
}

/* line 7, ../../stylesheets/_layout.sass */
html body {
  background-color: white;
  color: #333333;
  max-width: 1260px;
  margin: 0 auto;
  background-image: url("/images/top.png");
  background-repeat: repeat-x;
  background-position: 0 -30px;
  padding: 0 60px;
}
/* line 16, ../../stylesheets/_layout.sass */
html body a {
  color: #165c95;
}
/* line 18, ../../stylesheets/_layout.sass */
html body a:hover, html body a:focus {
  color: #03345b;
}
/* line 20, ../../stylesheets/_layout.sass */
html body a:visited {
  color: #460f69;
}

/* line 23, ../../stylesheets/_layout.sass */
#page, #nav, #footer, #header {
  min-width: 990px;
}

/* line 27, ../../stylesheets/_layout.sass */
#page .page_width {
  width: auto;
  padding-right: 350px;
}

/* line 31, ../../stylesheets/_layout.sass */
#main {
  padding-top: 20px;
  float: left;
  width: 100%;
}
/* line 35, ../../stylesheets/_layout.sass */
#main .contents {
  padding-right: 35px;
}

/* line 38, ../../stylesheets/_layout.sass */
#sidebar {
  float: left;
  width: 348px;
  margin-right: -100%;
  padding: 20px 0 15px;
}
/* line 43, ../../stylesheets/_layout.sass */
#sidebar .contents {
  padding: 0 15px;
}

/* specific SASS */
/* line 1, ../../stylesheets/partials/_shared.sass */
.small {
  font-size: 85%;
  line-height: 1.4em;
}

/* line 5, ../../stylesheets/partials/_shared.sass */
#collapser {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  display: block;
  cursor: pointer;
  background: #f8f8f8;
  color: #888888;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 150%;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 19, ../../stylesheets/partials/_shared.sass */
#nav .page_width, #footer {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4a4a4a), to(#161616));
  background: -moz-linear-gradient(top, #4a4a4a, #161616);
  background-color: #303030;
}

/* line 1, ../../stylesheets/partials/_syntax.sass */
.code_window {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#a8a8a8), color_stop(0.01, #cfcfcf, 0.1, #a8a8a8));
  background: -moz-linear-gradient(left top, left bottom, from(#e5e5e5), to(#a8a8a8), color_stop(0.01, #cfcfcf, 0.1, #a8a8a8));
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -o-border-bottom-left-radius: 2px;
  -ms-border-bottom-left-radius: 2px;
  -khtml-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  -khtml-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  position: relative;
  background-color: #a9a9a9;
  margin: 0.6em 0 1.8em;
  padding: 0 3px 3px;
  font-size: 14px;
  border: 1px solid #898989;
  border-top-color: #cbcbcb;
  border-left-color: #a5a5a5;
  border-right-color: #a5a5a5;
}
/* line 14, ../../stylesheets/partials/_syntax.sass */
.code_window em {
  text-align: center;
  text-shadow: #cccccc 1px 1px 1px;
  display: block;
  padding: 1px 0;
  color: #333333;
  font-style: normal;
  font-family: "Lucida Grande";
}
/* line 22, ../../stylesheets/partials/_syntax.sass */
.code_window .highlight {
  margin: 0;
}

/* line 25, ../../stylesheets/partials/_syntax.sass */
pre {
  color: #cccccc;
  font-size: 13px;
  background: #222222;
  line-height: 1.5em;
  border: 1px solid #565656;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 25px 20px;
}
/* line 34, ../../stylesheets/partials/_syntax.sass */
pre .lineno {
  color: #888888;
  background: #e3e3e3;
  display: inline-block;
  padding: 0 0 0 10px;
}
/* line 39, ../../stylesheets/partials/_syntax.sass */
pre .lineno:first-child {
  padding-top: 15px;
  display: inline-block;
}

/* line 43, ../../stylesheets/partials/_syntax.sass */
.highlight {
  position: relative;
  margin: 0.3em 0 1.3em;
}
/* line 46, ../../stylesheets/partials/_syntax.sass */
.highlight .pre_expander {
  font-family: "Menlo", "Bitstream Vera Sans", Monaco, "Andale Mono", "Lucida Console", monospace;
  font-size: 10px;
  text-align: right;
  padding: 4px 8px;
  line-height: 150%;
  position: absolute;
  cursor: pointer;
  top: 1px;
  right: 1px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: block;
  color: #777777;
  background: #333333;
}
/* line 60, ../../stylesheets/partials/_syntax.sass */
.highlight .pre_expander:hover {
  background: #444444;
  color: #cccccc;
}

/* line 65, ../../stylesheets/partials/_syntax.sass */
.editor {
  background: #001629;
  line-height: 1.25;
}

/* line 69, ../../stylesheets/partials/_syntax.sass */
pre.console {
  background-color: black;
  color: #00ff01;
  letter-spacing: 1px;
  padding: 0.5em;
}
/* line 74, ../../stylesheets/partials/_syntax.sass */
pre.console .prompt {
  color: #8080ff;
}
/* line 76, ../../stylesheets/partials/_syntax.sass */
pre.console .prompt:before {
  color: white;
  content: "[";
}
/* line 79, ../../stylesheets/partials/_syntax.sass */
pre.console .prompt:after {
  color: white;
  content: "]";
}
/* line 82, ../../stylesheets/partials/_syntax.sass */
pre.console .stdin {
  font-weight: bold;
  color: white;
}

/* line 86, ../../stylesheets/partials/_syntax.sass */
.highlight {
  color: white;
}
/* line 89, ../../stylesheets/partials/_syntax.sass */
.highlight .c {
  color: #999988;
  font-style: italic;
}
/* line 93, ../../stylesheets/partials/_syntax.sass */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
/* line 97, ../../stylesheets/partials/_syntax.sass */
.highlight .n {
  color: white;
}
/* line 100, ../../stylesheets/partials/_syntax.sass */
.highlight .k {
  color: #ff9d00;
}
/* line 103, ../../stylesheets/partials/_syntax.sass */
.highlight .p {
  color: #c77a00;
}
/* line 106, ../../stylesheets/partials/_syntax.sass */
.highlight .o {
  color: #ff9d00;
}
/* line 109, ../../stylesheets/partials/_syntax.sass */
.highlight .cm {
  color: #999988;
  font-style: italic;
}
/* line 113, ../../stylesheets/partials/_syntax.sass */
.highlight .cp {
  color: #999999;
}
/* line 116, ../../stylesheets/partials/_syntax.sass */
.highlight .c1 {
  color: #999988;
  font-style: italic;
}
/* line 120, ../../stylesheets/partials/_syntax.sass */
.highlight .cs {
  color: #999999;
  font-style: italic;
}
/* line 124, ../../stylesheets/partials/_syntax.sass */
.highlight .gd {
  color: black;
  background-color: #ffdddd;
}
/* line 128, ../../stylesheets/partials/_syntax.sass */
.highlight .gd .x {
  color: black;
  background-color: #ffaaaa;
}
/* line 132, ../../stylesheets/partials/_syntax.sass */
.highlight .ge {
  font-style: italic;
}
/* line 135, ../../stylesheets/partials/_syntax.sass */
.highlight .gr {
  color: #aa0000;
}
/* line 138, ../../stylesheets/partials/_syntax.sass */
.highlight .gh {
  color: #999999;
}
/* line 141, ../../stylesheets/partials/_syntax.sass */
.highlight .gi {
  color: black;
  background-color: #ddffdd;
}
/* line 145, ../../stylesheets/partials/_syntax.sass */
.highlight .gi .x {
  color: black;
  background-color: #aaffaa;
}
/* line 149, ../../stylesheets/partials/_syntax.sass */
.highlight .go {
  color: #888888;
}
/* line 152, ../../stylesheets/partials/_syntax.sass */
.highlight .gp {
  color: #555555;
}
/* line 155, ../../stylesheets/partials/_syntax.sass */
.highlight .gs {
  color: white;
}
/* line 158, ../../stylesheets/partials/_syntax.sass */
.highlight .gu {
  color: #aaaaaa;
}
/* line 161, ../../stylesheets/partials/_syntax.sass */
.highlight .gt {
  color: #aa0000;
}
/* line 164, ../../stylesheets/partials/_syntax.sass */
.highlight .kc {
  color: white;
}
/* line 167, ../../stylesheets/partials/_syntax.sass */
.highlight .kd {
  color: white;
}
/* line 170, ../../stylesheets/partials/_syntax.sass */
.highlight .kp {
  color: white;
}
/* line 173, ../../stylesheets/partials/_syntax.sass */
.highlight .kr {
  color: white;
}
/* line 176, ../../stylesheets/partials/_syntax.sass */
.highlight .kt {
  color: #445588;
}
/* line 179, ../../stylesheets/partials/_syntax.sass */
.highlight .m {
  color: #ff628c;
}
/* line 182, ../../stylesheets/partials/_syntax.sass */
.highlight .s {
  color: #dd1144;
}
/* line 185, ../../stylesheets/partials/_syntax.sass */
.highlight .na {
  color: teal;
}
/* line 188, ../../stylesheets/partials/_syntax.sass */
.highlight .nb {
  color: #1aff84;
}
/* line 191, ../../stylesheets/partials/_syntax.sass */
.highlight .nc {
  color: #1aff84;
}
/* line 194, ../../stylesheets/partials/_syntax.sass */
.highlight .no {
  color: #80ffbb;
}
/* line 197, ../../stylesheets/partials/_syntax.sass */
.highlight .ni {
  color: purple;
}
/* line 200, ../../stylesheets/partials/_syntax.sass */
.highlight .ne {
  color: #ffdd00;
}
/* line 203, ../../stylesheets/partials/_syntax.sass */
.highlight .nf {
  color: #ffdd00;
}
/* line 206, ../../stylesheets/partials/_syntax.sass */
.highlight .nn {
  color: #555555;
}
/* line 209, ../../stylesheets/partials/_syntax.sass */
.highlight .nt {
  color: white;
}
/* line 212, ../../stylesheets/partials/_syntax.sass */
.highlight .nv {
  color: teal;
}
/* line 215, ../../stylesheets/partials/_syntax.sass */
.highlight .ow {
  color: white;
}
/* line 218, ../../stylesheets/partials/_syntax.sass */
.highlight .w {
  color: #bbbbbb;
}
/* line 221, ../../stylesheets/partials/_syntax.sass */
.highlight .nl {
  color: #ff628c;
}
/* line 224, ../../stylesheets/partials/_syntax.sass */
.highlight .mf {
  color: #ff628c;
}
/* line 227, ../../stylesheets/partials/_syntax.sass */
.highlight .mh {
  color: #ff628c;
}
/* line 230, ../../stylesheets/partials/_syntax.sass */
.highlight .mi {
  color: #ff628c;
}
/* line 233, ../../stylesheets/partials/_syntax.sass */
.highlight .mo {
  color: #ff628c;
}
/* line 236, ../../stylesheets/partials/_syntax.sass */
.highlight .sb {
  color: #3ad900;
}
/* line 239, ../../stylesheets/partials/_syntax.sass */
.highlight .sc {
  color: #3ad900;
}
/* line 242, ../../stylesheets/partials/_syntax.sass */
.highlight .sd {
  color: #3ad900;
}
/* line 245, ../../stylesheets/partials/_syntax.sass */
.highlight .s2 {
  color: #3ad900;
}
/* line 248, ../../stylesheets/partials/_syntax.sass */
.highlight .se {
  color: #3ad900;
}
/* line 251, ../../stylesheets/partials/_syntax.sass */
.highlight .sh {
  color: #3ad900;
}
/* line 254, ../../stylesheets/partials/_syntax.sass */
.highlight .si {
  color: #9eff80;
}
/* line 257, ../../stylesheets/partials/_syntax.sass */
.highlight .sx {
  color: #3ad900;
}
/* line 260, ../../stylesheets/partials/_syntax.sass */
.highlight .sr {
  color: #009926;
}
/* line 263, ../../stylesheets/partials/_syntax.sass */
.highlight .s1 {
  color: #3ad900;
}
/* line 266, ../../stylesheets/partials/_syntax.sass */
.highlight .ss {
  color: #ff628c;
}
/* line 269, ../../stylesheets/partials/_syntax.sass */
.highlight .bp {
  color: #999999;
}
/* line 272, ../../stylesheets/partials/_syntax.sass */
.highlight .vc {
  color: teal;
}
/* line 275, ../../stylesheets/partials/_syntax.sass */
.highlight .vg {
  color: teal;
}
/* line 278, ../../stylesheets/partials/_syntax.sass */
.highlight .vi {
  color: teal;
}
/* line 281, ../../stylesheets/partials/_syntax.sass */
.highlight .il {
  color: #ff628c;
}

/* line 2, ../../stylesheets/partials/_search.sass */
#search_results .results {
  clear: both;
  background: #fafafa;
  border: 1px solid #eeeeee;
  margin: 0 auto;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 8, ../../stylesheets/partials/_search.sass */
#search_results .results h5 {
  font-size: 145%;
  padding: 10px 15px 0;
  margin: 0;
}
/* line 12, ../../stylesheets/partials/_search.sass */
#search_results .results ul {
  margin: 15px 10px 10px;
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  background: #fefefe;
}
/* line 18, ../../stylesheets/partials/_search.sass */
#search_results .results li {
  padding: 10px 0px 0;
  margin: 0 15px;
  border-top: 1px dashed #eeeeee;
  list-style-type: none;
}
/* line 23, ../../stylesheets/partials/_search.sass */
#search_results .results li:first-child {
  border: none;
}
/* line 25, ../../stylesheets/partials/_search.sass */
#search_results .results li a {
  font-size: 110%;
  display: inline-block;
}
/* line 28, ../../stylesheets/partials/_search.sass */
#search_results .results li p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  padding-bottom: 10px;
  font-size: 85%;
  margin: 0;
  line-height: 1.45em;
}
/* line 34, ../../stylesheets/partials/_search.sass */
#search_results .results em {
  display: inline-block;
  padding: 5px 15px 15px;
}
/* line 37, ../../stylesheets/partials/_search.sass */
#search_results .results #close_search {
  display: inline-block;
  padding: 2px 8px;
  background: #fcfcfc;
  border: 1px solid #eaeaea;
  margin: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  font-size: 85%;
}
/* line 45, ../../stylesheets/partials/_search.sass */
#search_results .results #close_search:hover {
  background: white;
  border-color: #dddddd;
}

/* line 1, ../../stylesheets/partials/_sidebar.sass */
#sidebar {
  background: #fcfcfc;
  border-top: none;
  font-size: 82%;
  line-height: 1.45em;
}
/* line 7, ../../stylesheets/partials/_sidebar.sass */
#sidebar .aside {
  clear: both;
}
/* line 9, ../../stylesheets/partials/_sidebar.sass */
#sidebar .group {
  *zoom: 1;
}
/* line 22, ../../../../../../../.rvm/gems/ree-1.8.7-2010.02@edgerails/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#sidebar .group:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 11, ../../stylesheets/partials/_sidebar.sass */
#sidebar .group .aside {
  width: 143px;
  float: left;
  clear: none;
  border-right: 1px solid #eeeeee;
  padding-right: 15px;
}
/* line 17, ../../stylesheets/partials/_sidebar.sass */
#sidebar .group .aside:last-child {
  padding-left: 15px;
  border: none;
  padding-right: 0;
}
/* line 21, ../../stylesheets/partials/_sidebar.sass */
#sidebar #ads.group {
  overflow: hidden;
  *zoom: 1;
}
/* line 23, ../../stylesheets/partials/_sidebar.sass */
#sidebar #ads.group .aside {
  border: none;
}
/* line 25, ../../stylesheets/partials/_sidebar.sass */
#sidebar h4 {
  margin: 20px -16px 10px;
  padding: 12px 16px;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
/* line 31, ../../stylesheets/partials/_sidebar.sass */
#sidebar h4 .small {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  font-size: 70%;
}

/* line 35, ../../stylesheets/partials/_sidebar.sass */
#delicious {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  padding: 5px 0;
}
/* line 40, ../../stylesheets/partials/_sidebar.sass */
#delicious ul {
  list-style-type: none;
  margin: 0;
}
/* line 43, ../../stylesheets/partials/_sidebar.sass */
#delicious li {
  margin: 0 15px;
  padding: 10px 0 0;
  border-bottom: #dddddd 1px dashed;
}
/* line 47, ../../stylesheets/partials/_sidebar.sass */
#delicious li:last-child {
  border-bottom: 0;
}

/* line 51, ../../stylesheets/partials/_sidebar.sass */
#delicious p {
  font-style: italic;
}
/* line 53, ../../stylesheets/partials/_sidebar.sass */
#delicious li {
  color: #666666;
  font-style: normal;
  padding-bottom: 8px;
}

/* line 3, ../../stylesheets/partials/_twitter.sass */
#tweets .entry .user {
  display: inline-block;
  margin-bottom: 6px;
}
/* line 6, ../../stylesheets/partials/_twitter.sass */
#tweets .entry a.topic {
  color: #888888;
}
/* line 8, ../../stylesheets/partials/_twitter.sass */
#tweets .entry p {
  line-height: 1.45em;
  padding-bottom: 6px;
}
/* line 11, ../../stylesheets/partials/_twitter.sass */
#tweets .meta {
  color: #999999;
  font-size: 90%;
  display: block;
  padding: 2px 0 0;
}
/* line 16, ../../stylesheets/partials/_twitter.sass */
#tweets .meta a {
  color: inherit;
  text-decoration: none;
}
/* line 19, ../../stylesheets/partials/_twitter.sass */
#tweets .meta a:hover {
  text-decoration: underline;
}

/* layout partials */
/* line 1, ../../stylesheets/partials/_header.sass */
#header {
  padding: 40px 0 25px;
}
/* line 6, ../../stylesheets/partials/_header.sass */
#header a.title {
  font-size: 56px;
  font-family: Georgia, Times, "Times New Roman", serif;
  width: 383px;
  height: 77px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/edgerails-logo.png?1262698163');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  color: #dddddd;
  text-decoration: none;
}
/* line 15, ../../stylesheets/partials/_header.sass */
#header a#fork {
  display: inline;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/fork.png?1262698163');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -2px;
  right: 0;
}

/* line 2, ../../stylesheets/partials/_navigation.sass */
body.articles #nav li.articles a {
  color: white;
}

/* line 2, ../../stylesheets/partials/_navigation.sass */
body.about #nav li.about a {
  color: white;
}

/* line 2, ../../stylesheets/partials/_navigation.sass */
body.publish #nav li.publish a {
  color: white;
}

/* line 13, ../../stylesheets/partials/_navigation.sass */
#nav .page_width {
  *zoom: 1;
  font-size: 90%;
  position: relative;
  z-index: 1;
  padding: 7px 15px 7px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
/* line 22, ../../../../../../../.rvm/gems/ree-1.8.7-2010.02@edgerails/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#nav .page_width:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 21, ../../stylesheets/partials/_navigation.sass */
#nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  overflow: visible;
}
/* line 56, ../../../../../../../.rvm/gems/ree-1.8.7-2010.02@edgerails/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss */
#nav ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
/* line 45, ../../../../../../../.rvm/gems/ree-1.8.7-2010.02@edgerails/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss */
#nav ul li:first-child, #nav ul li.first {
  padding-left: 0;
}
/* line 46, ../../../../../../../.rvm/gems/ree-1.8.7-2010.02@edgerails/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss */
#nav ul li:last-child, #nav ul li.last {
  padding-right: 0;
}
/* line 26, ../../stylesheets/partials/_navigation.sass */
#nav ul li {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  padding: 0 15px;
  border-left: 1px solid #484848;
  border-right: 1px solid #1c1c1c;
}
/* line 31, ../../stylesheets/partials/_navigation.sass */
#nav ul li:first-child {
  border-left: none;
  padding-left: 0;
}
/* line 34, ../../stylesheets/partials/_navigation.sass */
#nav ul li.search, #nav ul li.publish {
  border-right: 0;
}
/* line 36, ../../stylesheets/partials/_navigation.sass */
#nav ul li.subscribe {
  padding-right: 10px;
  border-left: 0;
  float: right;
}
/* line 40, ../../stylesheets/partials/_navigation.sass */
#nav ul li.subscribe a {
  display: inline-block;
  background: url('/images/rss.png?1262272449') no-repeat left center;
  padding-left: 26px;
}
/* line 44, ../../stylesheets/partials/_navigation.sass */
#nav ul li.search {
  float: right;
  padding: 0 0 0 12px;
}
/* line 47, ../../stylesheets/partials/_navigation.sass */
#nav ul li.search input {
  background: #141414 url(/images/search.png) no-repeat 5px center;
  border: 1px solid #404040;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  color: #dddddd;
  font-size: 80%;
  padding: 3px 3px 3px 20px;
  width: 182px;
  position: relative;
  top: -1px;
  margin: 0;
}
/* line 58, ../../stylesheets/partials/_navigation.sass */
#nav ul li a {
  display: inline-block;
  color: #cccccc;
  line-height: 150%;
  text-decoration: none;
}
/* line 63, ../../stylesheets/partials/_navigation.sass */
#nav ul li a:hover {
  color: white;
}

/* line 1, ../../stylesheets/partials/_page.sass */
#page {
  background-color: white;
  *zoom: 1;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}
/* line 22, ../../../../../../../.rvm/gems/ree-1.8.7-2010.02@edgerails/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#page:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 5, ../../stylesheets/partials/_page.sass */
#page .page_width {
  *zoom: 1;
  position: relative;
}
/* line 22, ../../../../../../../.rvm/gems/ree-1.8.7-2010.02@edgerails/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#page .page_width:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 1, ../../stylesheets/partials/_sidebar.sass */
#sidebar {
  background: #fcfcfc;
  border-top: none;
  font-size: 82%;
  line-height: 1.45em;
}
/* line 7, ../../stylesheets/partials/_sidebar.sass */
#sidebar .aside {
  clear: both;
}
/* line 9, ../../stylesheets/partials/_sidebar.sass */
#sidebar .group {
  *zoom: 1;
}
/* line 22, ../../../../../../../.rvm/gems/ree-1.8.7-2010.02@edgerails/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#sidebar .group:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 11, ../../stylesheets/partials/_sidebar.sass */
#sidebar .group .aside {
  width: 143px;
  float: left;
  clear: none;
  border-right: 1px solid #eeeeee;
  padding-right: 15px;
}
/* line 17, ../../stylesheets/partials/_sidebar.sass */
#sidebar .group .aside:last-child {
  padding-left: 15px;
  border: none;
  padding-right: 0;
}
/* line 21, ../../stylesheets/partials/_sidebar.sass */
#sidebar #ads.group {
  overflow: hidden;
  *zoom: 1;
}
/* line 23, ../../stylesheets/partials/_sidebar.sass */
#sidebar #ads.group .aside {
  border: none;
}
/* line 25, ../../stylesheets/partials/_sidebar.sass */
#sidebar h4 {
  margin: 20px -16px 10px;
  padding: 12px 16px;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
/* line 31, ../../stylesheets/partials/_sidebar.sass */
#sidebar h4 .small {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  font-size: 70%;
}

/* line 35, ../../stylesheets/partials/_sidebar.sass */
#delicious {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  padding: 5px 0;
}
/* line 40, ../../stylesheets/partials/_sidebar.sass */
#delicious ul {
  list-style-type: none;
  margin: 0;
}
/* line 43, ../../stylesheets/partials/_sidebar.sass */
#delicious li {
  margin: 0 15px;
  padding: 10px 0 0;
  border-bottom: #dddddd 1px dashed;
}
/* line 47, ../../stylesheets/partials/_sidebar.sass */
#delicious li:last-child {
  border-bottom: 0;
}

/* line 51, ../../stylesheets/partials/_sidebar.sass */
#delicious p {
  font-style: italic;
}
/* line 53, ../../stylesheets/partials/_sidebar.sass */
#delicious li {
  color: #666666;
  font-style: normal;
  padding-bottom: 8px;
}

/* line 1, ../../stylesheets/partials/_blog.sass */
.blog {
  padding-bottom: 15px;
}
/* line 3, ../../stylesheets/partials/_blog.sass */
.blog .article {
  margin-top: 2.5em;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-bottom: 1.5em;
}
/* line 8, ../../stylesheets/partials/_blog.sass */
.blog .article:first-child {
  margin-top: 0;
}
/* line 10, ../../stylesheets/partials/_blog.sass */
.blog h2 {
  padding-top: 0;
  margin-bottom: 0.1em;
}
/* line 13, ../../stylesheets/partials/_blog.sass */
.blog .title {
  color: #333333;
  text-decoration: none;
}
/* line 16, ../../stylesheets/partials/_blog.sass */
.blog .title:hover {
  text-decoration: underline;
}
/* line 18, ../../stylesheets/partials/_blog.sass */
.blog .footer {
  padding-top: 16px;
}

/* parts */
/* line 23, ../../stylesheets/partials/_blog.sass */
p.info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  margin-bottom: 1em;
  font-style: italic;
}

/* line 32, ../../stylesheets/partials/_blog.sass */
.blog code {
  padding: 0;
  margin: 0;
  line-height: 1.25em;
  font-family: "Courier New";
  font-size: 90%;
}
/* line 38, ../../stylesheets/partials/_blog.sass */
.blog .notice {
  font-size: 90%;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 15px 15px 15px 25px;
  background: #fff9d8;
  border: 1px solid #ffe972;
  margin: 0.5em 0 0;
  display: block;
  line-height: 1.25em;
}
/* line 47, ../../stylesheets/partials/_blog.sass */
.blog .notice.source {
  margin-top: 0;
}
/* line 49, ../../stylesheets/partials/_blog.sass */
.blog .notice.alert {
  border-color: #f1938c;
  background: #fce8e7;
}
/* line 52, ../../stylesheets/partials/_blog.sass */
.blog .notice.resources, .blog .notice.source {
  border-color: #abd3ed;
  background: #eaf4fb;
}
/* line 55, ../../stylesheets/partials/_blog.sass */
.blog p.notice {
  margin-bottom: 1.35;
}
/* line 57, ../../stylesheets/partials/_blog.sass */
.blog div.notice {
  margin-bottom: 1.5em;
  padding: 15px 15px 0px 25px;
}
/* line 60, ../../stylesheets/partials/_blog.sass */
.blog .meta {
  border-bottom: 1px dashed #dddddd;
  text-transform: uppercase;
  color: #777777;
  padding: 8px 0 5px;
  margin-bottom: 1.5em;
  font-size: 80%;
  letter-spacing: 1px;
}

/* line 69, ../../stylesheets/partials/_blog.sass */
span.version {
  border: 1px solid #5a1212;
  border-top-color: #af2324;
  border-left-color: #911d1e;
  border-right-color: #911d1e;
  background-color: #af2324;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df5e5f), color-stop(0.05, #c42728), color-stop(0.5, #c42728), color-stop(0.8, #af2324), color-stop(0.95, #9e1f20), to(#991f1f)) #af2324;
  background-image: -moz-linear-gradient(#df5e5f, #c42728 5%, #c42728 50%, #b32425 80%, #9e1f20 95%, #991f1f);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  text-shadow: #5a1212 1px 1px 1px;
  padding: 6px 8px;
  display: block;
  color: white;
  font-size: 80%;
  position: absolute;
  top: 6px;
  left: -55px;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
  width: 30px;
}
/* line 90, ../../stylesheets/partials/_blog.sass */
span.version strong {
  text-transform: uppercase;
  display: block;
  font-size: 80%;
}

/* line 16, ../../stylesheets/partials/_footer.sass */
#footer {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #999999;
  background-color: #303030;
  background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#161616), color-stop(.3, #303030));
  background: -moz-linear-gradient(left top, left bottom, from(#3d3d3d), to(#161616), color-stop(.3, #303030));
  border-top: 2px solid #c1272d;
}
/* line 23, ../../stylesheets/partials/_footer.sass */
#footer .page_width {
  padding: 12px 15px 10px;
}
/* line 25, ../../stylesheets/partials/_footer.sass */
#footer a {
  color: #dddddd;
}
/* line 27, ../../stylesheets/partials/_footer.sass */
#footer a:hover {
  color: white;
}
/* line 29, ../../stylesheets/partials/_footer.sass */
#footer .credit {
  float: right;
}

