html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
}


body {
}


div#scrollbarWidthDetector {
	position: absolute;
	width: 100px;
	height: 2em;
	overflow: auto;
	left: 0px;
	bottom: 0px;
}


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


a:visited {
	color: #22b;
}


a:hover {
	text-decoration: underline;
}


form {
	margin: 0px;
	padding: 0px;
}

	.textInput {
		border: 1px solid #bbb;
		font-family: Georgia, Times, 'Times New Roman';
		line-height: 1.8em;
		font-size: 16px;
		color: #000;
	}
	

	input.textInput {
		padding: 4px 0px 0px 0px;
		max-width: 401px;
		font-size: 16px;
		line-height: 1.8em;
		height: 22px;
	}

	form label {
		font-size: 12px;
		margin-bottom: -3px;
	}

	input.loginInput {
		border: 1px solid #bbb;
		font-family: Georgia, Times, 'Times New Roman';
		font-size: 14px;
		color: #000;
		width: 180px;
		height: 22px;
	}
	
	
	textarea#commentsTextarea {
		width: 740px;
		font-size: 15px;
		margin-left: -40px;
		padding-left: 40px;
		height: 180px;
		border-left: none;
		border-top: none;
		border-right: none;
		border-bottom: 3px solid #ddd;
		overflow-y: scroll;
	}



div#container {
	position: relative;
	width: 781px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 209px;
}


div#blackBack {
	display: none;
	position: absolute;
	background-color: #000;
	width: 1px;
	height: 1px;
	left: 50%;
	padding: 0px;
	z-index: 5;
}


div#logoLeft, div#logoRight {
	background-image: url(../images/damn-parts-2.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 14px;
	z-index: 4;
	cursor: pointer;
}


div#logoLeft {
	background-position: -246px -0px;	
	width: 209px;
	height: 161px;	
	left: 0px;
}


div#logoRight {
	background-position: -455px -0px;	
	width: 242px;
	height: 71px;
	left: 209px;
}



div#menusContainer {
	position: absolute;
	top: 120px;
	left: 60px;
	width: auto;
	z-index: 6;
}

	div#menus {
		position: relative;
		z-index: 6;
		display: none;
		width: 310px;
		float: left;
	}

		div.menu {
			display: none;
			position: relative;
			background-color: #fff;
			font-family: Helvetica, Arial, sans-serif;
			line-height: 1.6em;
			font-size: 13px;
			padding: 4px 10px 8px 10px;
			width: 190px;
			height: auto;
			font-weight: bold;
			float: left;
		}

			div.menuIcon {
				float: left;
				margin: 0px 6px 0px 0px;
				background-image: url(../images/damn-parts-2.png);	
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
			
			div.menuSection {
				margin-top: 8px;
			}
			

		div.menuTop, div.menuBottom {
			position: absolute;
			left: 0px;
			background-image: url(../images/damn-parts-2.png);
			background-repeat: no-repeat;
			height: 7px;
			width: 210px;
		}
		
		
		div.menuTop {
			top: -7px;
			background-position: -301px -322px;	
		}

		div.menuBottom {
			bottom: -7px;
			background-position: -301px -329px;	
		}

		div.menuCloseButton {
			position: absolute;
			top: 0px;
			right: 7px;
			background-image: url(../images/damn-parts-2.png);
			background-repeat: no-repeat;
			background-position: -259px -342px;
			width: 12px;
			height: 12px;
			cursor: pointer;
		}

		a.menuOption:link, a.menuOption:visited {
			color: #666;
			display: block;
			height: 16px;
			padding: 3px 0px 1px 0px;
			margin-top: 3px;
			text-decoration: none;
		}
		
		a.menuOption:hover {
			color: #000;
			text-decoration: underline;
		}
		
		a#previousPageLink, a#nextPageLink {
			display: none;
		}


	div#menuButtons {
		/*position: absolute;*/
		padding-top: 60px;
		z-index: 5;
		float: left;
	}
	
		div.menuButton {
			background-image: url(../images/damn-parts-2.png);
			background-repeat: no-repeat;
			width: 100px;
			height: 32px;
			cursor: pointer;
			opacity: 0.5;
			filter:alpha(opacity=50);
		}
		
		div.menuButton:hover {
			opacity: 1;
			filter:alpha(opacity=100);
		}
		
		
		div#menuButtonAbout {
			background-position: -346px -161px;	
			height: 33px;
		}
	
		div.menuButtonAboutOpen {
			background-position: -246px -161px !important;	
			height: 33px;		
			opacity: 1;
			filter:alpha(opacity=100);
		}
	
		div#menuButtonExplore {
			background-position: -346px -194px;	
		}
	
		div.menuButtonExploreOpen {
			background-position: -246px -194px !important;	
			opacity: 1;
			filter:alpha(opacity=100);
		}
	
		div#menuButtonShop {
			background-position: -346px -226px;	
		}
	
		div.menuButtonShopOpen {
			background-position: -246px -226px !important;	
			opacity: 1;
			filter:alpha(opacity=100);
		}
	
		div#menuButtonLogin {
			background-position: -346px -258px;	
		}

		div.menuButtonLoginOpen {
			background-position: -246px -258px !important;	
			opacity: 1;
			filter:alpha(opacity=100);
		}
	
		div#menuButtonProfile {
			background-position: -346px -290px;	
		}
	
		div.menuButtonProfileOpen {
			background-position: -246px -290px !important;	
			opacity: 1;
			filter:alpha(opacity=100);
		}


