﻿/*
--------- CONTENTS ------------------------------------------------------------

1: BODY AND UNIVERSAL RESET
2: PAGE STRUCTURE
	a) Containers
	b) Header
	c) Sidebar
	d) Footer
3: ARTICLES
4: PRODUCTS
5: CART
6: GLOBALS
	a) Links
	b) Typography
7: MISC


---------------------------------------------------------------------------- */



/* 1: BODY AND UNIVERSAL RESET
============================================================================ */

body {
	margin: 0;
  	padding: 0;
	font: small Verdana, Helvetica, Arial, sans-serif;
     background-color: #c6d8af;
}

body.home {
background-color: #cbbcd1;
}

/* Set margin and padding to 0 for all elements */
 
* {margin: 0; padding: 0;}


/* 2. PAGE STRUCTURE
============================================================================ */

/* a) Containers */
body {
	padding-bottom: 40px;
}

#container {
width: 744px; 
margin: 40px auto 0 auto;
padding: 8px;
background-color: #fff;
position: relative;
}

body.home #container {
position: relative;
}

#content {
padding-bottom: 35px;
width: 100%;
overflow: hidden;
}

body.home #content {
padding-bottom: 0;
background: transparent url(http://static.jadedpixel.com/s/files/1/0001/8771/assets/background.jpg) no-repeat top right;
height: 450px;
}


#main {
float: left;
width: 684px;
margin-top: 35px;
padding-left: 30px;
text-align: left;
}

body.shop #main {
	width: 484px;
}

body.home #main {
margin-top: 8px;
padding-left: 0;
width: 393px;
position: absolute;
top: 254px;
left: 320px;
}


/* b) Header */

#header {
height: 147px;
background: white url(http://staging.aromacare.com.au/files/1/0001/8771/assets/banner.jpg) no-repeat top right;
}
body.about #header {
background: white url(http://staging.aromacare.com.au/files/1/0001/8771/assets/banner_about.jpg) no-repeat top right;
}
body.services #header {
background: white url(http://staging.aromacare.com.au/files/1/0001/8771/assets/banner_contact.jpg) no-repeat top right;
}
body.products #header {
background: white url(http://staging.aromacare.com.au/files/1/0001/8771/assets/banner_products.jpg) no-repeat top right;
}
body.contact #header {
background: white url(http://staging.aromacare.com.au/files/1/0001/8771/assets/banner_services.jpg) no-repeat top right;
}

body.home #header {
position: absolute;
width: 286px;
height: 450px;
margin-top: 8px;
margin-left: 8px;
top: 0;
left: 0;
background: transparent url(http://staging.aromacare.com.au/files/1/0001/8771/assets/logo_large.gif) no-repeat top left;
}


body.home #logo {
display: none;
}



#header img {
  display: block;
  margin: 0;
  padding: 0;
}

#main-menu {
background: #73b025 url(http://staging.aromacare.com.au/files/1/0001/8771/assets/nav_corner.gif) no-repeat top left;
height: 19px;
font-size: 11px;
margin: 3px 0 0 0;
padding: 0;
}

body.home #main-menu {
background: none;
padding: 38px 0 0 38px;
height: auto;
margin: 0;

}

#main-menu li {
 display: inline;
line-height: 19px;
margin: 0;
padding: 0;
list-style: none;
}

body.home #main-menu li {
display: block;
font-size: 140%;
padding-bottom: .4em;
}

#main-menu a:link, #main-menu a:visited {
color: #fff;
text-decoration: none;
display: block;
float: left;
padding: 0 31px;
}

body.home #main-menu a:link, body.home #main-menu a:visited {
  padding: 0;
float: none;
display: inline;
}

/* d) Footer */

#footer {
	width: 744px;
  	margin: 0;
  	padding: 0 8px 0 8px;
  	color: #56276a;
  	position: absolute;
  	bottom: -20px;
  	left: 0;
}

body.home #footer {
background-color: #cbbcd1;
position: absolute;
float: none;
bottom: -24px;
left: 0;
width: 744px;

}

#footer a:link, #footer a:visited {
	color: #56276a;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin-top: 0;
	margin-bottom: 0;
  font-size: 80%;
  line-height: 2em;
}

#footer p.copyright {
	float: left;
	display: block;
	width: 33%;
}

#footer p.telephone {
	float: left;
	display: block;
	width: 34%;
	text-align: center;
	font-weight:bold;
}

