/* ------------------------------------------------------
	CSS for the Dihedrals.com site.
	Main file included in all pages on this site.
-------------------------------------------------------*/
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	background: rgb(34,80,51) url(/images/back-blend.jpg) top center repeat-x;
	font-family: verdana, "sans serif";
	font-size: 0.8em;
	color: black;
	text-align: center;
	height: 100%;
}




* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
.hiddenText {
	display: none;
}
.clear {
	clear: both;
}

.red {
	color: rgb(179,48,0);							/* Site Color: Dark Red */
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}


a {
	color: rgb(7,53,25);							/* Site color: Dark Link Green */
}
	a:hover {
		color: rgb(63,151,97);						/* Site color: Bright Link Green */
	}

h1 {
	color: rgb(7,53,25);							/* Site color: Dark Link Green */
	margin: 0 0 13px 0;
	font-size: 130%;
	line-height: 1.2;
	
}
h2 {
	color: rgb(179,48,0);						/* Site color: Dark Link Red */
	margin: 0 0 10px 0;
	font-size: 115%;
}
h3 {
	color: rgb(7,53,25);						/* Site color: Dark Link Green */
	margin: 0 0 10px 0;
	font-size: 108%;
}
p {
	color: black;
	margin: 0 0 8px 0;
}



/* Site Header, Logo and Main Menus */
#logoBox {
	margin: 0 auto;
	width: 980px;
	height: 98px;
	position: relative;
}
	#logoBox #logo {
		margin: 0 auto;
		width: 147px;
		height: 61px;
		position: absolute;
		top: 16px; left: 0;
	}
	#logoBox #headerContact {
		position: absolute;
		top: 28px; right: 0;
		color: white;
		text-align: right;
		line-height: 0.8em;
	}
	#logoBox #headerContact h3 {
		color: white;
		font-size: 90%;
	}
	#logoBox #headerContact p {
		color: white;
		font-size: 80%;
	}
	#logoBox #headerContact a {
		color: white;
		text-decoration: none;
	}
	#logoBox #headerContact a:hover {
		text-decoration: underline;
		color: rgb(63,151,97);						/* Site color: Bright Link Green */
	}
#headerImgBox {
	margin: 0 auto;
	width: 980px;
	height: 290px;
	background-color: white;
	position: relative;
}
	#headerImgBox #pict {
		width: 964px;
		height: 274px;
		position: absolute;
		top: 8px; left: 8px;
		background-color: silver;
	}
	
	
#subCatHeaderImgBox {
	margin: 0 auto;
	width: 980px;
	height: 121px;
	background-color: white;
	position: relative;
}
	#subCatHeaderImgBox #pict {
		width: 964px;
		height: 77px;
		position: absolute;
		top: 8px; left: 8px;
		background-color: silver;
	}
	
	
#mainMenuBox {
	margin: 0 auto;
	width: 980px;
	height: 52px;
	position: relative;
	background: white url(/images/semi-circle.gif) left bottom no-repeat;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	letter-spacing: -0.00em;
	cursor: default;
	color: rgb(63,151,97);						/* Site color: Bright Link Green */
}
#subCatMainMenuBox {
	margin: 0 auto;
	width: 980px;
	height: 52px;
	position: relative;
	background: white url(/images/semi-circle-subcat.gif) left bottom no-repeat;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	letter-spacing: -0.00em;
	cursor: default;
	color: rgb(63,151,97);						/* Site color: Bright Link Green */
}
	#mainMenuBox ul,
	#subCatMainMenuBox ul,
	#footerBox ul {
		margin: 0 0 0 140px;
	}
		#mainMenuBox ul li,
		#subCatMainMenuBox ul li,
		#footerBox ul li {
			float: left;
			display: inline;
			list-style-type: none;
			margin: 20px 20px 0 0;
			position: relative;
			
		}
		#mainMenuBox ul li .selectedMenu,
		#subCatMainMenuBox ul li .selectedMenu {
			color: rgb(63,151,97);						/* Site color: Bright Link Green */
		}
		#mainMenuBox ul li .centreLogo,
		#subCatMainMenuBox ul li .centreLogo,
		#footerBox ul li .centreLogo {
			margin: 0 2px 0 0;
			position: absolute;
			top: -4px; left: 0;
		}
		.neLogoSpacer {
			float: left;
			display: inline;
			height: 10px;
			width: 20px;
		}
		#mainMenuBox a,
		#subCatMainMenuBox a,
		#footerBox a {
			text-decoration: none;
		}
		#mainMenuBox a:hover,
		#subCatMainMenuBox a:hover {
			background: url(/images/menu-underline.gif) bottom left repeat-x !important;
		}
	#mainMenuBox #thinRedBar,
	#subCatMainMenuBox #thinRedBar {
		margin: 0 auto;
		width: 700px;
		height: 2px;
		background-color: rgb(179,48,0);					/* Site Color: Dark Red */
		position: relative;
		top: 9px; left: 0;
		clear: both;
	}
