/* CSS for The Green Nut - Global Styles */


/* ===========================================
         GLOBAL RESETS
==============================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

ol, ul { list-style: none; }
a { color: #5a471c; }
a:hover { color: #9fac1f; }
strong { font-weight: bold; }
em { font-style: italic; }
.clear { clear: both; height: 0px; font-size: 0px; }

sup { font-size: 0.6em; vertical-align: top;  }
sub { font-size: 0.7em; vertical-align: bottom;  }


/* --- clearfix ---- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}


/* ===========================================
         BOXES W/ROUND CORNERS
==============================================*/

.tr { background-repeat: no-repeat; background-position: right top; }
.br { background-repeat: no-repeat; background-position: right bottom; }
.bl { background-repeat: no-repeat; background-position: left bottom; }
.tl { background-repeat: no-repeat; background-position: left top; }

.bdr_t { background-repeat: repeat-x; background-position: left top; }
.bdr_r { background-repeat: repeat-y; background-position: right top; }
.bdr_b { background-repeat: repeat-x; background-position: left bottom; }
.bdr_l { background-repeat: repeat-y; background-position: left top; }


/* ===========================================
         MAIN LAYOUT
==============================================*/

body { 
	padding: 20px 20px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 10px at default setting */
	line-height: 1;
	color: #5a471c;
	background-color: #c8d164;
	}

#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}

#container-tr { background-image: url(../images/global/box-container-tr.gif); _zoom: 1; /* Win/IE6 */ }
#container-br { background-image: url(../images/global/box-container-br.gif); }
#container-bl { background-image: url(../images/global/box-container-bl.gif); }
#container-tl { background-image: url(../images/global/box-container-tl.gif); }

#container-boxContent {
	padding: 8px 8px 30px 30px;
	}

#main {
	padding-bottom: 100px;
	}


/* ===========================================
         HEADER
==============================================*/

h1 {	
	padding: 15px 0 0 30px;
	}

h2 {
	float: right;
	width: 697px;
	margin-top: -30px;
	}

/* ---- NAV ---- */

#nav {
	float: right;
	width: 710px;
	}

#nav li {
	float: left;
	}

#nav a {
	display: block;
	width: 117px;
	height: 89px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -1000em;
	}

#nav-health a { background-image: url(../images/global/nav-health.gif); }
#nav-news a { width: 118px; background-image: url(../images/global/nav-news.gif); }
#nav-kernel a { background-image: url(../images/global/nav-kernel.gif); }
#nav-recipes a { width: 120px; background-image: url(../images/global/nav-recipes.gif); }
#nav-weHeart a { background-image: url(../images/global/nav-weHeart.gif); }
#nav-podcasts a { width: 121px; background-image: url(../images/global/nav-podcasts.gif); }

#nav a:hover {
	background-position: 0 -89px;
	}

#nav li.selected > a,
#nav li.selected > a:hover,
#nav a.selected,
#nav a.selected:hover {
	background-position: 0 -178px;
	}

/* ---- SHARE THIS ---- */

.shareThis {
	position: relative; /* Fixes problem with h2 overlap disabling hover */
	float: right;
	margin: -3em 14px 0 0;
	_display: inline; /* IE6 */
	}

.shareThis a {
	font-size: 1.2em;
	line-height: 1.3em;
	text-decoration: none;
	}


/* ===========================================
         BEVELED EDGES
==============================================*/

.beveled {
	position: relative;
	z-index: 0; /* Must be lower than #header */
	background-color: #f0e3ca;
	_display: inline;  /* For Win/IE6 - fixes double margin bug */
	_zoom: 1;  /* For Win/IE6 - top border disappears */
	}

