@charset "UTF-8";
/**
 * CSS for content elements.
 *
 * @copyright  Copyright (c) 2005-2008 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: content-screen.css 368 2011-11-11 21:20:20Z jason.pelletier $
 */

/* fonts */
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
blockquote,
q,
cite,
table,
ul,
ol,
dt,
label,
input,
textarea,
select,
img {
    margin-top: 0.8em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
q,
cite,
th,
td,
li,
dt,
dd,
label,
input,
textarea,
select {
    font-size: 1.4em;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0.6em;
    line-height: 1.2;
    font-weight: bold;
}
h1,
h1 a,
h1 a:visited,
h2,
h2 a,
h2 a:visited,
h3,
h3 a,
h3 a:visited,
h4,
h4 a,
h4 a:visited,
h5,
h5 a,
h5 a:visited,
h6,
h6 a,
h6 a:visited {
    color: #B42E34;
    text-decoration: none;
}
h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
    color: #B42E34;
    text-decoration: underline;
}
h1 {
    font-size: 3.0em;
}
h2 {
    font-size: 2.4em;
}
h3 {
    font-size: 1.8em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.2em;
}
blockquote {
    position: relative;
    margin-top: 0.1em;
    padding: 0.1em 2.0em 0.8em;
    font-size: 0.9em;
    color: #333;
}
blockquote em {
    font-size: 1.2em;
    color: #222;
}
blockquote.has-image {
    padding-left: 155px;
}
blockquote img {
    display: none;
}
blockquote.has-image img {
    position: absolute;
    top: 10px;
    left: 10px;
    _left: -145px;
    display: block;
}
blockquote q,
blockquote cite {
    display: block;
}
blockquote q {
    font-size: 1.3em;
    line-height: 1.2;
    font-style: italic;
}
blockquote cite {
    margin-top: 0.2em;
    font-size: 1.2em;
    color: #444;
}
table {
    width: 100%;
    margin-top: 1.0em;
    border: 1px solid #F0DEDF;
}
table th,
table td {
    padding: 5px 15px 5px 10px;
    border: 1px solid white;
    border-top: none;
    border-left: none;
    vertical-align: top;
}
table th:last-child,
table td:last-child {
    border-right: none;
}
table th {
    background-color: #F0DEDF;
    border-bottom: none;
	font-size: 1.0em;
    font-weight: bold;
}
table tbody th {
    padding: 4px 10px;
    background-color: #EEE;
}
table tbody td {
    border-top: 1px solid #EEE;
}
table tfoot td {
    text-align: right;
}
table tfoot td {
    padding-top: 10px;
    padding-bottom: 14px;
    background-color: #40B3D9;
    border-top: 2px solid white;
}
    table th.product,
    table td.product {
        width: 110px;
        text-align: center;
    }
    table img.product {
        margin-left: auto;
        margin-right: auto;
    }
