/*
 * Style sheet for brucewebber.us
 *
 */

body {
    background-color: rgb(220,220,230);
    padding: 0;
    margin: 0;
}

#container {
    background-color: rgb(255,254,250);
    background-repeat: repeat;
    padding: 10px;
    border-right: 1px solid rgb(180, 180, 180);
    border-bottom: 1px solid rgb(180, 180, 180);
    margin: 0 0 10px 0;
    width: 840px;
}

#header {
    font: normal normal bold 2.0em Arial, sans-serif;
    color: white;
    background-color: rgb(0, 60, 140);
    text-align: left;
    padding: 10px 0 10px 10px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    margin: 0 0 20px 0;
}

#header a:link, #header a:visited, #header a:active, #header a:hover {
    color: white;
    text-decoration: none;
}

#navside {
    width: 210px;
    margin: 0 0 0 10px;
    float: right;
}

div.navbox {
    font: normal normal normal 0.9em Arial, sans-serif;
    background-image: none;
    background-color: rgb(230, 240, 240);
    padding: 10px;
    margin: 0 0 15px 10px;
    border-top: 4px solid lightgrey;
    border-left: 2px solid lightgrey;
    width: 178px;
}

div.navbox h2 {
    font: normal normal bold 1.0em Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0.3em;
}

div.navbox ul {
    font: normal normal normal 1.0em Arial, sans-serif;
    padding-left: 1em;
    text-indent: -1em;
    margin: 0;
}

div.navbox li {
    list-style: none outside none;
    margin-bottom: 0.5em;
}

div.navbox a {
    text-decoration: none;
}

div.navbox a:link, div.navbox a:visited, div.navbox a:active {
    color: rgb(0, 0, 153);
    background-color: transparent;
}

div.navbox a:hover {
    color: black;
    background-color: rgb(200, 201, 230);
}

div.navbox hr {
    color: lightgrey;
}

#contents {
  padding: 0;
  margin: 0;
  width: 590px;
  float: left;
}

#contents ul {
    margin-top: 0;
}

#contents li {
    text-align: left;
    font: normal normal normal 1.0em Arial, sans-serif;
    line-height: 1.5;
    list-style: disc;
}

#contents h2 {
    text-align: left;
    font: normal normal bold 1.2em Arial, sans-serif;
    margin-top: 0;
}

#contents h3 {
    text-align: left;
    font: normal normal bold 1.0em Arial, sans-serif;
    margin-top: 0;
}

#contents a:link {
    color: blue;
}

#contents a:visited, #contents a:active {
    color: darkblue;
}

#contents a:hover {
    color: black;
    background-color: rgb(215, 230, 230);
}

#contents p {
    text-align: left;
    font: normal normal normal 1.0em Arial, sans-serif;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1.0em;
}

.center {
    text-align: center;
}

.indent {
    margin-left: 1.5em;
}

div.spacer {
	clear: both;
	font: normal 0.1em sans-serif;
}

div.flash {
    font: normal normal bold 1.0em Arial, sans-serif;
    color: red;
    margin: 0 0 1em 0;
}

#footer {
    font: normal normal normal 0.8em Arial, sans-serif;
    text-align: left;
    padding-top: 5px;
    border-top: 1px solid gray;
    margin-top: 10px;
}

img.feedlink {
    border: 0;
}

