html {
  margin: 0;
  padding: 0;
}

body {
  background-image: url("../images/background/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  
  font-family: "DejaVu Serif",Georgia,serif;  
}

#wrapper {
    font-size:20px;
    border: 3px outset #C0C0C0;
    position: relative;
    width: 800px;
    margin: 5 auto;
    box-shadow: 0 0 20px;
    background-color: #aeaaae;
    margin-top: 20px;
    margin-bottom: 40px;
}

#titlebar {
    //border: 3px outset #C0C0C0;
    background: #000090;
    width: 100%;
    margin: auto;
    top: 0px;
    margin-top: 0px;
    padding: 20px 0;
    height: 23px;    
}

#titlebar-inner {
    position: relative;
    top: -50%;
    margin: 0;
    padding: 0px;
    text-align: center;
    font-size:40px;
    color: white;
}

#date{
    font-size:15px;
    margin: 0;
}

#submenu {
    margin-top: 10;
    margin-left: 20px;
    margin-right: 20px;        
    font-size: 20px;
}

.rss {
    display: inline;
    margin-top: 40px;
    max-width: 24px;
    max-height: 24px;
    border: none;
}

.inline {
    display: inline;
}

.image-left {
    max-width: 100%;
    //box-shadow: 0 0 10px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.image-right {
    max-width: 100%;
    //box-shadow: 0 0 10px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.top-indent {
    margin-top: 40px;
}

.top-indent2 {	
    margin-top: 20px;
}

.clear {
    clear: left;
}

.clear2 {
    clear: right;
}

pre{
    //box-shadow: 0 0 10px;
    border-radius: 2px;
    border: 2px solid #909090;
    background: #9c999c;
    white-space: pre-wrap;   
    word-wrap: break-word;
    padding: 0.5em;
    font-size: 10pt;
    font-family: Courier,monospace;
}

#content {
    margin-left: 20px;
    margin-right: 20px;
}

#contain {
    height: 320px;
}

summary {
    cursor: pointer;
}

#grid {
    text-align: center;
}

.banner{
    max-width: 100%;
    width: 240px;
    height: 60px;
}

.caption {
    max-width: 100%;
    display: inline-block;
    width: 225px;
    text-align: center;
    word-wrap: break-word;
    vertical-align: top;
    padding: 10px;
}

.grid-image {
    max-width: 100%;
}

//h1:hover{
//    color: teal;
//}

a:hover {
    color:teal;    
}

a:visited {
    color: #033A63;
}

a {
    text-decoration:none;
    color: #000090;
}

p {
    text-indent: 1em;
    line-height: 130%;
}

img {
    border-style: double;   
}

marquee {
    font-size:15px;
}

.tab div {
    display: none;
}

.tab div:target {
    display: block;
  
}

@media screen and (max-width: 939px) {

    #wrapper {
        width: 100%;
        margin: 0;
        border: 0;
    }
}
