@charset "UTF-8";
/* this stylesheet is for all pages of Abundance Healing Arts, http://abundancehealingarts.com*/
/* site by bantam designs http://bantamdesigns.com */
* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}

/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical; 
}

body {
	font: 11px Georgia, "Times New Roman", Times, serif;
	background-color: #cd0c39;
	
}

p {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #55433f;
	padding-bottom: 11px;
}
p.lead {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color:#CC3333;
	padding-bottom: 12px;
	letter-spacing: 1px;
}
p.indent {
	padding-left: 18px;
}

h1 {
	font: 26px/32px Georgia, "Times New Roman", Times, serif;
	color: #ea6065;
	letter-spacing: 1px;
	border-bottom: 2px solid #B5D669;
	text-align: right;
	margin-top: 8px;
	margin-bottom: 16px;
	padding-right: 18px;
}

h2 {
	font: bold normal 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #669933;
	padding-bottom: 6px;
	margin-top: 12px;
}
h4 {
	font: bold 15px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC6633;
	margin-bottom: 2px;
	margin-top: 4px;
	margin-left: 18px;
}
h5 {
	font: bold 14px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #993333;
	margin-bottom: 0px;
	margin-top: 12px;
	margin-left: 48px;
}
h6 {
	font: bold normal 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #669933;
	padding-bottom: 2px;
	margin-top: 12px;
	margin-bottom: 4px;
	border-bottom: 1px solid #693;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	background-image:url(images/bg.jpg);
	background-repeat: repeat;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding-top: 8px;
	min-height: 600px;
	position: relative;
	padding-bottom: 8px;
}
/*navigation */
#topnav {
	text-align: right;
	margin-right: 12px;
	height: 32px;
	margin-top: 6px;
}
#topnav ul {
	list-style: none;
}
#topnav li {
	display: inline;
	margin-right: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	color: #E16038;
}
#topnav a:link, #topnav a:visited {
	text-decoration: none;
	padding: 4px 7px 4px 7px;
	color: #5E91A1;
}
#topnav a:hover {
	color: red;
}
#topnav .current a:link, #topnav .current a:visited {
	color: red;
}
#topnav .tag {
	float: left;
	font: italic normal 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #066;
	letter-spacing: 2px;
	margin-left: 12px;
	background-image: url(images/redcircle.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
}
.green {
	color: #66CC33;
}

#nav {
	width: 98%;
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: #87c628;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #f37860;
}	
#nav ul {
	list-style: none;
	text-align: center;
}
#nav li {
	display: inline;
	margin-right: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	padding: 4px 0px 4px 26px;
	color: #FFF;
}
#nav a:hover {
	background-image: url(images/heart.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
}
#nav .current a:link, #nav .current a:visited {
	background-image: url(images/heart.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
}
#tag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #006666;
	position: absolute;
	top: 88px;
	right: 40px;
	width: 460px;
	height: 60px;
	text-align: right;
	letter-spacing: 2px;
	background-image: url(images/redcircle.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 24px;
	padding-top: 16px;
}


/*home page layout */
#homeleft{
	float: left;
	width: 600px;
	margin-left: 30px;
	margin-top: 6px;
}
.whatsnew {
	float: left;
	width: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 24px;
}
h3 {
	color: #fff;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #f37860;
	margin-bottom: 4px;
	margin-top: 18px;
	letter-spacing: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 200px;
}
.whatsnew .item {
	float: left;
	width: 198px;
	background: #fffabc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 4px;
	border: 1px solid #f8a497;
}
.whatsnew .item p {
	color: #666633;
	padding: 4px 9px 6px 10px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 15px;
}

#home-content {
	float: left;
	width: 312px;
	margin-left: 46px;
	margin-top: 18px;
}
#home-content p {
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	color: #55433f;
	padding-bottom: 12px;
}
#home-content p.lead {
	color:#CC3333;
	padding-bottom: 12px;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 18px;
}
#homeright {
	float: right;
	width: 270px;
	margin-top: 80px;
	margin-right: 36px;
}
/*for home page crossfade-slideshow */
#slides {
	width: 280px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	background-image: url(images/slideshowback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#gallery {
	list-style-type: none;
	position: relative;
	display: block;
}
#gallery li {
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 22px;
}
#home-footer {
	width: 98%;
	clear: both;
	background-color: #fae298;
	margin-top: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #f37860;
	margin-left: auto;
	margin-right: auto;
}
#home-footer p {
	color:#E74A58;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 14px;
	font-weight: bold;
	padding-top: 8px;
}
#home-footer img {
	float: left;
}

/*Inner page areas */