#subMenuBox {
	margin: 0 auto;
	width: 980px;
	height: 80px;
	position: relative;
	background-color: white;
	cursor: default;
}
	#subMenuBox ul {
  background:transparent url(/images/sub-arrow.gif) no-repeat scroll 150px 7px;
  height:100%;
  padding:0 0 0 180px;
}
		#subMenuBox ul li {
			float: left;
			display: inline;
			list-style-type: none;
			margin: 6px 20px 0 0;
			color: rgb(179,48,0);					/* Site Color: Dark Red */
		}
		#subMenuBox a {
			text-decoration: none;
		}




/* Page Contents */
#contentsBox {
	margin: 0 auto;
	width: 980px;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	background: white url(/images/ne-logo-ghost.gif) bottom right no-repeat;
}
	#contentsBox .contents {
		margin: 0 auto;
		width: 700px;
		text-align: left;
	}
	
	/* Article Page */
	#contentsBox .article {
		margin: 0 auto;
		width: 700px;
		text-align: left;
		background: white url(/images/articlebox-mid.gif) repeat-y;
	}
	#contentsBox #articleTop {
		margin: 0 auto;
		width: 700px;
		height: 19px;
		background: white url(/images/articlebox-top.gif) no-repeat;
	}
	#contentsBox #articleBottom {
		margin: 0 auto;
		width: 700px;
		height: 19px;
		background: white url(/images/articlebox-bottom.gif) no-repeat;
	}
	.article h1,
	.article h2,
	.article h3,
	.article p {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	#contentsBox .contents ul {
		margin: 25px 25px 25px 70px;
	} 
	#contentsBox .contents ol {
		margin: 25px 25px 25px 70px;
	}



#contentsBottomBar {
	margin: 0 auto;
	width: 980px;
	height: 24px;
	position: relative;
	background-color: white;
}
	#contentsBottomBar #fatRedBar {
		margin: 0 auto;
		width: 960px;
		height: 4px;
		background-color: rgb(179,48,0);					/* Site Color: Dark Red */
		position: relative;
		top: 12px; left: 0;
	}



/* Footer */
#footerBox {
	margin: 0 auto;
	width: 980px;
	min-height: 100px;
	position: relative;
	color: white;
	cursor: default;
	text-align: left;
}

	#footerBox ul a {
		text-decoration: none;
		color: rgb(154,213,177);						/* Site color: Bright Link Green */
	}
	#footerBox ul a:hover {
		color: white;
	}
		#footerBox ul li .selectedMenu {
			color: white;
		}
	#footerBox #copyright {
		font-size: 70%;
		clear: both;
		margin: 0 0 0 140px;
		padding-top: 10px;
	}
	#footerBox #copyright a {
		color: white;
		font-weight: bold;
	}
	#footerBox #copyright #dwa {
		color: white;
		font-weight: normal !important;
		cursor: default;
	}
	
/* Light Box */
#headerLightBox {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
	#headerLightBox #previewBox {
		margin: 0 auto;
		width: 600px;
		height: 320px;
		border: 2px rgb(179,48,0) solid;					/* Site Color: Dark Red */
		padding: 3px;
	}
		#headerLightBox #previewBox #prev {
			width: 600px;
			height: 320px;
			background-color: silver !important;
		}
	#headerLightBox #thumbTopMargin {
		height: 20px;
		width: 100%;
	}
	#headerLightBox .thumb {
		float: left;
		display: inline;
		width: 68px; height: 68px;
		margin: 0 0 7px 0;
		border: 2px white solid;
		position: relative;
		top: 0; left: 0;
		padding: 0 !important;
	}
	#headerLightBox .thumb:hover {
		border: 2px rgb(63,151,97) solid;						/* Site color: Bright Link Green */
	}
	#headerLightBox .selected {
		border: 2px rgb(179,48,0) solid !important;
	}
		#headerLightBox .thumb img {
			display: block;
			vertical-align: bottom;
		}
		#headerLightBox .thumb a {
			display: block;
			position: absolute;
			top: 0; left: 0;
			width: 68px; height: 68px;
			text-decoration: none;
			background: url(/images/invis-image.gif) repeat;
		}
	
	
	
	#headerLightBox .hThumbSpacer {
		float: left;
		display: inline;
		width: 6px;
		height: 10px;
	}

