.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

body {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(/images/innerduck/bg_waves.jpg) repeat;
}
img { 
	border: none; 
	outline: none;
}
#content {
	width: 675px;
	margin: 0 auto;
}
#otq {
	text-align: left;
	min-height: 200px;
}
#otq.landing {
	background: url(/images/innerduck/inkblot_logo.png) 0 0 no-repeat;
	width: 675px;
	height: 600px;
}
#otq.questions,
#otq.result {
	background: transparent url(/images/innerduck/inkblot_logo_question.png) 0 0 no-repeat;
	width: 675px;
	height: 600px;
}
#otq-quiz, #otq-result {
	display: none;
}
#otq-landing {
	text-align: center;
	padding-top: 220px;
}
#otq-play {
	display: inline-block;
	background: url(/images/innerduck/play_btn.png) 0 0 no-repeat;
	width: 154px;
	height: 56px;
	margin-top: 195px;
}
#otq-quiz {
	margin-left: 40px;
	padding-top: 195px;
}
p#otq-question { 
	font-size: 22px;
	font-weight: bold;
	color: #000; 
	background: #ffffcc;
	margin-bottom: 0;
}
#otq-response {
	list-style-type: none;
	padding-left: 10px;
}
#otq-response li {
	padding: 5px;
	font-size: 17px;
}
#otq-response input {
	margin-right: 10px;
}
#otq-next {
	float: left;
	display: block;
	margin: 8px 0 8px 20px;
	background: url(/images/innerduck/next_btn.png) no-repeat;
	text-indent: -9999px;
	outline: none;
	width: 84px;
	height: 32px;
}
#otq-steps {
	float: left;
	display: block;
	margin: 0;
}
#otq-steps li {
	font-weight: bold;
	font-size: 1.6em;
	color: #a4a4a4;
	display: block;
	float: left;
	margin: 10px;
	padding: 3px 8px;
}
#otq-steps li.current {
	background: transparent url(/images/innerduck/question.png) center top no-repeat;
	color: #ffcf05;
	height: 32px;
}
#otq-steps li.answered {
	color: #000;
}
#otq-result {
	display: block;
	position: relative;
	text-align: center;
	padding-top: 205px;
}
#otq-result .left {
	float: left;
	width: 300px;
}
#otq-result .right {
	float: right;
	padding-right: 20px;
	width: 330px;
}
#otq-result p {
	margin: 0;
	padding: 3px;
}
#otq-result h3 {
	margin: 0;
	padding: 3px;
	font-size: 24px;
	font-weight: bold;
}
#otq-result .social a, #otq-result .social p {
	display: inline-block;
}
#otq-result .social p {
	vertical-align: top;
	margin: 3px 0;
}
#otq-result #otq-play-again {
	position: absolute;
	top: 190px;
	left: 5px;
	text-decoration: none;
}
#otq-steps li.question-mark { 
	vertical-align: middle;
	margin-top: 0;
}
p#copyright {
	font-size: 11px; 
	margin-top: -50px;
}
#otq-result p.result-copy {
	text-align: left;
	line-height: 1.4;
	padding-bottom: 10px;
}