#in-header {
	height: 180px;
	margin-top: 12px;
	margin-left: 24px;
}
#in-header .logo {
	float: left;
	width: 380px;	
}
#in-header .images {
	float: left;
	width: 540px;
	background-image: url(images/redcircle.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#in-header .images img {
	border: 2px solid #b5d669;
	margin-right: 4px;
}
#in-header .tag {
	float: right;
	width: 124px;
	font: italic 16px/24px Georgia, serif;
	color:#006666;
	text-align: center;
	margin-right: 24px;
	padding-top: 24px;
}


/*left side content  for inner pages*/
#in-left {
	float: left;
	width: 220px;
	margin-top: 64px;
	margin-left: 40px;
	text-align: right;
}
#in-left .sidenav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #4A814F;
	margin-right: 18px;
	margin-bottom: 36px;
}
#in-left .sidenav li {
	display: block;
	list-style-type: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #99CC33;
}
#in-left .sidenav li a:link, #in-left .sidenav li a:visited {
	color: #4A814F;
}
#in-left .sidenav li a:hover {
	color: #EA6065;
}
#in-left .box {
	width: 192px;
	margin-bottom: 18px;
	margin-right: 16px;
	margin-top: 24px;
}
#in-left .box p {
	color: #2C692A;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding: 0px 0px 8px 0px;
}
#in-content {
	background-color: #fefdeb;
	width: 630px;
	float: left;
	border: 2px solid #b5d669;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	margin-top: 16px;
	padding: 18px 24px 12px 24px;
	min-height: 350px;
}
#in-content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 38px;
	margin-bottom: 4px;
	font-size: 13px;
	color: #55433f;
	padding-bottom: 8px;
}
#in-content li {
	padding-bottom: 2px;
	margin: 0px 0px 4px 2px;
	list-style-position: outside;
	padding-right: 18px;
	padding-bottom: 2px;
	list-style-type: disc;
}
#in-content .box2 {
	float: right;
	border: 2px solid #87C628;
	width: 226px;
	margin-left: 8px;
	text-align: center;
}
#in-content .box2 p {
	padding: 12px 8px 2px 8px;
	text-align: center;
}
.box2 .product {
	margin-left: 60px;
}
.quote {
	font-size: 14px;
	line-height: 22px;
	color:#CC3300;
	font-style: italic;
	padding: 0px 12px 12px 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.sidequote {
	color: #5ea197;
	font-size: 14px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 22px;
	font-style: italic;
}

.quotewho {
	font-size: 13px;
	line-height: 18px;
	color:#666;
	font-style: normal;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*right side content for inner pages */

#contentright {
	float: right;
	width: 720px;
	margin-bottom: 6px;
	margin-top: 30px;
	margin-right: 12px;
}
#header {
	margin-bottom: 28px;
}
#header img {
	margin-right: 4px;
	border: 1px solid #B6D664;
}
	
/*text area under headers */
.text {
	margin-left: 32px;
	margin-right: 48px;
}


.testimonial  {
	margin-bottom: 18px;
	background-image: url(images/lineunder.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 6px;
}

	


.firstwords {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #315557;
	font-weight: bold;
}

a:link, a:visited {
	color: #e43845;
	text-decoration: none;
}
a:hover {
	color:#CD0C39;
}
#in-footer {
	width: 98%;
	clear: both;
	margin-top: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footerback.jpg);
	background-repeat: repeat-x;
	height: 67px;
}

#in-footer .contact {
	float: left;
	width: 842px;
	margin-top: 2px;
	
}
#in-footer .contact p {
	color:#E74A58;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 14px;
	font-weight: bold;
	text-align: right;
	padding-top: 14px;
	
}
#in-footer .facebook {
	margin-top: 6px;
	margin-right: 12px;
}
#in-footer .footerflower {
	float: right;
	margin-left: 12px;
}
.clear {
	clear: both;
}
.imgleft {
	float: left;
	margin: 6px 12px 12px 0px;
	border: 2px solid #b5d669;
}
.imgright {
	float: right;
	border: 2px solid #b5d669;
	margin-left: 12px;
	margin-bottom: 12px;
}
form {
	margin-left: 6px;
}
.green {
	color: #009866;
}
.orange {
	color: #FF6633;
}
.red {
	color: #CC3333;
}
.purple {
	color: #663399;
}
.blue {
	color: #333399;
}
.blessing {
	text-align: center;
	margin-top: 16px;
	border: 1px solid orange;
	padding-top: 14px;
}
.blessing p {
	font-style: italic;
	font-size: 13px;
	padding-left: 40px;
	padding-right: 40px;
	font-weight: bold;
	padding-bottom: 16px;
}
.product {
	margin-left: 20px;
}

#googlecart-widget {
	position: absolute;
	top: 8px;
	left: 48px;
}