#headerLightBox .controller {
	height: 40px;
	width: 700px;
	text-align: center;
	color: rgb(50%,50%,50%);							/* Base Color: Menu Very Dark Gray */
	line-height: 1.5em;
	position: relative;
	left: 0;
	top: 0;
	clear: both;
}
	#headerLightBox .controller #currentPage {
		height: 1.2em;
		width: 1.5em;
		border: 1px rgb(154,213,177) solid;				/* Site color: Bright Link Green */
		margin: 0 3px 5px 0;
		padding: 0 3px;
		color: rgb(154,213,177);						/* Site color: Bright Link Green */
		font-weight: bold;
		cursor: default;
	}
	#headerLightBox .controller a {
		height: 1.2em;
		width: 1.5em;
		border: 1px rgb(20%,20%,20%) solid;
		margin: 0 3px 5px 0;
		padding: 0 3px;
		color: rgb(50%,50%,50%);
		text-decoration: none;
	}

	#headerLightBox .controller a:hover {
		color: rgb(179,48,0);							/* Site Color: Dark Red */
		border: 1px rgb(179,48,0) solid;					/* Site Color: Dark Red */
		
	}

	#headerLightBox .controller #pageLbl {
		font-variant: small-caps; 
		font-size: 85%;
		display: inline;
	}



	
/* *********** DWA Component CSS ***********  */
/* Quote ~ Testimonial */
.dwa-quoteFloatRight {
	float: right;
	display: inline;
	margin: 0 0 15px 25px;
	width: 250px;
	min-height: 50px;
	font-size: 110%;
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	line-height: 1.1em;
}
	.dwa-quoteFloatRight .dwa-openQuote {
		float: left;
		display: inline;
		width: 38px;
		height: 23px;
		background: url(/images/quotes.png) center left no-repeat;
	}
	.dwa-quoteFloatRight .dwa-closeQuote {
		float: right;
		display: inline;
		width: 38px;
		height: 23px;
		background: url(/images/quotes.png) center right no-repeat;
	}
	.dwa-quoteFloatRight p {
		margin: 9px 0 0 0;
		color: rgb(100,173,126);						/* Site color: Medium Text Green */
		line-height: 1.3em;
	}
	.dwa-quoteFloatRight .dwa-signature {
		font-weight: normal;
		text-indent: 15px;
	}

/* Centererd Photos */
.dwa-imgCenteredLandscape {
	text-align: center;
	clear: both;
	margin: 10px 0;
}
	.dwa-imgCenteredLandscape img {
		margin: 0 auto;
		padding: 1px;
		border: 1px rgb(85%,85%,85%) solid;					/* Site color: Light Gray */
	}
.dwa-imgCenteredPortrait {
	text-align: center;
	clear: both;
	margin: 10px 0;
}
	.dwa-imgCenteredPortrait img {
		margin: 0 auto;
		padding: 1px;
		border: 1px rgb(85%,85%,85%) solid;					/* Site color: Light Gray */
	}
	
	
	
/* 3x Photo  */
.dwa-imgTriplePhoto {
	text-align: left;
	clear: both;
	margin: 0 0 10px 0;
}
	.dwa-imgTriplePhoto .dwa-leftBox,
	.dwa-imgTriplePhoto .dwa-centerBox,
	.dwa-imgTriplePhoto .dwa-rightBox {
		float: left;
		display: inline;
		position: relative;
	}
	
		.dwa-imgTriplePhoto img {
			margin: 0 auto;
			padding: 1px;
			border: 1px rgb(85%,85%,85%) solid;					/* Site color: Light Gray */
		}
		.dwa-imgTriplePhoto .dwa-leftTitle,
		.dwa-imgTriplePhoto .dwa-centerTitle,
		.dwa-imgTriplePhoto .dwa-rightTitle {
			font-size: 90%;
			font-style: italic;
			font-family: serif;
			margin: 3px 0 0 10px;
			color: rgb(7,53,25);							/* Site color: Dark Link Green */
		}
	.dwa-imgTriplePhoto .dwa-vSpacer {
		float: left;
		display: inline;
		width: 14px;
		height: 20px;
	}
	
	
