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


* {
	padding: 0;
	margin: 0;
	border: 0 none;
	outline: 0;
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
}

a {
	color: rgb(80%,80%,80%);			/* Link Gray */
}
a:hover {
	color: rgb(253,192,16);			/* Link Gray */
}

img {
	border: none;
}
.hiddenText {
	display: none;
}
.clear {
	clear: both;
}
#centerBox {
	margin: 0 auto;
	width: 998px;
	position: relative;
	min-height: 800px;
}


/* Left Column - Main Menus */
#leftCol {
	float: left;
	display: inline;
	width: 296px;
	height: 800px;
	overflow: hidden;
	position: relative;
	background: url(/images/swoosh.jpg) 133px top no-repeat;
}
	#leftCol #logo {
		position: absolute;
		top: 62px; left: 0;
		width: 296px;
		height: 114px;
		background: url(/images/logo.jpg) no-repeat;
	}
	#leftCol #logo a {
		position: absolute;
		top: 0; left: 0;
		width: 296px;
		height: 114px;
		background: url(/images/invis-image.gif);
		text-decoration: none;
	}
	
	/* Main Menu */
	#mainMenu {
		position: absolute;
		top: 350px; right: 20px;
		width: 100%;
		height: 300px;
	}
		#leftCol ul {
			cursor: default;
		}
			#leftCol li {
				float: right;
				display: inline;
				margin: 0 0 8px 0;
				list-style-type: none;
				height: 11px;
				width: 76px;
			}
			
				#leftCol #home {
					clear: right;
					width: 43px !important;
					background: url(/images/menu-home.gif) 0px -24px no-repeat;
				}
				#leftCol #home a {
					display: block;
					height: 11px;
					width: 100%;
					text-decoration: none;
					background: url(/images/menu-home.gif) 0px 0px no-repeat;
				}
				#leftCol #home a:hover {
					background: url(/images/menu-home.gif) 0px -12px no-repeat;
				}
				
				#leftCol #dario {
					clear: right;
					width: 39px !important;
					background: url(/images/menu-dario.gif) 0px -24px no-repeat;
				}
				#leftCol #dario a {
					display: block;
					height: 11px;
					width: 100%;
					text-decoration: none;
					background: url(/images/menu-dario.gif) 0px 0px no-repeat;
				}
				#leftCol #dario a:hover {
					background: url(/images/menu-dario.gif) 0px -12px no-repeat;
				}
				
				#leftCol #news {
					clear: right;
					width: 44px !important;
					background: url(/images/menu-news.gif) 0px -24px no-repeat;
				}
				#leftCol #news a {
					display: block;
					height: 11px;
					width: 100%;
					text-decoration: none;
					background: url(/images/menu-news.gif) 0px 0px no-repeat;
				}
				#leftCol #news a:hover {
					background: url(/images/menu-news.gif) 0px -12px no-repeat;
				}
				
				#leftCol #gallery {
					clear: right;
					width: 54px !important;
					background: url(/images/menu-gallery.gif) 0px -24px no-repeat;
				}
				#leftCol #gallery a {
					display: block;
					height: 11px;
					width: 100%;
					text-decoration: none;
					background: url(/images/menu-gallery.gif) 0px 0px no-repeat;
				}
				#leftCol #gallery a:hover {
					background: url(/images/menu-gallery.gif) 0px -12px no-repeat;
				}
				
				#leftCol #exposure {
					clear: right;
					width: 76px !important;
					background: url(/images/menu-exposure.gif) 0px -24px no-repeat;
				}
				#leftCol #exposure a {
					display: block;
					height: 11px;
					width: 100%;
					text-decoration: none;
					background: url(/images/menu-exposure.gif) 0px 0px no-repeat;
				}
				#leftCol #exposure a:hover {
					background: url(/images/menu-exposure.gif) 0px -12px no-repeat;
				}
				
				#leftCol #links {
					clear: right;
					width: 36px !important;
					background: url(/images/menu-links.gif) 0px -24px no-repeat;
				}
				#leftCol #links a {
					display: block;
					height: 11px;
					width: 100%;
					text-decoration: none;
					background: url(/images/menu-links.gif) 0px 0px no-repeat;
				}
				#leftCol #links a:hover {
					background: url(/images/menu-links.gif) 0px -12px no-repeat;
				}
				
				#leftCol #skicamps {
					clear: right;
					width: 96px !important;
					background: url(/images/menu-skicamps.gif) 0px -24px no-repeat;
				}
				#leftCol #skicamps a {
					display: block;
					height: 11px;
					width: 100%;
					text-decoration: none;
					background: url(/images/menu-skicamps.gif) 0px 0px no-repeat;
				}
				#leftCol #skicamps a:hover {
					background: url(/images/menu-skicamps.gif) 0px -12px no-repeat;
				}
				
			/* Main Sub Menu */
			#leftCol .sub {
				float: right;
				display: inline;
				clear: right;
				margin: 0 4px 4px 0;
				padding: 0 5px 0 0;
				height: auto !important;
				width: auto !important;
				list-style-type: none;
				text-align: right;
				border-right: 2px rgb(40%,40%,40%) solid;		/* Dark Gray */
				color: rgb(253,192,16);							/* Site Color: Gold */
			}
			#leftCol .end {
				float: right;
				display: inline;
				clear: right;
				margin: 0 4px 10px 0;
			}
			#leftCol .sub:hover {
				border-right: 2px rgb(253,192,16) solid;		/* Site Color: Gold */
			}
				#leftCol .sub a {
					text-decoration: none;
				}
				#leftCol .sub a:hover {
					color: white;
				}
	
	
	
