html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

a img {
  border: none;
}

html {
  background: #0a0d1c url(../images/bg2.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

body {
  background: url(../images/bg2.jpg) top center no-repeat;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  color: white;
  font-size: 12px;
  background: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  line-height: 30px;
  margin-bottom: 5px;
}
h1.page_title {
  display: block;
  margin: 15px 0 15px 0;
}

h2 {
  font-size: 17px;
  margin-bottom: 5px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 12px;
  margin-bottom: 10px;
}

a {
  color: white;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 10px 0;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.small {
  font-size: 11px;
}

.colorize pre {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  font-family: Monaco, Courier, monospace;
  color: white;
  background-color: black;
  line-height: 19px;
}
.colorize pre code {
  margin: 0px;
  padding: 0px;
}
.colorize pre .an {
  color: #e7be69;
}
.colorize pre .c {
  color: #bc9358;
  font-style: italic;
}
.colorize pre .ch {
  color: #509e4f;
}
.colorize pre .cl, .colorize pre .co {
  color: yellow;
}
.colorize pre .fl {
  color: #a4c260;
}
.colorize pre .fu {
  color: #ffc56d;
}
.colorize pre .gv {
  color: #d0cffe;
}
.colorize pre .i {
  color: #d0fc55;
}
.colorize pre .il {
  background: #151515;
}
.colorize pre .iv {
  color: #d0cffe;
}
.colorize pre .pp {
  color: #e7be69;
}
.colorize pre .r {
  color: orange;
}
.colorize pre .rx, .colorize pre .s {
  color: #68fb35;
}
.colorize pre .sy {
  color: #3ba8a8;
}
.colorize pre .ta {
  color: #e7be69;
}
.colorize pre .pc {
  color: #6c9cbd;
}

#footer {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  text-align: center;
}
#footer p {
  padding-right: 20px;
}

#page_menu {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
#page_menu ul {
  float: right;
  margin-bottom: 0;
}
#page_menu ul li {
  float: left;
  margin: 0 3px 0 0;
  list-style: none;
}
#page_menu ul li.current_page_item {
  background: url(../images/docs/black_40.png);
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#page_menu ul li a {
  padding: 5px 10px 5px 10px;
  color: white;
  text-decoration: none;
  display: block;
}
#page_menu ul li.current_page_item a {
  color: #ffae00;
}

#ribbon {
  background-color: #aa0000;
  overflow: hidden;
  /* top left corner */
  /* top right corner */
  /* bottom left corner */
  /* bottom right corner */
  position: fixed;
  right: -3em;
  bottom: 2.25em;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-box-shadow: 0 0 1em #888888;
  -webkit-box-shadow: 0 0 1em #888888;
}
#ribbon p {
  padding: 3px !important;
  margin: 0;
}
#ribbon a {
  border: 1px solid #ffaaaa;
  color: white;
  display: block;
  font: bold 81.25% "Helvetiva Neue", Helvetica, Arial, sans-serif;
  margin: 0.05em 0 0.075em 0;
  padding: 0.5em 3.5em;
  text-align: center;
  text-decoration: none;
  /* shadow */
  text-shadow: 0 0 0.5em #444444;
}

#docs {
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
#docs body {
  font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
#docs a:focus {
  outline: 1px dotted invert;
}
#docs hr {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}
#docs h1 {
  font-size: 25px;
}
#docs h2 {
  font-size: 23px;
}
#docs h3 {
  font-size: 21px;
}
#docs h4 {
  font-size: 19px;
}
#docs h5 {
  font-size: 17px;
}
#docs h6 {
  font-size: 15px;
}
#docs ol {
  list-style: decimal;
}
#docs ul {
  list-style: square;
}
#docs li {
  margin-left: 30px;
}
#docs p,
#docs dl,
#docs hr,
#docs h1,
#docs h2,
#docs h3,
#docs h4,
#docs h5,
#docs h6,
#docs ol,
#docs ul,
#docs pre,
#docs table,
#docs address,
#docs fieldset {
  margin-bottom: 20px;
}

/* Header */
#leaf {
  position: absolute;
  left: 0;
  top: 18px;
}

#header {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  text-decoration: none !important;
}
#header h1 {
  margin-left: 24px;
  margin-bottom: 0;
  float: left;
  margin-left: -8px;
  margin-top: -15px;
  padding-bottom: 7px;
  width: 227px;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../images/logo_sm.png);
  background-repeat: no-repeat;
}
#header .docs_header {
  display: inline;
  background-color: black;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  padding: 2px 6px;
  font-weight: bold;
  font-family: Lucida Grande;
  font-size: 11px;
  opacity: 0.8;
  vertical-align: 0px;
  text-decoration: none;
  margin-left: 5px;
}

.content_body {
  overflow: hidden;
  background-color: white;
  margin: 0;
  padding: 10px;
  color: black;
  min-height: 596px;
  line-height: 1.5em;
  font-size: 14px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.content_body h2 {
  font-weight: bold;
  text-transform: uppercase;
}
.content_body h1.page_title {
  margin-bottom: 0;
}
.content_body a {
  color: darkblue;
}
.content_body .title {
  color: #111111;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
  text-transform: uppercase;
}
.content_body a {
  text-decoration: none;
}
.content_body pre {
  margin: 10px 0px;
  overflow: auto;
  padding: 10px;
}
.content_body tt {
  color: darkBlue;
  font-family: Monaco, Courier, monospace;
  font-weight: bold;
}
.content_body .tags {
  padding-top: 5px;
  color: #ffffcc;
}
.content_body .post_date {
  font-size: 11px;
}
.content_body .post_date a {
  color: #ffae00;
}
.content_body .post_excerpt {
  font-style: italic;
  margin: 15px 0 10px 0;
}

/*main section */
.main {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
}
.main > .border {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
}

#footer {
  text-align: left;
  padding-left: 20px;
}

#rightcolumn {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
#rightcolumn .roundedbox {
  padding: 3px 8px 2px 8px;
  height: 25px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  -ms-border-top-left-radius: 10px;
  -khtml-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -khtml-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}
#rightcolumn .roundedbox h3 {
  line-height: 26px;
  font-size: 15px;
}
#rightcolumn .box {
  margin: 0 0 10px 0;
}
#rightcolumn .outline {
  margin-left: 10px;
}
#rightcolumn .outline li {
  margin-left: 20px;
  margin-bottom: 10px;
}
