* html ul.tabnavigation {
    height:1%
}

html, body {
    font: normal 10pt verdana, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #E7E7E7;
    //background-color: #caa9b8;
}

a {
    // color: #143d74 ;
    // color: #0c213e ;
    // color: #102645 ;
    // color: #132d50 ;
    // color: #375071 ;
    color: #435d80 ;
}

#blog {
    width: 790px;
    padding: 0;
    margin: auto;
    overflow: hidden;
    background-color: white;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 2px double black;
}

#banner {
    width: 790px;
    background-color: white;
    padding: 0;
    margin: 0;
}

#banner img {
    border: none;
    margin: 0;
}

#banner #tab {
    bottom: 0;
    display: inline-block;
    text-align: center;
    border: 1px solid black;
    padding: 5px 20px 2px 20px;
    margin: 0;
    background-color: #7e7e7e;
    white-space: nowrap ;
}

#banner #tab.active { 
    background-color: white;
    border-bottom: 0;
}

#banner #tab.spacer {
    background-color: white;
    clear: right;
}

#banner #tab a {
    color: blue ;
    display: inline-block;
    margin: 0;
    text-decoration: none ;
}

.border {
    height: 3px;
    background: #015b80;
    //background: #ff95c9;
    clear: left;
}

#tabnavigation {
    padding: 0;
    margin: 0;
}

#tabnavigation ul {
    list-style: inside;
    padding: 0;
    margin: 0;
}

#tabnavigation li {
    display: inline;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 1.5em;
}

#tabnavigation a {
    color: black;
    background: #7e7e7e url( '../images/ltab.gif' ) left top no-repeat;
    text-decoration: none;
    padding-left: 10px;
}

#tabnavigation a span {
    background: url( '../images/rtab.gif' ) right top no-repeat;
    padding-top: 3px;
    padding-right: 10px;
}

#tabnavigation li.active a {
    color: white;
    background: #015b80 url( '../images/ltab.gif' ) left top no-repeat;
    text-decoration: none;
    padding-left: 10px;
}

#tabnavigation li.active a span {
    background: url( '../images/rtab.gif' ) right top no-repeat;
    padding-top: 3px;
    padding-right: 10px;
}

#tabnavigation a, #tabnavigation a span {
    display: block;
    float: left;
}

/* Hide from IE5 Mac \*/
#tabnavigation a, #tabnavigation a span {
    float: none;
}
/* End hide */

#tabnavigation a:hover {
    color: black;
    background: #a3b4cc url( '../images/ltab.gif' ) left top no-repeat;
    padding-left: 10px;
}

#tabnavigation a:hover span {
    background: url( '../images/rtab.gif' ) right top no-repeat;
    padding-right: 10px;
}

#main {
    width: 570px;
    padding: 10px;
    margin: 0;
    background-color: white;
}

#nav {
    display: block;
    background-color: #015b80;
    float: right;
    padding: 0px ;
    margin-left: 5px;
    width: 200px;
}

#nav h1 {
     font-size: 1.1em;
     text-align: left;
     margin-left: 5px;
     margin-bottom: 0;
     padding-bottom: 0;
     color: white;
     font-weight: bold;
     background-color: transparent;
}

#nav ul {
     list-style-type: none;
     margin-left: 0px;
     margin-top: 0px;
     padding: 0;
}

#nav li {
     padding-left: 1em ;
}

#nav a.text {
     color: white ;
     display: block;
     text-decoration: none ;
}

#nav a.text:hover {
     background-color: #003247;
}

#nav a {
     color: white ;
     display: block ;
     text-decoration: none ;
}

#nav #player {
    display: block;
    text-align: center;
}

#entry {
    padding: 0px;
    #margin-right: 15px;
}

#entry h1 {
    font-size: 1.5em;
}

#entry h2 {
    font-size: 0.9em;
}

#entry a.title {
    //color: #0c213e ;
    text-decoration: none ;
}

#entry a.title:hover {
    color: #989898;
}

#entry a:hover {
    text-decoration: none ;
}

#entry p.footer {
    display: block;
    background-color: #E7E7E7;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px 5px 10px 5px;
    clear: both;
}

#image, #video {
    display: inline-block;
    margin: 0 1em 1em 1em;
    text-align: left;
}

#image.left, #video.left {
    float: left;
    margin-left: 0.5em;
}

#image.right, #video.right {
    float: right;
    margin-right: 0.5em;
}

#image.cleared, #video.cleared {
    clear: both;
}

#image i, #video i {
    font-size: smaller;
}

#image img, #image.left img, #image.right img, #image.cleared img {
    border: solid 1px black;
    background-color: white;
}

#video span, #video.left span, #video.right span, #video.cleared span {
    border: solid 1px black;
    padding: 5px;
    background-color: white;
}

#inset {
    display: inline-block;
    margin: 0 1em 1em 1em;
    padding: 5px;
    font-size: smaller;
    border: solid 1px black;
    background-colour: #e9e9e9;
    max-width: 250px;
}

#inset.right {
    float: right;
    margin-right: 0.5em;
}

#inset.left {
    float: left;
    margin-left: 0.5em;
}

#comments {
    margin-top: 2em;
    border-top: 1px solid black;
    padding: 10px ;
    clear: both ;
}

#comments {
    margin-top: 2em;
    border-top: 1px solid black;
    padding: 10px ;
    clear: both ;
}

#comments form {
    margin-top: 2em;
}

div.comment { display: block;
	      background-color: #F7F7F7;
              margin-left: 25px;
	      margin-right: 25px;
	      padding-bottom: 1em; }

#copyright {
    text-align: center ;
    border-top: 1px solid black ;
    padding: 10px 5px 10px 5px ;
    clear: both;
}

div.pagenav {
    display: block ;
    text-align: right ;
}