/* Right Column - Page Contents */
#rightCol {
	float: right;
	display: inline;
	width: 698px;
	overflow: hidden;
	position: relative;
}
	#rightCol #skicamps {
		width: 100%;
		height: 62px;
		position: relative;
	}
		#rightCol #skicamps a {
			position: absolute;
			top: 28px; left: 523px;
			height: 30px;
			width: 170px;
			text-decoration: none;
			background: url(/images/skicamps.jpg) no-repeat;
		}
		
	#rightCol #slideShowBox {
		width: 420px;
		height: 508px;
		background: url(/images/backg-preview2.jpg) no-repeat;
		position: relative;
		float: left;
		display: inline;
	}
		#rightCol #slideShowBox .dwa-simpleSlideShow {
			width: 384px;
			height: 483px;
			background-color: black;
			position: absolute;
			top: 18px; left: 18px;
		}
		#rightCol #slideShowBox .dwa-simpleSlideShow img {
			position: absolute;
			top: 4px; left: 4px;
		}
		
	/* LightBox */
	#rightCol #lightBox {
		width: 605px;
		height: 508px;
		float: left;
		display: inline;
		background: url(/images/backg-lightbox.jpg) no-repeat;
		position: relative;
	}
		#rightCol #lightBox .imageBox {
			width: 569px;
			height: 485px;
			background-color: black;
			position: absolute;
			top: 18px; left: 18px;
		}
		/*
		#rightCol #lightBox .imageBox img {
			position: absolute;
			top: 4px; left: 4px;
		}
		*/
		#rightCol #lightBox .imageBox #prev {
			position: absolute;
			top: 2px; left: 2px;
			width: 565px;
			height: 482px;
		}
		#rightCol #lightBox #lightBoxThumbs {
			width: 56px;
			height: 494px;
			position: absolute;
			top: 13px; left: 614px;
		}
		#rightCol #lightBox #controller {
			width: 80px;
			height: 16px;
			position: absolute;
			top: 493px; left: 604px;
			font-size: 9px;
			letter-spacing: -0.05em;
			cursor: default;
		}
		#rightCol #lightBox #controller #currentPage {
			color: white;
			border: 1px white solid;
			padding: 0 3px;
			line-height: 1.5em;
		}
		#rightCol #lightBox #controller a {
			color: rgb(60%,60%,60%);
			border: 1px rgb(60%,60%,60%) solid;
			padding: 0 3px;
			line-height: 1.5em;
		}
		
		
		#rightCol #lightBox #lightBoxThumbs .thumb {
			display: inline;
			float: left;
			width: 54px;
			height: 54px;
			background-color: black;
			position: relative;
			margin: 0 0 4px 0;
		}
		#rightCol #lightBox #lightBoxThumbs .thumb:hover {
			background-color: white;
		}
		#rightCol #lightBox #lightBoxThumbs .selected {
			background-color: rgb(253,192,16);
		}
		#rightCol #lightBox #lightBoxThumbs .selected:hover {
			background-color: rgb(253,192,16);
		}
		#rightCol #lightBox #lightBoxThumbs .thumb img {
			position: absolute;
			top: 2px; left: 2px;
		}
		#rightCol #lightBox #lightBoxThumbs .thumb a {
			position: absolute;
			top: 0; left: 0;
			width: 54px;
			height: 54px;
			background: url(/images/invis-image.gif);
		}
		#rightCol #lightBox #lightBoxThumbs .hThumbSpacer {
			display: inline;
			float: left;
			width: 4px;
			height: 30px;
		}
		
		
/* Right Column - Holds the Scrolling Text SubColumn block + Images SubColumn */
#rightCol #twoContentCols {
	width: 688px;
	min-height: 505px;
	overflow: hidden;
	position: relative;
	left: 10px;
}
#rightCol #twoContentCols #rightColImageBox {
	float: right;
	display: inline;
	width: 264px;
	height: 508px;
	overflow: hidden;
	position: relative;
	background: url(/images/backg-rightcol-photos.jpg) no-repeat;
}
	#rightCol #twoContentCols #rightColImageBox #images {
		margin: 18px 0 0 18px;
		text-align: left;
	}
