/* reset
---------------------------------------------- */
@import url("reset.css");

/* page format
---------------------------------------------- */
#container {
	width: 560px;
	height: auto;
	padding: 0 20px 20px;
	border: none;
}

#header {
	height: auto;
}

#header img {
	float: left;
	padding: 10px 20px 10px 15px;
}

#form legend {
	display: none;
}

ul {
/* 	position: relative; */
}

ul li {
	color: #444;
	list-style: none;
	font-size: 12px;
/* 	position: relative; */
}

ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}

ul li.first {
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

ul li.lblue {
	background-color: #e6f1fa;
	padding: 8px;
}

ul li.dblue {
	background-color: #d5e8f7;
	padding: 8px;
}

.question {
	padding-left: 10px;
	padding-top: 4px;
	display: inline-block;
}

.answer1 {
	float: right;
	width: 80px;
	margin-right: 10px;
}

.answer2 {
	float: right;
	width: 80px;
}

input[type=radio] {
	opacity: 0;
	width: 0;
	margin: 0;
}

label {
	display: inline-block;
	background: transparent url(../img/radio-sprite.png) no-repeat 0 0;
	padding-left: 28px;
	line-height: 22px;
}

label.selected {
	background-position: 0 -32px;
}

#family-history {
	padding: 25px 0 5px 18px;
	background-color: #d5e8f7;
}

#family-history h3 {
	color: #395f82;
	text-shadow: 1px 1px .5px #fff;
	font-size: 1.7em;
	padding-bottom: 5px;
}

#family-history p {
	color: #333;
	font-size: 12px;
}

#results {
	background: #d5e8f7 url(../img/btm-fade.gif) repeat-x 0 100%;
	font-size: 17px;
	color: #395f82;
	text-align: center;
	text-shadow: 1px 1px .5px #fff;
	padding: 10px 0 6px
}

#results a {
	font-size: 11px;
	color: #363636;
	margin-left: 5px;
}

#brca-risk {
	display: inline-block;
	color: #c82a2a;
	font-size: 27px;
	background-color: #e2e2e2;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, rgb(255,255,255)), color-stop(1, rgb(226,226,226)));
	background-image: -moz-linear-gradient(center top, rgb(255,255,255) 50%, rgb(226,226,226) 100%);
	padding: 7px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	vertical-align: bottom;
	margin-bottom: -11px;
	border: solid 1px #fff;
}

.percent {
	font-size: 14px;
	position: relative;
	top: -8px
}

#footer {
	font-size: 14px
}

#footer div {
	text-align: center;
	padding: 16px 0 19px;
	border-bottom: solid 1px #858585;
	color: #333;
	background: transparent url(../img/border-bg.gif) repeat-x 0 0;
}

#footer div img {
	margin-bottom: -14px;
}

#footer p {
	padding-top: 10px;
	line-height: 16px;
	color: #444;
	background: transparent url(../img/down-arrow.gif) no-repeat 50% 0;
}

/* typography
---------------------------------------------- */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

h1 {
	font-weight: bold;
	font-size: 2.2em;
	padding-top: 15px;
}

h2 {
	color: #333;
	line-height: 1.4em;
	padding-top: 8px;
	padding-bottom:16px;
	font-size: 1.4em;
	font-weight:bold;
}
