/* CSS for The Green Nut - We Heart Pistachios Channel */


/* ===========================================
         MAIN LAYOUT
==============================================*/

#container-boxContent {
	background: url(../images/weheart/splash-events.jpg) 0 230px no-repeat;
	}

#content {
	margin: 10px 9px auto 358px;
	}

.beveled .boxContent {
	padding: 16px;
	}


/* ===========================================
         ARTICLE TEXT 
==============================================*/

#articleText {
	margin-top: 0;
	padding: 0 20px 20px;
	}

#articleText h3 {
	margin-bottom: 1.4em;
	border-bottom: 1px solid #bdc28a;
	}

#articleText h3 img {
	float: left;
	margin-left: 15px;
	}

#articleText h3 label {
	float: left;
	margin: 40px auto auto 16px;
	}

#articleText h3 em {
	margin-left: 0.5em;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	}

#articleText .goBack {
	float: right;
	margin-top: -44px;
	margin-right: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #9fac1f;
	}
	
#articleText .goBack:hover {
	text-decoration: underline;
	}
	
