body {
	margin: 0px;
	background: #7ac143;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #fefefe;
}


/* !STRUCTURE */

#container {
	border-bottom: 3px solid #f9d426;
}
#header {
	padding: 20px 0px 25px 0px;
	/* background: #70b23e url('bg/header.png') repeat-x; */
	background: #70b23e;
}
#header-inner {
	width: 950px;
	margin: 0px auto;
}
#main-snack-list {
	background: #fff;
	padding: 50px 0px 0px 0px;
}

#footer {
	padding: 50px 0px 25px 0px;
	border-bottom: 1px solid #c6cc31;
}
#footer-inner {
	width: 950px;
	margin: 0px auto;
}


/* !columns */
.columns {
	overflow: hidden;
	clear: both;
}
.columns .column {
	width: 50%;
	float: left;
}

.columns .column-thin {
	width: 300px;
	margin: 0px 8px 20px 8px;
	float: left;
}

.columns .column-thin.end {
	margin: 0px;
}


/* !HEADINGS */

h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; }
h1 {
	font-size: 24px;
}
h2 {
	margin-bottom: 20px;
	color: #c8ff9e;
	font-size: 18px;
	letter-spacing: -1px;
}
.item h2 {
	color: #7ac143;
}
h3,
h4 {
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -3px;
	line-height: 36px;
}
h4 {
	font-size: 30px;
	line-height: 30px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.5px;
	line-height: 11px;
	color: #70b13e;
	background: #f8f50e;
	padding: 2px 4px;
	margin: 1px 0px 0px 3px;
	display: inline-table;
}
h6 {
	font-size: 48px;
	font-weight: normal;
	line-height: 46px;
	letter-spacing: -4px;
	text-align: center;
	margin: 0px auto;
	padding: 10px 0px 20px 0px;
}
p {
	line-height: 16px;
	text-align: justify;
}

/* !LINKS */

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #f8f50e;
}
a:hover {
	text-decoration: none;
	/* background: url('bg/link-bg.png') repeat-x left 90%; */
	color: #fff;	
}

.item a {
	text-decoration: none;
	background-color: #70b23e;
	color: #fff;
}
.item a:hover {
	text-decoration: none;
	color: #f8f50e;	
}

#header h1,
#header h1 span,
#header h1 a,
#header h1 a:hover {
	display: block;
	height: 25px;
	width: 217px;
	text-indent: -1000px;
	/* background: url('bg/header-logo.png') no-repeat; */
	background: none;
}
#header h1 {
	/* background: url('bg/header-logo.png') no-repeat; */ /* Put the image on the header instead of the anchor because IE6 flickers on hover */
	background: url('bg/header-logo-snacks.png') no-repeat; /* Put the image on the header instead of the anchor because IE6 flickers on hover */
}
#hero {
	display: block;
	position: absolute;
	top: 30px;
}
.meta a {
	background: none;
	color: #fff;
}

/* !MAIN LIST */

.snack-list {
	width: 950px;
	margin: 0px auto;
	background: #fff;
}

.snack-list p {
	position: relative;
	text-align: center;
	padding: 0px 10px;
	top: -30px;
}

.snack-list a {
	font-size: 14px;
	line-height: 13px;
	color: #6fae3d;
	text-decoration:none;
	text-align: center;
}

.snack-list a:hover {
	text-decoration: underline;
}

/* !ITEMS */
.hr {
	height: 20px;
	background: #fff url('bg/item-divider.png') repeat-x center center;
}
.hr hr {
	display: none;
	margin: 0px;
	padding: 0px;
}

.item {
	padding: 40px 0px;
	background: #fff;
	color: #47801a;
	/* background: #fff url('bg/item-divider.png') repeat-x center bottom; */
}
.item .column.first {
	width: 655px;
}
.item .column.last {
	width: 290px;
}
.item .video {
	/* height: 288px; */
	/* width: 352px; */
	background-color: #000;
}

.item #thumbnails img {
	padding: 0px 2px 2px 0px
}

.item #thumbnails a {
	border: none;
	background: transparent;
}

.study-header {
	width: 950px;
	margin: 0px auto;
	padding: 50px 0px;
}

.study-body {
	width: 950px;
	margin: 0px auto;
}

.meta {
	width: 86%;
	margin: 20px 0px;
	padding: 10px;
	background-color: #74b740;
	font-size: 11px;
}

.note {
	width: 96%;
	margin: 10px 0px;
	padding: 0px;
	font-size: 10px;
	color: #f8f50e;
}

.note strong {
	color: #fefefe;
}