html, body {
}


body {
}


div#scrollBody {
}


a:link, a:visited {
	color: #33c;
	text-decoration: underline;
}


a:visited {
	color: #22b;
}


div#container {
	position: relative;
	width: 100%;
}


div#blackBack {
	display: none;
}


div#logo {
	display: none;
}


div#menusContainer {
	display: none;	
}


div#bookNotice {
	display: none;
}


div.arrow {
	display: none;
}



div#search {
	display: none;
}


div#page, div#footer {
	width: 100%;
	font-family: Georgia, Times, 'Times New Roman';
	line-height: 1.6em;
}


div#page {
	background-color: #fff;
	font-size: 16px;
}

	div#page h2#printHeader {
		font-family: Georgia, Times, 'Times New Roman';
		font-weight: normal;
		color: #444;
		font-size: 24px;
		padding: 0px;
		margin: 0px 0px 40px 0px;
		text-align: center;
	}


div.content {
	position: relative;	
	z-index: 2;
}


	div.content h1 {
		font-family: Georgia, Times, 'Times New Roman';
		font-weight: normal;
		color: #000;
		font-size: 30px;
		margin: 0px 0px 4px 0px;
		padding: 0px;
		line-height: 1.2em;
	}
	
		div.content h1 a:link, div.content h1 a:visited {
			color: #004;
		}

		div.content h1 a:hover {
			text-decoration: none;
		}


	div.content h2 {
		font-family: Georgia, Times, 'Times New Roman';
		font-weight: normal;
		color: #000;
		font-size: 24px;
		margin: 0px 0px 4px 0px;
		padding: 0px;
		line-height: 1.2em;
	}
	
	div.content h2.archiveTitle {
		font-family: Georgia, Times, 'Times New Roman';
		font-weight: normal;
		color: #444;
		font-size: 24px;
		padding: 0px;
		margin: -20px 0px 40px 0px;
		text-align: center;
	}
	
	div.content div.byLine {
		font-size: 15px;
		color: #444;
		line-height: 1.1em;
	}
	

	div.contentBody {
		margin-top: 20px;
	}


	div.teaser {
		margin-bottom: 60px;
	}

		div.teaser div.commentCount {
			display: block;
			margin-top: -1em;
		}


	div#authorBlurb {
		clear: both;
		margin: 0px 0px 0px 0px;
		padding-top: 20px;
		font-style: italic;
		color: #333;
		line-height: 1.4em;
		font-size: 14px;
		margin-top: 20px;
	}

		div.authorAvatar {
			float: left;
			padding-right: 10px;
		}


	img.entryImage {
		position: relative;
		clear: both;
		float: right; 
		margin: 8px 0px 8px 16px;
		border: 1px solid #000;
		padding: 4px;
		background-color: #fff;
	}
	
	
	img.left {
		float: left; 
		margin: 8px 16px 8px 0px;
	}
	
	
	div.clipping img.entryImage, blockquote img.entryImage {
		margin: 8px -25px 8px 16px;
	}
	
	
	div.clipping img.left, blockquote img.left {
		margin: 8px 16px 8px -25px;
	}
	
	
	span.caption {
		font-family: sans-serif;
		position: relative;
		color: #333;
		clear: both;
		float: right;
		font-size: 8pt;
		line-height: 1.2em;
		margin: -9px 0px 8px 16px;
		padding: 0px 4px 4px 4px;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;	
		background-color: #fff;
	}
	
	span.left {
		float: left;
		margin: -11px 16px 8px 0px;
		border-right: 1px solid #000;
	}
	
	
	div.clipping, blockquote {
		padding: 0px 25px 0px 25px;	
		font-size: 80%;
		color: #505050;
	}
	
	
	div.clipping span.caption, blockquote span.caption {
		margin-right: -25px;
	}
	
	div.clipping span.left, blockquote span.left {
		margin-left: -25px;
	}
	
	a.bulleted {
		margin-left: 10px;
		padding-left: 10px;
		background-image: url(../images/damn-parts.png);
		background-repeat: no-repeat;
		background-position: -697px -4px;
		line-height: 1.2em;
		font-size: 14px;
	}
	
	
	div.content div.pageLinks {
		display: none;
	}
	

table#bottomBoxes {
	display: none;
}

		

div.sectionSeparator {
	display: none;
}


div#comments {
	display: none;
}


div#newComment {
	display: none;
}

div#footer {
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
	color: #bbb;
	padding-bottom: 12px;
	margin-top: 12px;
}

	div#footer a:link, div#footer a:visited, div.sectionSeparator a:link, div.sectionSeparator a:visited {
		color: #66f;
		text-decoration: none;
	}

	
	div#footer a:hover, div.sectionSeparator a:hover {
		text-decoration: underline;
	}
	