body {
  margin: 0;
  background: url(/page_attachments/0000/0206/background.jpg) repeat;
}
#header {
  padding-top: 45px;
  background: url(/page_attachments/0000/0216/header.jpg) repeat-x top left;
  height: 62px;
}
#header-divider {
  background: url(/page_attachments/0000/0214/border.jpg) repeat-x top left;
  height: 70px;
}
.html, .input, .output {
  width: 358px;
  margin: 0 10px 17px 0;
  padding: 10px 15px;
}
.html .type, .input .type, .output .type {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  margin: -5px -5px 5px;
}
.input {
  border: 1px solid #770300;
  background: url(/page_attachments/0000/0210/background_red.jpg) repeat;
  float: left;
}
.input .type {
  color: #770300;
}
.output {
  border: 1px solid #E3942C;
  background: url(/page_attachments/0000/0212/background_yellow.jpg) repeat;
  margin-right: 0;
  padding-bottom: 0;
  font-family:georgia,serif;
}
.output .type {
  color: #D27100;
}
.output p img {
  float:none;
  margin:0;
}
.html, .output {
  margin-left: 400px;
  margin-right: 0;
}
.html {
  border: 1px solid #7F7F7F;
  background: url(/page_attachments/0000/0208/background_gray.jpg) repeat;
}
.html .type {
  color: #555;
}
pre, code {
  margin: 0;
  font-size: 12px;
}
.input pre, .input code, .html pre, .html code {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
samp {
  white-space: pre-wrap;
}
h1 {
  color: #770300;
}
h2 {
  color: #770300;
}
h3 {
  color: #770300;
  border-bottom: 1px solid #FFA700;
}
.sidebar h4 {
  color: #FFCF6B;
  background-color: #770300;
  padding: 0.5em 1em;
}
table { width: auto; }
th { 
  color: #FFF;
  background-color: #3F3F3F;
  border-bottom: 1px solid black;
}
p .caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  line-height:1%;
  font-weight:bold;
  padding:0 2px;
}

pre {
  margin-bottom: 1em;
}
h1 a {
  text-decoration: none;
  color: #770300;
}
p.more-link {
  text-align: right;
}
#table-of-contents ul {
  margin-right: 0;
  list-style: none;
  margin-left: 0.5em;
}
#table-of-contents ul ul {
  list-style-type: circle;
  margin-left: 2em;
}
#validation {
  width: 250px;
  float:right;
}
#try-redcloth {
  margin-bottom:2em;
}
#try-redcloth-form {
  float:left;
  width:370px;
}
#try-redcloth textarea#text_field {
  margin-top:0;
  height:180px;
  width:369px;
}
.try-options {
  margin-right:1em;
}
