#page           { padding: 10px 15px; max-width: 1024px; margin: 0 auto; }

#pagecolumns    { padding-left: 210px; min-height: 300px; }
#pagecolumns2   { padding-left: 210px; padding-right: 210px; }

#leftcolumn     { float: left; margin-left: -210px; }
#rightcolumn    { float: right; margin-right: -210px; }
#leftcolumn,
#rightcolumn    { margin-top: 20px; width: 180px; padding: 0; }
#leftcolumn ul,
#rightcolumn ul { list-style: none; margin: 0; padding: 0; }
#leftcolumn h2,
#rightcolumn h2 { font-size: medium; margin-top: 0; }
.packages li    { display: inline-block; width: 0.8em; text-align: center; }

#topframe       { position: absolute; top: 10px; margin-left: -210px; }
.navi           { color: gray; font-size: small; font-weight: bold; }
.navi a:link,
.navi a:visited,
.navi a:active  { text-decoration: none; }
#topnote        { color: #aaa; float: right; position: relative; top: -36px; font-size: 70%; }

#content        { }
.centered       { text-align: center; }

#footer         { clear: both; margin: 1.5em auto -5px auto;
                  text-align: center; color: #999; font-size: 80%; }

form.main { margin-top: 2em; margin-bottom: 1em; }

#badge          { position: absolute; top: 20px; right: 20px;
                  -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg);
                  -o-transform:rotate(15deg); rotation: 15deg;
                  font-family: sans-serif; font-size: 120%; font-weight: bold; }
#badge a        { text-decoration: none; color: #bbb; border: 1px dotted #bbb;
                  padding: 2px 4px; }


html, body, th, td {
  color: black;
  background-color: white;
  font: small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
  margin: 0;
  padding: 0;
}

div#manual {
  color: gray;
  position: relative;
  top: -1.5em;
  margin-bottom: -1.5em;
  height: 2.5ex;
}

div#tocframe, div#toc{
  position: absolute;
  top: 40px;
  margin-left: -210px;
  width: 180px;
  background-color: white;
  text-align: left;
}

div#toc h2 {
  font-size: medium;
  margin-top: 0;
}

#tocframe ul, div#toc ul {
  padding: 0;
  margin: 0;
  text-indent:0;
}

div#toc li {
  list-style: none;
}

div#toc li.sub {
  font-size: x-small;
  padding-left: 1.5em;
}

a#toc {
  padding-top: 5px;
  display: block;
  font-weight: bold;
}

#tocframe li {
  list-style: none;
}

.indent {
  padding-left: 3em;
}

.hangin {
  padding-left: 3em;
  text-indent: -3em;
}

p.ip {
  margin-bottom: -1.6ex;
}

ul.pagelist {
  line-height: 150%;
}

ul.pagelist li {
  list-style: none;
  padding-left: 2em;
  text-indent: -2em;
}

a.link, a, a.active {
  color: #369;
}

a[name]+h2 {
  color: #257;
}

#main_content {
  color: black;
  font-size: 127%;
  background-color: white;
  width: 757px;
  margin: 0 auto 0 auto;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 10px;
}

#sidebar {
  border: 1px solid #aaa;
  background-color: #eee;
  margin: 0.5em;
  padding: 1em;
  float: right;
  width: 200px;
  font-size: 88%;
}

#sidebar h2 {
  margin-top: 0;
}

#sidebar ul {
  margin-left: 1.5em;
  padding-left: 0;
}

h1,h2,h3,h4,h5,h6,#getting_started_steps {
  font-family: "Century Schoolbook L", Georgia, serif;
  font-weight: bold;
}

h1 {
  margin-top: 1.4em;
}

h2 {
  font-size: 150%;
  margin-top: 1em;
  margin-bottom: 0.1em;
}

.subheader {
  color: gray;
  font-weight: bold;
  position: relative;
  top: -1.5em;
  margin-bottom: -1.5em;
  height: 2.5ex;
}

.center {
  text-align: center;
  width: 100%;
}

#getting_started_steps a {
  text-decoration: none;
}

#getting_started_steps a:hover {
  text-decoration: underline;
}

#getting_started_steps li {
  font-size: 80%;
  margin-bottom: 0.5em;
}

#getting_started_steps h2 {
  font-size: 120%;
}

#getting_started_steps p {
  font: 100% "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}

.code {
  font-family: monospace;
}

span.code {
  font-weight: bold;
  background: #eee;
}

img.zav {
  vertical-align:middle;
}

div.vspace, p {
  margin-bottom: 1.6ex;
}

ul, ol {
  padding-left: 3em;
}

ul.emlist {
  list-style-type: square;
}

ul.bulist {
  list-style-type: disc;
}

ul.olist {
  list-style-type: circle;
}

ul.emlist li, ul.bulist li, ul.olist li {
  margin-bottom: 0.5em;
}

ol.mynum {
  list-style-type: none;
}

ol.mynum li:before {
  content: counter(olc) ". ";
  font-weight: bold;
}

ol.mynum li {
  text-indent: -1.4em;
}

pre {
  font-size: medium;
}

.columns div {
  display: table-cell;
  padding-right: 1.5em;
  min-width: 16em;
}

.columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.columns li {
  white-space: nowrap;
}
