@charset "utf-8";

html {
	/* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better, by way of http://www.daringfireball.com, thank you*/
	height: 100%;
	margin-bottom: 1px;
	}

BODY {
	background-color: white;
	font-family:  Helvetica, Verdana, Ariel, sans-serif; 
	font-size: 1em; /* 16x0.75=12 via http://www.alistapart.com/articles/howtosizetextincss/*/
	line-height: 1.35em;
	color: #000000;
}

article, aside, figure, footer, header, hgroup, menu, nav, section { display:block; } /* fix for HTML5 new elements in older browsers. */


aside {
	position: fixed;
	top: 5em;
	left: 1em;
	width: 20em;
}

article {
	width: 50em;
}

nav {
	
	
}

section {
	
	padding-bottom: 2em;
}

p {
	letter-spacing: -0.01em;
	width: 35em;
	}

/* headers */

h1, h2, h3 {
	font-weight:bold;	
}

h1 	{
	letter-spacing: 0.125em;
	font-size: 1.25em;
	}

/* line height for h2,h3 was 1.8eb */

h2	{
	font-size: 1em;
	}

h3	{
	font-size: .95em;
	}
	
div.toggleItinerary > h3 {
	color: red;
	text-indent: 2em;
	padding: 1em;
}
	
h4, h5, h6 {
	font-size: .1em;
	font-weight: bold;
		}

/* anchors */

a 	{  
	text-decoration: none;
	}


a:link, a:active, a:visited	{
		color: #666666; /* #64AE1B */ 
				} 

a:hover 	{
			color: #666666;
			text-decoration: underline;
			}


/* lists */

ul, ol 	{
		padding-left: 1em;
		margin: 0 0 2em 0em;
		}

ul	{
	list-style: none;
	}
	

li	{
	padding-bottom: .4em;
	}


		
dd {
	margin-left: 0em;
	margin-bottom: .75em;
	}
		
dl dt {
	font-weight: bold;
	margin-bottom: .35em;
	}


img {
	border: none;
	}

blockquote	{
			margin-left: 10em; 
			margin-right: 10em;
			padding: 0em 0em 0.5em 0em;
			}					
strong	{
		font-weight: bold;
		font-size: .95em;
		letter-spacing: .15em;
		}

/* Classes */


.indent {	
		padding: 0em 0em 0em 1em;
		}


/*-------------Sidebar---------------*/


.masthead 	{
			font-size: 1.4em;
			padding: .75em .75em .75em .5em;
			-moz-border-radius-topright: 5px; 
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-bottomright: 5px;
			-webkit-border-bottom-right-radius: 5px;
			letter-spacing: 0.15em;  /* was .125em; */
			
			background-color: yellow;
			border-color: yellow;
			font-weight: bold;
			position: fixed;
			top: 1em;
			left: 0em;
			}



/*-------------Entries--------------*/


.entry, .entryFull, .searchResults, .entrySummary, .archive-title, .Archives, .pageBody, .content-nav, .page{
	
	margin-left: 30em;
	padding: 0em 0em 2em 0em;
}


.entry	{
		
		margin-top: 1em;
		margin-bottom: 2em;
		margin-right: 1em;
		}

.EntryTitle	{	margin: .75em 0em .5em 0em;
				text-transform: uppercase;
			}

.entryMore	p{
			margin-left: 1em;
			}

.entryFooter{
	text-indent: 1em;
		
}

.byline		{
			margin-top: 1em;
			}

	
.EntrySummarySearch {
					padding-bottom: 3em;
					}

.entry-body	{
			margin: 10px 0px 15px 0px;
			}


.content-nav {}
.entryTags {}

/*------------Archives----------------*/


.Archives {
	margin-top: 1em;
}

.TagCloud {
	width: 35em;
}

.MonthleyArchives, .CategoriesArchive, .TagCloud {
					margin-bottom: 3em;
					}


/*-----------search------------*/

.search {
		margin-bottom: 2em;
		}


.SearchResultsHeader 	{
						text-transform: uppercase;
						}


.SearchResultsFooter 	{
						padding: 0px 0px 0px 0px;
						text-transform: uppercase;
						}



/*-------------page--------------*/


.page {
	margin-top: 1em;
	margin-bottom: 2em;
}

.pageMore	{
			padding-left: 1em;
			width: 35em;
			min-width: 25em;
			}

/* portfolio */

.portfolioYear {
	color: #111111;
	margin-top: .5em;
	margin-bottom: 1em;
	text-indent: 2em;
	letter-spacing: .2em;
}

.portfolioList {
	margin-bottom: 5em;
}

.portfolioList img{
	display: inline;
}

.portfolioPage p {
	padding-left: 1em;	
}

.portfolioPage dl {
	padding-left: 1em;
	font-size: .75em;	
}



/* selected */

.SelectedWorks {
				margin: 0em 0em 20em 0em;
				}

.SelectedPublications	{
						margin: 0em 0em 20em 0em;
						}

.SelectedPublicationsTable 	{
							text-align: center;
							vertical-align: bottom;
					}
					
/* sketchbook */

.sketchbookSection {
	width: 48em;
	height: auto;
}
.sketchbookTop {
	width: 45em;
}

.sketchbookImage {
	float: left;
	height: 100%;
	margin: 0em 0em 0em 0em;
}

.sketchbookMetadata {
	font-size: .75em;
	padding-left: 25em;
	height: auto;
}

.sketchbookNotes {
	margin-left: 23em;
}


/* copyright */

.creativeCommons {
	margin-top: 8em;
	margin-left: 1em;
	font-size: .75em;
}
						
/* ID's */

#container {
	padding-right: 0em;

}
