BODY {
    background: #fff url('/bin/gfx/bg.gif') repeat-x;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: small;
    text-align: center;
}

A:link, A:visited, A:active {
    text-decoration: none;
    color: #c00;
}

A:hover {
    text-decoration: underline;
    color: #c00;
}

IMG {
    border: none;
}

LI {
    list-style: square outside;
    margin-left: -1.8em;
}

ABBR, ACRONYM {
    cursor: help;
    border-bottom: 1px dotted #c00;
    color: #c00;
}

INPUT.guestbook, TEXTAREA.guestbook {
    font-family: Helvetica, Arial, Sans-serif;
    border: 1px solid black;
    background-color: #ddd;
    margin-top: 2px;
    padding: 2px;
}

LABEL {
    font-weight: bold;
}

/* setting main style blocks */

#master {
    width: 779px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 2px;
    border: 1px solid #000;
    background: #fff;
}

#header {
    background: #fff;
}

#menu{
    clear: both;
    background: #9e9e9e;
    color: white;
    height: 20px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: x-small;
    font-weight: bold;
    vertical-align: middle;
}

#center{
    clear: both;
}

#footer{
    clear: both;
    background: #9e9e9e;
    padding: 5px;
    font-size: xx-small;
}

/* setting sub style blocks */

#logo {
    float: left;
}

#banner {
    margin-top: 10px;
    float: right;
}

#menubar {
    float: left;
}

#date {
    float: right;
}

#leftnav {
    float: left;
    width: 140px;
    margin-bottom: 0px;
    text-align: center;
}

#links {
    margin-top: 2px;
}

#sublinks {
    margin-top: 1px;
    margin-left: 5px;
    padding: 0px;
    visibility: hidden;
    display: none;
}

#container {
    background: transparent;
}

#contents {
    float: left;
}

#firefox {
    background: #ccc url("/bin/gfx/ffico.png") 5px 50% no-repeat;
    padding-left: 24px;
    height: 20px;
    padding-top: 3px;
    border: 1px dotted #c00;
}

#article {
    width: 480px;
    padding: 5px;
    clear: none;
}

#skyscraper {
    float: right;
}

#red {
    color: #c00;
}

#current {
    color: #c00;
    cursor: pointer;
}

#guestbook {
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #ccc;
}

/* various class definitions */

H1.contenttitle {
    font-size: x-large;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 2px;
    border-bottom: 1px dotted #ccc;
}

H2.newsitem {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    margin-bottom: 1px;
    margin-top: 2px;
    color: #c00;
}

A.menulink {
    color: #fff;
}

A.menulink:hover {
    color: #c00;
}

A.navlink {
    cursor: pointer;
    color: #000;
}

A.navlink:hover {
    cursor: pointer;
    color: #c00;
}

A.footer {
    color: #c00;
}

.menuitem {
    float: left;
    margin-left: 5px;
}

.navblock {
    margin: 8px;
    padding: 2px;
    width: 120px;
    background: #ccc;
    border: 1px dotted #999;
    text-align: left;
}

.navitem {
    color: #000;
}

.navitem:hover {
    color: #c00;
}

.navsubitem {
    color: #000;
}

.navsubitem:hover {
    color: #c00;
}

.adbutton {
    text-align: center;
    margin-bottom: 5px;
}

.addivider {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #c00;
    margin-bottom: 5px;
}

.info {
    color: #999;
    padding-left: 10px;
}

.article {
    padding-left: 10px;
    padding-bottom: 2px;
}

.modified {
    font-style: italic;
    padding-right: 5px;
    float: right;
}

/* server config styles */
.syntax {
    font-weight: bold;
}

.example {
    background-color: #ccc;
    border: 1px dotted #c00;
    padding: 2px;
}

.config {
    background-color: #ccc;
    border: 1px dotted #c00;
    padding: 2px;
}

.warning {
    color: #c00;
    font-size: small;
    font-weight: bold;
}

.hl {
	background: #ff0;
}

/* form */
INPUT, TEXTAREA {
	border: 1px solid #888;
	padding: 2px;
	margin: 2px 0px 5px 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: x-small;
	background: #ddd;
}

