body {
	background-color: white;
	color: black;
	margin: 0px;
	padding: 1em;
	padding-left: 2em;
	padding-right: 2em;
	font-family: serif;
}

div.header {
	background-color: #41aa36;
	border: 1px solid black;
	border-bottom: 0px;
	text-align: left;
	padding: 1em;
	padding-top: 0;
	font-family: sans-serif;
}

div.body {
	background-color: white;
	border: 1px solid black;
	border-top: 0em;
	border-bottom: 0em;
	padding: 10px;
}

div.content {
	background-color: white;
	padding-top: 2em;
	padding-left: 3em;
	padding-right: 3em;
	padding-bottom: 1.5em;
	border: 0px;
	font-size: 1.2em;
}

div.footer {
	text-align: left;
	background-color: #41aa36;
	font-family: vera, verdana, helvetica, sans-serif;
	font-size: .7em;
	padding: 1em;
	border: 1px solid black;
	border-top: 0em;
}

div.menuBlurb {
	text-align: right;
	padding: .25em;
	margin: .5em;
}

div.menuItem {
	/* cursor:pointer; */
	cursor:hand;
	margin: .5em;
	margin-right: 0em;
	margin-top: 0em;
	padding: .25em;
	padding-right: .5em;
	text-align: right;
	border: 0em;
	font-size: 1.5em;
	font-weight: bold;
}
code {
	color: darkred;
}

h1.title {
	text-align: center;
	font-weight: normal;
	font-size: 2em;
	margin: 0;
}

h2.title {
	text-align: center;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0;
}

a {
        color: #0000FF;
}

a.hlink {
        font-family: sans-serif;
        font-size: 3em;
        font-weight: bold;
        color: black;
        text-decoration: none;
}

a.siteNav {
	text-decoration: none;
	color: white;
}

a.siteNav:hover {
	text-decoration: underline;
}

dl.asterlist > dt:before {
	content: "* ";
}

iframe.wrapper {
	width: 100%;
	height: 100%;
}
/* blogger stuff */
#Title {
	font-size:43px;
	padding-left:0px;
	padding-top:10px;
	text-transform:none;
}

#Description {
	padding:0px;
	padding-top:10px;
	font-size:12px;
	font-weight:normal;
}

.DateHeader {
	font-size:18px;
	text-align:left;
	margin-top:30px;
	width:300px;
	margin-bottom: 0px;
	color: gray;
	font-weight: bold;
}

.PostTitle {
	font-size:1.2em;
	font-weight:bold;
	font-family: sans-serif;
}

.Post {
	margin-bottom:20px;
	font-size:15px;
	padding-right:15px;
	line-height:22px;
	font-family:arial, helvetica;
	color:black;
}

.PostFooter {
	margin-bottom:10px;
	margin-left:0px;
	color:gray;
	font-size:10px;
}

#menu {
	float:right;
	padding:10px;
	padding-top:0px;
	margin:0px 0px 10px 10px;
	/* background-color:#ffb83d; */
	border: 1px dashed #ffb83d;
	/* -moz-border-radius: 1em 1em 1em 1em; */
	/* border-radius: 1em 1em 1em 1em; */
}

p {
	margin:0px 10px 10px 10px;
}

#Archives {
	font-size:12px;
	margin-top:15px;
}

.code {
  background-color: pink;
  padding: .7em;
}