div.arrow {
	position: relative;
	background-image: url(../images/damn-parts-2.png);
	background-repeat: no-repeat;
	background-position: -246px -342px;
	width: 13px;
	height: 25px;
	float: left;
	left: -40px;
	margin-top: 6px;
}


div#bookLink {
	position: absolute;
	top: 10px;
	left: 910px;
}


div#search {
	position: absolute;
	top: 32px;
	right: 100px; 
}


	div#searchLabel {
		background-image: url(../images/damn-parts-2.png);
		background-repeat: no-repeat;
		background-position: -246px -322px;
		width: 55px;
		height: 20px;
		float: left;
		margin-right: 3px;
		margin-top: 4px;
	}


div#page, div#footer {
	width: 701px;
	font-family: Georgia, Times, 'Times New Roman';
	line-height: 1.6em;
	padding-left: 40px;	
	padding-right: 40px;		
	z-index: 3;
}


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

	div#page h2#printHeader {
		display: none;
		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 {
	z-index: 2;
}


	div.content h1 {
		position: relative;
		font-family: Georgia, Times, 'Times New Roman';
		font-weight: normal;
		color: #000;
		font-size: 30px;
		margin: 0px 0px 4px 0px;
		left: -30px;
		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;
		margin-left: -15px;
	}
	

	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 -20px 0px -20px;
		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 -40px 8px 16px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;	
		border-right: none;
		padding: 4px;
		background-color: #fff;
	}
	
	
	img.left {
		float: left; 
		margin: 8px 16px 8px -40px;
		border-left: none;
		border-right: 1px solid #000;	
	}
	
	
	span.caption {
		font-family: sans-serif;
		position: relative;
		color: #333;
		clear: both;
		float: right;
		font-size: 8pt;
		line-height: 1.2em;
		margin: -9px -40px 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 -40px;
		border-right: 1px solid #000;
		border-left: none;
	}
	

	div.clipping, blockquote {
		padding: 0px 25px 0px 25px;	
		font-size: 80%;
		color: #505050;
	}


	
	div.clipping img.entryImage, blockquote img.entryImage {
		margin: 8px -65px 8px 16px;
	}
	
	
	div.clipping img.left, blockquote img.left {
		margin: 8px 16px 8px -65px;
	}
	
	
	div.clipping span.caption, blockquote span.caption {
		margin-right: -65px;
	}
	
	div.clipping span.left, blockquote span.left {
		margin-left: -65px;
	}
	
	a.bulleted {
		margin-left: 10px;
		padding-left: 10px;
		background-image: url(../images/damn-parts-2.png);
		background-repeat: no-repeat;
		background-position: -697px -4px;
		font-size: 14px;
	}

	div.content div.pageLinks {
		margin: 8px 0px 8px 0px;
		font-size: 14px;
		height: 1em;
	}
	
		div.pageLinks a.previousPageLink {
			float: left;
		}

		div.pageLinks a.nextPageLink {
			float: right;
		}


