body {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:18px;

}
p, li {
	font-size: 0.7em;
}
h2, h3, h4 {
	margin-bottom: 18px;
}
div#wrapper {
	margin: 18px auto;
	width: 940px;
	margin-bottom: 18px;
}
div#header {
	height: 50px;
	position: relative;
	margin-bottom: 10px;
}
#header h1 {
	font-size: 2em;
	font-style:italic;

}
div#logo {
	background: #000;
	color: #fff;
	position: absolute;
	top: 0px;
	left: -20px;
	padding: 15px 10px 15px 10px;
	}
#header ul#mainnav {
	float:right;
	list-style:none;
	margin: 0;
	padding: 0;
}
#mainnav li {
	float: left;
	margin-left:5px;
}
#mainnav li a:link#current, #mainnav li a:visited#current {
	background:transparent;
	color:#111;
}
#mainnav li a, #mainnav li a:visited {
	display: block;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	padding-top: 3px;
	background:#111;
	color: #fff;
	border-bottom:none;
}
#mainnav li a:hover {
	background:#fff;
	color: #111;
}
div#textcontent {
	float: left;
	width: 300px;
	clear: both;}

#textcontent p {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 18px;
}	
#textcontent h2 {
	font-size: 18px;
}

div#featuredimages {
	float: right;
	width: 620px;
}
#homepage div#featuredimages {
	position: relative;
	width: 940px;
	float: none;
}

div#photoinfo {
	position: absolute;
	bottom: 10px;
	left: -20px;
	background-color: #111;
	height: 50px;
	width: 500px;
}
.title {
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
	margin-top:4px;
	position:absolute;
	top: 10px;
	font-style: italic;
}
/* notebook styling */
div#rightcol {
	float: right;
	width: 290px;
}
div#notebooknav {
	width: 290px;
	float: right;
	background: #000;
	overflow: hidden;
	color: #fff;
	padding: 10px;
	text-align: right;
}
#notebooknav h2 {
	margin-bottom: 9px;
}
#notebooknav ul {
	margin-bottom: 9px;
}
#notebooknav li a:link, #notebooknav li a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#notebooknav li a:hover {
	border-bottom: none;
}
div#tagcloud {
	width: 290px;
	margin-top: 18px;
	float: right;
	text-align: right;
}
#tagcloud a:link, #tagcloud a:visited {
	text-decoration: none;
	border-bottom: none;
}
div#notebookcontent {
	float: left;
	width: 620px;
	
}
#notebookcontent h2 {
	font-size: 2em;
}
#notebookcontent p {
	font-size: 1.2em;
	margin-bottom: 18px;
	line-height: 27px;
}
/* about styling */

#about #aboutcontent h2 {
	margin-bottom: 18px;
	font-size: 1.4em;
}
#about #aboutcontent p {
	margin-bottom: 18px;
	font-size: 1.2em;
	line-height: 27px;
}
#about #aboutcontent img {
	margin-left: 20px;
}
#about #aboutcontent ol {
	margin-left: 20px;
}
#about #aboutcontent li {
	font-size: 1.2em;
	list-style: lower-roman;
	line-height: 18px;
	margin-bottom: 9px;
}
#about #aboutcontent li p {
	font-size: 0.8em;
}
/* footer styling */

#footer ul#vertnav {
	margin-top: 18px;
	width: 220px;
	float: left;
	clear: both;
}
#vertnav li a, #vertnav li a:visited {
	display:block;
}
#vertnav li a:hover {
	background: none;
	color: #000;
	border-bottom: transparent thin dotted;
}
#footer #emptyfoot {
	margin-left: 20px;
	width:220px;
	float: left;
	display: inline;
	margin-top: 18px;
}
#footer #meonline {
	margin-left: 20px;
	float: left;
	display: inline;
	width:200px;
	margin-top: 18px;
}
#meonline a:link, #meonline a:visited {
	border-bottom:none;
}
#meonline li {
	margin-bottom: 2px;
}
#footer #copyright {
	float: right;
	width: 240px;
	margin-top: 18px;
	text-align:right;
}
