/*
 * Visual Basic Ring Stylesheet
 * Copyright (c) Casey Butterworth 2005
 */

body {
    width: 780px;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial;
}

h1 {
    font-size: 14pt;
}

h2 {
    font-size: 12pt;
}

h3 {
    font-size: 10pt;
}

p {
    font-size: 8pt;
}

a {
    color: black;
    text-decoration: none;
}

a:clicked {
    color: black;
}

a:hover {
    text-decoration: underline;
}

div#top {
    background-color:#800080;
    padding:4px;
    height: 43px;
    font-size:x-small;
    color: #c0bdcf;
    font-weight: bold;
    margin-bottom:1px;
}

div#top a {
    color: #c0bdcf;
    text-decoration: none;
}

div#top a:hover {
    text-decoration: underline
}


div#information {
    background-color:#b1005d;
    padding:1px;
    color:white;   
    font-size:x-small;
    font-weight:bold;
    height: 13px
    margin-bottom:1px;
}

div#main {
    background-color: white;
    margin:0px;
}


div#navbar {
    position: absolute;
    left: 0px;
    top: 68px;
    width: 120px;
    padding-top: 25px;
    display: inline;
}

div#navbar a {
    display: block;
    padding-left:16px;
    margin-bottom: 2px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    background: url(http://www.oocities.com/gibbler_b/images/navbarbullet.gif) repeat-y;
}

div#navbar a:hover {
    color: #1B73A4;
}

div#login {
    font-size: 11px;
    padding-left:16px;
}

div#content {
    margin-left: 120px;
    padding-left: 10px;
    padding-right: 10px;
    width: 500px;
    min-height: 600px;
    font-size:x-small;
    border-left: 1px solid gray;
}

div#content a {
    color:black;
}


div#introduction {
    position:relative;
    left:250px;
    margin-left:-200px;
    width:400px;
}

div#article a {
    color: blue;
}

div#author {
    font-size: 7pt;
}

div#footer {
    position: relative;
    left: -5px;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
}


div#title {
    text-align: center;
}

div#advertisments {
    position: absolute;
    top: 68px;
    left: 620px;
    width: 160px;
    font-size: 8pt;
    text-align: right;
    height: 600px;
    padding-right: 5px;
}

.left {
    float:left;
    text-align:left;
}

.right {
    text-align:right;
}

.inputBox {
    border: black 1pt solid;
    font-size: x-small;
    color: #000000;
}

.searchButton {
    border: black 1pt solid;
    font-size: x-small;
    background-color: #dadada
}

.newslink {
    display: block;
    padding-left:15px;
    padding-top:7px;
    color: #800080;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    background: url(http://www.oocities.com/gibbler_b/images/plus.gif) no-repeat left 10px;
}

.newsitem {
    font-size: 11px;
    color: black;
    padding-left: 15px;
}

.articleLink {
    display: block;
    padding-left:16px;
    margin-bottom: 2px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    background: url(http://www.oocities.com/gibbler_b/images/navbarbullet.gif) repeat-y;
}
