/*******************************************************************************
NEARLY ANY AND ALL GLOBAL & DEFAULT STYLES ARE SET IN base.css
MOST STYLES CAN BE OVERWRITTEN HERE IN style.css

NOTES & THINGS TO KEEP IN MIND ABOUT base.css & style.css:
  ALL MARGINS & PADDING ARE RESET TO EITHER 0 OR A GLOBAL DEFUALT THAT YOU CAN
  OVERWRITE IN THIS STYLE SHEET

  FONT-SIZE IS SET TO A DEFAULT OF 12px
  FONT-COLOR IS SET TO A DEFAULT OF #333, OVER-WRITE THE COLOR BELOW
*******************************************************************************/


@import "base.css";

body
{
	font-family: Helvetica;
	font-size: 13px;
}
img, a, input {
	outline: none;
}
#mainHeaderContent {
	float:left;
	width:600px;
}

/****************** QUIZ *************************/
	#quizHeader
	{
		width: 100%;
		padding: 0px;
	}
	#quizNumberDisplay {
		padding-top: 30px;
	}
	#quizHeader h2 {
		font-size: 12px;
		font-weight: bold;	
	}
	#quizHeaderContent, #quizHeaderContent img, #quizHeaderContent a {
		margin:0px;
		padding:0px;
	}
	#quizHeaderContent {
		float:left;
		width:600px;
		margin-left: 15px;
		margin-top: 15px;
	}
	#quizHeaderContent p {
		width: 580px;
	}
	#quizNumberOff_1 {
		width:73px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat 0px 0px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumberOn_1 {
		width:73px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat 0px -72px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumberOff_2 {
		width:81px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat -73px 0px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumberOn_2 {
		width:81px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat -73px -72px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumberOff_3 {
		width:86px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat -154px 0px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumberOn_3 {
		width:86px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat -154px -72px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumberOff_4 {
		width:79px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat -240px 0px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumberOn_4 {
		width:79px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat -240px -72px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumberOff_5 {
		width:82px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat -319px 0px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumberOn_5 {
		width:82px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat -319px -72px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumberOff_6 {
		width:84px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat -401px 0px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumberOn_6 {
		width:84px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat -401px -72px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumberOff_7 {
		width:74px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat -483px 0px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumberOn_7 {
		width:74px;
		height:72px;
		background: url("../../assets/images/quiz/NNM_quiz_numbers.png") no-repeat -483px -72px;
		text-indent: -5000px;
		float:left;
	}
	#quizNumbers2 #quizNumberOff_1,
	#quizNumbers2 #quizNumberOn_1,
	#quizNumbers2 #quizNumberOff_2,
	#quizNumbers2 #quizNumberOn_2,
	#quizNumbers2 #quizNumberOff_3,
	#quizNumbers2 #quizNumberOn_3,
	#quizNumbers2 #quizNumberOff_4,
	#quizNumbers2 #quizNumberOn_4,
	#quizNumbers2 #quizNumberOff_5,
	#quizNumbers2 #quizNumberOn_5,
	#quizNumbers2 #quizNumberOff_6,
	#quizNumbers2 #quizNumberOn_6
	{
		background-image: url("../../assets/images/quiz2/NNM_quiz_numbers.png")
	}


#quizQuestionAnswer {
	float: left;
	height:445px;
	overflow: hidden;
	background-color: #eaf1d3;
	padding: 0px 15px 0px 15px;
	width: 890px;
}
	#questionSlideContainer {
		width: 5000px;		
		margin-left: 0px;
	}
	.questionSection {
		width: 580px;
		float:left;
		margin-right:20px;
	}
	#quizQuestionWrapper {
		float:left;
		width:500px;
		margin:0px;
		margin-top: 15px;
		padding:0px;
	}
	#quizQuestion {
		width:560px;
		padding:25px 0px 10px 0px;
		margin-right:10px;	
		font-size:12px;	
		overflow: hidden;
	}
		#quizQuestion h2 {
			font-size: 14px;
			font-weight: bold;
			padding:0px;
			margin:0px;
			color: #80A654;
		}
		#quizQuestion p {
			width:520px;	
		}
		.radioRow {
			height:25px;
		}
		.questionList {
			margin: 20px 0 20px 0;
		}
	#quizAnswer {
		float:right;
		height:445px;
		background-color: #eaf1d3;
		padding: 15px 15px 0 0;
	}
	#quizAnswerCopy {
		margin-left:20px;
		width:230px;
		height:450px;
		padding: 10px 10px 0px 15px
	}
	#quizAnswerCopy h3 {
		font-size: 11px;
		font-weight: bold;	
	}
	#chartdiv {
		width: 200px;
		height: 200px;
	}

	.questionSection {
		float:left;
		overflow: hidden;
	}	
	.answerSection {
		margin-top:1px;
		margin-bottom: 10px;
		padding-top:5px;
		padding-bottom:10px;
		border-top: 1px dotted #bababa;
	}
	.answerSection p {
		padding-bottom:10px;
	}
	#quizAnswerGraphSection {
		display: none;
		height: 241px;
		width: 231px;
	}
	#answerIntro {
		display:block;
	}
	#quizScore {
		text-align: center;
		width:200px;
		margin-top: 10px;
		margin-left: 30px;
	}
	#quizAjaxLoader {
		margin-top:10px;
	}
	#errorWindow {
		color: #000;
		width:215px;
		border:none;
	}
	.jqmWindow {		
		border:1px solid black;
		color:#333333;
		display:none;
		left:70%;
		padding:5px 12px 12px 12px;
		position:fixed;
		top:25%;
	}	

