@charset "iso-8859-1";

html {
	background-color: #99c;
	font-family: serif;
	font-size: 76%;
}

body {
	padding: 0;
	margin: 0;
}

#wrapper {
	margin: 0 auto;
	max-width: 56em;
	padding: 2em;
	border-left: 1px solid #669;
	border-right: 1px solid #669;
	background-color: white;
	color: #000;
}

#header {
	background: #333 url(images/Header.jpg) no-repeat right bottom;
}

#title {
	font-size: 200%;
}

#title h1 a {
	text-decoration: none;
	font-size: 200%;
}

#title {
	margin-left: 3em;
	padding-top: 5ex;
	padding-bottom: 5ex;
	text-align : left;
	color: white;
}

#title h1 {
	margin: 0;
	text-indent: 0;
	font-size: inherit;
}

#title h1 a {
	margin-bottom: 1ex;
	color: white;
}

#title h1 a:hover {
	background: transparent;
	border: none;
}

.hnav {
	text-align: center;
	border-top: 1px solid #669;
	border-bottom: 1px solid #669;
}

.hnav, .hnav ul li a {
	font-family: sans-serif;
	background-color: #99c;
	color: #003;
}

.hnav ul, .hnav ul li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.hnav ul li a {
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 1px #669;
	border-right: solid 1px #669;
	white-space: nowrap;
	font-weight: bold;
	text-transform: lowercase;
}

.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover {
	text-decoration: none;
}

.hnav ul li a:hover {
	background-color: #336;
	color: #fff;
}

.hnav ul li span.divider {
	display: none;
}

#center, #right {
	line-height: 1.6em;
	padding-top: 2em;
}

#center {
	float: left;
	width: 64%;
	line-height: 1.3em;
}

#right {
	float: right;
	width: 30%;
	font-size: 0.9em;
	color: #444;
}

a:link {
	color : #039;
	text-decoration: none;
}

a:visited {
	color : #36c;
	text-decoration: none;
}

a:active {
	color : #039;
	text-decoration: none;
}

a:hover {
	background-color: #ccf;
	border: 1px solid #669;
	border-left: 0px; 
	border-right: 0px;
	color : #333;
}

img, a img, a.image-link {
  border: none;
	text-decoration: none;
}

#right h2 {
	padding: 0.1em;
	margin: 1em 0;
	text-align: center;
  color: #003;
  font-size: 1em;
	background-color: #99c;
	border-top: 1px solid #669;
	border-bottom: 1px solid #669;
  letter-spacing: 0.2em;
}

#center h2 {
	margin: 0.1em 0;
	font-family: serif;
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	margin-top: 1ex;
	font-size: 1.3em;
}

h1, h2, h3, h4 {
	font-family: sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}

div.post {
	padding-bottom: 2em;
}

form {
	text-align: right;
	line-height: 4ex;
}

span.p_m_d_separator {
	padding: 0 1em;
}

.vnav ul li a:hover {
	border: none;
}

dl {
	border: #669 solid 1px;
}

dl dt {
	font-family: sans-serif;
	margin-left: 1em;
}

p.postmetadata {
	font-size: small;
}

.post-date {
	float: left;
	color: #BBC4A3;
	font-family: sans-serif;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	margin: 1.2ex 1em 0 0;
	padding: 1.2ex 0.3em;
	width: 6.5em;
	line-height:2.6ex;
}
.post-info, .page-info 
{
	font-size:0.85em;
	font-family: Verdana, Arial, Sans-Serif;
	margin:0;
	padding:1ex 0;
	color:#333;
	background-color: #eee;
}
.page-info 
{
	text-align:center;	
}
.post-info a
{
	color:#099;
}
.post-content {
	border-top: #999 1px solid;
	padding-top: 1em;
}

.post-content p {
	margin: 0;
	text-indent: 1.4em;
}

.post-content p.leadingnoindent {
margin: 1em 0;
text-indent: 0;
}
blockquote, .post-content blockquote p {
  text-indent: 0;
}

.post-content blockquote {
  font-family: sans-serif;
  font-size: 0.8em;
  color: #666;
  border-left: 5px solid #ddd;
  padding-left: 1em;
}

.aside {
	font-family: sans-serif;
	font-style: italic;
  font-size: inherit;
	padding-bottom: 1em;
}

#footer {
	clear: both;
}
input {
	border-color: #333;
	border-width: 1px;
	font-size: 0.9em;
	background-color: white;
	color: #333;
}

.vnav li div.description {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #fff;
	border: 1px solid #333;
	padding: 0.2em;
	width: 20em;
}

.vnav li:hover div.description {
	display: block;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font-size: 0.9em;
}
.vnav ul
{
	border: solid 1px #669;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #669;
	position: relative;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 0 1em; 
}
.vnav h2
{
	font-size: 0.9em;
	font-weight: bold;
}
.hider .hidden {
	display: none;
}
.hider:hover .hidden {
	display: block;
}

#right ul {
	list-style-type: none;
}

p.leadingnoindent {
	text-indent: none;
	margin: 1em 0;
}


