* {
margin: 0;
padding: 0;
}
body {
background: #1f5177;
font: 12px/20px Arial, sans-serif;
color: #000;
text-align: center;
}
a {
color: #23458e;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}
a:hover {
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
#container {
width: 800px;
margin: 0 auto;
text-align: left;
background: #fff;
border-right: 1px solid #1f5177;
border-left: 1px solid #1f5177;
}
#masthead {
height: 200px;
text-align: center;
background: #fff;
}
span.intro {
color: #fff;
}
#menu {
height: 42px;
width: 100%;
text-align: center;
border-top: 1px solid #1f5177;
border-bottom: 1px solid #1f5177;
background: #8dcfeb;
}
#menu ul {
padding-top: 10px;
list-style-type: none;
}
#menu ul li {
display: inline;
padding: 0px 10px 0px 0px;
text-transform: uppercase;
font: bold 18px "Times New Roman", Georgia, serif;
}
#menu ul li a {
color: #1f5177;
text-decoration: none;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
}
#content {
float: right;
width: 500px;
padding-left: 20px;
border-left: 1px dotted #888;
margin: 15px 20px 0px 0px;
}
#content p, #sidebar p, #sidebar ul {
margin-bottom: 1.5em;
}

#sidebar {
float: left;
width: 220px;
margin: 15px 0px 0px 18px;
}
#sidebar ul {
list-style-type: none;
}
#sidebar ul li {
display: block;
border-bottom: 1px solid #ccc;
padding: 2px 0px 2px 6px;
}
#sidebar ul li a {
color: #20afc4;
text-decoration: none;
}
#sidebar ul li a:hover {
color: #222;
text-decoration: none;
}
#footer {
clear: both;
color: #000;
background: #92c1db;
padding: 10px 0px 10px 0px;
border-top: 1px solid #1f5177;
}
#footer a {
color: #fff;
font-weight: bold;
}
#footer a:hover {
color: #fff;
text-decoration: underline;
}
.clear { 
clear: both; 
}
h1 {
font: 22px "Times New Roman", Georgia, serif;
text-transform: uppercase;
color: #23458e;
padding-top: 15px;
font-weight: bold;
}
h2 {
color: #23458e;
font: 22px "Times New Roman", Georgia, serif;
}


hr {
border: 0;
width: 100%;
color: #ccc;
background: #ccc;
height: 1px;
margin-bottom: 1.5em;
}
.date {
float: left;
width: 45px;
height: 35px;
color: #fff;
padding: 8px 0px 0px 0px;
margin: 3px 10px 0px 0px;
text-align: center;
font: 10px Verdana, sans-serif;
text-transform: uppercase;
background: #1f5177;
}
.postmeta {
color: #888;
margin-bottom: 8px;
}
img.photo {
display: block;
margin: 0 auto;
padding: 5px;
border: 1px solid #ccc;
}
blockquote {
background: #eee;
padding: 10px;
border: 1px solid #ccc;
margin-bottom: 10px;
}
input, textarea, submit {
color: #444;
padding: 4px;
margin-bottom: 10px;
background: #fff;
border: 1px solid #ccc;
font: 1em/1.6em Verdana, sans-serif;
}
textarea {
width: 300px;
}
button {
padding: 4px;
border: 1px solid #ccc;
font: 1em/1.6em Verdana, sans-serif;
}