/* Html code  */
.dwa-htmlCode {
	clear: both;
	margin: 10px 0;
	min-height:20px;
}
	
	
.dwa-verticalSpacer10 {
	clear: both;
	width: 100%;
	height: 10px;
}
.dwa-verticalSpacer20 {
	clear: both;
	width: 100%;
	height: 20px;
}
.dwa-verticalSpacer50 {
	clear: both;
	width: 100%;
	height: 50px;
}
	
	
	
/* Article Header */
.dwa-articleHeader {
	margin-bottom: 25px !important;
}
	.dwa-articleHeader h1 {
		font-family: Georgia,Times,serif;
		font-size: 1.6em;
		font-weight: normal;
		text-align: center;
		margin-bottom: 5px !important;
	}
	.dwa-articleHeader .dwa-author {
		font-family: Georgia,Times,serif;
		font-size: 0.85em;
		font-weight: normal;
		font-style: italic;
		color: rgb(100,173,126);						/* Site color: Medium Text Green */
		text-align: center;
		margin-bottom: 3px !important;
	}
	.dwa-articleHeader .dwa-articleDate {
		font-family: Georgia,Times,serif;
		font-size: 0.9em;
		font-weight: normal;
		color: rgb(100,173,126);						/* Site color: Medium Text Green */
		text-align: center;
		border-bottom: 1px dashed silver;
		padding-bottom: 10px;
		margin-left: 30px;
		margin-right: 30px;
	}


	
	
	
	
/* PT Header */
.dwa-PTHeader {
	
}
	.dwa-PTHeader .dwa-topRow {
		background-color: rgb(55,45,192);
		border: 1px black solid;
		height: 19px;
	}
	.dwa-PTHeader .dwa-botRow {
		height: 19px;
		border-left: 1px black solid;
		border-right: 1px black solid;
		border-bottom: 1px black solid;
	}
	
	
		.dwa-PTHeader .dwa-topRow h2,
		.dwa-PTHeader .dwa-botRow h3 {
			float: left;
			display: inline;
			color: white !important;
			width: 50px;
			text-indent: 4px;
			text-align: center;
			border-right: 1px black solid;
			font-size: 90%;
			height: 19px;
			line-height: 1.5em;
			margin: 0 !important;
			font-variant: small-caps;
		}
		.dwa-PTHeader .dwa-topRow .dwa-colExcercise {
			width: 235px;
			text-align: left;
		}
		.dwa-PTHeader .dwa-topRow .dwa-colSets {
			
		}
		.dwa-PTHeader .dwa-topRow .dwa-colWeights,
		.dwa-PTHeader .dwa-topRow .dwa-colStopWatch {
			width: 100px;
		}
		.dwa-PTHeader .dwa-topRow .dwa-colWeightsEnd {
			border: none;
			width: 100px;
		}
	
		.dwa-PTHeader .dwa-botRow .dwa-col2Black {
			width: 286px;
			background-color: black;
		}
		.dwa-PTHeader .dwa-botRow .dwa-col2Planned {
			width: 252px;
			background-color: rgb(34,80,51);		/* Site Color: Background dark green */
		}
		.dwa-PTHeader .dwa-botRow .dwa-col2Actual {
			width: 151px;
			border: none;
			color: black !important;
		}
	
	
/* PT Row */
.dwa-PTRow {
	height: 19px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}
	.dwa-PTRow p {
		float: left;
		display: inline;
		margin: 0 !important;
		border-right: 1px black solid;
		width: 50px;
		height: 19px;
		text-indent: 4px;
		text-align: center;
		line-height: 1.5em;
	}
	
	.dwa-PTRow .dwa-rowExcercise {
		width: 235px;
		text-align: left;
	}
	.dwa-PTRow .dwa-rowWeights,
	.dwa-PTRow .dwa-rowStopWatch {
		width: 100px;
	}
	.dwa-PTRow .dwa-rowWeightsEnd {
		width: 100px;
		border: none;
	}
	