/* basic styles */
body {
	background: #401989 url('../images/bg.2.jpg') repeat-x fixed center top;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #333;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0 0 1em 0;
}
h2 {
	font-size: 37px;
	line-height: 120%;
	font-weight: normal;
	margin: 0 0 0.81em 0;
}
form {
	margin: 0;
	padding: 0;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 65%;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* end basic styles */
/* structure */
#container {
	text-align: left;
	margin: 0 auto;
	width: 958px;
	padding: 0 10px;
}
#header {
	height: 121px;
	width: 872px;
	background: transparent url('../images/bg_header.2.png') no-repeat left top;
	padding: 9px 43px 14px 43px;
}
#maincontent {
	padding: 0 3px;
	width: 952px;
	background: transparent url('../images/bg_maincontent.png') repeat-y left top;
}
#content {
	clear: left;
	background-color: #fff;
}
#footer {
	padding: 15px 30px 2px 30px;
	background-color: #fff;
	text-align: center;
	clear: both;
}
#maincontent_bottom {
	width: 958px;
	height: 16px;
	background: transparent url('../images/bg_bottom.png') no-repeat left top;
	margin: 0 0 25px 0;
}
/* end structure */
/* wp defaults */
.clear {
	clear: both;
}
.navigation {
	float: left;
	padding-bottom: 1em;
	width: 100%;
}
div.page, .post {
	clear: left;
	margin: 0 0 40px 0;
}
.postmetadata {
	clear: both;
	font-size: 12px;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
code {
	font: 1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar caption {
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
p.post_date {
	font-size: 12px;
	margin: -1.25em 0 1em 0;
}
/* wp defaults */
/* wp defaults - images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
/* end wp defaults - images */
/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
/* wp default captions */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* end wp default captions */

/* zola layout styles */
#header h1, #header h1 a {
	display: block;
	text-indent: -9999px;
	width: 243px;
	height: 107px;
	float: left;
	margin: 0;
	padding: 0;
	outline: none;
}
#headersearch {
	float: right;
	height: 33px;
	padding: 88px 0 0 0;
	text-align: right;
}
#headersearch .search-field {
	vertical-align: middle;
	width: 235px;
	margin: 0 18px 0 0;
}
#headersearch .search-submit {
	width: 31px;
	height: 33px;
}
#headersearch input.search-submit {
	vertical-align: middle;
}
#headersearch a.search-submit {
	width: 31px;
	height: 33px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: transparent url('../images/search.gif') no-repeat left top;
	vertical-align: middle;
}
ul#nav {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 27px;
	height: 25px;
	width: 925px;
	background: #401989 url('../images/bg_nav.1.png') repeat-x left bottom;
	float: left;
	z-index: 300;
}
ul#nav li {
	height: 25px;
	float: left;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
