
html, body {
  height: 100%;
}

body {
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 62.7%;
  background-color: #CCDCEA;
  color: #ddd;
}

a {
  white-space: nowrap;
}

p, ul, ol, dl, cite {
  line-height: 1.4em;
  color: #555;
  margin-bottom: 1em;
}

ul li, ol li {
  list-style-position: inside;
}

ul li:not(.example) {
  list-style-type: square;
}

ol li {
  list-style-type: decimal-leading-zero;
}

h2 {
  font-size: 3em;
  text-indent: -0.1em;
  color: #000;
  letter-spacing: -0.02em;
}

h2, h3, h4 {
  letter-spacing: -0.02em;
  margin-bottom: 0.2em;
}

blockquote, cite {
  color: #777;
  line-height: 1.4em;
  font-style: italic;
}

blockquote:before {
  content: '"';
}

blockquote:after {
  content: '"';
}

cite {
  display: block;
  text-align: right;
}

cite:before {
  content: '- ';
}

span.inner {
  display: block;
}

#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  height: 125px;
  width: 100%;
  border-bottom: 1px solid #808080;
  background: url(/images/header_bg.png) repeat-x top left;
}

#header > .content {
  height: inherit;
  width: 95em;
  margin: 0 auto;
  position: relative;
}

#header:after {
  display: block;
  content: " ";
  width: 100%;
  height: 15px;
  background: url(/images/header_shadow.png) no-repeat top left;
}

#header h1 {
  position: absolute;
  top: 22px;
  left: 14px;
  text-indent: -9999em;
}

#header h1 a {
  display: block;
  width: 223px;
  height: 68px;  
  background: url(/images/logo.png) no-repeat top left;
}

#header .navigation .header_column {
  display: inline;
  float: left;
  width: auto;
  margin-top: 1em;
  margin-left: 3em;
}

#header .navigation .header_column.column1 {
  margin-left: 30em;
}

#header .navigation p {
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0;
}

#header .navigation ul {
  line-height: 1.5em;
}

#header .navigation ul a {
  color: #5884A4;
  font-size: 1.1em;
  padding: 0.15em 0.3em 0.1em;
  text-decoration: none;
}

#header .navigation ul a:hover {
  background-color: #FFF;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.3em;
}

body > .content {
  width: 95em;
  margin: 0 auto;
  background-color: #FFF;
  padding-top: 12em;
  padding-bottom: 3em;
}

body > .content a:not([name]) {
  background-color: #8FB7D2;
  color: #FFF;
  font-weight: bold;
  padding: 0.15em 0.3em 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.3em;
}

.content a:not([name]):hover {
  color: #FFF;
  background-color: #6B98B3;
}

.content *.list_definition {
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
}

.content *.list_definition:after {
  content: ': ';
}

.general > .inner, .section > .inner {
  width: 75%;
  margin-left: 5em;
  margin-right: 5em;
}

.general > .inner {
  margin-top: 3em;
  margin-bottom: 3em;
}

.general ul, .section ul {
  margin-bottom: 2em;
}

.general h2 {
/*  width: 182px;
  height: 28px;
  background: url(../images/overview.png) no-repeat top left;
  text-indent: -9999em;
*/}

.general h3 {
  font-size: 1.6em;
  color: #A9838E;
}

.general p, .general ul {
  font-size: 1.3em;
}

.section {
  border-top: 1em solid #CCDCEA;
}

.section > .inner {
  margin-top: 14em;
  margin-bottom: 4em;
}

.section h3 {
  font-size: 3.4em;
  color: #000;
}

.section h4 {
  font-size: 2.1em;
  color: #333;
  padding-top: 0.5em;
}

.section pre + h4 {
  padding-top: 1em;
}

.section .example_container + h4 {
  margin-top: 1em;
}

.section p, .section ul, .section ol, .section dl {
  font-size: 1.3em;
}

.section blockquote, .section cite {
  font-size: 1.2em;
}

.section ul ul, .section ol ol, .section ol ul, .section ul ol {
  font-size: 1em;
  margin: 0 0 0 1em;
}

.section ol.strong {
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
}

.section ol.strong h4 {
  font-size: 1em;
  display: inline;
}

.section ol.strong p {
  font-size: 0.72em;
  font-weight: normal;
}

.section strong {
  color: #000;
  font-weight: bold;
}

.section dl {
  overflow: hidden;
}

.section dl dd, .section dl dt {
  padding: 0.1em 0.3em;
  margin-bottom: 1px;
}

.section dl dd {
  float: left;
  margin-right: 1px;
  clear: both;
  background-color: #BBB;
}

.section dl dd:first-child {
  clear: none;
}

.section dl dt {
  float: left;
  background-color: #E3E3E3;
}

.section p.code_descriptor {
  font-size: 1.3em;
  font-weight: bold;
  color: #666;
  margin: 0;
  padding-top: 1em;
}

.section pre {
  display: block;
  color: #251C11;
  border: 1px solid #fff;
}

.section pre, .section .example_container {
  margin-bottom: 1em;
}

.section pre code {
  display: block;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
  margin-left: 2.8em;
}

.section pre.html {
  border-color: #BA9C74;
  background: #E6E0D9 url(/images/html.png) no-repeat bottom right;
}

.section pre.css {
  border-color: #88B1CB;
  background: #EBEEF0 url(/images/css.png) no-repeat bottom right;
}

.section .example_container {
  border: 1px solid #000;
  background: #222 url(/images/live_demo.png) no-repeat bottom right;
}

.section .example {
  font-size: 2em;
}

.section dl#basic_selectors dd {
  width: 3em;
}

.section dl#basic_selectors dt {
  width: 43em;
}

.section dl#pseudo_elements dd, .section dl#content_pseudo_elements dd {
  width: 5em;
}

.section dl#pseudo_elements dt, .section dl#content_pseudo_elements dt {
  width: 41em;
}

/*h1 {
  font-size: 4.8em;
  color: #857446;
}

h1 em {
  display: block;
  font-size: 0.5em;
  font-weight: bold;  
  color: #DDD;
  text-indent: 3.7em;
}*/
