/* 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;
}

/* site styles start here */
/* ====================== */

/* set page structure */
/* ================== */
html {
background: #fff;
}

body {
background: #fff;
font-family: "Trebuchet MS", sans-serif;
font-size: 84%;
color: #444;
text-align: center;
}

#container {
margin: 0 auto;
text-align: left;
}

#nav {
display: none;
}

#maincontent {
}

#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: #fff;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

#footer {
clear: both;
background: #d66395;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

/* header */
/* ====== */
h1 {
font-size: 2em;
font-weight: normal;
font-style: italic;
line-height: 1;
color: #bf2692;
margin-bottom: 0.75em;
}

/* main navigation */
/* =============== */


/* maincontent styles */
/* ================== */
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;
}