/* ------------------------------------------------------
	CSS for the Dihedrals.com site.
	Main file included in all pages on this site.
-------------------------------------------------------*/
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	background: rgb(121,13,2) url(/images/hbackground.gif) top center repeat-x;		/* Background Red */
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	height: 100%;
	line-height: 1.4em;
}




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

a {
	color: rgb(90%,90%,90%);						/* Site color: Light Gray */
}
	a:hover {
		color: rgb(237,177,22);						/* Site color: Gold */
	}

h1 {
	color: rgb(237,177,22);						/* Site color: Gold */
	margin: 0 0 13px 0;
	text-align: center;
	font-size: 150%;
	line-height:1.2;
	
}
h2 {
	color: rgb(85%,85%,85%);						/* Site color: Light Gray */
	margin: 0 0 10px 0;
	font-size: 115%;
}
h3 {
	color: rgb(237,177,22);						/* Site color: Gold */
	margin: 0 0 10px 0;
	font-size: 108%;
}
p {
	color: rgb(90%,90%,90%);						/* Site color: Light Gray */
	margin: 0 0 8px 0;
}
blockquote {
	margin: 25px auto;
	width: 450px;
	text-align: center;
	font-size: 16px;
	font-family: times, serif;
	font-weight: bold;
	font-style: italic;
	color: rgb(237,177,22);						/* Site color: Gold */
}

.vSpacer {}
.px2 { height: 2px; clear: both; }
.px5 { height: 5px; clear: both; }
.px10 { height: 10px; clear: both; }
.px25 { height: 25px; clear: both; }
.px30 { height: 30px; clear: both; }
.px50 { height: 50px; clear: both; }
.px65 { height: 65px; clear: both; }
.px95 { height: 95px; clear: both; }


.red {
	color: red;
}
.lime {
	color: lime;
}
.gold {
	color: rgb(237,177,22);						/* Site color: Gold */
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

/* VR elements */
.vrFullWidth {
	width: 550px;
	height: 330px;
	margin: 0px 0 0px 180px;
}
.vrInstructions {
	width: 500px;
	margin-left: 300px;
	font-size: 85%;
	font-style: italic;
}
.vrPopButton {
	width: 610px;
	margin: 0px 0 5px 250px;
}
	


/* Site Header and Logo */
#topSpacer {
	height: 25px;
	width: 100%;
}
#headerBox {
	margin: 0 auto;
	height: 116px;
	width: 926px;
	background: url(/images/header.jpg) no-repeat;
}
	
#box {
	margin: 0 auto;
	min-height: 50px;
	width: 926px;
	background: url(/images/vertical-borders.gif) repeat-y;
}

	
	
	/* Main Menus */
	#mainMenuBox {
		float: left;
		display: inline;
		width: 160px;
		text-align: left;
		margin: 35px 0 0 15px;
		font-weight: bold;
		font-size: 13px;
		line-height: 1.1em;
		color: rgb(237,177,22);						/* Site color: Gold */
		cursor: default;
	}
		#mainMenuBox ul {
			clear: left;
		}
			#mainMenuBox ul li {
				list-style-type: none;
				margin: 0 0 5px 0;
			}
			#mainMenuBox ul li a {
				text-decoration: none;
			}
		#mainMenuBox #housesLbl {
			width: 100%;
			height: 28px;
			margin: 15px 0 5px 0;
			float: left;
			display: inline;
			clear: left;
			background: url(/images/menu-flower.gif) left top no-repeat;
			line-height: 2.3em;
			padding-left: 35px;
		}
		#mainMenuBox #housesMenu {
			margin-left: 10px;
		}
		#mainMenuBox #languages {
			float: left;
			display: inline;
			width: 160px;
			text-align: left;
			margin: 0 0 25px 0;
			font-weight: normal;
			font-size: 11px;
			line-height: 1.4em;
			color: rgb(237,177,22);						/* Site color: Gold */
		}
		
		#mainMenuBox .menuSpacer {
			float: left;
			display: inline;
			height: 15px;
		}

	/* Page Contents */
	.contents {
		width: 600px;
		margin: 35px 70px 0 0;
		float: right;
		display: inline;
		text-align: left;
	}
	
	

/* Footer */
#footer {
	cursor: default;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background-color: rgb(121,13,2);							/* Background Red */
	width: 920px;
	font-size: 85%;
}
	#footer a {
		text-decoration: none;
	}
	#footer #dwa {
		cursor: default !important;
		text-decoration: none !important;
		color: white !important;
	}
	#footer #dwa:hover {
		color: white !important;
	}
	
#footerEdge {
	margin: 0 auto;
	height: 14px;
	width: 926px;
	background: url(/images/bottom-border.gif) no-repeat;
}

	
	
/* *********** DWA Component CSS ***********  */
.dwa-verticalSpacer10 {
	clear: both;
	width: 100%;
	height: 10px;
}
.dwa-verticalSpacer20 {
	clear: both;
	width: 100%;
	height: 20px;
}
.dwa-verticalSpacer50 {
	clear: both;
	width: 100%;
	height: 50px;
}

/* Floating Photos */
.dwa-imgFloatLeft {
	float: left;
	display: inline;
	border: 3px rgb(85%,85%,85%) solid;					/* Site color: Light Gray */
	margin: 0 25px 15px 0;
	clear: right;
}
.dwa-imgFloatRight {
	float: right;
	display: inline;
	border: 3px rgb(85%,85%,85%) solid;					/* Site color: Light Gray */
	margin: 0 0 15px 25px;
	clear: left;
}

/* Centererd Photos */
.dwa-imgCenteredLandscape {
	text-align: center;
	clear: both;
	margin: 10px 0;
}
	.dwa-imgCenteredLandscape img {
		margin: 0 auto;
		border: 3px 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;
		border: 3px rgb(85%,85%,85%) solid;					/* Site color: Light Gray */
	}
.dwa-imgNoBorder {
	text-align: center;
	clear: both;
	margin: 10px 0;
}
	.dwa-imgNoBorder img {
		margin: 0 auto;
	}
	
	

/* Multiple Photos */
.dwa-imgDoublePhoto {
	text-align: center;
	clear: both;
	margin: 0 0 10px 0;
}
	.dwa-imgDoublePhoto .dwa-leftBox,
	.dwa-imgDoublePhoto .dwa-rightBox {
		float: left;
		display: inline;
		position: relative;
	}
		.dwa-imgDoublePhoto .dwa-leftBox img,
		.dwa-imgDoublePhoto .dwa-rightBox img {
			margin: 0 auto;
			border: 3px rgb(85%,85%,85%) solid;					/* Site color: Light Gray */
		}
		.dwa-leftBox .dwa-imgLeftTitle,
		.dwa-rightBox .dwa-imgRightTitle {
			font-size: 80%;
			font-style: italic;
		}
	.dwa-imgDoublePhoto .dwa-vSpacer {
		float: left;
		display: inline;
		width: 68px;
		height: 20px;
	}
	
	
	
	
	
	
	
.dwa-imgTriplePhoto {
	text-align: center;
	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;
			border: 3px rgb(85%,85%,85%) solid;					/* Site color: Light Gray */
		}
		.dwa-imgTriplePhoto .dwa-leftTitle,
		.dwa-imgTriplePhoto .dwa-centerTitle,
		.dwa-imgTriplePhoto .dwa-rightTitle {
			font-size: 80%;
			font-style: italic;
		}
	.dwa-imgTriplePhoto .dwa-vSpacer {
		float: left;
		display: inline;
		width: 22px;
		height: 20px;
	}
	
	