#footer p.author {
	float: left;
	display:block;
	width: 33%;
	text-align: right;
}

/* c) Sidebar */

#sidebar {
float: left;
width: 170px;
border-left: 1px solid #73b025;
margin-top: 35px;
margin-left: 30px;
}

#sidebar ul {
  list-style: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

#sidebar li {
  padding-left: 2em;
  line-height: 2.2em;
}

#sidebar a:link, #sidebar a:visited {
  font-weight: bold;
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
}

#collections-menu li {
  line-height: 1.5em;
  padding-bottom: 1em;
  font-size: 90%;
  font-weight: bold;
}

#sidebar form {display: inline; float: right; margin: 20px 10px 20px 2em;}
#sidebar input {float: right; margin: 7px 0; color: #5E6268;}
#sidebar input.searchfield {width: 100%;}
#sidebar label {display: block; font-size: 11px;}





/* 3: ARTICLES
============================================================================ */

.article .pbody {}
.article h3 {padding: 1em 0 0 0}

h2#page-title {margin-bottom: 30px;}

p.posted {padding: 0 30px 1em; color: #35718f; font-size: 11px;}

.article-body {padding: 0}

img#rosemary {
width:117px;
height:150px;
float:right;
margin-left:20px;
}

img#map {
width:225px;
height:250px;
float:right;
}

/* 4: PRODUCTS
============================================================================ */

#products {width: 100%;}
#products h3 {
	margin: 0.5em 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	}
#products td {
  	text-align: center;
  	border-left: 1px solid #ddd;
  	border-bottom: 1px solid #ddd;
  	padding: 30px 10px;
	}
#products td.col1 {border-left: 0;}

ul.attributes {
  	color: #555;
  	list-style: none;
  	line-height: 150%;
	}
ul.attributes li {font-weight: bold;}
ul.attributes li span.money {
	color: #B35D8A;
	font-size: 16px;
	font-weight: normal;
	}

/* List one product per row in an unordered list */

#productsv {list-style: none; padding: 20px 0 10px 0;}
	
li.productv {padding: 0 0 30px 0}
li.productv .thumb {float: left; width: 25%; text-align: center;}
li.productv .thumb .money {
	margin-top: 0.7em;
	color: #B35D8A;
	font-size: 14px;
	}
li.productv .pbody {margin-left: 28%;}
li.productv .pbody h3 {
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 20px;
	}
li.productv .pbody h3 a{	
    font-weight:normal;
}
li.productv .pbody ul.attributes li {
  	display: inline;
  	margin-right: 10px;
  	padding-top: 20px !important;
	}
li.productv ul.buttons {list-style: none; margin: 10px 0;}
li.productv ul.buttons li {display: inline;}
li.productv ul.buttons li a {
  	display: block;
  	float: left;
  	margin-right: 5px;
  	padding: 2px 4px;
  	border: 1px solid #59058d;
  	background: #f5f5f5;
	color: #59058d;
	}
li.productv ul.buttons li a:hover {
  	background: #59058d;
  	color: #fff;
	}

/* b) Main (single) product page */

#product h1 {
  width: 100%;
}

#product h3 {
	margin-top: 40px;
	padding: 0 0 1em;
	font-weight: normal;
	font-size: 18px;
	font-family: Arial, Verdana, sans-serif;
	}
	 
.pimage {
  	float: right;
		width: 240px;
		margin: 0 0 20px 10px;
  	text-align: center;
	}

.pimage a {
  border: none;
  background: none;
}

#pimage-select {
  float: right;
  clear: right;
  width: 240px;
  text-align: center;
}

#description {margin: 0 30% 0 0}

#price {
	padding: 30px 0 30px 15px;
	color: #B35D8A;
	font-size: 22px;
	}

ul#details {font-size: 11px; padding: 10px 0 0 0;}
ul#details li {margin-right: 5px; display: block;}

#variants {list-style: none; margin: 0 0 30px 10px;}
#variants li {margin-bottom: 8px;}
#variants span.variant-price {color: #B35D8A;}
#variants span.soldout {background: #ffd; color: ##CE9495;}

input#add {margin-bottom: 40px;}


/* 5: CART
============================================================================ */

.info {
  	padding: 10px 30px;
  	border: 1px solid #59058d;
	border-width: 1px 0;
  	background: #E1E0EE;
  	color: #59058d;
  	line-height: 130%;
  	text-align: right;
	}

