/* line 1 */
body {
  background: #3f3f3f;
  color: white;
  font: 14px/1.5 Open Sans, FreeSans, Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* line 9 */
.container {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
/* line 15 */
.container a {
  color: #6fbc62;
  font-weight: bold;
  text-decoration: none;
}
/* line 20 */
.container a:hover {
  text-decoration: underline;
}
/* line 23 */
.container .clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 29 */
.header {
  border-bottom: 4px solid #cccccc;
}
/* line 32 */
.header h1 {
  margin: 0 0 0 0;
  padding: 26px 0 0 0;
}
/* line 35 */
.header h1 a {
  display: block;
  width: 286px;
  height: 0;
  overflow: hidden;
  padding: 84px 0 0 0;
  background: #3f3f3f url(/images/faye-logo.gif) 0 0 no-repeat;
  border-bottom: 8px solid #3f3f3f;
}
/* line 44 */
.header h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 0 8px 40px;
}
/* line 50 */
.header .docs, .header .download, .header .community {
  position: absolute;
  top: 0;
  border-left: 1px solid #666666;
  padding: 40px 0 0 20px;
  height: 112px;
}
/* line 57 */
.header .docs a, .header .download a, .header .community a {
  color: #999999;
  font-weight: normal;
}
/* line 60 */
.header .docs a:hover, .header .download a:hover, .header .community a:hover {
  color: white;
}
/* line 63 */
.header .docs h3, .header .download h3, .header .community h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: bold;
  font-size: 100%;
}
/* line 69 */
.header .docs ul, .header .docs li, .header .download ul, .header .download li, .header .community ul, .header .community li {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* line 74 */
.header .docs {
  left: 480px;
}
/* line 76 */
.header .community {
  left: 640px;
}
/* line 78 */
.header .download {
  left: 800px;
}

/* line 81 */
.footer {
  border-top: 4px solid #cccccc;
  padding-bottom: 2em;
}
/* line 84 */
.footer p {
  font-size: 80%;
  margin: 1em 0 1em 320px;
}

/* line 88 */
.main {
  background: white;
  color: #3f3f3f;
  padding: 2em 0 4em;
}

/* line 94 */
.front-matter .intro {
  font-size: 140%;
}
/* line 96 */
.front-matter .intro h3 {
  margin-top: 0;
}
/* line 98 */
.front-matter .intro p {
  border-top: none;
  margin-top: 0.5em;
  padding-top: 0;
}
/* line 103 */
.front-matter .intro a img {
  margin-bottom: 18px;
  margin-right: 32px;
}
/* line 106 */
.front-matter h3 {
  font-weight: normal;
  font-style: italic;
  font-size: 150%;
  float: left;
  margin: 1em 0 0 80px;
  position: relative;
}
/* line 114 */
.front-matter h3 .number {
  color: #6fbc62;
  font-weight: bold;
}
/* line 118 */
.front-matter p, .front-matter pre {
  border-top: 1px solid #eeeeee;
  margin: 1.5em 0;
  padding: 1.5em 0 0 320px;
}
/* line 123 */
.front-matter pre {
  font-family: Inconsolata, Monaco, Lucida Console, Courier New, monospace;
}

/* line 127 */
.content h3 {
  float: left;
  margin: -0.5em 0 0 0;
  font-size: 200%;
  font-weight: bold;
}
/* line 133 */
.content .sections {
  clear: left;
  float: left;
  margin: 32px 0;
  padding: 0 0 0 2em;
}
/* line 139 */
.content .sections ul, .content .sections li {
  margin: 0;
  padding: 0;
}
/* line 143 */
.content h4 {
  font-size: 120%;
  font-weight: bold;
}
/* line 147 */
.content h4, .content p, .content pre, .content ul, .content .image {
  margin: 1.5em 0 1.5em 320px;
}
/* line 150 */
.content .image img {
  display: block;
  margin: 1em auto;
}
/* line 154 */
.content pre {
  border-left: 1em solid #f0f0f0;
  font-family: Inconsolata, Monaco, Lucida Console, Courier New, monospace;
  padding-left: 2em;
}
/* line 159 */
.content code {
  background: #eeeeee;
}