.beveled .tr { background-image: url(../images/global/box-bevel-tr.gif); _zoom: 1; /* Win/IE6 */ }
.beveled .br { background-image: url(../images/global/box-bevel-br.gif); _zoom: 1; /* Win/IE6 */  }
.beveled .bl { background-image: url(../images/global/box-bevel-bl.gif); _zoom: 1; /* Win/IE6 */  }
.beveled .tl { background-image: url(../images/global/box-bevel-tl.gif); _zoom: 1; /* Win/IE6 */  }
.beveled .bdr_t { background-image: url(../images/global/box-bevel-bdr_t.gif); _zoom: 1; /* Win/IE6 */  }
.beveled .bdr_r { background-image: url(../images/global/box-bevel-bdr_r.gif); _zoom: 1; /* Win/IE6 */  }
.beveled .bdr_b { background-image: url(../images/global/box-bevel-bdr_b.gif); _zoom: 1; /* Win/IE6 */  }
.beveled .bdr_l { background-image: url(../images/global/box-bevel-bdr_l.gif); _zoom: 1; /* Win/IE6 */  }

.beveled .boxContent {
	padding: 14px 16px 16px 12px;
	}


/* ===========================================
         WHITE ON WHITE
==============================================*/

.whiteOnWhite {
	position: relative;
	z-index: 0; /* Must be lower than #header */
	background-color: #fff;
	_display: inline;  /* For Win/IE6 - fixes double margin bug */
	_zoom: 1;  /* For Win/IE6 - top border disappears */
	}

.whiteOnWhite .tr { background-image: url(../images/global/box-whiteOnWhite-tr.gif); _zoom: 1; /* Win/IE6 */ }
.whiteOnWhite .br { background-image: url(../images/global/box-whiteOnWhite-br.gif); _zoom: 1; /* Win/IE6 */  }
.whiteOnWhite .bl { background-image: url(../images/global/box-whiteOnWhite-bl.gif); _zoom: 1; /* Win/IE6 */  }
.whiteOnWhite .tl { background-image: url(../images/global/box-whiteOnWhite-tl.gif); _zoom: 1; /* Win/IE6 */  }
.whiteOnWhite .bdr_t { background-image: url(../images/global/box-whiteOnWhite-bdr_t.gif); _zoom: 1; /* Win/IE6 */  }
.whiteOnWhite .bdr_r { background-image: url(../images/global/box-whiteOnWhite-bdr_r.gif); _zoom: 1; /* Win/IE6 */  }
.whiteOnWhite .bdr_b { background-image: url(../images/global/box-whiteOnWhite-bdr_b.gif); _zoom: 1; /* Win/IE6 */  }
.whiteOnWhite .bdr_l { background-image: url(../images/global/box-whiteOnWhite-bdr_l.gif); _zoom: 1; /* Win/IE6 */  }

.whiteOnWhite .boxContent {
	padding: 13px 8px 7px 15px;
	}

/* ---- Green Bottom ---- */

.greenBottom .br { background-image: url(../images/global/box-whiteOnWhite-br-green.gif); _zoom: 1; /* Win/IE6 */  }
.greenBottom .bl { background-image: url(../images/global/box-whiteOnWhite-bl-green.gif); _zoom: 1; /* Win/IE6 */  }
.greenBottom .bdr_b { background-image: url(../images/global/box-whiteOnWhite-bdr_b-green.gif); _zoom: 1; /* Win/IE6 */  }


/* ===========================================
         WHITE ON PINK
==============================================*/

.whiteOnPink {
	position: relative;
	z-index: 0; /* Must be lower than #header */
	background-color: #fff;
	_display: inline;  /* For Win/IE6 - fixes double margin bug */
	_zoom: 1;  /* For Win/IE6 - top border disappears */
	}

.whiteOnPink .tr { background-image: url(../images/global/box-whiteOnPink-tr.gif); _zoom: 1; /* Win/IE6 */ }
.whiteOnPink .br { background-image: url(../images/global/box-whiteOnPink-br.gif); _zoom: 1; /* Win/IE6 */  }
.whiteOnPink .bl { background-image: url(../images/global/box-whiteOnPink-bl.gif); _zoom: 1; /* Win/IE6 */  }
.whiteOnPink .tl { background-image: url(../images/global/box-whiteOnPink-tl.gif); _zoom: 1; /* Win/IE6 */  }
.whiteOnPink .bdr_t { background-image: url(../images/global/box-whiteOnPink-bdr_t.gif); _zoom: 1; /* Win/IE6 */  }
.whiteOnPink .bdr_r { background-image: url(../images/global/box-whiteOnPink-bdr_r.gif); _zoom: 1; /* Win/IE6 */  }
.whiteOnPink .bdr_b { background-image: url(../images/global/box-whiteOnPink-bdr_b.gif); _zoom: 1; /* Win/IE6 */  }
.whiteOnPink .bdr_l { background-image: url(../images/global/box-whiteOnPink-bdr_l.gif); _zoom: 1; /* Win/IE6 */  }

