body {
	background: #ccc;
	color: #000;
/* 	border:1px solid black ; */
	margin:2em;
}
h1, h2, h3,  p, ul,li {
background: transparent;
}
table, tr, td, th {
border: 0;
}
img {
	border: 0;
}
#content img.photo {
	border: 0;
	margin: 1em;
	float: right;
}

}
a:link {
 font-weight: bold;
 text-decoration: none;
 color: #00b;
}
a:visited {
 font-weight: bold;
 text-decoration: none;
 color: #669;
}

h3 {
/* text-decoration: underline; */
font-weight:  bold;
font-size: 2em;
margin-top: 0;
text-align: center;
margin-bottom: 0;
color: #012;
}
hr {
	display: none;
}


ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	text-indent: 5px;
/* list-style-position: outside; */
	list-style-type: lower-roman;
	padding: 6px;
	margin-left: 1em;
}

pre, code {
	font-family: Courier, fixed;
	border: medium double #369;
	background-color: #222;
	font-weight: normal;
	font-size:9pt;
	color: #eee;
	margin: 10px;
	padding: 5px;
}

code {
	margin: 0;
	padding: 2px;
	border: 0;
}

h1 {
	text-align: center;
}

h2 {
	color: #CC0011;
}
p {
	font-family: Arial, serif;
/* 	font-size: 10pt; */
	text-indent: 5px;
	padding: 6px;
	margin: 2px;
	text-align: justify;
}
#content {
/*  padding-left: 2em; */
 margin-top: 0;
  margin-left: 20%;
/*   float: right; */
/*   width: 75%;  */
 padding-top: 0;
}
#footer {
 clear: both;
 padding-bottom: 1em;
 margin-top:3em;

/*  border-top: 1px solid #333; */
}
#footer p {
text-align: right;
}
#footer h6 {
font-weight: bold;
text-align: right;
}
/* This is used in the 'Links' section */

/* This is the sidebar with the navigation panel */



/* The blog posts */
#content div.blogpost,#content div.project {

	background: #999;
	margin-top: 1.5em;
	margin-left: 1.5em;
	margin-right: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-top: 1px solid #ddf;
	border-left: 1px solid #ddf;
 border-right: 2px solid #222;
 border-bottom: 2px solid #222;
	width: auto;
}
#content div.blogpost h5{
	text-align: right;
	font-weight: bold;
	text-decoration: italic;
	padding: 3px;
	margin: 0px;
}
body > #navsite {
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: 0.7em;
 font-weight: bold;
/*  width: 100%;  */
/* height: 100%; */
/*  border-right: 1px solid #666;  */
/*  padding: 0;   */
/*  margin-bottom: 1em;  */
  background-color: #aab;
 color: #000;
margin-right: 3em;
margin-left:0;
  float: left;
 width: 15%;
 height: 100%;
 margin-top: 0;
 border-right: 2px solid #222;
 border-bottom: 2px solid #222;
 border-left: 1px solid #eee;
 border-top: 1px solid #eee;
 padding-top: 0;
 padding-right: 1em;
 padding-bottom: 20px

}
#navsite p {
 border: 0;
 padding: 0;
 margin: 0;
/*  text-align: right; */
/*  text-indent: -10px; */
}
/* site title */
#navsite h1 {
font: bold italic 2.5em Verdana, serif;
background-color: #aab;
color: #442;
}
#navsite ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#navsite ul li {
 margin: 0;
 border-left: 1px solid #888;
}

#navsite ul li a {
margin: 0;
 display: block;
 padding: 2px 2px 2px 0.5em;
 border-left: 10px solid #888;
 border-right: 0;
 /*border-right: 1px solid #223;*/
 border-bottom: 1px solid #888;
 background-color: #889;
 color: #00c;
 text-decoration: none;
 width: 80%;
}
body > #navsite ul li a, ul a, ul li ul a {
 width: auto;
}

#navsite ul li a:hover {
margin: 0;
 border-left: 10px solid #aab;
 border-right: 0;
 /*border-right: 1px solid #223;*/
 border-bottom: 1px solid #888;
 background-color: #ccb;
 color: #211;
}

/* for a nested list */
#navsite ul li ul {
 display: block;
 padding: 2px 2px 2px 0px;
 border-left: 10px solid #888;
 background-color: #aab;
 color: #99a;
 text-decoration: none;
 margin: 0;
}

#navsite ul li ul a {
 display: block;
 border-right:0;
 padding: 0px 0px 0px 0.5em;
/*   border-left: 10px solid #aab;
 border-right: 1px solid #223; */
 border-bottom: 1px solid #888;
 background-color: #99a;
 color: #00c;
 text-decoration: none;
 width: 100%;
 margin: 0;
}
body > #navsite ul li ul a {
 width:auto;
}
#navsite ul li ul a:hover {
margin-right: 1px;
  border-left: 10px solid #000;
 border-bottom: 1px solid #888;
 background-color: #ccb;
 color: #111;
}

EOF