#homeMainWrapper {
	width: 855px;
}

#center-gradient {backgraound: url(../../assets/images/gradient-large.png); 
	no-repeat top;
	width:200px;
	height: 60px;
	padding: 0 2px 5px 2px;

}


#homeMainContent {
	margin:0px;
	padding:0 10px 10px 10px;
	width: 580px;
	float:left;
}

.hrLine {
	
	height: 40px;
	margin-bottom: 15px;
	margin-right:10px;
}

#quizLink {
	background: url(../../assets/images/main/takequiz.jpg);
	width:580px;
	height:116px;
	margin-left:-10px; 
	margin-top:8px;
	margin-bottom:15px;
}
#quizLinkContent {
	padding-top:30px;
	width:300px;
}
#nutritionKowledge {
	height:15px;
	width:250px;
	display: block;
	margin-left: 200px;
}
#takeQuizLink {
	width:500px;
	display:block;
	margin-left:0px;
	margin-top:10px;
}

#moreMattersLink {
	background: url(../../assets/images/main/morematters.png);
	width:594px;
	height:115px;
	margin-top:15px;
	margin-bottom:15px;
}
#moreMattersContent {
	padding: 5px 0px 0px 200px;
}

	#moreMattersContent p{
		margin: 8px 0px 0px 0px;
		width: 355px;
	}

#moreMattersTitle {
	color: #eb6e1f;
	display: block;
	font-size:  14px;
	font-weight: bold;
	height: 15px;
	margin: 8px 0px 10px 0px;
	text-align:  left;
	width: 300px;
}

#moreMatters {
	display:block;
	margin-top:20px;
	margin-left:80px;
}

#moreMattersLeft{
	display: inline;
	float: left;
	width: 300px;
}

#moreMattersImgLink{
	display: inline;
	float: left;
	left: 6px;
	position: relative;
	top: 34px;
	width: 108px;
}

#homeMainContent p {
	line-height: 15px;
	padding-left: 2px;
}

.headlineBlock {
	line-height: 15px;
	margin: 30px 0px 0px 0px;
}

.headlineBlock img {
	display: block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.headlineBlock h3 {
	font-size:14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.headlineBlock h3 a {
	color: #80A654;
	text-decoration: none;
}
.headlineBlock h3 a:hover {
	text-decoration: underline;
}

.headlineBlock h3.margin-Top-Add{
	margin-top: 40px;
}

.headlineBlock ul {
	margin-bottom: 10px;
}
#homeSideContent {
	float:left;	
	margin-top:1px;
}
#homeSideContent .recipe {
	clear:both;
	padding-bottom:10px;
	border-bottom:1px solid #80a654;
}
#homeSideContent .recipe a {
	display:block;
	padding-top: 7px;
	line-height: 16px;
}

#homeSideContent .recipe a:hover {
	text-decoration:underline;
	color:#e3a256;
}
#avocadoImage {
	margin-left:40px;
	margin-top:10px;
}
#homeSideContent .recipe img {
	float:right;
	padding:10px 0 10px 10px;
}
.questionSection h2 {
	width:300px;
	height:17px;
}
#quizFooter {

}

