/*
Theme Name: Health Diva Theme
Description: The WordPress theme for The Health Diva.
Version: 1
Author: Kate Kelly
Author URI: http://www.blackcatweb.com/
Tags: custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	background-color: #D1ECED;
	}
/*General Rules for this Template*/
		.narrowcolumn h3, h4, h5, h6 {
		color: #4C5677;
		}
		.narrowcolumn h3 {
		border-bottom: 1px solid #4C5677;
		}
/*End General Rules for this Template*/

		#content_wrap_crystals .narrowcolumn h2 {
		background: transparent url(http://www.healthdiva.co.uk/wp-content/themes/health_diva/images/crystals_h2_gradient.gif) no-repeat right bottom;
		margin:0px;
		padding:0px 0 0 15px;
		color: #4C5677;
		font-weight: 100;
		height:30px;
		line-height: 150%;
		}
/* Crystals Sidebar */
#crystals_sidebar{
	float:left;
	width:200px;
	list-style: none;
	margin: 0px 10px 20px 30px;
	min-height: 250px;
	}
	#crystals_sidebar ul {
	background-color: #F2FAFA;
	}
	#crystals_sidebar ul ul {
	margin-top: 0px;
	padding-left: 10px;
	border: none;
	}
	#crystals_sidebar ul ul ul {
	margin-top: 0px;
	padding-left: 10px;
	border: none;
	}
	#crystals_sidebar ul li {
		list-style-type: none;
		list-style-image: none;
		text-align: left;
		border-bottom: 1px solid #DDDDDD;
		border-top: 1px solid #F5F5F5;
		min-height: 20px;
		}
		#crystals_sidebar ul ul li {
		list-style: circle outside;
		margin: 0px 0px 0px 15px;
		border: none;
		}
		#crystals_sidebar h4 {
		display: none;
		}
			#crystals_sidebar ul a {
			display: block;
			color:#4C5677;
			font-weight: bold;
			min-height: 20px;
			padding: 10px 0px 10px 10px;
			}
				#crystals_sidebar a:hover{
				color:#6D7590;
				background-color: #E5F6FA;
				text-decoration: none;
				}
				
.backtocrystals a {
	background: #F2FAFA url(http://www.healthdiva.co.uk/wp-content/themes/health_diva/images/backto.gif) no-repeat left center;
	display: block;
	color:#4C5677;
	font-weight: bold;
	font-variant:small-caps;
	padding: 10px 0px 0px 20px;
	text-align: left;
	min-height: 30px;
	border-bottom: 1px solid #DDDDDD;
	}
/* End Crystals Sidebar */
/*Header Link Styles*/
h3 a,h4 a,h5 a{
color: #4C5677!important;
}
h3 a:hover,h4 a:hover,h5 a:hover{
color: #fff!important;
background-color: #4C5677;
padding:0px 5px;
display: block;
text-decoration: none;
}
/*End Header Link Styles*/

/* eShop Styles */
.crystal_books{
	list-style-type:none;
	list-style-image:none;
}
ul.eshop.crystal_books li {
	float:left;
	text-align:center;
	height:262px; /* you may need to adjust this figure to accomodate the height of your product images*/
	width: 270px;
	border: 1px solid #D7D7D7;
	overflow: hidden;
}
ul.eshop.crystal_books li a img {
	float:none;
	margin:0;
	padding:10px;
}
ul.eshop.crystal_books li form.addtocart {
	width:auto;
	}

form.eshop input.button {
	background:#6D7590!important;
}
form.eshop input.button:hover,form.eshop input.button:active,form.eshop input.buttonfocus {
	background:#E5F6FA!important;
}
form.eshop fieldset {
	background:#D1ECED!important;
}
form.eshop legend {
	background:#6D7590!important;
	color:#fff!important;
}
img{
	color:#FEE2D5!important;
}

/* End eShop Styles */
