/* CSS for Sweet Nature          */
/* Designed by Stephen Rowling   */
/* http://www.springworks.co.uk/ */
/* (c) 2009  All Rights Reserved */


/* Permanent scroll bars - prevents horizontal jog for long pages in centred design */
html {
	/* cf. http://www.hicksdesign.co.uk/journal/535/ */
	height: 100%;
	margin-bottom: 1px;
	}

/* browser reset from Eric Meyer */
/* ============================= */
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, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix code to clear floating divs */
.clearfix:after {
    content: "."; 
    display: block; 
    position:relative; /*works better in IE5.5 or float in float situations*/
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* clearfix (right) code to clear floating divs */
.clearfix-right:after {
    content: "."; 
    display: block; 
    position:relative; /*works better in IE5.5 or float in float situations*/
    height: 0; 
    clear: right; 
    visibility: hidden;
}

.clearfix-right {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix-right {height: 1%;}
.clearfix-right {display: block;}
/* End hide from IE-mac */


/* site styles start here */
/* ====================== */

/* set page structure */
/* ================== */
html {
background: #fcf7f4;
}

body {
background: #fcf7f4 url(/images/css/snbg-neutral01-paler.jpg) top left repeat;
font-family: "Trebuchet MS", sans-serif;
font-size: 84%;
color: #444;
text-align: center;
}

#container {
margin: 0 auto;
/* background: #f4e5e0 url(/images/css/snbg-neutral01-pale.jpg) top left repeat; */
width: 928px;
text-align: left;
}

#nav {
width: 240px;
float: left;
}

#maincontent {
width: 656px;
margin: 0 0 0 240px;
padding: 16px 0 0 32px;
/* background: #fcf7f4 url(/images/css/snbg-neutral01-paler.jpg) top left repeat; */
}

#promo {
clear: right;
padding: 24px 0;
text-align: left;
margin: 0 0 24px 0;
}

#quote {
width: 260px;
float: left;
padding: 0;
margin-bottom: 24px;
text-align: left;
background: transparent url(/images/css/open-quote.gif) top left no-repeat;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

#quote p {
padding: 12px 36px;
background: transparent url(/images/css/close-quote.gif) bottom right no-repeat;
}

#quote p.byline {
background: transparent;
padding: 0;
}

#about {
width: 340px;
float: right;
padding: 12px;
text-align: left;
background: #fcf7f4 url(/images/css/snbg-neutral01-pale.jpg) top left repeat;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

#footer {
clear: both;
background: #d66395;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

/* header */
/* ====== */
#home h1#header, #header {
height: 180px;
text-indent: -9999px;
background: url(/images/css/sn-header.jpg) top left no-repeat;
margin-bottom: 0;
/* border-bottom: 3px solid #d66395; */
}

/* main navigation */
/* =============== */
#nav {
margin: 16px 0 32px 0;
padding-bottom: 12px;
text-align: left;
background: #fcf7f4 url(/images/css/snbg-neutral01-pale.jpg) top left repeat;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

#nav ul {
padding-bottom: 180px;
background: url(/images/css/hands+dove.jpg) bottom center no-repeat;
}

#nav li {
line-height: 1;
font-weight: normal;
font-style: italic;
border-bottom: 1px dotted #d66395;
}

#nav li:last-child {
border-bottom: none;
}

#nav li {
margin-bottom: 0;
}

#nav li.here {
background: #fcf7f4 url(/images/css/snbg-neutral01-paler.jpg) top left repeat;
}

#nav li a {
/* padding-left: 2em; */
}

#nav a {
display: block;
padding: 8px 16px 8px 32px;
text-decoration: none;
color: #d66395;
}

#nav a:hover {
background: #fcf7f4 url(/images/css/snbg-neutral01-paler.jpg) top left repeat;
color: #d66395;
}

#nav a:active {
background: #fcf7f4 url(/images/css/snbg-neutral01-paler.jpg) top left repeat;
color: #bf2692;
}

#nav a.here {
background: #fcf7f4 url(/images/css/yinyang.gif) 8px 7px no-repeat;
color: #bf2692;
}

/* maincontent styles */
/* ================== */
h1 {
font-size: 1.5em;
font-weight: normal;
line-height: 1;
color: #bf2692;
margin-bottom: 0.75em;
}

#home h2 {
font-size: 1.5em;
font-weight: normal;
line-height: 1;
color: #bf2692;
margin-bottom: 0.75em;
}

h3 {
font-size: 1.2em;
font-weight: normal;
line-height: 1.6;
color: #d66395;
margin-bottom: 0.25em;
}

#maincontent img {
float: right;
border: 1px solid #d66395;
padding: 4px;
margin: 0 0 8px 16px;
}

#location img {
margin-bottom: 0;
}

a:link {
color: #bf2692;
}

a:visited {
color: #bf2692;
}

a:hover {
color: #d66395;
}

#maincontent strong {
font-weight: bold;
color: #d66395;
}


/* set font sizes */
/* ============== */
#maincontent p, #maincontent li, #maincontent dl {
font-size: 0.95em;
line-height: 160%;
text-align: left;
}

#maincontent p, #maincontent ul, #maincontent ol {
margin:0 0 1.5em 0;
}

#maincontent ul li {list-style-type: disc;}

#maincontent ol li {list-style-type: decimal;}

#maincontent li {margin-left: 1.5em;}

#maincontent p + ul {
margin-top: -1.5em;
}

#about p, #quote p {
margin: 0;
}

#quote p {
font-style: italic;
}

#quote p.byline {
font-style: normal;
font-weight: bold;
text-align: right;
color: #d66395;
}

/* contact form */
/* ============ */
label {
font-size: 0.95em;
font-weight: bold;
text-transform: uppercase;
color: #d66395;
margin: 1em 0.5em 0 0.25em;
}

label span {
font-weight: normal;
text-transform: none;
color: #B59CE8;
}

input.zemText {
width: 20em;
display: block;
margin-bottom: 1em;
padding: 2px;
}

input.zemSubmit {
margin-top: 1em;
padding: 2px;
width: auto;
}

input#TelephoneNumber {
margin: 0;
}

select {
margin-bottom: 1.6em;
}

form p em {
font-size: 0.9em;
font-style: italic;
}

.zemError {
font-weight: bold;
color: #900;
}

.zemThanks {
font-weight: bold;
color: #bf2692;
}

form p.error {
margin-bottom:-0.5em;
}

#phone, #mail {
height: 0;
}

form div div {
height: 0;
}

#maincontent form p {
line-height: 1;
}


/* footer styles */
/* ============= */
#footer {
padding: 16px 16px 0 16px;
text-align: left;
font-size: 0.85em;
color: #fff;
}

#footer #colophon {
float: left;
width: 232px;
margin-left: 0;
text-align: left;
}

#footer p, #footer ul {
margin: 0 1em 1em 247px;
line-height: 1.5;
text-align: center;
}

#footer p {
margin-bottom: 3em;
}

/* footer nav */
/* ========== */
.footer-nav {
display: block;
text-align: center;
}

.footer-nav li {
display: inline;
border-right: 1px solid #feeef5;
padding: 0 0.5em 0 0.25em;
}

.footer-nav li.last,.footer-nav li:last-child {
border-right: 0;
}

#footer a:link {
color: #feeef5;
}

#footer a:visited {
color: #feeef5;
}

#footer a:hover {
color: #ffd9eb;
}

#footer a:active {
color: #bf2692;
}