ul, li
{
	margin: 0px;
	padding: 0px;
}
html
{
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	min-height: 100%;
}
body
{
	background: none repeat scroll 0 0 #E0EE90;
	margin: 0;
	padding: 0;
	color: #000000;
}
#outWrapper
{
	background: url("/assets/images/background.png") repeat-y scroll 0 0 transparent;
	margin: 0 auto;
	width: 1000px;
	padding: 0;
}
#wrapper
{
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #848484;
	border-left: 1px solid #848484;
	border-right: 1px solid #848484;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 920px;
}
#nav-wrap
{
	margin-top: 14px;
}
#nav-wrap ul, ul li
{
	list-style: none outside none;
}
.mainnav
{
	width: 918px;
}
.mainnav ul
{
	margin: 0;
	padding: 0;
}
.mainnav ul li
{
	float: left;
	margin: 0px;
	padding: 0px;
}
img, a
{
	border: medium none;
	outline: medium none;
}
#header a span.menu-text
{
	display: block;
	float: left;
	height: 33px;
	text-indent: -4000px;
}
#header .avocado-recipes a span.menu-text
{
	background: url("/assets/images/topNav.png") no-repeat scroll 0 0 transparent;
	width: 141px;
}
#header .avocado-recipes a span.menu-text:hover
{
	background: url("/assets/images/topNav.png") no-repeat scroll 0 -68px transparent;
}
#header .party-tips-decor a span.menu-text
{
	width:152px; 
	background:url("/assets/images/topNav.png") no-repeat -141px 0;
}
#header .party-tips-decor a span.menu-text:hover
{
	background:url("/assets/images/topNav.png") no-repeat -141px -68px
}
#header .avocado-nutrition a span.menu-text
{
	width:146px;
	background:url("/assets/images/topNav.png") no-repeat -293px 0;
}
#header .avocado-nutrition a span.menu-text:hover
{
	background:url("/assets/images/topNav.png") no-repeat -293px -68px
}
#header .how-to a span.menu-text
{
	width:100px; 
	background:url("/assets/images/topNav.png") no-repeat -440px 0; 
}
#header .how-to a span.menu-text:hover
{
	background:url("/assets/images/topNav.png") no-repeat -440px -68px
}
#header .about a span.menu-text
{
	width:118px; 
	background:url("/assets/images/topNav.png") no-repeat -541px 0;
}
#header .about a span.menu-text:hover
{
	background:url("/assets/images/topNav.png") no-repeat -541px -68px
}
.clear
{
	clear: both;
	width: 100%;
}
#main
{
	border: 1px solid #BDBDBD;
	float: left;
	font-size: 13px;
	line-height: 20px;
	width: 625px;
	margin-top: 10px;
}
#quizmain1
{
	width: 100%;
	border: 1px solid #BDBDBD;
	float: left;
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
}
#quizmain
{
	float: left;
}
#main-inner
{
	padding: 15px 15px 15px;
}
p
{
	padding: 0;
	margin: 0;
}
h1
{
	margin: 0 0 5px;
	padding: 0;
	color: #163027;
	font-size: 22px;
	font-weight: bold;
}
h2
{
	margin: 0 0 5px;
	padding: 0;
	color: #163027;
	font-size: 18px;
	font-weight: bold;
}
a:link
{
	color: #000000;
}
a:visited
{
	color: #43792d;
}
a:hover, a:active 
{
	color: #e67725;
}
#footer
{
	color: #1E3938;
	font-size: 12px;
	line-height: 15px;
	margin: 0 auto;
	padding-top: 25px;
	width: 960px;
	font-family: Helvetica;
}
#footer .column
{
	float: left;
	margin-left: 15px;
	width: 175px;
}
#footer a:link, #footer a:visited
{
	color:#1e3938;
	text-decoration:none;
	outline:none
}
#footer a:hover
{
	color:#1e3938;
	text-decoration:underline;
	outline:none
}
#footer .column p
{
	font-weight: bold;
	text-transform: uppercase;
}
#main-inner p
{
	margin-bottom: 15px;
}
#footer ul
{
	list-style: disc outside none;
	margin: 5px 0 20px 12px;
}
#footer ul li
{
	list-style: none outside none;
}
#sign-up-image
{
	background: url("/assets/images/leftFormBG.jpg") repeat scroll 0 0 transparent;
	height: 383px;
	width: 212px;
	float:left;
}
#sign-up-image img
{
	padding: 315px 0 0 90px;
}
.answerCorrectIncorrect
{
	color: #80A654;
}
#formsidebar
{
	display: block;
	float: left;
	margin: 3px;
	width: 281px;
	height: 250px;
	border: 1px solid #CCCCCC;
	margin-top: 9px;
	background-color:#c4d681;
	
}
#sidebar
{
	display: block;
	float: left;
	width: 253px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 13px;
}
#quizsidebar
{
	display: block;
	float: left;
	margin: 0px;
	width: 264px;
	height: 255px;
	background-color:#c4d681;
	margin-top: 0px;
	margin-left: 10px;
	padding: 10px 5px 5px 25px;
}
.mainPageGradient
{
	background: url("/assets/images/gradient-large.png") repeat-x;
	padding: 10px;
	width: 573px;
}
