/*
 * This file contains the CSS style defintions used by my web site.
 *
 *
 * Copyright © 2009-2026 by Rich Teer.
 *
 */


html {
    overflow-y: scroll;
}

body {
    background: #e0e0e0;
    font: 15px 'Helvetica Neue', HelveticaNeue, Verdana, Helvetica, Arial, sans-serif;
}

img {
    border: none;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    outline: none;
}

.ul_link {
    border-bottom: 1px dotted;
}

a:link, a:visited {
    color: #000000;
    outline: none;
}

a:hover, a:active {
    color: #808080;
    outline: none;
}

#page {
    background: #ffffff;
    border: 1px solid #808080;
    margin: 10px auto;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 10px;
    width: 900px;
}

#content {
    background: #ffffff;
    padding: 0px;
    width: 898px;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

#article {
    background: #ffffff;
    padding: 25px;
    padding-bottom: 0px;
    width: 848px;
}

.drop_cap::first-letter {
    float: left;
    font-size: 60px;
    line-height: 51px;
    padding-right: 4px;
}

#assoc_equip {
    height: 26px;
    color: #ffffff;
    background: #ff0000;
    font-size: 18px;    /* 18px */
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin-top: 25px;
    margin-bottom: -10px;
}

/*
 * Set up the left, right, and content
 * columns.  The first two contain the
 * ads, whereas the latter contains the
 * page's actual content.
 */
#left {
    background: #ffffff;
    padding: 25px;
    padding-right: 0px;
    width: 623px;
}

#right {
    float: right;
    background: #ffffff;
    padding-top: 25px;
    padding-bottom: 0px;
    width: 225px;
    border-left: 25px;
    border-right: 1px solid #808080;
}

#left tr {
    padding-top: 25px;
}

#left img, #right img {
    border: 1px solid #808080;
}

#sidebar {
    float: right;
    background: #e0e0e0;
    width: 350px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
    margin-left: 10px;
}

#sidebar h3 {
    font-size: 18px;
    vertical-align: top;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
    margin-bottom: -15px;
}

h1 {
    font-size: 32px;
    line-height: 32px;
    vertical-align: top;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 2px solid #000000;
}

h2 {
    font-size: 26px;
    vertical-align: top;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
}

h3 {
    font-size: 18px;
    vertical-align: top;
    font-weight: bold;
    color: #000000;
    margin-bottom: -15px;
}

h4 {
    font-size: 15px;
    vertical-align: top;
    font-weight: bold;
    color: #000000;
    margin-bottom: -15px;
}

.byline, .index_byline {
    font-size: 12px;
    font-style: normal;
    margin-left: 40px;
    color: #808080;
}

.index_byline {
    margin-left: 0px;
}

hr {
    border-top: dotted 1px #808080;
}

.clear {
    clear: both;
}


/*
 * Define the styles used for the header
 * (i.e., the bit where the logo goes).
 */
#header {
    background: #ffffff;
    border-bottom: 1px solid #808080;
    padding-left: 10px;
    padding-bottom: 0px;
}

#header h6 span {
    display: block;
    height: 1px;
    overflow: hidden;
    text-indent: -10000px;
}

#header h6 a,
#header h6 a:hover,
#header h6 a:active {
    background-image: url(view.jpeg);
    background-repeat: no-repeat;
    background-size: 900px 300px;
    border: none;
    display: block;
    width: 900px;
    height: 300px;
    margin-left: -10px;
    text-indent: -10000px;
}

#date_stamp {
    float: right;
    font-size: 12px;
    line-height: 12px;
}


/*
 * These styles are used by the top
 * navigation bar.
 */
#top_nav {
    list-style-type: none;
    margin-top: 0px;
    margin-left: -48px;
}

#top_nav li {
    display: inline;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    font-weight: normal;
    margin-right: 20px;
}

#top_nav li a:link,
#top_nav li a:visited {
    display: inline;
    color: #000000;
}

#top_nav li a:hover,
#top_nav li a.active {
    display: inline;
    color: #ff0000;
}


/*
 * These styles are used in the page
 * footer and bottom naviagation bar.
 */
#footer {
    background: #ffffff;
    padding-top: 25px;
    font: 12px/14px 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#bluesky {
    margin-top: -11px;
    float: right;
}

.gallery img {
    margin-top: 25px;
    margin-left: 0px;
    margin-right: 10px;
}

.cover_image img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border: solid 1px #808080;
}

.image_nb img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