ul#nav li a {
	display: block;
	float: left;
	height: 25px;
	text-indent: -9999px;
	background: transparent url('../images/nav.1.png') no-repeat left top;
	outline: none;
}
ul#nav li#nav-why {
	z-index: 300;
}
ul#nav li#nav-superfruits {
	z-index: 299;
}
ul#nav li#nav-news {
	z-index: 298;
}
ul#nav li#nav-buy {
	z-index: 297;
}
ul#nav li#nav-contact {
	z-index: 296;
}
ul#nav li#nav-home a {
	width: 83px;
	background-position: -0px 0px;
}
ul#nav li#nav-home a.active, ul#nav li#nav-home a:focus, ul#nav li#nav-home a:active {
	background-position: -0px -25px;
}
ul#nav li#nav-products a {
	width: 116px;
	background-position: -83px 0px;
}
ul#nav li#nav-products a.active, ul#nav li#nav-products a:focus, ul#nav li#nav-products a:active {
	background-position: -83px -25px;
}
ul#nav li#nav-why a {
	width: 121px;
	background-position: -199px 0px;
}
ul#nav li#nav-why a.active, ul#nav li#nav-why a:focus, ul#nav li#nav-why a:active {
	background-position: -199px -25px;
}
ul#nav li#nav-superfruits a {
	width: 130px;
	background-position: -320px 0px;
}
ul#nav li#nav-superfruits a.active, ul#nav li#nav-superfruits a:focus, ul#nav li#nav-superfruits a:active {
	background-position: -320px -25px;
}
ul#nav li#nav-news a {
	width: 82px;
	background-position: -450px 0px;
}
ul#nav li#nav-news a.active, ul#nav li#nav-news a:focus, ul#nav li#nav-news a:active {
	background-position: -450px -25px;
}
ul#nav li#nav-locator a {
	width: 152px;
	background-position: -532px 0px;
}
ul#nav li#nav-locator a.active, ul#nav li#nav-locator a:focus, ul#nav li#nav-locator a:active {
	background-position: -532px -25px;
}
ul#nav li#nav-buy a {
	width: 106px;
	background-position: -684px 0px;
}
ul#nav li#nav-buy a.active, ul#nav li#nav-buy a:focus, ul#nav li#nav-buy a:active {
	background-position: -684px -25px;
}
ul#nav li#nav-contact a {
	width: 103px;
	background-position: -790px 0px;
}
ul#nav li#nav-contact a.active, ul#nav li#nav-contact a:focus, ul#nav li#nav-contact a:active {
	background-position: -790px -25px;
}
ul#nav ul.subnav {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 301;
	display: none;
}
ul#nav li:hover ul.subnav {
	display: block;
}
ul#nav ul.subnav li {
	float: left;
	background: transparent url('../images/bg_subnav.png') no-repeat right -30px;
	padding: 0 6px 0 0;
	margin: 0;
	z-index: 302;
}
ul#nav ul.subnav li.navitem {
	background-position: right top;
	height: 29px;
}
ul#nav ul.subnav li.navitem a {
	height: 29px;
}
ul#nav ul.subnav li.bottom {
	height: 16px;
	position: relative;
	margin: 0 0 0 16px;
	background-position: right bottom;
	float: right;
}
ul#nav ul.subnav li.bottom div {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 0px;
	left: -16px;
	background: transparent url('../images/bg_subnav.png') no-repeat left bottom;
	line-height: 1px;
	font-size: 1px;
}
ul#nav ul.subnav a {
	float: none;
	background: transparent url('../images/subnav.4.png') no-repeat left top;
}
/* why zola subnav */
ul#nav ul#sub-why {
	width: 129px;
}
ul#nav ul#sub-why a {
	width: 123px;
}
ul#nav ul#sub-why li.bottom {
	width: 107px;
}
ul#nav ul#sub-why li.navitem a, ul#nav ul#sub-why li.navitem a:active {
	background-position: 0px 0px;
}
ul#nav ul#sub-why li#sub-why-story a {
	background-position: 0px -29px;
}
ul#nav ul#sub-why li#sub-why-story a:hover {
	background-position: -123px -29px;
}
ul#nav ul#sub-why li#sub-why-quality a {
	background-position: 0px -54px;
}
ul#nav ul#sub-why li#sub-why-quality a:hover {
	background-position: -123px -54px;
}
ul#nav ul#sub-why li#sub-why-project a {
	background-position: 0px -79px;
}
ul#nav ul#sub-why li#sub-why-project a:hover {
	background-position: -123px -79px;
}
ul#nav ul#sub-why li#sub-why-sustainability a {
	background-position: 0px -104px;
}
ul#nav ul#sub-why li#sub-why-sustainability a:hover {
	background-position: -123px -104px;
}
ul#nav ul#sub-why li#sub-why-testimonials a {
	background-position: 0px -129px;
}
ul#nav ul#sub-why li#sub-why-testimonials a:hover {
	background-position: -123px -129px;
}
ul#nav ul#sub-why li#sub-why-smoothie a {
	background-position: 0px -154px;
}
ul#nav ul#sub-why li#sub-why-smoothie a:hover {
	background-position: -123px -154px;
}
/* superfruits subnav */
ul#nav ul#sub-fruits {
	width: 136px;
}
ul#nav ul#sub-fruits a {
	width: 130px;
}
ul#nav ul#sub-fruits li.bottom {
	width: 114px;
}
ul#nav ul#sub-fruits li.navitem a, ul#nav ul#sub-fruits li.navitem a:active {
	background-position: -246px 0px;
}
ul#nav ul#sub-fruits li#sub-fruits-acai a {
	background-position: -246px -29px;
}
ul#nav ul#sub-fruits li#sub-fruits-acai a:hover {
	background-position: -376px -29px;
}
ul#nav ul#sub-fruits li#sub-fruits-acerola a {
	background-position: -246px -54px;
}
ul#nav ul#sub-fruits li#sub-fruits-acerola a:hover {
	background-position: -376px -54px;
}
ul#nav ul#sub-fruits li#sub-fruits-caja a {
	background-position: -246px -79px;
}
ul#nav ul#sub-fruits li#sub-fruits-caja a:hover {
	background-position: -376px -79px;
}
ul#nav ul#sub-fruits li#sub-fruits-cupuacu a {
	background-position: -246px -104px;
}
ul#nav ul#sub-fruits li#sub-fruits-cupuacu a:hover {
	background-position: -376px -104px;
}
ul#nav ul#sub-fruits li#sub-fruits-graviola a {
	background-position: -246px -129px;
}
ul#nav ul#sub-fruits li#sub-fruits-graviola a:hover {
	background-position: -376px -129px;
}
ul#nav ul#sub-fruits li#sub-fruits-antioxidants a {
	background-position: -246px -154px;
}
ul#nav ul#sub-fruits li#sub-fruits-antioxidants a:hover {
	background-position: -376px -154px;
}
ul#nav ul#sub-fruits li#sub-fruits-faq a {
	background-position: -246px -179px;
}
ul#nav ul#sub-fruits li#sub-fruits-faq a:hover {
	background-position: -376px -179px;
}
/* buy subnav */
ul#nav ul#sub-buy {
	width: 126px;
}
ul#nav ul#sub-buy a {
	width: 120px;
}
ul#nav ul#sub-buy li.bottom {
	width: 104px;
}
ul#nav ul#sub-buy li.navitem a, ul#nav ul#sub-buy li.navitem a:active {
	background-position: -506px 0px;
}
ul#nav ul#sub-buy li#sub-buy-retail a {
	background-position: -506px -29px;
}
ul#nav ul#sub-buy li#sub-buy-retail a:hover {
	background-position: -626px -29px;
}
ul#nav ul#sub-buy li#sub-buy-wholesale a {
	background-position: -506px -54px;
}
ul#nav ul#sub-buy li#sub-buy-wholesale a:hover {
	background-position: -626px -54px;
}
#footer ul, #footer p {
	font-family: Helvetica,Arial,sans-serif;
	color: #999;
	font-size: 9px;
	line-height: 14px;
}
#footer a, #footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer ul#footernav a {
	text-transform: uppercase;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer ul {
	margin: 4px auto;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	padding: 0 5px 0 7px;
	border-left: 1px solid #999;
}
#footer ul li:first-child, #footer ul li.first {
	border-left: none;
	padding-left: 5px;
}
#footer ul img {
	vertical-align: middle;
}
#footer p {
	margin: 4px 0;
}
#footer p img {
	vertical-align: middle;
}
/* end zola layout styles */
/* page layouts */
#content {
	padding: 25px 50px;
	width: 852px;
	float: left;
}
#content.home {
	padding: 0;
	width: 952px;
}
#homesplash {
	width: 952px;
	height: 300px;
	position: relative;
	overflow: hidden;
}
#homesplash img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:8;
}
#homesplash img.active {
	z-index:10;
}
#homesplash img.last-active {
	z-index:9;
}
#homebanners {
	padding: 15px 0 0 16px;
}
#homebanners a {
	display: block;
	float: left;
	width: 294px;
	height: 165px;
	overflow: hidden;
	margin: 0 19px 0 0;
}
#homebanners a.last {
	margin: 0;
}
#homebanners a img {
	display: block;
}
/* subpage left nav */
#content.haspagenav {
	padding: 25px 50px 25px 0;
	margin: 0;
	clear: none;
	float: left;
	width: 665px;
}
ul.pagenav {
	clear: left;
	float: left;
	width: 155px;
	margin: 0;
	padding: 25px 54px 28px 28px;
	list-style: none;
	list-style-type: none;
}
ul.pagenav li {
	height: 30px;
}
ul.pagenav li.navitem {
	height: 26px;
}
ul.pagenav a {
	display: block;
	height: 30px;
	outline: none;
	text-indent: -9999px;
	text-decoration: none;
}
ul.pagenav a.active span.bullet, ul.pagenav a:focus span.bullet, ul.pagenav a:active span.bullet {
	display: block;
	width: 12px;
	height: 30px;
	background: transparent url('../images/pagenav_bullet.1.gif') no-repeat left top;
	float: left;
}
ul#pn-why li.navitem {
	background: transparent url('../images/pagenav-why.2.gif') no-repeat left top;
}
ul#pn-why li a {
	background: transparent url('../images/pagenav-why.2.gif') no-repeat left top;
}
ul#pn-why li#pn-why-story a {
	background-position: 0px -26px;
	padding: 0 0 0 50px;
}
ul#pn-why li#pn-why-quality a {
	background-position: 0px -56px;
	padding: 0 0 0 108px;
}
ul#pn-why li#pn-why-project a {
	background-position: 0px -86px;
	padding: 0 0 0 106px;
}
ul#pn-why li#pn-why-sustainability a {
	background-position: 0px -116px;
	padding: 0 0 0 117px;
}
ul#pn-why li#pn-why-testimonials a {
	background-position: 0px -146px;
	padding: 0 0 0 107px;
}
ul#pn-why li#pn-why-smoothie a {
	background-position: 0px -176px;
	padding: 0 0 0 111px;
}
ul#pn-fruits li.navitem {
	background: transparent url('../images/pagenav-fruit.2.gif') no-repeat left top;
}
ul#pn-fruits li a {
	background: transparent url('../images/pagenav-fruit.2.gif') no-repeat left top;
}
ul#pn-fruits li#pn-fruits-acai a {
	background-position: 0px -26px;
	padding: 0 0 0 41px;
}
ul#pn-fruits li#pn-fruits-acerola a {
	background-position: 0px -56px;
	padding: 0 0 0 71px;
}
ul#pn-fruits li#pn-fruits-caja a {
	background-position: 0px -86px;
	padding: 0 0 0 84px;
}
ul#pn-fruits li#pn-fruits-cupuacu a {
	background-position: 0px -116px;
	padding: 0 0 0 75px;
}
ul#pn-fruits li#pn-fruits-graviola a {
	background-position: 0px -146px;
	padding: 0 0 0 76px;
}
ul#pn-fruits li#pn-fruits-antioxidants a {
	background-position: 0px -176px;
	padding: 0 0 0 112px;
}
ul#pn-fruits li#pn-fruits-faq a {
	background-position: 0px -206px;
	padding: 0 0 0 34px;
}
/* end subpage left nav */
/* products pages */
#content.productsplash {
	padding: 25px 90px;
	width: 772px;
}
#content.productsplash img {
	margin: 0 0 10px 0;
	border: none;
}
#content.product {
	padding: 25px 35px 40px 35px;
	float: left;
	width: 882px;
	background: #fff url('../images/productpage-border.gif') repeat-x left bottom;
}

