/* ------------------------------------------------------
	CSS for the Dihedrals.com site.
	Main file included in all pages on this site.
-------------------------------------------------------*/
body {
	background: white url(/images/page-background.gif) center top repeat-x;
}



#pageBox {
	margin: 0 auto;
	width: 924px;
	min-height: 100px;
}


#iconBox, .smallColBox {
	float: left;
	display: inline;
	width: 270px;
	text-align: left;
	min-height: 100px;
}

	#iconBox img,
	.smallColBox img {
		margin-top: 80px;
	}

#contentsBox {
	float: left;
	display: inline;
	width: 652px;
	text-align: left;
	margin: 0;
}


	#contentsBox .breadcrumbBox {
		height: 80px;
	}
		#contentsBox .breadcrumbBox .breadcrumb {
			float: left;
			display: inline;
			margin: 28px 10px 0 0;
			height: 24px;
			background: url(/images/breadcrumb-button.gif) left center repeat-x;
			font-weight: bold;
			line-height: 2em;
			color: rgb(10,52,118);		/* Link blue */
			text-decoration: none;
			cursor: pointer;
		}
			#contentsBox .breadcrumbBox a:hover {
				text-decoration: underline;
			}
			#contentsBox .breadcrumbBox .breadcrumb .leftEnd {
				float: left;
				display: inline;
				height: 24px;
				width: 32px;
				background: url(/images/breadcrumb-button.gif) left top no-repeat;
			}
			#contentsBox .breadcrumbBox .breadcrumb .contents {
				float: left;
				display: inline;
				height: 24px;
			}
			#contentsBox .breadcrumbBox .breadcrumb .rightEnd {
				float: left;
				display: inline;
				height: 24px;
				width: 18px;
				background: url(/images/breadcrumb-button.gif) right bottom no-repeat;
			}

#pageTitle {
	border-top: 2px solid silver;
	border-bottom: 2px solid silver;
	
}
	#pageTitle h1 {
		margin: 5px 0 0 0;
		font-size: 48px;
		font-weight: bold;
		color: rgb(10,52,118);		/* Link blue */
	}
	#pageTitle p {
		color: rgb(10,52,118);		/* Link blue */
		margin: 0 0 15px 0;
	}


