body	{
	margin: 0;
	padding: 0;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	color: #000;
	background: rgb(114,136,158) url(/images/pagebg.jpg) repeat-y 50% 0 fixed;
	}

	
/*typography*/
a.anchor	{
	font-weight: normal;
	text-decoration: none;
	color : #000;
	text-shadow: none;
	}

a.anchor:hover	{
	background-color: transparent;
	border-color: transparent;
	}

a.image	{
	font-weight: normal;
	text-decoration: none;
	color : #000;
	text-shadow: none;
	}

a.image:hover	{
	background-color: transparent;
	border-color: transparent;
	}

a	{
	font-weight: normal;
	text-decoration: underline;
	color : #006;
	text-shadow: 2px 2px 2px #222;
	}

a:link	{
	text-decoration: underline;
	background-color: transparent;
	}

a:visited {
	text-decoration: underline;
	background-color: transparent;
	}

a:hover {
	text-decoration: none;
	background-color: rgb(184,206,228);
	border-color: rgb(184,206,228);
	}

a:active {
	text-decoration: underline;
	background-color: transparent;
	}

abbr, acronym	{
	text-decoration: none;
	font-style: normal;
	border-bottom: 1px dotted;
	cursor: help;
	}

h1	{
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}

h2	{
	font-size: 1.25em;
	margin: 1.2em 0;
	font-weight: normal;
	text-align: justify;
	}

h2.linkblog, h2.dateline, h3.dateline	{
	font-size: 1.1em;
	margin-top: 4em;
	text-transform: uppercase;
	}

h2.article	{
	margin-top: 0;
	text-indent: 1.2em;
	}

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

h3.archivedate	{
	font-size: 1.45em;
	}

h4	{
	font-size: 1.1em;
	margin: 1.2em 0;
	font-weight: normal;
	}

h4.archivedate	{
	font-size: 1.3em;
	}

h4.article	{
	padding-top: 2em;
	text-transform: uppercase;
	}

#sidebar h4	{
	margin: 0;
	padding: 0;
	}

h5	{
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}

h6	{
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

#headshotBio	{
	float: left;
	margin: 10px 10px 0 0;
	border: 1px solid #000;
	}

img.article	{
	float: none;
	}

img.inline		{
	float: none;
	display: inline;
	border: 0;
	}

img.separator	{
	float: none;
	margin-left: 8px;
	margin-bottom: 0;
	}

ol, ul, li	{
	list-style: none outside;
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0.2em .3em 0.1em 1em;
	padding: 0;
	}

.contentol li	{
	list-style-type: decimal;
	font-family: Optima, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	margin:0 28px;
	}

.contentul li	{
	list-style-type: square;
	font-family: Optima, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	margin:0 28px;
	}

#maincontent ul.RSS li	{
	list-style: url(/images/feed-icon.png) inside;
	}

#sidebar ul, li {
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	padding-left: 0.4em;
	margin-left: 0;
	}

#sidebar a {
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.7em;
	display: block;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
	}

p	{
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}

#maincontent p {
	text-indent: 25px;
	}

#maincontent p.update {
	text-indent: 0;
	}

#maincontent p.update strong{
	font-weight: normal;
	text-transform: uppercase;
	}

.editornote, .pubname, .foreign, .variable, .species, .italic	{
	font-style: italic;
	}

.strikethrough	{
	text-decoration: line-through;
	}

#indicia p	{
	line-height: 0.8em;
	margin: 0.8em 0em 0.8em 0em;
	}

li > p	{
	margin-top: 0.2em;
	}

pre	{
	font-family: monospace;
	font-size: 1.0em;
	}

strong, b {
	font-weight: bold;
	}

.hide	{
	visibility: hidden;
	}

blockquote {
	font-size: 1em;
	margin: 2em 2.25em 2em 2em;
	padding: 0 0 0 1.25em;
	background: url(/images/closequote.jpg) no-repeat bottom right;
	}

blockquote p	{
		background: url(/images/openquote.jpg) no-repeat top left;
	}

blockquote p.noquote	{
		background: none;
	}

#currentpage	{
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.7em;
	text-decoration: none;
	padding-left: 4.5px;
	}

#maincontent p.pseudoheader		{
	text-indent: 0;
	color: #999;
	}

dl	{
	margin: 2em;
	}

dd	{
	margin: 0 1.8em;
	}



/* Link Blog */

.linkblog dt {
	margin-bottom: 0.5em;
	margin-top: 3.5em;
	}

.linkblog dd {
	margin: auto auto 2em 1em;
	}

#maincontent .linkblog p {
	margin: 0 0 1.5em 0;
	text-indent: 15px;
	}

.linkblog ul {
	margin: 0 0 1em .5em;
	}

.linkblog ol {
	margin: 0 0 1em .5em;
	}



/* Image Replacements */

#branding	{
	background: url(/images/titleo.jpg) no-repeat;
	width: 596px;
	height: 130px;
	padding: 0;
	border: 0;
	margin: 0;
	border-bottom: 1px solid #446;
	}

#banner	{
	display: block;
	background: url(/images/title.jpg) no-repeat;
	width: 596px;
	height: 130px;
	padding: 0;
	border: 0;
	margin: 0;
	border-bottom: 1px solid #446;
	}

a#banner:hover	{
	background: url(/images/titleo.jpg) no-repeat;
	}

a#banner	{
	text-decoration: none;
	}

h4#nav, h4#proj, h4#links, h4#film, h4#book	{
	display: block;
	width: 160px;
	height: 46px;
	padding: 0;
	border: 0;
	border-style: none;
	}

h4#nav	{
	margin: 0 0 0 3.5px;
	background: url(/images/navigation.jpg) no-repeat;
	}

h4#proj	{
	margin: 20px 0 0 3.5px;
	background: url(/images/projects.jpg) no-repeat;
	}

h4#film	{
	margin: 40px 0 0 3.5px;
	background: url(/images/film.jpg) no-repeat;
	}

h4#book	{
	margin: 20px 0 0 3.5px;
	background: url(/images/books.jpg) no-repeat;
	}



/* Layout and Positioning */

#container {
	background:  url(/images/columns.jpg) repeat-y;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #000;
	border-top: 0;
	border-bottom: 0;
	width: 600px;  /* box model hack for IE */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 596px;	 
	}

html>#container	{
	width: 596px;
	}

#maincontent {
	float: left;
	text-align: justify;
	padding: 15px;
	border: 0;
	width: 430px;  /* box model hack for IE */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 400px;	 
	}

html>#maincontent {
	width: 400px;
	display: inline;  /* to avoid IE double margin bug */
	margin-left: -3px;  /* to counteract IE 3px Float bug */
	}

#maincontent h1, h2, h3, h4, h5, h6 {
	text-align: left;
	}

#sidebar {
	margin: 2px 0 30px 430px;
	padding: 0;
	border: 0;
	background: transparent;
	}

html>#sidebar {
	margin-left: 427px;  /* to counteract the 3px jog */
	}

#indicia {
	clear: both;
	margin: 0;
	border: 0;
	border-top: 1px dotted #555;
	color: #666;
	background: rgb(134,156,178);
	padding: 7px 8px 5px 10px;
	text-align: left;
	font-size: 0.8em;	
	}

#indicia img, a	{
	font-weight: normal;
	float: none;
	background-color: transparent;
	padding: 0;
	margin: 0 2px 0 0;
	}
