/* CSS for The Green Nut - Article */


/* ===========================================
         MAIN LAYOUT
==============================================*/

#news #container-boxContent {
	background: url(../images/news/splash-newsArticle.jpg) 0 192px no-repeat;
	}

#preventionArticles #container-boxContent {
	background: url(../images/health/splash-prevention_articles.jpg) 0 215px no-repeat;
	}

#content {
	margin: 10px 9px auto 358px;
	}

.beveled .boxContent {
	padding-bottom: 12px;
	}

/* ===========================================
         SOURCE 
==============================================*/

#articleBox .viewAll {
	float: right;
	padding-right: 15px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	background: url(../images/global/arrow-viewAll-pinkBg.gif) top right no-repeat;
	}

#articleBox h6 {
	margin-left: 8px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	}

#articleBox h6 .divider {
	margin: auto 0.5em;
	font-size: 0.9em;
	font-weight: normal;
	color: #9fac1f;
	}

#articleBox h6 .date {
	font-size: 0.9em;
	}


/* ===========================================
         ARTICLE TEXT 
==============================================*/

#articleText {
	min-height: 200px;
	_height: 200px; /* IE6 */
	margin-top: 8px;
	padding: 30px 10px 24px 24px;
	background-color: #fbf7ef;
	}

#articleText h3 {
	margin-bottom: 0.6em;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	}

#articleText h4 {
	margin-bottom: 1.4em;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2em;
	}

#articleText h5 {
	margin-bottom: 0.2em;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	color: #9fac1f;
	}

#articleText .noBold {
	font-weight: normal;
	}

#articleText p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#articleText ul,
#articleText ol {
	margin: 1em auto 1.4em 1em;
	padding-left: 1.2em;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#articleText ul { list-style: disc; }
#articleText ol { list-style: decimal; }

#articleText li {
	margin-bottom: 0.8em;
	}
	
#articleText a { font-weight: bold; color: #9fac1f; }
#articleText a:hover { text-decoration: none; }

/* ---- Tables ---- */

#articleText table {
	margin-bottom: 1.4em;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#articleText tr {
	vertical-align: top;
	}

#articleText td,
#articleText th {
	padding: 0 20px 0.4em;
	}

#articleText th {
	font-weight: bold;
	}

#articleText .tableShading th, 
#articleText .tableShading td {
	padding: 0.2em 20px 0.4em;
	border-bottom: 1px solid #d6d2a9;
	background-color: #f9f3e9;
	}
	
#articleText .tableShading th {
	border-top: 1px solid #d6d2a9;
	background-color: #f5ebda;
	}

#articleText .tableShading .alt td {
	background-color: #f5ebda;
	}


/* ---- Footnote ---- */

#articleText .footnote {
	margin-top: 3em;
	}

#articleText .footnote p {
	margin-bottom: 0.6em;
	font-size: 1em;
	line-height: 1.3em;
	}


/* ===========================================
         PAGINATION 
==============================================*/

#pagination {
	margin: 7px 20px auto auto;
	text-align: right;
	font-size: 1.1em;
	line-height: 1em;
	}

#pagination a,
#pagination span {
	float: right;
	}

#pagination span {
	margin: 0.1em 1em auto;
	}