/*
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: #7281B0;
	}

/*Start H2 rules for diff pages*/
		#content_wrap_men .narrowcolumn h2 {
		background: transparent url(http://www.healthdiva.co.uk/wp-content/themes/health_diva/images/men_h2_gradient.gif) no-repeat right bottom;
		margin:0px;
		padding:0px 0 0 15px;
		color: #FFF;
		font-weight: 100;
		height:30px;
		line-height: 150%;
		}
/*End H2 rules for diff pages*/

/*General Rules for this Template*/
		.narrowcolumn h3, h4, h5, h6 {
		color: #535E80;
		}
		.narrowcolumn h3 {
		border-bottom: 1px solid #535E80;
		}
/*End General Rules for this Template*/
/* START SIDENAV STYLES*/
#men_sidebar{
	float:left;
	width:200px;
	list-style: none;
	margin: 0px 10px 20px 30px;
	min-height: 250px;
	}
	#men_sidebar ul {
	background-color: #ECF1ED;
	}
	#men_sidebar ul ul {
	margin-top: 0px;
	padding-left: 10px;
	border: none;
	}
	#men_sidebar ul ul ul {
	margin-top: 0px;
	padding-left: 10px;
	border: none;
	}
	#men_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;
		}
	#men_sidebar ul ul li {
		list-style: circle outside;
		margin: 0px 0px 0px 15px;
		border: none;
		}
				#men_sidebar h4 {
				display: none;
				}
					#men_sidebar ul a {
					display: block;
					color:#535E80;
					font-weight: bold;
					min-height: 20px;
					padding: 10px 0px 10px 10px;
					}
					#men_sidebar a:hover{
					color:#727B97;
					background-color: #D0D6D9;
					text-decoration: none;
					}
/* Back to Men Arrow Nav */
.backtomen a {
	background: #ECF1ED url(http://www.healthdiva.co.uk/wp-content/themes/health_diva/images/backto.gif) no-repeat left center;
	display: block;
	color:#535E80;
	font-weight: bold;
	font-variant:small-caps;
	padding: 10px 0px 0px 20px;
	text-align: left;
	min-height: 30px;
	border-bottom: 1px solid #DDDDDD;
	}
/* End to Men Arrow Nav */

/* End SIDENAV STYLES */
/*Header Link Styles*/
h3 a,h4 a,h5 a{
color: #535E80!important;
}
h3 a:hover,h4 a:hover,h5 a:hover{
color: #fff!important;
background-color: #535E80;
padding:0px 5px;
display: block;
text-decoration: none;
}
/*End Header Link Styles*/

/* eShop Styles - more relating to these items on line 1180 of style.css */
.men{
	list-style-type:none;
	list-style-image:none;
}
ul.eshop.men li {
	float:left;
	text-align:center;
	height:100px; /* you may need to adjust this figure to accomodate the height of your product images*/
	border: 1px solid #D7D7D7;
	overflow: hidden;
}
ul.eshop.men li a img {
	float:none;
	margin:0;
	padding:10px;
}
ul.eshop.men li form.addtocart {
	width:auto;
	}
/* End eShop Styles */
