h1 {
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 400%;
	text-transform: lowercase;
	color: #550000;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -2px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

li {
	margin-bottom: +2px;
}

h2 {
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	border-bottom: 2px solid #9BB1D7 ;
	border-top: none;
	border-left: none;
	color: #00305D;
	padding: 2px 2px 2px 2px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 20px;
	letter-spacing: +0px;
	text-transform: lowercase;
}


h3 {
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: black;
	font-weight: bold;
	text-transform: lowercase;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: black;
	font-weight: bold;
	text-transform: lowercase;
}

html {
	background-color: #9BB1D7;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background-image: none;
	margin: 0px 80px 20px 60px;
	border: 2px solid #00305D;
	border-top: none;
	padding: 20px 40px 10px 60px;
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	background-color: white;
	max-width: 800px;
	-moz-border-radius: 0px 0px 30px 30px;
}

a:link { color: #550000; background: transparent; text-decoration: none; 
	font-weight: bold;
}
a:visited { color: #400100; background: transparent; text-decoration: none;
	font-weight: bold; }
a:active { color: #550000; background: transparent } 
a:hover { text-decoration: underline; }

h3 a:link { font-weight: normal; }
h3 a:visited { font-weight: normal; }

.small {
	font-size: 80%;
}

th,td { 
     text-align: left;
     padding: 4px;
}

.subhead {
	margin-top: 0px;
	font-size: 130%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: +5px;
	margin-left: 40px;
	text-transform: lowercase;
	text-align: left;
	color: black;
}


.star {
	color: #550000;
}

.footer {
	text-align: left;
	border-top: 2px solid #9BB1D7;
	padding-top: 8px;
	font-size: 80%;
	font-style: normal;
	margin-left: 0px;
}

div.entry blockquote {
	border: 2px solid #ddd;
	background: #eee;
	padding: 5px;
	-moz-border-radius: 20px;

}

.navigation  a {
	display: block;
	margin: 0px 0px 0px 0px;
	border: none;
	padding: 1px 6px 1px 2px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.navigation  a:hover {
	background-color: #9BB1D7;
	text-decoration: none;
	border-top: 1px solid #00305D; 
	border-bottom: 1px solid #00305D; 
}

body > div.navigation {
	position: fixed;
}

.navigation {
	border: 2px solid #00305D;
	text-align: right;
	font-size: 100%;
	position: absolute;
	top: 100px;
	left: 5px;
	background: white;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	padding: 21px 0px 21px 0px;
	-moz-border-radius: 30px 0px 30px 0px;
	width: 100px;
}

div > p { 
	margin-left: +0px;
	margin-right: +0px;
}

h2 + p:first-line { text-transform: none; }

div.entry {
	border-right: none;
	border-bottom: none;
	margin-bottom: 10px;
}

div.entry > p {
	margin-left: 10px;
}

.navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
}

div.comment {
  border: 2px solid #666666;
  background: #eeeeee;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}