.item {
	border-bottom: 1px dashed silver;
	margin: 20px 0 0 0;
}
	.item h2 {
		font-size: 18px;
		margin: 0 0 5px 0;
		letter-spacing: 1px;
		font-weight: bold;
		color: rgb(10,52,118);		/* Link blue */
	}
	.item h2 a {
		text-decoration: none;
		padding: 0 5px;
	}
	.item h2 a:hover {
		background-color: yellow !important;
		color: black;
		border-bottom: 1px black solid;
	}
	
	.item .signature {
		margin: 0 0 0 10px;
		font-size: 90%;
		font-style: italic;
		font-family: Times, serif;
		color: rgb(30%,30%,30%); 		/* Site Color: Dark Gray */
	}
		.item .signature b {
			font-style: normal;
			text-transform: uppercase;
			letter-spacing: 1px;
			margin-left: 3px;
			font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
			font-weight: normal;
		}
		
	.item .date {
		margin: 0 0 0 10px;
		font-size: 90%;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
		.item .date b {
			font-family: Georgia, serif;
			font-size: 1.1em;
			font-weight: normal;
		}

	.item p {
		margin: 5px 10px 10px 10px;
		color: rgb(15%,15%,15%); 		/* Site Color: Body Text Gray */
		padding: 0 0 0 5px;
		line-height: 1.6em;
	}

	.item p .readMore {
		margin-left: 10px;
		font-style: italic;
		text-decoration: none !important;
	}
	.item p .readMore:hover {
		text-decoration: underline !important;
	}




/* --------- Article Page ------------ */
.smallColBox {
	width: 230px;
	margin: 0 40px 0 0;
}
	
.smallColBox .hrule {
	margin: 5px 0;
	border-bottom: 1px solid silver;
}

.dwa-articleTitle {
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	margin: 0 0 20px 0;
	text-align: center;
	background-color: rgb(97%,97%,97%);
}
	.dwa-articleTitle h1,
	#article h2,
	#article h3 {
		font-size: 24px;
		margin: 0 0 10px 0;
		letter-spacing: 0;
		font-weight: bold;
		color: rgb(10,52,118);		/* Link blue */
	}
	.dwa-articleTitle .date {
		margin: 10px 0;
		font-size: 90%;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
		.dwa-articleTitle .date b {
			font-family: Georgia, serif;
			font-size: 1.1em;
			font-weight: normal;
		}

	.dwa-articleTitle .signature {
		margin: 0 0 10px 0;
		font-size: 90%;
		font-style: italic;
		font-family: Times, serif;
		color: rgb(30%,30%,30%); 		/* Site Color: Dark Gray */
	}
		.dwa-articleTitle .signature b {
			font-style: normal;
			text-transform: uppercase;
			letter-spacing: 1px;
			margin-left: 3px;
			font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
			font-weight: normal;
		}

	#article {
		color: rgb(15%,15%,15%); 		/* Site Color: Body Text Gray */
		line-height: 1.6em;
	}
		#article p {
			margin: 0 0 10px 0;
			color: rgb(15%,15%,15%); 		/* Site Color: Body Text Gray */
			line-height: 1.8em;
		}

		#article h2 {
			font-size: 15px;
			margin: 35px 0 20px 0;
			border-bottom: 1px solid rgb(90%,90%,90%);
		}
		#article h3 {
			font-size: 13px;
			margin: 25px 0 5px 0;
			color: rgb(30%,30%,30%); 		/* Site Color: Dark Gray */
		}
		#article a:hover {
			background-color: yellow;
			color: black;
		}

		#article ul,
		#article ol {
			margin: 0 0 10px 0;
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
		}
		#article ol {
			padding-left: 60px;
			list-style-type: decimal;
		}
			#article ol li {
				line-height: 1.5em;
			}
			#article ul li {
				padding-left: 60px;
				line-height: 1.5em;
				background: url(/images/list-diamond.gif) 40px 0.7em no-repeat;
			}

		#article b {
			font-weight: bold;
		}
		#article i {
			font-style: italic;
		}

#contentsBox .endOfArticle {
	border-bottom: 1px dashed silver;
	height: 20px;
}



/* -------- Article Components --------- */
#article .dwa-centeredArticleImg {
	margin: 20px auto;
	text-align: center;
}

#article .dwa-floatLeftArticleImg {
	float: left;
	display: inline;
	margin: 0.55em 30px 15px 0;
}
#article .dwa-floatRightArticleImg {
	float: right;
	display: inline;
	margin: 0.55em 0 15px 30px;
}
#article .dwa-vSpacer20px {
	height: 20px;
	clear: both;
}



/* Next Section Button */
.dwa-nextSectionButton {
	margin: 15px 0 15px 25px;
	text-align: left;
	color: rgb(10,52,118);		/* Link blue */
	width: 400px;
}
	.dwa-nextSectionButton a {
		background: url(/images/btn-next.jpg) left center no-repeat;
		display: block;
		height: 54px;
		font-size: 110%;
		line-height: 54px;
		font-weight: bold;
		padding-left: 45px;
		text-decoration: none !important;
	}
	.dwa-nextSectionButton a:hover {
		background-color: white !important;
		text-decoration: underline !important;
	}


/* -------- Article Extended Elements --------- */
.problem {
	color: rgb(10,52,118) !important;		/* Link blue */
	line-height: 1.4em !important;
	margin: 20px 0 10px 0 !important;
}

.figure {
	color: rgb(10,52,118) !important;		/* Link blue */
	line-height: 1em !important;
	margin: 0 0 15px 0 !important;
	font-size: 90% !important;
	text-align: center !important;
}











