html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	letter-spacing: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
body {
	background: #fff url(../img/css/body-bg.gif) no-repeat right 60px;
	color: #3f3f3f;
	font: 93% 'museo-sans', arial, helvetica, sans-serif;
	}
button {
	background: #6fc5d8;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: .9em;
	margin-top: 20px;
	padding: 5px 10px;
	text-align: center;
	border-radius: 20px;
	background: -moz-linear-gradient(top,  #7fd6e9,  #5fb4c7);
	background: -webkit-gradient(linear, left top, left bottom, from(#7fd6e9), to(#5fb4c7));
    -webkit-box-shadow:  1px 1px 0 rgba(153, 153, 153, .75);
    -moz-box-shadow:  1px 1px 0 rgba(153, 153, 153, .75);
    box-shadow:  1px 1px 0 rgba(153, 153, 153, .75);         
	text-shadow: -1px -1px 0 #aaa;
	}
button.disabled {
	background: #ccc;
	cursor: default;
	background: -moz-linear-gradient(top,  #ddd,  #aaa);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
    -webkit-box-shadow:  1px 1px 0 rgba(153, 153, 153, .75);
    -moz-box-shadow:  1px 1px 0 rgba(153, 153, 153, .75);
    box-shadow:  1px 1px 0 rgba(153, 153, 153, .75);         
	text-shadow: -1px -1px 0 #aaa;
	}
a.button {
	background: #f3951d;
	border: none;
	color: #fff;
	font: 1em/1 'museo-sans', arial, helvetica, sans-serif;
	padding: 10px 20px;
	text-decoration: none;
	/* CSS 3 */
	background: -moz-linear-gradient(top,  #f3951d,  #ec6e0d);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3951d), to(#ec6e0d));
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    -webkit-box-shadow:  1px 1px 0 rgba(153, 153, 153, .75);
    -moz-box-shadow:  1px 1px 0 rgba(153, 153, 153, .75);
    box-shadow:  1px 1px 0 rgba(153, 153, 153, .75);         
	text-shadow: -1px -1px 0 #aaa;
	}
	a.button:hover {
		background: #F3951D;
		/* CSS 3 */
		background: -webkit-gradient(linear, left top, left bottom, from(#f3951d), to(#dd6e0d));
		background: -moz-linear-gradient(top,  #f3951d,  #dd6e0d);
		}
#container {
	padding-bottom: 225px;
	position: relative;
	}
#header {
	background: #bddfdf;
	height: 75px;
	position: relative;
	}
	#header div {
		height: 130px;
		margin: 0 auto;
		position: relative;
		width: 960px;
		}
	#header img { border: none; }
	#header #mw-logo {
		float: left;
		font-size: 1.5em;
		height: 60px;
		margin-top: 8px;
		width: 159px;
		}
	#header #cc-logo {
		float: right;
		height: 35px;
		margin-top: 19px;
		width: 114px;
		}
	#header nav {
		bottom: 10px;
		clear: both;
		color: #fff;
		display: none;
		left: 10px;
		position: absolute;
		}
#content {
	height: auto;
	margin: 0 auto;
	min-height: 500px;
	padding: 0;
	position: relative;
	width: 960px;
	}
	#content h1 {
		color: #eb8723;
		font: 700 1.7em museo-sans, georgia, 'times new roman', serif;
		padding: .75em 0 0;
		width: 80%;
		}
	#content p#intro {
		color: #0093b1;
		font: 300 1.1em museo-sans, georgia, 'times new roman', serif;
		margin: 0 0 1em;
		}
	#content dt, #content dd, #content li, #content p {
		line-height: 1.6em;
		}
	#content p img.align-left {
		clear: left;
		float: left;
		margin: 3px 10px 20px 0;
		}
	#content p img.align-right {
		clear: right;
		float: right;
		margin: 3px 0 20px 10px;
		}
.page-nav {
	position: absolute;
	right: 0;
	top: 1.25em;
	}
.secondary {
	bottom: 0 !important;
	clear: both;
	height: 70px !important;
	margin-top: 542px;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: right !important;
	width: 100% !important;
	}
	.page-nav a {
		background: #6fc5d8;
		border-radius: 50%;
		color: #fff;
		display: block;
		float: left;
		font-size: .9em;
		height: 17px;
		margin-left: 5px;
		padding: 6px 5px 5px;
		text-align: center;
		text-decoration: none;
		width: 18px;
		}
		.page-nav a.prev, .page-nav a.prev:hover {
			background: transparent url(../img/css/page-nav-prev.png) no-repeat;
			border: none;
			height: 30px;
			margin: -1px -2px 0 0;
			padding: 0;
			width: 32px;
			}
		.page-nav a.next, .page-nav a.next:hover {
			background: transparent url(../img/css/page-nav-next.png) no-repeat;
			border: none;
			height: 30px;
			margin: -1px 0 0 3px;
			padding: 0;
			width: 35px;
			}
		.page-nav a.prev.disabled {
			background: transparent url(../img/css/page-nav-prev-dis.png) no-repeat;
			}
		.page-nav a.next.disabled {
			background: transparent url(../img/css/page-nav-next-dis.png) no-repeat;
			}
	.page-nav a.active {
		background: #bfbfbf;
		}
	.page-nav a:hover { background: #7fd5e8; }
#text {
	float: left;
	height: auto;
	padding: 1% 1% 1% 0;
	width: 38%;
	}
body.right #text {
	float: right;
	padding: 1% 0 1% 1%;
	}
