html { background-color: #00FFE2; }

body {
  background-color: #fff;
  padding: 0 15px 25px 15px;
  margin: 0;
  border-top: 2px solid #00FFE2;
  border-bottom: 2px solid #CFCFCF;
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  font-weight: normal;
  text-shadow: 1px 1px 1px #efefef;
  margin-bottom: 20px;
}

h2,h3 { color: rgba(0, 0, 0, 0.7); }
h4,h5,h6 { margin-bottom: 10px; color: rgba(0, 0, 0, 0.5); }

.side-heading {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}

section {
  display: block;
  position: relative;
  max-width: 985px;
}

footer { margin-top: 20px; }

footer span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
}

#preview_panel {
  padding: 0 10px;
  border: 2px solid #00ffe2;
  display: block;
}

.versions_container {
  background: #efefef;
  padding: 0 10px;
  width: 700px;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}

ul.versions { margin-top: 0; }
ul.versions .currently_shown_version a { color: #000; text-decoration: none; }

a.link_internal {}
a.link_external { padding-right: 9px; background: transparent url(/images/icon_external.png) no-repeat 100% -4px; }
a.link_trusted { background-image: url(/images/icon_trusted.png); }

.gist pre { font-size: 80%; }

.action {
  padding: 10px;
  width: 700px;
}

.main_action {
  background-color: lime;
}

#disqus_thread {
  width: 700px;
  margin-bottom: 10px;
}

.dsq-brlink { display: none; }

.content {
  min-height: 500px;
}

.page-home .content {
  width: 600px;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  display: block;
}

.page-home .content-home {
  position: absolute;
  top: 0;
  left: 640px;
  width: 245px;
  margin-top: 40px;
}

.content-home-block {
  border-top: 1px solid #efefef;
}

.content-home-block:first-child {
  border-top: none;
}

.recent-changes {
  margin: 0 0 20px 0;
  padding: 0;
}

.recent-changes li {
  list-style: none;
  margin-bottom: 10px;
}

.recent-changes .date {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  
  padding: 2px 5px;
  margin-bottom: 5px;
}

.recent-changes a {
  padding: 5px;
  color: rgba(0, 0, 0, 0.7);
}

.profile {
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
}

.revision .page-name { display: none; }
.revision-label {
  text-transform: lowercase;
}

.old-version {
  padding: 10px;
  border: 2px solid #00FFE2;
  display: block;
}

.old-version p { margin: 0; }
