html, body {
    background-color: black;
    color: white;
    font-family: "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
    font-size: 13px;
    margin: 15px;
}
h1 {
    width: 805px;
    color: white;
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 0;
}
h2 {
    font-size: 22px;
    font-weight: bold;
}
a {
    color: white;
    text-decoration: underline;
}
a:hover, a:active {
    text-decoration: none;
}
h1 a { text-decoration: none; }
    
#navmenu {
    clear: both;
    width: 805px;
    margin-top: 5px;
    margin-bottom: 15px;
    border-top: 1px white solid;
    border-bottom: 1px white solid;
    padding: 0;
    font-weight: bold;
}
#navmenu ul {
    list-style-type: none;
    padding: 5px;
    margin: 0;
}
#navmenu ul li {
    display: inline;
    padding-right: 20px;
}
#navmenu a {
    text-decoration: none;
}
#navmenu a:hover {
    text-decoration: underline;
}
    
    
#mainbox {
    clear: both;
    width: 800px;
    min-height: 400px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
}

#copybox {
    clear: both;
    width: 805px;
    border-top: 1px white solid;
    margin-top: 15px;
    padding-top: 5px;
    text-align: right;
    font-size: 10px;
    color: white;
}
#copybox a {
    text-decoration: none;
    color: white;
}
#copybox a:hover { text-decoration: underline; }
#picturebox {
    display: block;
    width: 798px;
    height: 498px;
    background: url(images/cowboy.jpg) ;
    padding-left: 5px;
    border: 1px black solid;
}
#boxmain, #boxblog, #boxphotos, #boxslideshow, #boxlinks, #boxreadinglog, #boxvideo {
    display: none;
    width: 380px;
    max-height: 300px;
    margin-top: 215px;
    margin-left: 340px;
    padding: 7px;
    background-color: black;
    border: 1px white solid;    
}
#boxmain { display: block; }
#boxbio {
    width: 380px;
    max-height: 350px;
    margin-top: 115px;
    margin-left: 340px;
    padding: 7px;
    background-color: black;
    border: 1px white solid;
    overflow-y: hidden;  
}
#boxbio li {
    margin-bottom: 5px;
}
#boxbio a {
    font-weight: bold;
    text-decoration: none;
}
#boxbio a:hover {
    text-decoration: underline;
}
    
    
img.thumbnail {
    padding: 3px;
    margin: 1px;
    border: 0px dotted white;
    width: 100px;
    height: 100px;
}
img.thumbnail:hover {
    border: 1px solid white;
    margin: 0px;
}
img.photo { border: 0; }

.alerttext {
    font-weight: bold;
    color: red;
}

#blog {
    margin-bottom: 20px;
}
#blog td {
    padding-bottom: 70px;
}
#blog h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
#blog .blogdate {
    font-size: 15px;
    font-style: italic;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px white solid;
}
#blog .blogtext {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
}

#links {
    margin-left: 10px;
}
#links li {
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 0;
}

#yearlist a {
    text-decoration: none;
}
#yearlist a:hover {
    text-decoration: underline;
}

#readinglog td {
    padding: 8px;
    border-top: 1px white solid;
    vertical-align: top;
}
#readinglog td.rlleft {
    text-align: center;
    height: 150px;
}
#readinglog tfoot td {
    text-align: right;
}

table.baseball {
    padding-bottom: 20px;
}
.baseball th {
    border: 0;
    border-bottom: 1px white solid;
    font-weight: bold;
    text-align: left;
}
.baseball td { border: 0; }

.sidebyside {
    float: left;
    margin-right: 20px;
}
.facecollage {
    float: left;
    padding: 10px;
}
.button {
    color: white;
    font-family: "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
    font-weight: bold;
    background-color: #111111;
    border: 1px solid white;
}
.alert { color: red; }