table th.headerSortDown {
	background: #E5C8C9 url('/media/headerSortDown.png') no-repeat right 10px;
}
table th.headerSortUp {
	background: #E5C8C9 url('/media/headerSortUp.png') no-repeat right 10px;
}
table td {
	border-bottom: 1px solid #F0DEDF;
}
td.label {
	width: 75px;
	text-align: right;
}
table#stores td:nth-child(6) {
    white-space: pre;
}
li,
dt,
dd {
    line-height: 1.2;
}
li {
    margin-top: 0.2em;
    margin-left: 2.0em;
}
ul li {
    list-style: disc;
}
ol li {
    list-style: decimal;
}
ol ul li {
    list-style: disc;
}
ul ul {
    margin-top: 0;
}
li li {
    font-size: 1.0em;
}
img {
    clear: both;
    margin-right: 25px;
}
img.right {
    float: right;
    margin-left: 25px;
    margin-right: 0;
}
fieldset {
    margin: 1px -10px 0;
    padding: 0 10px 1.0em;
    overflow: hidden;
    background-color: #E6E6E6;
}
fieldset .group {
    display: block;
}
fieldset .group .item {
    display: inline-block;
}
input,
textarea,
select {
    margin-top: 0;
    font-size: 1.4em;
}
label {
    display: block;
    font-size: 1.2em;
}
input[type=text],
input[type=password] {
    width: 400px;
}
input.readonly {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
object {
    display: block;
    margin-bottom: 15px;
}
pre {
    padding: 0.5em;
    border: 1px solid #CCC;
    overflow: auto;
}
small {
    font-size: 80%;
}
.highlight {
    background-color: #FFF6D2;
}
.powered-by {
    font-size: 0.5em;
    color: #888;
}

/* LINKS */
a,
a:visited,
input.text {
    color: #B42E34;
    text-decoration: underline;
}
a:hover,
a:focus,
input.text:hover,
input.text:focus {
    color: #B25F34;
}
a.inactive,
a.inactive:visited,
a.inactive:hover,
a.inactive:focus {
	color: #666;
	text-decoration: none;
}
input.text {
    display: inline-block;
    font-size: 1.0em;
}
.tm {
	font-size: 50%;
	line-height: 100%;
	font-weight: normal;
	vertical-align: super;
}
cite {
	font-size: 0.9em;
	color: gray;
}
cite a,
cite a:link,
cite a:visited,
cite a:active,
cite a:hover,
cite a:focus {
	color: gray;
}
.note,
.note a,
.note a:visited {
    color: #888;
}

/* images */
div.img,
div.wp-caption,
dl.wp-caption,
img.left,
img.right {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 1.0em;
}
div.img.left img,
div.img.right img {
    margin-left: 0;
    margin-right: 0;
}
img.left,
div.img.left,
img.alignleft,
div.wp-caption.alignleft,
dl.wp-caption.alignleft,
img.left {
    float: left;
    margin-right: 25px;
    text-align: left;
}
img.right,
div.img.right,
img.alignright,
div.wp-caption.alignright,
dl.wp-caption.alignright,
img.right {
    float: right;
    margin-left: 25px;
    text-align: right;
}
div.wp-caption.aligncenter,
dl.wp-caption.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
div.img p.caption,
div.img p,
div.wp-caption p.wp-caption-text,
dl.wp-caption p.wp-caption-text {
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
div.img p,
div.img p.caption,
div.wp-caption p.wp-caption-text,
dl.wp-caption p.wp-caption-text,
div.img p a,
div.img p.caption a,
div.wp-caption p.wp-caption-text a,
dl.wp-caption p.wp-caption-text a {
    color: #808080;
}
div.img.left p.caption,
div.wp-caption.alignleft p.wp-caption-text,
dl.wp-caption.alignleft p.wp-caption-text {
    text-align: left;
}
div.img.right p.caption,
div.wp-caption.alignright p.wp-caption-text,
dl.wp-caption.alignright p.wp-caption-text {
    text-align: right;
}
img.border {
    border: 1px solid #666666;
}

/* actions */
ul.action {
    overflow: visible;
    margin-top: 1.0em;
}
ul.action li {
    display: inline;
    overflow: hidden;
    margin: 0 0.8em 0 0;
    padding: 0;
    font-size: 1.4em;
    list-style: none;
}
ul.action li select {
    font-size: 1.0em;
}

/* button */
.button {
    display: inline-block;
    padding: 0.2em 0.8em 0.3em;
	background: #666 url('/images/a-button.png') repeat-x center center;
	_background-image: none;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: white !important;
	text-decoration: none !important;
	white-space: nowrap;
}
    h1 .button {
        font-size: 0.7em;
    }
.button:hover,
.button:focus {
	background-color: #888;
	border-color: #888;
	color: white !important;
	text-decoration: none !important;
}
em .button {
    background-color: #A62D38;
    border-color: #A62D38;
    font-style: normal;
}
em .button:hover,
em .button:focus {
    background-color: #BA3A4F;
	border-color: #BA3A4F;
}
.button.twitter,
.button.facebook,
.button.email,
.button.feed {
    padding-top: 0.3em;
    padding-left: 18px;
    padding-right: 0;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: 0 2px;
    border: none;
    color: black !important;
}
.button.twitter:hover,
.button.twitter:focus,
.button.facebook:hover,
.button.facebook:focus,
.button.email:hover,
.button.email:focus,
.button.feed:hover,
.button.feed:focus
 {
    color: #B25F34 !important;
}
.button.twitter {
    background-image: url('/images/service-icons/twitter.png');
}
.button.facebook {
    background-image: url('/images/service-icons/facebook.png');
}
.button.email {
    background-image: url('/images/service-icons/email.png');
}
.button.feed {
    background-image: url('/images/service-icons/feed.png');
}
#stores-q-submit {
    display: inline-block;
    padding: 0.1em 0.4em;
	background: #BBB url('/images/a-button.png') repeat-x center center;
	_background-image: none;
	border: 1px solid #888;
	font-size: 1.4em;
	*font-size: 1.0em;
	-webkit-text-size-adjust: 80%;
	font-weight: normal;
	color: #666 !important;
	text-decoration: none !important;
	white-space: nowrap;
}
#stores-q-submit:hover,
#stores-q-submit:focus {
    background-color: #AAA;
    color: #555 !important;
}

