/* containing divs */
#container {
      width: 700px;
      margin: 0px auto;
      background-color: white;
      overflow: auto;
}

#header {
      background-repeat: no-repeat;
      height: 200px;
      border-bottom: 1px dashed #dadada;
      position: relative;
}

#content {
      margin: 20px 10px;
}

#footer {
      border-top: 1px dashed #dadada;
}

#hosting {
      font-size: 85%;
      color: #8a8a8a;
      float: right;
      margin: 5px;
      margin-top: 10px;
}

#copyright {
      font-size: 85%;
      color: #8a8a8a;
      float: left;
      margin: 5px;
      margin-top: 10px;
}

/* navigation */
#header .nav {
      position: absolute;
      bottom: 0px;
      font-size: 85%;
}

#footer .nav {
      font-size: 85%;
}

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

.nav ul {
      list-style: none;
      padding: 0 20px;
      margin: 0;
}

.nav ul li {
      float: left;
      width: 16.6667%;
}

.nav a {
      display: block;
      line-height: 200%;
}

.nav a:hover {
      font-weight: bold;
}

/* inputs and stuff */
.form {
      text-align: right;
      vertical-align: top;
}

.padded td {
      padding: 2px;
}

.error {
      text-align: center;
      color: red;
      font-weight: bold;
}

/* cbparser */
.underline {
      text-decoration: underline;
}

.cb-hr-regular { /* [hrr] */
      height: 1px;
      width: 333px;
}

.cb-hr { /* [hr] */
      height: 1px;
      width: 333px;
      margin-left: 0;
      text-align: left;
}

.cb-hr2 { /* [hr2] */
      width: 50px;
      text-align: left;
      margin-left: 0;
}

.cb-hr3 { /* [hr4] */
      width: 100px;
      text-align: left;
      margin-left: 0;
}

.cb-hr4 { /* [hr4] */
      width: 150px;
      text-align: left;
      margin-left: 0;
}

.dropcap1 {
      float: left;
      width: 0.6em;
      font-size: 500%;
      line-height: 0.91em;
}

.dropcap2 {
      float: left;
      width: 0.72em;
      font-size: 500%;
      line-height: 0.91em;
}

.dropcap3 {
      float: left;
      width: 0.84em;
      font-size: 500%;
      line-height: 0.91em;
}

.dropcap4 {
      float: left;
      width: 0.96em;
      font-size: 500%;
      line-height: 0.91em;
}

.dropcap5 {
      float: left;
      width: 1.1em;
      font-size: 500%;
      line-height: 0.91em;
}

code { /* you may prefer to style <code> tags differently */
      font-family: ProFontWindows, monaco, "Lucida Console", "Courier New", Courier, monospace;
      font-size: 95%; 
      color: #A07A47;
      background: inherit;
}

/*	[coderz]code[/coderz]	*/
.coderz	{
      margin: 0 0 7px 0;
      width: 95%;
      font-family: ProFontWindows, monaco, "Lucida Console", "Courier New", Courier, monospace;
      color: #A07A47;
      font-size: 90%;
      background-color: #F8F4E0;
      border: #939393;
      border-style: solid;
      border-left-width: 1px;
      border-top-width: 1px;
      border-right-width: 2px;
      border-bottom-width: 2px;
      padding: 7px; 
      cursor: crosshair;
}