#header {

    background: #0099CC url("/sea/images/wrinkledwater1.jpg") no-repeat top left;
    padding: 1px;
}
#header h1{
    margin-top: 90px;

}
#header h1 a, .description{
    color: #408EA5;


}
#header a:hover{
    background: transparent;
}
#header .description{
    border: 1px;
    background: #408EA5;
    color: white;
    font-size: small;
    font-family: "Times New Roman";
}
#sidebar{
    padding: 0;
}
#sidebar h1, #sidebar h2{
    margin-top: 10px;

    }
#sidebar ul li ul{
    padding: 5px 0 5px 20px;
    list-style-image: url(/sea/images/seashell.gif);
}
#sidebar ul li ul li{
    padding: 2px;
}
#sidebar ul li ul li{
    border-bottom: 1px dotted #408EA5;
}
#sidebar a{
    font-size: x-small;
    color: #408EA5;
    text-decoration: none;

}
.content{
    background: white;
    margin-top: 0;

}
#main{
    border-left: 1px solid #408EA5;
}
#searchform{
    margin: 0;
    padding: 4px 2px;
}
#searchsubmit{
    background:#408EA5;
    color: white;
    font-family: "Times New Roman";
}
.post{
    width: 40em;
}
.post a.commentlink, .entry .info .date{
    padding-left: 16px;
    background: transparent url(/sea/images/seashell.gif) no-repeat left center;
}
.entry .info .date{
    background-image: url(/sea/images/seashell.gif);
}
.post h1{
font-size: 1.5em;
    font-weight: normal;
    font-family: "Times New Roman";
    line-height: 1.0em;
    width: 100%;
    color: #408EA5;
}

#sidebar h1, #sidebar h2{
    font-size: 1.5em;
    font-weight: normal;
    font-family: "Times New Roman";
    line-height: 1.0em;
    width: 100%;
    color: #FFFFFF;
    background: #408EA5;
}
.post h1 a{
    color: #2B5F6E;
    text-decoration: none;
}
.postmetadata{
    font-size: x-small;
    background-color: #B3d2db;
    color: #2B5F6e;
    padding: 3px;
    border: 1px solid #408EA5;
}

#main a:visited, ibox a:visited{
color: #408Ea5;
}