/* loading status */
.has-state {
    position: relative;
}
.loading-status {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
}
body.enhanced .loading-status.show {
    display: block;
}
.loading-status .indicator {
    position: relative;
    width: 20px;
    height: 20px;
    display: none;
    margin: 6px auto 0;
    background: transparent url('/images/status-indicator-20x20.png') no-repeat 0 0;
}
.loading-status.loading .indicator {
    display: block;
}


/* paginator */
.paginator {
    *clear: both;
    margin-top: 2.0em;
}
.paginator li {
	display: inline;
	margin-left: 0;
	margin-right: 0.4em;
	list-style: none;
}
.paginator .showing-count {
    font-weight: bold;
}
.paginator .navigation {
    margin-top: 0;
}
.paginator a.current {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

/* columns */
.columns {
    clear: both;
    overflow: hidden;
    margin-top: 3.0em;
    margin-left: -10px;
    margin-right: -10px;
}
.column {
    display: block;
    _overflow: hidden;
    float: left;
    clear: none;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.column-2 {
    width: 140px;
}
.column-3 {
    width: 220px;
}
.column-4 {
    width: 300px;
}
.column-5 {
    width: 380px;
}
.column-6 {
    width: 460px;
}
.column-7 {
    width: 540px;
}
.column-8 {
    width: 620px;
}
.column-9 {
    width: 700px;
}
.column-12 {
    width: 940px;
}
.column p {
    margin-right: 25px;
}
.column .feature {
    margin-top: 1.0em;
	padding: 0.5em 1.5em 2.5em;
	background: #E6E6E6 url('/images/ul-aside-li-feature.png') repeat-x 0 0;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.column .feature h2,
.column .feature p,
.column .feature ul {
    margin-top: 0.6em;
	line-height: 1.3;
}
.column .feature h2 {
    font-size: 1.7em;
}
.column .feature p,
.column .feature li {
    font-size: 1.3em;
}
.column .feature p {
    margin-right: 0;
}
.column .feature li {
    margin-left: 1.0em;
}
.column .feature ul.action li {
    margin-left: 0;
}
.column .feature.feature-height-115 {
    height: 115px;
}
.column .feature.emphasize {
    background-color: #777;
}
.column .feature.de-emphasize {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
}
.column .feature.soap {
    background-color: #F5E5AB;
    background-image: url('/images/soap-logo-30-300x175.png');
    _background-image: url('/images/soap-logo-30-F5E5AB-300x175.png');
    background-repeat: no-repeat;
    background-position: center center;
    border-color: #DFCD95;
}
.column .feature.map {
	background-image: url('/images/map-300x150.jpg');
	background-repeat: no-repeat;
}
.now-at-drugstore-com {
    width: 220px;
    height: 47px;
    display: block;
    margin-top: 1.0em;
    margin-left: -15px;
    background: transparent url('/media/now-at-drugstore.com-220x47.png') no-repeat 0 0;
    _background-image: url('/media/now-at-drugstore.com-F7F7F7-220x47.png');
    text-indent: -999em;
}

/* root */
body.root .intro {
    padding-top: 30px;
    padding-bottom: 25px;
}
body.root #truebody-soap-packaging {
	margin-top: 45px;
	margin-left: 25px;
}
body.root .columns {
    margin-top: -0.8em;
    *margin-top: 0.8em;
    _margin-top: -2.0em;
}

/* products */
body.products .column .feature.feature-height-115 {
    height: 135px;
    padding-top: 1.5em;
}
body.products .column .feature.feature-height-115 h2 {
    margin-top: 0.7em;
}
body.products .column .feature.feature-height-115.soap h2 {
    margin-top: 0.2em;
    font-size: 2.0em;
    line-height: 1.1;
}
body.products .columns {
    margin-top: 0;
}
.product {
    overflow: hidden;
    margin-top: 2.0em;
    padding-top: 35px;
    padding-left: 175px;
}
.product img {
    margin-top: -60px;
    margin-left: -175px;
    margin-right: 0;
}
.product.truebody-facial-soap img {
    margin-top: -50px;
}
.product p {
    margin-top: 0;
    font-size: 1.3em;
    line-height: 1.2;
}
.product-overview {
    _position: relative;
    overflow: hidden;
    margin-bottom: 2.0em;
    padding-bottom: 2.0em;
    border-bottom: 3px solid #F3F3F3;
}
.details {
	padding-left: 250px;
}
.product-overview img {
    margin-bottom: 0;
}
.product-overview ul.action {
    margin-top: 2.0em;
}

/* production slideshow */
.slideshow {
    position: relative;
    overflow: hidden;
	display: block;
}
.slideshow li {
    padding: 0;
    list-style: none;
}
.slideshow#soap-production {
	width: 302px;
	height: 202px;
}
#soap-production ul.rotator {
	position: relative;
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto 2px auto;
	padding: 0;
	z-index: 5;
}
#soap-production ul.rotator li {
	position: absolute;
	width: 300px;
	height: 200px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	display: none;
}
#soap-production ul.rotator li img {
	margin: 0;
	padding: 0;
}
#soap-production ul.rotator li.first {
	display: inline;
}