body.full #text {
	padding: 0;
	width: 100%;
	}
	#text li, #text p, #text ul {
		line-height: 130%;
		margin-bottom: 1em;
		}
	#text ul, body.full #title ul {
		list-style: disc;
		margin: 10px 0 0 20px;
		}
	body.full #title h2 {
		margin: 20px 0 0;
		}
	#instructions h2, #model-instructions h2 {
		color: #75a643 !important;
		font: 500 1.5em museo-slab, georgia, 'times new roman', serif;
		}
	#questions p {
		background: #f3f3f3;
		margin-bottom: 1em;
		padding: 3% 4%;
		width: 92%;
		border-radius: 8px;
		}
	#questions p.xhtml {
		background: transparent;
		padding: 0;
		}
	#questions label {
		clear: both;
		cursor: pointer;
		display: block;
		margin-bottom: .5em;
		padding-left: 1.5em;
		text-indent: -1.5em;
		}
	body.full #questions p {
		float: left;
		margin: 1% .5% 1% 0;
		min-height: 243px;
		width: 43%;
		}
	body.full #questions p:nth-child(2), body.full #questions p:nth-child(4) {
		margin: 1% 0 1% 1.25%;
		}
	#questions textarea {
		font-family: 'museo-sans', arial, helvetica, sans-serif;
		height: 200px;
		margin: .5em 0 0;
		width: 98%;
		}
#other {
	float: right;
	height: auto;
	width: 60%;
	}
body.right #other {
	float: left;
	height: auto;
	width: 60%;
	}
body.full #other {
	clear: both;
	float: left;
	width: 100%;
	}
	#model-container, #feedback-container {
		margin-top: 15px;
		}
	.model {
		height: 560px;
		margin: 0 0 20px;
		overflow: hidden;
		padding-bottom: 75px;
		position: relative;
		width: 100%;
		}
		#model-frame, .model-frame {
			border: none;
			height: 560px;
			left: 0;
			margin: 3px 0 0;
			overflow: hidden;
			padding: 0;
			position: absolute;
			top: 25px;
			width: 100%;
			z-index: 1;
			}
		#toolbar {
			background: #6fc5d8;
			color: #fff;
			font-size: .8em;
			height: 15px;
			padding: 5px 10px 5px 5px;
			text-align: right;
			}
			#toolbar a {
				color: #fff;
				text-decoration: none;
				}
	#embed-toggle, #share-toggle {
		cursor: pointer;
		}
	#embed, #share {
		background: #ffc;
		display: none;
		height: 150px;
		padding: 20px;
		position: abolute;
		width: 100%;
		z-index: 1000;
		}
		#embed textarea {
			height: 50%;
			width: 85%;
			}
#feedback {
	background: #f9eec1;
	padding: 10px 16px;
	border-radius: 13px;
	}
	#feedback h2 {
		color: #eb8723;
		font-family: 'museo-slab', georgia, times, 'times new roman', serif;
		font-weight: 700;
		}
#ss-container {
	clear: both;
	text-align: center;
	}
#ss {
	bottom: 0;
	clear: both;
	display: block;
	position: absolute;
	right: 0;
	width: 220px;
	}
#figure img {
	width: 100%;
	}
#figure p {
	float: left;
	font-size: .8em;
	margin: 0 1% 20px;
	width: 46%;
	}
#model-instructions {
	position: absolute;
	right: 10px;
	top: 37px;
	width: 400px;
	z-index: 1000;
	}
	#model-instructions img { width: 100%; }
	#model-instructions button {
		background: url(../../watch-tutorial.png) no-repeat;
		display: block;
		height: 34px;
		margin: 15px auto;
		text-indent: -999em;
		width: 174px;
		}
.sidebar {
	background: #0093b1;
	clear: both !important;
	color: #fff;
	height: auto;
	margin: 10px 0 30px;
	min-height: 225px;
	padding: 1.5% 2%;
	border-radius: 13px;
	text-shadow: 1px 1px 3px rgba(102, 102, 102, .5);
	}
.sidebar.related {
	background: #e16a3e;
	margin-bottom: 10px;
	}
	.sidebar img {
		border: solid 10px #f6f6f6;
		float: left;
		margin: 5px 2% 0 0;
		width: 309px;
		box-shadow: 1px 1px 5px rgba(102, 102, 102, .7);
		}
	.sidebar.related img {
		border: none;
		float: left;
		margin: 3px 0 0 0;
		width: auto;
		box-shadow: none;
		}
	.sidebar p, .sidebar ul {
		line-height: 130% !important;
		margin-bottom: 1em;
		}
	.sidebar small {
		font-size: .9em;
		}
	.sidebar.related a {
		color: #fff;
		text-decoration: none;
		}
	.sidebar h2 {
		font: 500 1.5em museo-slab, georgia, 'times new roman', serif;
		margin: 0;
		}
	.sidebar.related h2 {
		font: 500 1.2em museo-slab, georgia, 'times new roman', serif;
		margin-bottom: 5px;
		text-align: center;
		}
	.sidebar.related h3 {
		font: 700 1.1em museo-slab, georgia, 'times new roman', serif;
		}
	.sidebar.related ul {
		list-style: none;
		margin: 0;
		}
	.sidebar.related li {
		float: left;
		margin: 1%;
		width: 31%;
		}
	.sidebar.related img {
		float: right;
		margin: 3px 0 0 10px;
		}
#footer {
	background: #bddfdf;
	bottom: 0;
	color: #3a878b;
	font-size: 80%;
	height: 200px;
	position: absolute;
	width: 100%;
	}
	#footer div {
		margin: 0 auto;
		padding-top: 20px;
		width: 960px;
		}
	#footer a { color: #3a878b; }
	#footer li, #footer p {
		margin-bottom: 1em;
		}
	#footer p { clear: both; width: 100%; }
	#footer ul { margin-left: 17px; }

	#ss {
		display: block;
		}
#overlay {
	background: #000;
	display: none;
	height: 100%;
	left: 0;
	opacity: .75;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	}