/* CSS for The Green Nut - Homepage */


/* ===========================================
         MAIN LAYOUT
==============================================*/

#secondary {
	float: left;
	width: 207px;
	}

#main {
	float: left;
	width: 710px;
	margin-left: 35px;
	padding-bottom: 0;
	}

#nav {
	margin-bottom: 19px;
	}

#content {
	float: left;
	width: 503px;
	}

#sidebar {
	float: left;
	width: 193px;
	margin-left: 11px;
	}

#footer {
	clear: both;
	}
	
/* ===========================================
         SECONDARY
==============================================*/

h1 {
	padding-left: 13px;
	}

#link-weHeart {
	display: block;
	margin-top: 37px;
	} 

#link-sweeps {
	display: block;
	margin: 32px auto auto 15px;;
	}


/* ===========================================
         CAROUSEL
==============================================*/

#carouselContent {
	padding: 10px 10px 10px 12px;
	background: url(../images/carousel/carousel-frame.png) 11px 46px no-repeat;
	}


/* ===========================================
         KERNEL OF THE DAY
==============================================*/

#kernelOfDay {
	margin-top: 12px;
	}

#kernelOfDay h3 {
	margin-bottom: 16px;
	}

#kernelOfDay .items img {
	float: left;
	margin: -36px auto auto 18px;
	position: relative;
	z-index: 25;
	}

#kernelOfDay h4 {
	margin-left: 125px;
	}

#kernelOfDay .items h1 {
	margin: 0 14px 1em 125px;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
	}


/*---- Pagination ---- */

#pagination {
	margin: 22px 20px auto auto;
	text-align: right;
	font-size: 1.1em;
	line-height: 1em;
	}

#pagination .prev,
#pagination .next,
#pagination span {
	float: right;
	}

#pagination span {
	margin: 0.1em 0.6em auto auto;
	}

#pagination span a {
	float: none;
	margin-left: 0.6em;
	font-size: 1.2em;
	text-decoration: none;
	}

#pagination span a.activeSlide {
	font-weight: bold;
	}


/* ===========================================
         HOLIDAY RECIPES
==============================================*/

#holidayRecipes {
	margin-top: 20px;
	margin-right: 15px;
	}
	
#holidayRecipes p {
	padding-left: 20px;
	background: url(../images/weheart/arrowRight-whiteBg.gif) 0 0 no-repeat;
	}

#holidayRecipes p a { 
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
	}
	

/* ===========================================
         LATEST NEWS & EVENTS
==============================================*/

#latestNews  {
	margin-top: 30px;
	}

#latestNews ul {
	margin-top: 18px;
	margin-left: 0;
	padding-left: 1.3em;
	list-style: disc;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#latestNews li {
	margin-bottom: 0.6em;
	}

#latestNews a {
	text-decoration: none;
	}

#latestNews .link-more {
	float: right;
	}


/* ===========================================
         TWITTER FEED
==============================================*/

#twitter_div {
	margin-top: 20px;
	}

#twitter_div h3 {
	line-height: 0;
	}

#twitter_update_list {
	border-right: 2px solid #c9d36b;
	border-left: 2px solid #c9d36b;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#twitter_update_list li {
	padding: 10px 8px;
	background-color: #eff2d3;
	border-bottom: 1px solid #d5d9ad;
	width: 173px; /* IE - since long urls in tweets don't wrap */
	overflow: hidden; /* IE */
	}

#twitter_update_list span {
	display: block;
	}

#twitter_update_list a {
	text-decoration: none;
	}


/* ===========================================
         EMAIL NEWSLETTER
==============================================*/

.link-newsletter {
	display: block;
	margin-top: 18px;
	background-color: #f6efdf;
	}

.link-newsletter .viewAll {
	padding: 0 0 15px 15px;
	text-align: left;
	}

.link-newsletter .viewAll a {
	font-size: 1.1em;
	font-weight: bold;
	color: #9fac1f;
	text-decoration: none;
	}

.link-newsletter .viewAll a:hover {
	text-decoration: underline;
	}


