﻿body {
    background-image: url("back2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #01292a;
    max-width: 1015px;
    margin: auto;
    margin-top: 30px;
    padding: 0;
    font-size: 100%;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: relative;
}

header, section, footer, aside, nav, article {
    display: block;
}

a:link {
    color: #a8ef9d;
    text-decoration: none;
}

a:visited {
    color: #a8ef9d;
    text-decoration: none;
}

a:hover {
    color: #a8ef9d;
    background-color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

a:active {
    color: #a8ef9d;
    text-decoration: none;
} 

a.nav1:link {
    color: #ffffff;
    text-decoration: none;
}

a.nav1:visited {
    color: #ffffff;
    text-decoration: none;
}

a.nav1:hover {
    color: #afdaff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}

a.nav1:active {
    color: #afdaff;
    text-decoration: none;
} 

a.sitelink {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}

a.taglist {
    font-weight: bold;
    line-height: 170%;
    margin-left: 15px;
}

a.cat1 {
    color: #558a4c;
}

a.cat1:hover {
    background-color: #dcf1d8;
}

a.articletext {
    color: #558a4c;
}

a.articletext:hover {
    background-color: #dcf1d8;
}

header {
    position: relative;
    height: 90px;
}

div.sitetitle {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90px;
}

div.headerbox {
    width: 370px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.07);
    position: absolute;
    top: 5px;
    right: 0px;
}

div.headertextbox {
    font-size: 0.9em;
    color: white;
    text-align: right;
    line-height: 150%;
    position: absolute;
    top: 18px;
    right: 150px;
}

img.me {
    position: absolute;
    top: 10px;
    right: 60px;
    border: none;
}

img.me:hover {
    opacity: 0.7;
}

img.linkshirt {
    border: none;
}

img.linkshirt:hover {
    opacity: 0.7;
}

img.link1 {
    border: none;
}

img.link1:hover {
    opacity: 0.7;
}

img.title {
    border: none;
}

img.title:hover {
    opacity: 0.7;
}

nav {
    margin-top: 25px; 
    margin-bottom: 23px; 
    background-color: #011d1e;
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 6px;
}

ul.nav1 {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

li.nav1 {
    background-color: #011415;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    display: inline;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 1px;
}

li.nav1:hover {
    background-color: rgba(0, 0, 0, 0.55);
}

ul.nav2 {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

li.nav2 {
    color: white;
    padding: 4px;
    position: relative;
}

aside {
    float: right;
    width: 300px;
    margin-top: 7px;
    margin-bottom: 20px;
}


div.widget {
    background-color: #011d1e;
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}

div.widgettitle {
    background-color: #011415;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 3px;
    color: white;
    margin-bottom: 10px;

}

div.nav2 {
    position: absolute;
    top: 6px;
    left: 60px;
    padding: 10px; 

}

article {
    float: left;
    max-width: 610px;
    margin-top: 7px;
    margin-bottom: 35px;
    background-color: white;
    padding: 32px;
}

h1 {
    color: #386084;
    margin-top: 0px;
    font-size: 1.25em;
    margin-bottom: 7px;
}

p {
    line-height: 140%;
}

p.date1 {
    font-size: 0.9em;
    color: #386084;
    margin-top: 8px;
    margin-bottom: 10px;
    line-height: 120%;
}

div.imgright {
    float: right;
    text-align: center;
    padding: 7px;
    margin: 15px;
    margin-right: 0px;
    background-color: #e4eef0;
    font-size: 0.9em;
    color: #2c4c69;
    line-height: 130%;
}

div.imgleft {
    float: left;
    text-align: center;
    padding: 7px;
    margin: 15px;
    margin-left: 0px;
    background-color: #e4eef0;
    font-size: 0.9em;
    color: #2c4c69;
    line-height: 130%;
}

div.imgcenter {
    text-align: center;
    padding: 7px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #e4eef0;
    font-size: 0.9em;
    color: #2c4c69;
    line-height: 130%;
}

p.tags {
    font-size: 0.9em;
    color: #386084;
    margin-top: 0px;
    margin-bottom: 1px;
}

footer {
    background-color: #011d1e;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    padding-left: 0px;
    color: white;
    clear: both;
    margin-top: 0px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}



div.footer1 {
    background-color: #011415;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 0.9em;
    margin-left: 10px;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    width: 295px;
    float: left;
    text-align: center;
}

table {
    border-collapse: collapse;
    background-color: #e4eef0;
    color: #2c4c69;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
}

td {
    border: 1px solid #2c4c69;
    padding: 7px;
}
tr:hover {
    background-color: #cae5eb;
}

th {
    border: 1px solid #2c4c69;
    padding: 7px;
    background-color: #e6f0e4;
}

img.article1 {
    border: 1px solid #2c4c69;
}



ul.chris {
    list-style-type: square;
    line-height: 140%;
}

ol.chris {
    line-height: 140%;
}

blockquote {
    background-color: #e4eef0;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 20px;
    color: #2c4c69;
    margin-bottom: 25px;
    text-align: left;
}

pre {
    background-color: #e4eef0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #2c4c69;
    font-size: 1.2em;
}

a.tagarticle {
    color: #558a4c;
}

a.tagarticle:hover {
    background-color: #dcf1d8;
}



ul.taglist {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    
}

ul.taglist li.taglist {
    background-image: url('gs.gif');
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 20px;
}

li.taglist {
    margin-top: 12px;
}

table.recent {
    border: 0px;
    background-color: white;
    color: #2c4c69;
    margin-top: 15px;
    margin-bottom: 10px;
}

td.recent {
    border: 0px;
    padding: 7px;
    margin-bottom: 10px;
}

td.recent2 {
    border: 0px;
    vertical-align: top;
    padding: 7px;
    margin-bottom: 10px;
}

td.recent3 {
    border: 0px;
    text-align: right;
    vertical-align: top;
    padding: 7px;
    margin-bottom: 10px;
    width: 29%;
}

tr.recent:hover {
    background-color: white;
}

span.homelabel {
    color: white;
    font-size: 1.1em;
}

div.homelabel2 {
    clear: left;
    margin-bottom: 35px;
}

img.cattitle {
    vertical-align: middle;
    margin-right: 15px;
}

div.fillwindow {
    width: 610px;
    height: 2px;
}

sup { vertical-align: top; 
    position: relative; 
    top: -0.5em; 
    font-size: 0.7em;
}

sub { vertical-align: bottom; 
    position: relative; 
    bottom: -0.5em; 
    font-size: 0.7em;
}