ul#controls {
	position: absolute;
	bottom: 5px;
	right: 15px;
	margin: 0;
	padding: 0;
	z-index: 10;
	display: none;
}
ul#controls li {
	position: relative;
	margin: 0 3px;
	padding: 0;
	float: left;
	clear: none;
	list-style: none;
}
ul#controls li.first {
	margin-left: 0;
}
ul#controls li.last {
	margin-right: 0;
}
ul#controls li a {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
ul#controls li a.img {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}
ul#controls li a img {
    margin: 0;
}

/* ingredients */
.ingredient-comp {
	margin-top: 35px;
	margin-bottom: 25px;
	padding: 10px 25px 20px 25px;
	background-color: #F0DEDF;
	border: 1px solid #A62D38;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.ingredient-comp p {
	font-size: 1.8em;
	font-weight: bold;
	color: black;
}
.ingredient-comp a,
.ingredient-comp a:link,
.ingredient-comp a:visited,
.ingredient-comp a:active,
.ingredient-comp a:hover,
.ingredient-comp a:focus {
	color: #A62D38;
	text-decoration: none;
}
.ingredient-comp a:hover,
.ingredient-comp a:focus {
	color: #A62D38;
	text-decoration: underline;
}
.ingredient-comp p em {
	font-style: normal;
	color: #A62D38;
}
.ingredient-comp ul {
	margin: 5px 0 0 0;
}
.ingredient-comp li {
	display: inline;
	margin: 0;
	color: #7F7F7F;
}
.ingredient-comp li:after {
	content: ', ';
}
.ingredient-comp li.last:after {
	content: '';
}
.ingredient-comp li.truebody-soap {
	font-weight: bold;
	color: #A62D38;
}
table#ingredients td strong {
	font-weight: bold;
	line-height: 1.2em;
	color: #A62D38;
}
table#ingredients td .aka {
	font-size: 0.7em;
	line-height: 1.2em;
}

/* about */
body.about-us img {
    margin-top: 2px;
}
body.about-us ul.mission li {
    width: 355px;
}

/* stores */
#results.stores-query h2 {
    margin-top: 1.6em;
    font-size: 1.6em;
}
#results.stores-query #map h2 {
    margin-top: 0.4em;
}
#results.stores-query h2 a {
    color: black;
}
#results.stores-query p,
#results.stores-query address,
#results.store-detail p,
#results.store-detail address {
    margin-top: 0.6em;
    line-height: 1.1;
}
#results.stores-query #map div {
    padding-bottom: 1px;
}
#map {
    display: none;
}
body.enhanced #map {
    display: block;
    border: 1px solid #666;
}
.map-700x700 {
    width: 700px;
    height: 700px;
}
.map-700x250 {
    width: 700px;
    height: 250px;
}
.geo {
    display: none;
}
#results.stores-query .distance {
    white-space: nowrap;
}
#results.stores-query .directions,
#results.store-detail .directions {
    margin-top: 0.1em;
}
#results.stores-query #disclaimer {
    margin-top: 1.6em;
}
input#stores-q {
    width: 780px;
}
input#organization_name {
    width: 600px;
    font-size: 2.0em;
}
input#locality {
    width: 300px;
}
input#region {
    width: 75px;
}
input#postal_code {
    width: 100px;
}
input#tel_voice {
    width: 250px;
}
input#url {
    width: 600px;
}
#online {
    border-top: 1px solid #BBB;
}
.logo-wrapper {
    display: inline-block;
    zoom: 1;
    *display: inline;
    overflow: visible;
    vertical-align: top;
    margin-top: 5px;
    text-align: center;
    color: #666;
}
    .logo-wrapper, x:-moz-any-link {
        display: -moz-inline-box;
    }
    .logo-wrapper, x:-moz-any-link, x:default {
        display: inline-block;
        *display: inline;
    }