#rightCol #twoContentCols #transTextBox {
	opacity: 0.4;
	filter: alpha(opacity=40);
	background-color: black;
	width: 420px;
	height: 493px;
	position: absolute;
	top: 12px; left: 0;
	border: 1px silver solid;
}
#scrollBox {
	position: absolute;
	top: 20px; left: 10px;
	width: 405px;
	height: 482px;
	color: white;
	text-align: left;
	overflow: auto;
	line-height: 1.6em;
	font-size: 11px;
}
	#scrollBox h1,
	#scrollBox h2,
	#scrollBox p
	{
		width: 385px;
		margin: 0 0 10px 0;
	}
	#skicampLeftCol h1,
	#skicampLeftCol h2,
	#skicampLeftCol p,
	#skicampRightCol h1,
	#skicampRightCol h2,
	#skicampRightCol p
	{
		margin: 0 0 10px 0;
	}
	#scrollBox h1,
	#skicampLeftCol h1,  
	#skicampRightCol h1 
	{
		font-size: 130%;
		font-weight: bold;
		letter-spacing: -0.05em;
		color: rgb(253,192,16);						/* Site Color: Gold */
		border-bottom: 1px rgb(253,192,16) solid;
		margin: 10px 0 15px 0;
	}
	#skicampLeftCol h1,  
	#skicampRightCol h1  
	{
		letter-spacing: normal;
	}
	#scrollBox h2,
	#skicampLeftCol h2,
	#skicampRightCol h2
	{
		font-size: 110%;
		font-weight: bold;
		color: rgb(90%,90%,90%);
		margin: 10px 0 8px 0;
	}
	
	#scrollBox p b,
	#skicampLeftCol p b,
	#skicampRightCol p b
	{
		font-weight: bold;
	}
	
	#scrollBox p i,
	#skicampLeftCol p i,
	#skicampRightCol p i
	{
		font-style: italic;
	}
	
/* Footer */
#footer {
	clear: both;
	margin-right: 11px;
	text-align: right;
	font-size: 10px;
	color: rgb(50%,50%,50%);
}
	#footer a {
		text-decoration: none;
		color: rgb(60%,60%,60%);
	}
	#footer a:hover {
		text-decoration: underline;
		color: rgb(253,192,16);						/* Site Color: Gold */
	}
#webascentToolbox {
	text-decoration: none !important;
	color: rgb(50%,50%,50%) !important;
	cursor: default;
}
#webascentToolbox:hover {
	text-decoration: none !important;
	color: rgb(50%,50%,50%) !important;
}

	
	
/* *********** DWA Component CSS ***********  */
.dwa-iconImg {
	margin: 4px 10px 0 0;
	float: left;
	display: inline;
}
	.dwa-iconImg img {
		display: block;
		border: 1px black solid;
	}

.dwa-twoColText {
	min-height: 20px;
}
.dwa-twoColText .dwa-twoColTextLC {
	float: left;
	display: inline;
	width: 180px !important;
}
.dwa-twoColText .dwa-twoColTextRC {
	float: right;
	display: inline;
	width: 180px !important;
	margin-right: 5px !important;
}
.dwa-twoColText .dwa-clearit {
	height: 1px;
	width: 100%;
	clear: both;
}


.dwa-vSpacer10 {
	margin: 0;
	height: 10px;
	clear: both;
}
.dwa-vSpacer25 {
	margin: 0;
	height: 25px;
	clear: both;
}
.dwa-vSpacer50 {
	margin: 0;
	height: 50px;
	clear: both;
}


#sponsors {
	float: left;
	display: inline;
	margin: 20px 0 0 10px;
	height: 60px;
}
	#sponsors .dwa-sponsorImage,
	#skicampSponsors .dwa-sponsorImage {
		float: left;
		display: inline;
		margin: 0 8px 0 0;
		position: relative;
	}
	#skicampSponsors .dwa-sponsorImage {
		
		display: block;
		margin: 0 8px 0 0;
		position: relative;
	}
	#sponsors .dwa-sponsorImage a,
	#skicampSponsors .dwa-sponsorImage a {
		text-decoration: none;
		position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
		line-height: 1000em;						/* hack to get around YUI RTE's refusal to create links on a space. */
		background: url(/images/invis-image.gif);
	}
	
	
	
	.dwa-halfPicture {
		width: 230px;
		height: 240px;
		background-color: black;
		margin-bottom: 4px;
		text-align: center;
	}
	
	.dwa-fullPicture {
		width: 230px;
		height: 284px;
		background-color: black;
		text-align: center;
	}

	
	
	.dwa-photoLeft {
		margin: 10px 10px 10px 0;
		float: left;
		display: inline;
	}
		.dwa-photoLeft img {
			display: block;
			border: 1px black solid;
		}
	
	
	.dwa-photo {
		margin: 10px 0;
		text-align: center;
	}
		.dwa-photo img {
			display: block;
			margin: 0 auto;
			border: 1px black solid;
		}
	
	