html, body {
	padding: 0;
	margin: 0;
	background: #f5f5f5;
}

body {
	font-family: 'Open Sans', sans-serif;
}

/* Headerbar */

#headerbar {
	background: #fff;
	height: 80px;
	padding: 50px;
}

header {
	background: #fff;
	width: 830px;
	display:block;
	margin: 0px auto;
}

/* Quizbar */

#quizbar {
	width:100%;
	background: #256aea;
	height: 380px;
}

#quizwrapper {
	width: 830px;
	margin: 0 auto;
	position: relative;
}

#quiz {
	float: left;
}

p.question{
	color: #fff;
	font-size: 26px;
	margin: 20px 0 15px 0;
}

p.question bold {
	font-weight: 700;
}

p.clip, a.clip, p.clipX, a.clipX {
	color: #fff;
	background: #0099cc;
	padding: 10px;
	margin: 0;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
}

a.clip:hover, a.clicked,a.clipX:hover {	background: #005672; }

#quiz table {
	margin: 0 0 0 85px;
}

#quiz td {
	padding: 0 10px 0 0;
}

#results,#resultsTMP {
	float: right;
	width: 360px;
	position: absolute;
	right: 0px;
	padding: 0 15px;
}

#results {
	display: none;
}

#results, #resultsTMP p {
	color: #fff;
}

#results table, th {
	float: left;
	margin: 0px 0 20px 0;
	border-collapse:collapse;
}

#results td {
	border: solid #5f8eea;
	border-width: 1px 0;
}

#results td {
	color: #fff;
	padding-right: 15px;
}

#resultsfb {
	display: none;
	float: right;
	position: absolute;
	right: 82px;
}

#placeholder {
	background: url('../figs/plotbg.gif');
	width: 320px;
	height: 200px;
	padding: 0px;
	top: 100px;
}

	.tickLabel {
		color: #e4e6ea;
	}

#socialbar {
	position: absolute;
	right: 0;
	width: 100px;
	background: #fff;
	padding: 0 10px 0px 10px;
	margin: 0;
}

#socialbar img {
	margin: 0 0 10px 0;
	display: block;
}

.social {
	width: 100px;
	height: 100px;
	margin: 0 0 10px 0;
}

.sfb {
	width: 100px;
	height: 100px;
	margin: 0 0 10px 0;
	background: #3B5998;
}

	#fbsocial {
		padding-top: 7px;
		width: 52px;
		margin: 0 auto;
		height: 100px;
	}

	.fb-like {
		margin: 0 auto;
	}


/* Textbar */

#textbar {
	background: #fff;
	width: 100%;
	padding: 15px 0 25px 0;
}

#textbartable {
	width: 830px;
	margin: 0 auto;
}

#fbcomments {
	display: none;
}

#textbar td {
	width: 380px;
	padding: 0 40px 0 0;
}

.bc {
	text-decoration: none;
	color: #000;
	font-size: 110%;
	font-weight: bold;
}

a.bc:hover {
	color: #256aea;
}

/* Footer */

footer {
	width: 100%;
	text-align: center;
}

footer p {
	color: #686868;
	padding: 10px 0 10px 0;
}

/* Fonts */

h1, h2 {
	font-weight: 600;
	margin: 0;
	padding: 0;
}

