body {
  font-family: verdana, Arial, sans-serif;
  color: #6bb9e7; }

/* @group links */
a:link {
  color: white; }
a:visited {
  color: white; }
a:focus, a:hover, a:active {
  color: #009cdd;
  text-decoration: none; }

/* @end */
/* @group headers */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #009cdd; }

h3 a:link {
  text-decoration: none; }
h3 a:focus, h3 a:hover, h3 a:active {
  text-decoration: underline; }

h1 {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1em; }

h1.plain {
  color: #000; }

h2.plain {
  font-size: 1.55em;
  line-height: 1em;
  color: #000; }

/* @end */
/* @group forms */
form *:focus {
  outline: none; }

fieldset {
  margin: 1.8em 0; }

legend {
  font-weight: bold;
  font-variant: small-caps; }

legend + label {
  margin-top: 0; }

textarea, input[type="text"] {
  padding: 3px; }

.field {
  clear: both;
  padding: 10px 0;
  margin: 0 20px; }
  .field label {
    float: left;
    width: 200px;
    font-weight: bold; }

/* @end */
/* @group tables */
/* tables still need 'cellspacing="0"' in the markup */
table {
  width: 100%;
  border: 0.063em solid #d1ffff;
  border-left: none;
  border-right: none;
  padding: 0.438em 0;
  margin: 0.5em 0; }

tbody {
  color: #9eecff; }

th {
  font-weight: bold; }

/* @end */
/* @group block tags */
p {
  margin: 1em 0;
  line-height: 1.5em; }

ol {
  list-style: decimal;
  margin: 0 1.5em 1.5em 1.5em; }

ul {
  list-style: disc;
  margin: 0 1.5em 1.5em 1.5em; }

blockquote {
  margin: 1.8em;
  color: #9eecff; }

hr {
  margin: 20px 0;
  border-width: 0;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #fff;
  border-style: dotted;
  clear: both; }

/* @end */
/* @group inline tags */
cite {
  font-style: italic;
  color: #9eecff; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

ins {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

q {
  font-style: italic; }
  q em {
    font-style: normal; }

/* @end */
/* @group replaced tags */
img {
  vertical-align: bottom; }

/* @end */

#container #header #logo a {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png');
  margin: 0; }
#container #main #columns .separator {
  height: 2px;
  padding: 0;
  font-size: 0.2em;
  margin-right: 100em; }
#container #main #columns #content .item {
  position: relative; }
  #container #main #columns #content .item .box {
    float: left; }
  #container #main #columns #content .item .example {
    position: absolute;
    top: 10px;
    float: left; }
#container #footer .hr {
  border-bottom: 0;
  background-color: #2d2d2d; }