#content.productsplash h2 {
	display: none;
}
#content.product p, #content.productsplash p {
	font-size: 12px;
	line-height: 120%;
	color: #666;
	margin: 1.2em 0;
}
#content.productsplash p {
	text-align: center;
	clear: left;
	font-size: 16px;
	line-height: 120%;
}
#content.productsplash div.entry p:first-child {
	margin-top: 0;
}
#content.product a.buylink {
	text-transform: uppercase;
	color: #666;
}
#content.product a.buylink:hover, #content.product a.buylink:focus, #content.product a.buylink:active {
	color: #aaa;
}
ul#productsnav {
	margin: 0 auto;
	padding: 0;
	height: 34px;
	width: 532px;
	list-style: none;
	list-style-type: none;
}
#content.product ul#productsnav {
	margin-bottom: 30px;
}
ul#productsnav li {
	float: left;
	height: 34px;
}
ul#productsnav li a {
	float: left;
	height: 34px;
	background: transparent url('../images/products.1.png') no-repeat left top;
	text-indent: -9999px;
	display: block;
	outline: none;
}
ul#productsnav li#prod-juices a {
	width: 72px;
}
ul#productsnav li#prod-juices a:hover, ul#productsnav li#prod-juices a:focus, ul#productsnav li#prod-juices a:active, ul#productsnav li#prod-juices a.active {
	background-position: 0px -34px;
}
ul#productsnav li#prod-smoothies a {
	width: 108px;
	background-position: -72px 0px;
}
ul#productsnav li#prod-smoothies a:hover, ul#productsnav li#prod-smoothies a:focus, ul#productsnav li#prod-smoothies a:active, ul#productsnav li#prod-smoothies a.active {
	background-position: -72px -34px;
}
ul#productsnav li#prod-supplements a {
	width: 124px;
	background-position: -180px 0px;
}
ul#productsnav li#prod-supplements a:hover, ul#productsnav li#prod-supplements a:focus, ul#productsnav li#prod-supplements a:active, ul#productsnav li#prod-supplements a.active {
	background-position: -180px -34px;
}
ul#productsnav li#prod-mixes a {
	width: 76px;
	background-position: -304px 0px;
}
ul#productsnav li#prod-mixes a:hover, ul#productsnav li#prod-mixes a:focus, ul#productsnav li#prod-mixes a:active, ul#productsnav li#prod-mixes a.active {
	background-position: -304px -34px;
}
ul#productsnav li#prod-recipes a {
	width: 87px;
	background-position: -380px 0px;
}
ul#productsnav li#prod-recipes a:hover, ul#productsnav li#prod-recipes a:focus, ul#productsnav li#prod-recipes a:active, ul#productsnav li#prod-recipes a.active {
	background-position: -380px -34px;
}
ul#productsnav li#prod-facts a {
	width: 65px;
	background-position: -467px 0px;
}
ul#productsnav li#prod-facts a:hover, ul#productsnav li#prod-facts a:focus, ul#productsnav li#prod-facts a:active, ul#productsnav li#prod-facts a.active {
	background-position: -467px -34px;
}
#productimg {
	float: left;
	padding: 0 24px 0 0;
	border-right: 1px solid #292929;
	margin-right: -1px;
	position: relative;
}
#productimg img {
	display: block;
}
#productdetail {
	width: 413px;
	margin: 0 0 0 424px;
	padding: 10px 0 0 44px;
	border-left: 1px solid #292929;
}
#productdetail h2 {
	font-size: 25px;
	line-height: 120%;
	color: #666;
	margin: 0;
}
#productdetail div.productCycleLinks {
	font-size: 14px;
	line-height: normal;
	padding: 0;
	color: #666;
	margin: 0.6em 0 1.2em 0;
}
#productdetail div.productCycleLinks a {
	color: #666;
}
.product_features {
	font-size: 12px;
	line-height: 120%;
	color: #666;
}
.product_features ul {
	margin: 1em 0;
	padding: 0 0 0 1.5em;
}
/* end products pages */
#content.news, body.archive #content, body.category #content {
	width: 640px;
	float: left;
	padding-right: 25px;
}
ul#news-sidebar {
	margin: 0;
	list-style: none;
	list-style-type: none;
	float: left;
	padding: 25px 25px 25px 0;
	width: 212px;
}
ul#news-sidebar h2 {
	font-size: 16px;
	line-height: 120%;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	padding: 0 0 5px 0;
	letter-spacing: 0.050em;
	margin: 0 0 0.5em 0;
}
ul#news-sidebar li {
	margin: 0 0 20px 0;
	padding: 0;
}
ul#news-sidebar ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 0 25px;
	margin: 0;
}
ul#news-sidebar ul li {
	margin: 0;
	padding: 0;
}
#content.news h2 {
	margin-top: 0.4em;
}
#content.news h3 a {
	text-decoration: none;
}
#content.news h3 a:hover, #content.news h3 a:focus, #content.news h3 a:active {
	text-decoration: underline;
}
img.newsheader {
	display: block;
	margin-bottom: 14px;
}
/* hidden headings */
div.imghead p:first-child, div.imghead div p:first-child {
	margin-top: 0;
}
/* testimonials */
#post-29 h2 {
	display: none;
}
#post-29 div.entry p:first-child {
	margin-top: 0;
}
/* recipes */
#post-71 h2 {
	display: none;
}
/* contact */
#post-19 h2 {
	display: none;
}

/* sharethis button in footer */
#footer a.stbutton {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 2px 0 0;
}
#footer span.stbuttontext { 
text-indent: -9999px;
width: 16px;
height: 16px;
display: inline-block;
line-height: 16px;
}

/* simplemap */
.post #results {
	padding-top:12px;
}