html { background: #f2f2f2; }

body {
	font-family: georgia, serif;
	font-size: 77%;
	text-align: center;
	margin: 1em 0;
}

a {	color: #797979;	text-decoration: none; }
a:hover { border-bottom: 1px dotted #797979; }

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

/*	header */
h1, h2 { display: inline; margin: 2px; }
h1 { border-bottom: 1px solid #797979; }


/*	navigation */
ol#menu, ol#menu li, ol#menu ul li {
	display: inline;
	color: black;
}

ol#menu ul { display: inline; }
ol#menu li { margin: 4px; line-height: 1.5em; }
.sectionHeader { border-bottom: 1px solid #797979; }
a.active { border-bottom: 1px solid #ccc }
a:visited { text-decoration: line-through;}

/*	content */
h3#projectTitle, h3.blogEntryTitle { margin: 1.3em 0 0.5em 0; font-size: 138.5%;  }
ol#projectImages li { display: inline; margin: 0 4px; line-height: 1.5em; }
ol#projectImages li a:active { border-bottom: 1px solid #ccc }
img#projectImage { margin-top: 1.3em; }
p#intro { margin-top: 2em;}
.projectDescription { margin: 0 auto; width: 700px; color: #797979; margin-top: 1em; }
img.blogEntryImage { background: #ccc; border: 0;}
p.blogEntryText { margin-top: 1em; color: #797979;}