#cart {margin: 30px 0;}
#cart .money {color: #CE9495; font-size: 16px;}
#cart h3.small {
	margin: 0;
  	padding: 5px 30px;
	border-bottom: 1px solid #ccc;
  	color: #B35D8A;
	font-size: 12px;
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  	text-align: right;
	}
#cart .right {
  clear: left;
  	text-align: right;
	}

#cartform {margin: 30px 0;}

#line-items {list-style: none; margin: 5px 0;}
#line-items li {
	position: relative;
  	padding: 10px 30px;
  	margin-bottom: 2px;
  	border-bottom: 1px solid #ccc;
	}
#line-items h3 {padding: 5px 0 0; font-size: 18px;}

.c-thumb {
  	float: left;
  	width: 50px;
  	margin-right: 5px;
  	padding: 2px;
  	text-align: center;
	}

li#total {
  position: relative;
	margin: 30px 0 60px 0;
  width: 100%;
padding-right: 0;
padding-left: 0;
	border: 1px solid #59058d;
  	border-width: 1px 0;
  	background: #E1E0EE;
  	color: #59058d;
	font-size: 14px;
  	font-weight: bold;
  	text-align: right;
	}
li#total .money {font-size: 20px; color: #59058d; padding-right: 30px;}

#update-cart { float: left; position: relative; width: 100px; text-align: left; padding-left: 30px;}

/* Cart status box */

#in-cart {
display: none;
}

#cart-count {

	}
#cart-count a:link, #cart-count a:visited { color: #59058d;}
#cart-count a:hover {}


/*

Contact Form

*/

#contactform input, #contactform textarea {
	font: 1em Verdana, sans-serif;
	color: #333;
}

#contactform label, #contactform span.legend {
	float: left;
	width: 80px;
}

#contactform p.checkbox, #contactform p.radio {
	float: left;
	width: 100%;
}

#contactform p.checkbox input, #contactform p.radio input {
	float: left;
	background: 0 none;
}

#contactform p.checkbox label, #contactform p.radio label {
	width: auto;
	padding: 2px;
	font-weight: normal;
}

#contactform label.tip {
	cursor: help;
}

#contactform input.text {
	width: 200px;
	border: 1px solid #9470DB;
}

#contactform textarea {
	width: 450px;
	height: 100px;
	border: 1px solid #9470DB;
}

#contactform p.radio_selection label {
  float: none;
  width: auto;
  text-transform: uppercase;
  padding-left: 5px;
}

#tags {
  display: none;
}

/* 6: GLOBALS
============================================================================ */

/* a) Links */

a {
	padding: 1px 0;
	color: #73b025;
	font-weight:bold;
	text-decoration: none;
  }

a:hover {
  text-decoration: underline;
	}

#footer a
{
	font-weight: normal;
}

body.home #main a {color: #56276a;}

a.img {border: none; background: none;}

/* b) Typography */

#main h1 {
color: #59058D;
  font-size: 180%;
font-family: Arial, Verdana, sans-serif;
padding-bottom: .2em;
}

body.home #main h1 {
color: #56276a;
}

h2, .textile h2 {
	padding: 1em 0 0 0;
	color: #59058D;
	font-weight: normal;
	font-size: 150%;
	font-family: Arial, Verdana, sans-serif;
	}

h3, .textile h3  {
	padding: .5em 0 0 0;
	color: #59058D;
	font-weight: normal;
	font-size: 120%;
	font-family: Arial, Verdana, sans-serif;
	}

p, li {
  line-height: 1.6em;
}

ul {
  padding-bottom: .5em;
}

body.home #main p{
line-height:18px;
}

body.home #main h1{
padding-bottom:0px;
}

/* c) Misc */

img {border: 0;}

.money {font-family: Georgia, "Times New Roman", serif;}

ul.hlist {list-style: none;}
.hlist li {display: inline;}

#pagination a {
  color: #000 !important;
  text-decoration: underline;
  border: none;
}

/* 7: HACKS AND FIXES
============================================================================ */

/* Clear floats */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline; clear:both;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* A few special rules for the stupid one 

* html #sidebar {width: 189px;}
* html #sidebar h3 {border-bottom: 1px solid #ddd;}
* html #sidebar .vlink-list {background: none;}
* html #sidebar .vlink-list a {
	width: 182px;
	background: none;
	border-bottom: 1px solid #ddd;
	}
* html #in-cart {padding: 3px 14px 0;}

*/