table#bottomBoxes {
	clear: both;
	border-collapse: collapse;
	border: none;
	margin: 30px -20px 12px -20px;
}

	table#bottomBoxes td {
		padding: 0px;
		margin: 0px;
	}

	td.bottomBox {
		background-image: url(../images/damn-parts-2.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 246px;
		max-height: 335px;
		vertical-align: top;		
	}
	
		div.bottomBoxInner {
			padding: 10px 20px 10px 20px;
			font-size: 14px;
		}
	
	
		div.bottomBoxTop {
			background-image: url(../images/damn-parts-2.png);
			background-repeat: no-repeat;
			width: 246px;
			height: 19px;
		}
	
	
		div#optionsBoxTop {
			background-position: 0px 0px;
		}
	
	
		div#relatedBoxTop {
			background-position: 0px -19px;
		}
		
		
		div#sectionsBoxTop {
			background-position: 0px -38px;
		}	


		a.boxOption:link, a.boxOption:visited {
			display: block;
			height: 16px;
			padding: 0px 0px 7px 0px;
		}


		div.boxIcon {
			float: left;
			margin: 3px 6px 0px 0px;
			background-image: url(../images/damn-parts-2.png);	
			background-repeat: no-repeat;
			width: 16px;
			height: 16px;
		}

		div.bottomBoxBottom {
			background-image: url(../images/damn-parts-2.png);
			background-repeat: no-repeat;
			background-position: 0px -57px;
			width: 246px;
			height: 7px;
		}

		

div.sectionSeparator {
	position: relative;
	clear: both;
	height: 29px;
	margin: 0px -40px 0px -40px;
	overflow: hidden;
}

	div.sectionSeparatorLeft, div.sectionSeparatorRight {
		position: absolute;
		top: 0px;
		width: 5px;
		height: 29px;
		background-image: url(../images/damn-parts-2.png);
		background-repeat: no-repeat;
	}

	div.sectionSeparatorLeft {
		left: 0px;
		background-position: -301px -341px;
	}

	div.sectionSeparatorCenter {
		position: absolute;
		left: 5px;
		top: 5px;
		background-color: #000;
		width: 771px;
		height: 19px;
	}

	div.sectionSeparatorRight {
		right: 0px;
		top: 0px;
		background-position: -306px -341px;
	}	


div#comments {
	padding-top: 20px;
	margin: 0px -40px 0px -40px;
}

	div#commentsHeader {
		position: relative;
		background-image: url(../images/damn-parts-2.png);
		background-repeat: no-repeat;
		background-position: -446px -161px;
		width: 267px;
		height: 104px;
		left: -136px;
		margin-bottom: -34px;
	}

	div.comment {
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px 30px 0px 30px;
		border-top: 3px solid #ddd;
	}

	div.commenterAvatar {
		float: left;
		width: 50px;
		font-size: 14px;
		text-align: right;
		padding: 20px 0px 0px 0px;
	}
	
		div.commenterAvatar img {
			width: 50px;
			height: 50px;
		}
	
	div.commentContent {
		font-size: 14px;
		margin-top: 0px;
		padding: 20px 0px 20px 20px;
		float: left;
		width: 640px;
		height: auto;
	}

		div.commentByLine {
			font-size: 16px;
			margin-bottom: 10px;
		}

		span.commenterName {
			font-weight: bold;
		}
		
		span.commentDate {
			font-size: 12px;
			color: #444;
			margin-left: 12px;
		}

		span.commentNumber {
			float: right;
			font-size: 12px;
			color: #444;
		}

	
	div.commentContent span.quote, div.commentContent blockquote {
		background-image: url(../images/damn-parts-2.png);
		background-repeat: no-repeat;
		background-position: -696px -374px;
		font-style: italic;
		color: #444;
		margin-right: 0px;
		margin-left: 4px;
		padding-left: 20px;
		font-size: 14px;
		display: block;
	}
	
	div#loggedInAs {
		float: right;
		font-size: 14px;
	}


div.noSideMargins {
	margin-left: -40px;
	margin-right: -40px;
}


div#footer {
	font-size: 12px;
	line-height: 1.4em;
	background-color: #000;
	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;
	}
	