/* For Woodwork Showcase page */

body {
	color: ivory;
	background: #333366 !important;
}
body a:link, body a:active, body a:visited {
	color: moccasin;
}
body a:hover {
	color: ivory;
}

.woodworkPageContainer {
	width: 98%;
	margin: 0px 1% 0px 1%;
}

.woodworkHeadingContainer {
	width: 100%
}
.headingIntroText {
	width: 50%;
	text-align: center;
	overflow: hidden;
	padding-top: 20px;
}
.tsfLogoLeft {
	float: left;
	width: 25%;
	overflow: hidden;
}
.tsfLogoLeft img {
	width: 308px;
	height: 152px;
}
.tsfLogoRight {
	float: right;
	width: 25%;
	overflow: hidden;
}
.tsfLogoRight img {
	width: 308px;
	height: 152px;
}
.tsfMainTitle {
	font-weight: bold;
	font-size: 1.1em;
}

.describesHeading {
	font-size: 0.9em;
}
.addressContainer {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	margin: 5px 0px;
	padding: 5px 0px;
	border: 1px solid gray;
}
.slideshowContainerOuter {
	width: 100%;
	padding: 5px 0px;
	text-align: center;
	font-size: 0.9em;
}
.slideshowContainer {
	float: none !important;
	margin: 0 auto;
	height: 475px; 
	width: 600px;
}
.downloadNotice {
	color: 	steelblue;
	font-size: 0.8em;
}
.woodworkText {
	width: 100%;
	font-size: 0.9em;
	margin: 5px 0px;
}
.alternativeText {
	color: deepskyblue;
}
.subtletext {
	color: steelblue;
}
.italic {
	font-style: italic;
}

.slideshowAndPlayerContainer {
	width: 99%;
	border: 1px solid tomato;
	padding: 5px 0px 10px 0px;
	margin-bottom: 10px;
}
.slideshowAndPlayerText {
	width: 100%;
	height: 40px;
	color: 	steelblue;
	overflow: hidden;
	text-align: center;
}
.funSlideshowOuter {
	width: 50%;
	text-align: center;
	font-size: 0.9em;
	overflow: hidden;
}
.funSlideshowMiddle {
	width: 426px;
	height: 320px;
	float: none;
	margin: auto;
}
.funSlideshowInner {
	width: 426px;
	height: 320px;
	padding: 0px 0px 5px 0px;
}
.recordPlayerOuter {
	width: 50%;
	text-align: center;
	font-size: 0.9em;
	overflow: hidden;
}
.recordPlayerMiddle {
	width: 529px;
	height: 321px;
	float: none;
	margin: auto;
}
.recordPlayerInner {
	width: 529px;
	height: 321px;
	padding: 5px 0px 5px 0px;
}
.downloadNoticeContainer {
	width: 100%;
	text-align: center;
	color: 	steelblue;
	font-size: 0.8em;
}
.writtenBytext {
	width: 100%;
	text-align: right;
	font-size: 0.7em;
	color: steelblue;
}
.itemsPurchasedContainer {
	width: 99%;
	border: 1px solid tomato;
	font-size: 0.9em;
	margin-top: 10px;
}
.columnHeading {
	width: 48%;
	margin: 2px 1% 2px 1%;
	font-weight: bold;
	text-decoration: underline;
	color: steelblue;
}
.itemPurchased {
	width: 48%;
	margin: 2px 1% 2px 1%;
}


.endLinks {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	margin: 10px 0px;
}





