/* CSS for The Green Nut - Kernel of the Day */



/* ===========================================
         CHANNEL PAGE
==============================================*/

#main {
	position: relative;
	z-index: 1;
	}

#container-boxContent {
	position: relative;
	}

#splash {
	position: absolute;
	z-index: 100;
	top: 259px;
	left: 0;
	_left: -30px; /* IE6 */
	}

#content {
	margin: 16px 9px auto 254px;
	}

/* ---- Quick Tip ---- */

#quickTip .boxContent {
	padding: 19px 16px 30px 63px;
	min-height: 110px;
	_height: 110px; /* IE6 */
	}

#quickTip .tip img {
	float: right;
	margin-top: -42px;
	}

#quickTip h3 {
	margin: auto auto 4px 18px;
	padding-top: 7px;
	}

#quickTip h1 {
	margin-right: 120px;
	padding: 0 0 0 20px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	background: url(../images/kernel/bullet-pinkBg.gif) 0 2px no-repeat;
	}

/* ---- More Tips ---- */

#moreTips {
	margin-top: 46px;
	}

#moreTips .bdr_b {
	background: url(../images/kernel/box-moreTips-bdr_b.png) 100% 100% no-repeat;
	}

#moreTips .boxContent {
	padding: 17px 16px 10px;
	}

#moreTips ul {
	margin: 26px auto 40px 40px;
	}

#moreTips li {
	margin-bottom: 1.5em;
	padding-left: 16px;
	font-size: 1.3em;
	line-height: 1.3em;
	background: url(../images/kernel/bullet-whiteBg.gif) 0 2px no-repeat;
	}

#moreTips li h1 {
	padding: 0;
	font-weight: normal;
	}
	
#moreTips .link-more {
	float: right;
	margin-right: 8px;
	_position: relative; /* IE6 */
	_bottom: -40px; /* IE6 */
	}
	*+html #moreTips .link-more { position: relative; bottom: -40px; /* IE7 */ }
	
	
	
	
	
	
	
	
	