/* CSS for The Green Nut - We Heart Pistachios Q & A */


/* ===========================================
         MAIN LAYOUT
==============================================*/

#container-boxContent {
	background: url(../images/weheart/splash-qanda.jpg) 0 230px no-repeat;
	}

#content {
	margin: 10px 9px auto 358px;
	}

.beveled .boxContent {
	padding: 16px;
	}


/* ===========================================
         MODULE
==============================================*/

.module {
	margin-bottom: 2px;
	}

.module .boxContent {
	padding: 0 12px 12px;
	}

.module ul {
	padding: 24px 22px 12px 84px;
	background-color: #f9f4e9;
	}
	
.module li {
	margin-bottom: 2em;
	}

/* ===========================================
         MODULE HEADER
==============================================*/

.module h3 {
	border-bottom: 1px solid #bdc28a;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.2em;
	}

.module h3 img {
	float: left;
	margin-left: 15px;
	}

.module h3 label {
	float: left;
	margin: 40px auto auto 16px;
	}

.module h3 em {
	margin-left: 0.5em;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	}

.module .readBio {
	float: right;
	margin-top: -20px;
	margin-right: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #9fac1f;
	}
	
.module .readBio:hover {
	text-decoration: underline;
	}
		
	
/* ===========================================
         QUESTION
==============================================*/

.question {
	display: block;
	margin-bottom: 1em;
	padding-left: 42px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
	background: url(../images/weheart/hd-q-qanda.gif) 0 0 no-repeat;
	}

.question.on {
	background-position: 0 -386px;
	color: #9fac1f;
	}

/* ===========================================
         QUESTION
==============================================*/

.answer {
	display: none;
	padding-left: 42px;
	font-size: 1.2em;
	line-height: 1.3em;
	background: url(../images/weheart/hd-a-qanda.gif) 20px 0 no-repeat;
	}
	
.answer p {
	margin-bottom: 1em;
	}
	
.answer ul,
.answer ol {
	margin-bottom: 1.4em;
	padding: 0 0 0 1.3em;
	}
	
.answer ul { list-style: disc; }
.answer ol { margin-left: 0.4em; list-style: decimal; }
	
.answer li {
	margin-bottom: 0.5em;
	}

	
	
	
	
