/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
body {
	background: #0f8df0 url(../images/bg.jpg) repeat-x;
	color: #898989;
	font-family: arial, "helvetica neue", helvetica, sans-serif ;
	font-size: 11px;
	line-height: 17px;
}

a{
	color: #48add7;
	outline: none; /* removing outline in Mozilla */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #48add7;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

span {
	font-weight: bold;
}

input {
	color: #898989;
}

p:hover {
	color: #707070;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/
.clear {
	clear: both;
	line-height: 0;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/

/*------------------------------------------------------*/
/* =WRAPPER						*/
#wrapper {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 910px;
	position: relative;
}

/*------------------------------------------------------*/
/* =SIDEBAR						*/
#sidebar {
	background: url(../images/sidebar.png) no-repeat;
	float: left;
	font-size: 10px;
	height: 508px;
	text-transform: uppercase;
	width: 283px;
	position: relative;
}

#sidebar ul {
	position: relative;
	top: 105px;
	left: 75px;
	width: 190px;
}

#sidebar ul li {
	padding-bottom: 6px;
}

#sidebar ul li h2 {
	background: url(../images/sidebar-h2.png) no-repeat;
	height: 25px;
	padding: 19px 0 9px 63px;
}

#sidebar ul li a {
	background: url(../images/menu.png) no-repeat 0 -33px;
	color: #fff;
	display: block;	
	height: 22px;
	padding: 5px 0 0 10px;
	width: 176px;
}

#sidebar ul li a:hover {
	background: url(../images/menu.png) no-repeat 0 0;
	text-decoration: none;
}

#sidebar ul li.active a {
	background: url(../images/menu.png) no-repeat 0 0;
	text-decoration: none;
}


/*------------------------------------------------------*/
/* =MAIN							*/
#contentHolder {
	float: left;
	width: 620px;
	position: relative;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#contentTop {
	background: url(../images/content-top.png) no-repeat;
	height: 22px;
}

#contentBottom {
	background: url(../images/content-bottom.png) no-repeat;
	height: 27px;
}

#vector {
	background: url(../images/vector.png) no-repeat;
	height: 213px;
	position: absolute;
	bottom: 5px;
	width: 620px;
}

#content {
	background: url(../images/content.png) repeat-y;
	min-height: 460px;
	overflow: hidden;
	padding: 0 20px;
}

/* logo */
#content #logo {	
	padding-left: 20px;
	text-indent: -9999px;
}

#content #logo a {
	background: url(../images/logo.jpg) no-repeat;	
	display: block;
	height: 70px;
	width: 266px;
}

/* heading */
#content h2 {
	background: url(../images/content-h2.png) no-repeat;
	height: 25px;
	padding: 7px 0 14px 65px;
}

#content * {
	/* because of the vector at the bottom */
	position: relative;
	z-index: 55;
}

/* form */
#content #main {
	float: left;
	padding: 25px 10px 0 30px;
	width: 290px;
}

#content #main ul {
	padding: 0 0 10px 5px;
}

#content #main ul li {
	background: url(../images/input.png) no-repeat 0 -35px;
	height: 27px;
	overflow: hidden;
	padding-bottom: 6px;
	width: 277px;
}

#content #main ul li.last {
	background: none;
}

#content form label {
	float: left;
	padding: 5px 0 0 10px;
	text-transform: capitalize;
	width: 90px;
}

#content form li:hover label {
	color: #5f5f5f;
}

#content form input[type="text"] {
	background: url(../images/input.png) no-repeat 0 -35px;
	border: none;
	display: block;
	float: right;
	font-weight: bold;
	height: 27px;
	padding: 5px 12px 0 0;
	text-align: right;
	width: 148px;
}

#content form input[type="text"]:hover, #content form input[type="text"]:focus {
	background: url(../images/input.png) no-repeat;
}

#content form input.submit {
	background: url(../images/form-submit.png) no-repeat;
	border: none;
	display: block;
	float: right;
	font-size: 10px;
	font-weight: normal;
	height: 27px;
	padding: 0;
	text-align: center;
	width: 162px;
}

#content form input.submit:hover {
	color: #5f5f5f;
	cursor: pointer;
}

/* for gender in Ideal Weight */
#content form ul li span {
	background: url(../images/input.png) no-repeat 0 -35px;
	display: block;
	float: right;
	height: 27px;
	padding: 5px 12px 0 0;
	text-align: right;
	width: 148px;
}

#content form ul li span:hover {
	background: url(../images/input.png) no-repeat;
}

#content form span label {
	float: none;
	padding: 0px 0 0 5px;
	text-transform: capitalize;
	width: 90px;
}

#content input[type="radio"] {
	float: right;
	margin-left: 5px;
}

/* results */
#content #main p {
	font-size: 13px;
	padding-bottom: 4px;
}

#content #main p a {
	text-decoration: underline;	
}

#content #main p a:hover {
	text-decoration: none;
}

#content #main p span.good {
	color: #8fcc52;
}

#content #main p span.bad {
	color: #ecb24d;
}

#content #main p span.reallyBad {
	color: #e15e74;
}

#content #main p span.note {
		color: #48add7;
}

#content a.submit {
	background: url(../images/form-submit.png) no-repeat;
	color: #898989;
	display: block;
	font-size: 10px;
	font-weight: normal;
	height: 22px;
	margin-top: 25px;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
	width: 162px;
}

#content a.submit:hover {
	color: #5f5f5f;
	cursor: pointer;
	text-decoration: none;
}

/*
.goodResult {
	background: #eff8ee;
	border: 1px solid #b3dead;
	color: #696969;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.badResult {
	background: #ffeccb;
	border: 1px solid #fbd696;
	color: #696969;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.reallyBadResult {
	background: #f6e3e3;
	border: 1px solid #e29b9b;
	color: #696969;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
*/

/* explanation */
#explanation {
	border-left: 1px solid #dedede;
	float: right;
	font-size: 12px;
	line-height: 15px;
	padding: 20px 5px 10px 30px;
	text-align: left;
	width: 190px;
}

#explanation p {
	-webkit-transition: 700 0.2s linear; /* little something for the webkit users :) */
	padding-bottom: 7px;
}

#explanation:hover p, #explanation:hover ol {
	color: #707070;
}

#explanation p span {
	color: #48add7;
}

#explanation ol {
	list-style-type: decimal;
}

#content .preloader {	
	background: #fff;
	padding-top: 90px;
	text-align: center;
	position: absolute;
	bottom: 15px;
	top: 10px;
	left: 15px;
	right: 25px;
	z-index: 1000;
}

#content .preloader a {
	font-size: 16px;
	text-transform: uppercase;
}

/* bmi for kids page */
#kids {
	padding: 15px 0;
}

#kids span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0 0 20px;
	text-transform: uppercase;
}

#kids strong {
	font-weight: bold;
	font-size: 14px;
}

#kids table {
	font-size: 12px;
	margin: 10px auto;
	width: 80%;
}

#kids table td {
	padding: 2px 0;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	font-family: tahoma, verdana, geneva, sans-serif;
	color: #fff;
	font-weight: bold;
	padding-right: 15px;
	text-align: right;
	text-shadow: #1f1f1f -1px 1px 1px;
}

#footer a {
	color: #fff;
}

#footer big {
	color: #f0f0f0;
	font-size: 13px;
}

#footer ul li {
	border-right: 1px solid #fff;
	display: inline;
	padding: 0 5px;
}

#footer ul li.noBorder {
	border: none;
}