body {
margin: 0;
padding: 0;
}

#header, #footer {
background: #e1e7ff url('imgs/header-bg.jpg');
background-position: top right;
background-repeat: repeat-y;
height: 125px;
border-top: 1px solid #c6d1ff;
border-bottom: 1px solid #c6d1ff;
}

#header {
margin-top: 3px;
}

#header img {
float: left;
}

h1 {
margin-top: 40px;
margin-left: 100px;
font-family: 'Palatino Linotype';
color: #1c5682;
}

h2, h3 {
color: #103149;
clear: both;
font-family: 'Palatino Linotype';
margin: 25px 0 -10px 0;
padding: 0;
}

h2#mainhead {
margin-top: 5px;
}

h3 {
margin-top: 5px !important;
}

h4 {
margin-bottom: -10px;
}

#container {
position: relative;
*height: 1%;
}

#content {
padding: 5px 20px 20px 20px;
}

#content {
margin-left: 200px;
}

#content p, #content table, div.post-body {
text-align: justify;
font-size: 1em;
font-family: Arial;
}

#content img {
border: 1px solid #c5def1;
margin-top: -1em;
}

.floatleft {
float: left;
margin: 15px 12px 12px 0;
}

.floatright {
float: right;
margin: 15px 0 12px 12px;
}

#nav {
position: absolute;
top: 0;
left: 0;
}

#nav ul {
padding: 0;
margin: 0;
list-style: none;
width: 200px;
}

#nav ul li {
position: relative;
width: 200px;
}

#nav ul li a {
text-decoration: none;
font-family: 'Palatino Linotype';
font-style: italic;
font-size: 1.1em;
color: black;
display: block;
background: #c6d1ff url('imgs/nav-bg.jpg');
background-repeat: no-repeat;
height: 30px;
border-bottom: 1px solid #c6d1ff;
border-right: 1px solid #c6d1ff;
padding-left: 32px;
margin-top: 2px;
line-height: 30px;
}

#nav ul li a:hover {
background: url('imgs/nav-bg-hover.jpg');
background-repeat: no-repeat;
color: navy;
}

#nav ul li a.current {
color: blue;
}

table.members {
border-collapse: collapse;
}

table.members th, table.members td {
border: 1px solid #bac8d9;
padding: 4px;
font-weight: bold;
font-size: 0.9em;
}

table.members th {
background: url('imgs/th-bg.jpg');
color: white;
border: 1px solid #22391e;
border-bottom: 2px solid #22391e;
}

table.members td.num, table.members th.num {
text-align: right;
width: 50px;
}

tr.alt {
background-color: #dbebff !important;
}

ul.events, ul.contacts {
font-weight: bold;
font-family: Arial;
font-size: 0.9em;
}

ul.events span, p.contactpage span {
color: #007370;
}

ul.events li {
    margin-bottom: 0.8em;
}

div.post-body {
font-size: 0.9em;
}

h2.date-header {
font-style: italic;
font-size: 0.9em !important;
margin: 0 0 0.5em 0;
}

a.comment-link {
margin-top: -15px;
}

div.date-outer {
margin-bottom: 1em !important;
background: #e8ffcd;
clear: both;
padding: 1.5em;
border: 1px solid #e8fff8;
}

div.date-outer h3 a {
color: navy;
}

h3.post-title {
    margin: 0.5em 0 0.5em 0 !important;
}

.post-footer {
    font-family: Arial;
    margin-top: 1.5em;
    font-size: 0.9em;
}

.clear {
    clear: both;
    height: 2px !important;
}

#sidebar {
position: absolute;
top: 90px;
left: 0;
width: 171px;
padding: 0 1em 0 1em;
font-size: 0.9em;
background: #dbeeec url('imgs/blog-options-bg.jpg');
background-repeat: repeat-y;
}

#sidebar img {
border: none;
}

#sidebar ul {
margin-left: 0;
padding-left: 1em;
list-style: circle !important;
}

#sidebar h2 {
   margin: 0.5em 0 0.5em 0 !important;
   font-size: 1.1em;
}

p.contactpage {
font-size: 0.9em !important;
font-style: italic;
}

ul.links {
font-family: Arial;
}

#footer {
text-align: center;
font-size: 0.9em;
font-family: Arial;
margin-bottom: 5px;
padding: 0;
height: 1%;
}

sup {
    font-size: 0.7em;
}