body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	font-size: 16px;
}

.project {
	padding-right: 2em;
}
	.project p {
		margin-top:  0.25em;
	}

.updated{
	font-size: 0.75em;
	margin: 0;
}


/*
h2 - section
h3 - article name
h4 - article section
h5 - article sub-section
*/
h1 {
	font-size: 3em;
	font-weight: normal;
	text-decoration: none;
}
	h1 a, h1 a:link,
	h2 a, h2 a:link	{
		border: none;
	}

h3 {
	font-size: 1.75em;
	font-weight: normal;
	margin: 0.25em 0 0.25em 0;
}

h4 {
	font-size: 1.25em;
	font-weight: normal;
	margin: 0.25em 0 0.25em 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

p {
	text-indent: 1em;
}

p, blockquote, li {
	line-height: 1.5em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

blockquote {
	margin-left: 20px;
	margin-right: 0px;
}

a, a:link {
	color: black;
	text-decoration: none;
	border-bottom: 1px black solid;
}

.download {
text-align: center;
}

#container {
	width: 500px;
	margin: 0 auto;
}

#head {
	text-align: center;
	padding-bottom: 0.75em;
	border-bottom:  1px solid black;
}

#head h1 {
	margin-bottom: 0;
}


#nav { /* ul */
	margin: 0 auto;
	padding: 0;	
	list-style-type: none;
}

#nav li {
	display: inline;
}

#nav a, #nav a:link, #nav a:visited {
	color: green;
	border: none;
}

#nav a:hover {
	color: black;
	border-bottom: 1px solid green;
}

#changelog {
}

#theend {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	text-align:  justify;
	border-top:  1px solid black;
	padding-top: 0.5em;
	margin-bottom:  0;
}

.divider {
	text-align: center;
}

.thought {
	padding-bottom: 1em;
}

.thought h3 {
	margin-top: 0;
	padding:  0;
}

.thought p {
	margin-bottom:  0.25em;
}

.recent h3 {
	font-size: 1.25em;
	text-align: right;
}

.single h3 {
	font-size: 1.25em;
	margin-top: 1em;
	text-align: center;
}
.single .posted {
	text-align: center;
}
.single h3 a, .single h3 a:link, .single h3 a:visited {
	text-decoration: none;
	border-bottom: none;
}


#thought_last {
	float: right;
	width: 15em;
	margin:  1em 0 1em 1em;
	padding: 0;

	text-align:  right;
}

#thought_last p {
	text-align:  justify;
	text-indent: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.lightbox {
	float: left;
	padding: 0.25em;
}

.lightbox a, .lightbox a:hover, .lightbox a:link, .lightbox a:visited {
	border: none;
}

.lightbox img {
	border: 1px solid black;
}

.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden	
}

.zemContactForm, #Message {

}
.zemContactForm label {
	font-weight: bold;
}
.zemContactForm legend {
	display: none;
}
.zemContactForm fieldset {
	border: none;	
}
.zemContactForm input, .zemContactForm textarea {
	font-family: Helvetica, Arial, sans-serif;	
	margin-bottom: 0.5em;
	font-size: 16px;
	padding: 0.25em;
	width: 100%;
}
.zemContactForm .zemSubmit {
	width: 5em;
	padding: 0;
}

.zemContactThanks {
	text-align: center;
	text-indent: 0;
}


.nav_older a, .nav_older a:link, .nav_older a:visited, 
.nav_newer a, .nav_newer a:link, .nav_newer a:visited
{
	border: none;
	color: green;
}

.nav_older a:hover, .nav_newer a:hover {
	border-bottom: 1px solid black;
}

.nav_older {
	float: left;
	text-align: left;
	padding: 0;
}

.nav_newer {
	text-align: right;
	padding: 0;
}

.restof {
	text-align: right;
}

.restof a, .restof a:link, .restof a:visited {
	color: green;
	border: none;
}
.restof a:hover {
	border-bottom: 1px solid black;
}