.logo {
    display: block;
    *float: left;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -999em;
}
.logo.truebody-products-store {
    width: 110px;
    height: 75px;
    background-image: url('/media/stores/truebody-products-online-store-110x75.jpg');
}
.logo.alice {
    width: 80px;
    height: 63px;
    background-image: url('/media/stores/alice-80x63.jpg');
}
.logo.amazon {
    width: 150px;
    height: 37px;
    margin-top: 30px;
    background-image: url('/media/stores/amazon-150x37.jpg');
}
.logo.breadbeckers {
    width: 125px;
    height: 55px;
    margin-top: 15px;
    background-image: url('/media/stores/bread-beckers-125x55.jpg');
}
.logo.chocolatelotus {
    width: 75px;
    height: 83px;
    background-image: url('/media/stores/chocolate-lotus-75x83.jpg');
}
.logo.compostablegoods {
    width: 90px;
    height: 68px;
    background-image: url('/media/stores/compostable-goods-90x68.jpg');
}
.logo.drugstore {
    width: 150px;
    height: 33px;
    margin-top: 30px;
    background-image: url('/media/stores/drugstore-150x35.jpg');
}
.logo.goodearthbeauty {
    width: 125px;
    height: 54px;
    margin-top: 15px;
    background-image: url('/media/stores/good-earth-beauty-125x54.jpg');
}
.logo.greenandchic {
    width: 150px;
    height: 63px;
    background-image: url('/media/stores/green-and-chic-150x63.jpg');
}
.logo.practicalorganic {
    width: 150px;
    height: 48px;
    margin-top: 20px;
    background-image: url('/media/stores/practical-organic-150x48.jpg');
}
.logo.veganessentials {
    width: 175px;
    height: 26px;
    margin-top: 30px;
    background-image: url('/media/stores/vegan-essentials-175x26.jpg');
}
.logo-wrapper strong,
.logo-wrapper small {
    *clear: both;
}

/* contact */
table.contact-information {
    width: 500px;
}

/* press */
.hfeed.grid .hentry {
    overflow: hidden;
    margin: 0 0 0 -1.0em;
    padding: 1.0em 1.0em 2.0em;
    border-bottom: 1px solid #DDD;
}
.hfeed.grid .hentry:last-child {
    margin-bottom: 2.0em;
    border-bottom: none;
}
.hfeed.grid .hentry .label {
    font-size: 1.1em;
    text-transform: uppercase;
}
.hfeed.grid .hentry .label,
.hfeed.grid .hentry .label a {
    color: #777;
}
.hfeed.grid .hentry .entry-title,
.hfeed.grid .hentry .entry-meta {
    margin-top: 0.4em;
    line-height: 1.0;
}
.hfeed.grid .hentry p.entry-title,
.hfeed.grid .hentry .entry-meta {
    font-size: 1.2em;
}
.hfeed.list .hentry .entry-title {
    margin-top: 1.2em;
    font-size: 1.9em;
    line-height: 1.1;
}
.hfeed.list .hentry .entry-meta {
    margin-top: 0.2em;
    font-size: 1.1em;
    color: #444;
}
.hfeed.list .hentry .entry-meta .vcard .org {
    font-size: 1.2em;
    font-weight: bold;
}
.column .feature.media-contact p {
    color: #666;
}
.column .feature .vcard p {
    margin-top: 0.1em;
    line-height: 1.1;
    color: black;
}

/* assets */
.assets,
.assets ul.formats {
    overflow: hidden;
    padding-left: 0;
}
.assets .asset {
    position: relative;
    height: 75px;
    margin-top: 10px;
    padding-left: 120px;
    list-style: none;
}
.assets .asset h3 {
    font-size: 1.6em;
}
.assets .asset img.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
}
    .assets.collateral .asset.vertical {
        height: 95px;
    }
    .assets.collateral .asset.sell-sheet img.thumbnail,
    .assets.collateral .asset.instructions img.thumbnail {
        margin-left: 10px;
    }
    .assets.collateral .asset.rack-card img.thumbnail {
        margin-left: 25px;
    }
.assets ul.formats li {
    display: inline;
    margin-left: 0;
    margin-right: 8px;
    list-style: none;
}

/* friends */
.overview .feature.google-buy-now {
    margin-top: 1.0em;
}
.feature.google-buy-now select.item {
    margin-top: 0.7em;
    vertical-align: top;
}
.feature.google-buy-now input.button-buy {
    margin-top: 0;
    vertical-align: top;
}

/* auth */
input#user_id,
input#password {
    width: 200px;
}

/* community supported entrepreneurship */
.signature-janice {
    width: 125px;
    height: 76px;
    display: block;
    background: transparent url('/media/signature-janice-125x76.png') no-repeat 0 0;
    text-indent: -999em;
}
#participate p {
    text-align: center;
}
#participate .button {
    display: block;
    font-size: 2.4em;
    text-align: center;
}