.whiteOnPink .boxContent {
	padding: 13px 8px 7px 15px;
	}


/* ===========================================
         LIGHT GREEN ON WHITE
==============================================*/

.lightGreenOnWhite {
	position: relative;
	z-index: 0; /* Must be lower than #header */
	background-color: #f2f4da;
	_display: inline;  /* For Win/IE6 - fixes double margin bug */
	_zoom: 1;  /* For Win/IE6 - top border disappears */
	}

.lightGreenOnWhite .tr { background-image: url(../images/global/box-lightGreenOnWhite-tr.gif); _zoom: 1; /* Win/IE6 */ }
.lightGreenOnWhite .br { background-image: url(../images/global/box-lightGreenOnWhite-br.gif); _zoom: 1; /* Win/IE6 */  }
.lightGreenOnWhite .bl { background-image: url(../images/global/box-lightGreenOnWhite-bl.gif); _zoom: 1; /* Win/IE6 */  }
.lightGreenOnWhite .tl { background-image: url(../images/global/box-lightGreenOnWhite-tl.gif); _zoom: 1; /* Win/IE6 */  }

.lightGreenOnWhite .boxContent {
	padding: 8px 20px 7px;
	}


/* ===========================================
         DARK GREEN ON WHITE
==============================================*/

.darkGreenOnWhite {
	position: relative;
	z-index: 0; /* Must be lower than #header */
	background-color: #afbd22;
	_display: inline;  /* For Win/IE6 - fixes double margin bug */
	_zoom: 1;  /* For Win/IE6 - top border disappears */
	}

.darkGreenOnWhite .tr { background-image: url(../images/global/box-darkGreenOnWhite-tr.gif); _zoom: 1; /* Win/IE6 */ }
.darkGreenOnWhite .br { background-image: url(../images/global/box-darkGreenOnWhite-br.gif); _zoom: 1; /* Win/IE6 */  }
.darkGreenOnWhite .bl { background-image: url(../images/global/box-darkGreenOnWhite-bl.gif); _zoom: 1; /* Win/IE6 */  }
.darkGreenOnWhite .tl { background-image: url(../images/global/box-darkGreenOnWhite-tl.gif); _zoom: 1; /* Win/IE6 */  }

.darkGreenOnWhite .boxContent {
	padding: 13px 8px 7px 15px;
	}


/* ===========================================
         LINKS 
==============================================*/

.link-more {
	padding-right: 12px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	background: url(../images/global/arrow-viewAll-whiteBg.gif) right 2px no-repeat;
	}


/* ===========================================
         FOOTER 
==============================================*/

#footer .socialNetworking {
	float: right;
	width: 241px;
	margin: 38px auto auto 12px;
	}

#footer .socialNetworking li {
	float: left;
	margin-right: 16px;
	}

#footer .link-podcast,
#footer .link-newsletter {
	float: right;
	width: 320px;
	height: 100px;
	margin-right: 18px;
	background-color: #f3ead6;
	}

#footer .link-newsletter .viewAll {
	padding: 0 0 15px 15px;
	text-align: left;
	}

#footer .link-newsletter .viewAll a {
	font-size: 1.1em;
	font-weight: bold;
	color: #9fac1f;
	text-decoration: none;
	}

#footer .link-newsletter .viewAll a:hover {
	text-decoration: underline;
	}


/* ===========================================
         COPYRIGHT 
==============================================*/

#copyright {
	width: 960px;
	margin: 20px auto auto;
	text-align: left;
	}

#copyright span {
	float: right;
	width: 300px;
	text-align: right;
	}

#copyright a {
	text-decoration: none;
	}

#copyright a:hover {
	color: inherit;
	text-decoration: underline;
	}
	
#new_user_session {
	width: 400px;
	margin: 40px auto 0 auto;
}

#new_user_session label {
	width: 100px;
	display: block;
	float: left;
	clear: left;
}