/*
	Theme Name: Herbal Baby
	Theme URI: 
	Description: 
	Version: 
	Author: 
	Author URI: 
*/

/* LAST UPDATED 12.07.09 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    FORMS
	VI.   HEADINGS
	VII.  CLEARFIX
	VIII. WORDPRESS SPECIFIC

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #ece6d0 url('images/bg.jpg') top no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color: #352413;
}

p { padding: 0 0 14px 0; }

a {
	color: #352413;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #c27f2b; }

/* Image Defaults */

a img { border: 0; }

img.border {
	padding: 4px;
	border: 1px #e1e1e1 solid;
	background: #fff;
}

img.alignright {
	float: right;
	margin: 2px 0 2px 14px;
}

img.alignleft {
	float: left;
	margin: 2px 14px 2px 0;
}

/* Special Classes */

.small { font-size: 11px; }

.left { text-align: left; }
.right { text-align: right; }

sup {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

.spacer {
	height: 5px;
}

/* Lists */

ul { list-style: square; }
ol { list-style: lower-roman; }

#content ul, ol {
	margin-left: 25px;
	padding-bottom: 7px;
}


/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 32px;
}

	#nav li {
		float: left;
		padding: 0 8px;
		border-left: 2px #5b9130 solid;
	}

	#nav li.first {
		padding-left: 0;
		border-left: 0;
	}

	#nav li a {
		padding: 0 3px 2px;
		font-family: Georgia, "Times New Roman", Serif;
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
	}

	#nav li a:hover, #nav li a.current_page_item { border-bottom: 3px #fff solid; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

.floatleft {
	float:left;
}

.padright {
	width: 300px;
}

.clear {
	clear: both;
}

#wrap {
	width: 985px;
	margin: 0 auto;
}

	#header { height: 134px; }

		.logo {
			float: left;
			margin-top: 10px;
		}

		#searchWrap {
			position: relative;
			float: right;
			margin-top: 67px;
			padding-right: 277px;
			height: 38px;
			line-height: 38px;
			text-align: right;
			color: #fff;
			font-family: Georgia, "Times New Roman", Serif;
			font-size: 16px;
		}

	#nav {
		margin-bottom: 25px;
		height: 30px;
		overflow: hidden;
	}

	#content { overflow: hidden; }

		#hero {
			margin-bottom: 10px;
			height: 400px;
		}

			#hero img { vertical-align: middle; }

			#hero .description {
				float: left;
				width: 460px;
				padding-top: 20px;
				line-height: 1.4em;
				font-size: 15px;
			}

			#hero .photo {
				float: right;
				width: 510px;
			}

		#col-1, #col-2, #col-3 {
			float: left;
			margin-top: 10px;
			font-size: 14px;
			margin-right: 30px;
		}
		
		#col-1 {
			font-size: 13px;
		}

		#col-1 strong, #col-2 strong, #col-3 strong, #sidebar strong { font-size: 15px; }

		#col-1 {
			margin-top: 0;
			width: 245px;
		}

			#col-1 .content {
				overflow: hidden;
				padding: 0 17px 14px;
				background-color: #e0d8c1;
			}
			
			#connect {
				margin: 10px 0 0 0;
			    padding: 8px 17px 8px 75px !important;
				background: url(images/connectWithUs.gif) no-repeat 16px 15px;
			}
			
			#connect .network {
			   margin: 0 8px 0 0;
			}

		#col-2 {
			padding-right: 30px;
			width: 329px;
			border-right: 1px #b6a386 solid;
			line-height: 1.4em;
		}

			#col-2 .viewMore {
				float: right;
				margin-top: 11px;
				font-size: 13px;
				color: #c48331;
			}

				#col-2 .viewMore a { color: #c48331; }
				#col-2 .viewMore a:hover { color: #352413; }

		#col-3 {
			margin-right: 0;
			width: 306px;
			line-height: 1.4em;
		}

		#mainContent {
			float: left;
			margin-top: 20px;
			width: 660px;
			line-height: 1.4em;
		}

		#sidebar {
			float: right;
			margin-top: 5px;
			width: 271px;
			font-size: 13px;
		}

			#sidebar .content {
				overflow: hidden;
				margin-bottom: 14px;
				padding: 0 17px 14px;
				background-color: #e0d8c1;
			}

			#sidebar ul {
				list-style: none;
				margin: 0;
			}

			#sidebar li {
				padding-left: 23px;
				background: url('images/bg-li.gif') 0 0 no-repeat;
			}

	#footer {
		clear: both;
		border-top: 4px #b6a386 solid;
		margin-top: 11px;
		padding: 11px 0;
		color: #9f8666;
		font-size: 12px;
	}

		#footer a { color: #9f8666; }
		#footer a:hover { color: #352413; }

		#footer .left { float: left; }
		#footer .right { float: right; }

		#footer ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

			#footer li {
				float: left;
				line-height: 12px;
				padding: 0 9px;
				border-right: 1px #b6a386 solid;
			}

			#footer li.last {
				padding-right: 0;
				border: none;
			}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#searchWrap .textBox {
	position: absolute;
	top: 0;
	right: 47px;
	padding: 9px 5px;
	width: 216px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 16px;
	border: none;
	background: transparent url('images/searchBox.png') no-repeat;
}

#searchWrap .button {
	position: absolute;
	top: 0;
	right: 0;
}

#col-1 .textBox, #sidebar .textBox {
	margin-top: 6px;
	padding: 9px 7px;
	width: 179px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 16px;
	border: none;
	background: transparent url('images/textBox.gif') no-repeat;
}

#sidebar .textBox {
	width: 223px;
	background-image: url('images/textBox-large.gif');
}

#col-1 .button, #sidebar .button {
	float: right;
	margin: 6px 16px 0 0;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Serif;
	font-weight: normal;
	padding: 0 0 14px 0;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 {
	font-size: 35px;
	color: #6c461f;
}

	#hero h1 {
		font-size: 58px;
		color: #6c4620;
	}

h2 { font-size: 22px; }

	#col-1 h2 {
		height: 58px;
		font-size: 20px;
		color: #fff;
		padding-top: 23px;
		padding-left: 66px;
		padding-bottom: 0;
		background: url('images/h2-news.gif') top left no-repeat;
	}

	#col-2 h2, #col-3 h2 {
		color: #c48331;
		font-size: 28px;
	}

	h2.green, h2.brown, h2.orange {
		height: 46px;
		line-height: 46px;
		color: #fff;
		font-size: 20px;
		margin: 0 -20px 14px;
		padding: 0 20px;
	}

	h2.green { background: #5c923c url('images/h2-green.jpg') top right no-repeat; }
	h2.brown { background: #7b5c3f url('images/h2-brown.jpg') top right no-repeat; }
	h2.orange { background: #f1bc6e url('images/h2-orange.jpg') top right no-repeat; }

h3 { font-size: 18px; }

	#col-2 h3 a {
		color: #6c4620;
		text-decoration: underline;
	}

	#col-2 h3 a:hover { color: #c48331; }

	#mainContent h3 {
		padding-top: 7px;
		color: #c48331;
		font-size: 28px;
	}

h4 { font-size: 16px; }

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* -----------------------------------------------------------
		VIII. WORDPRESS SPECIFIC
----------------------------------------------------------- */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform { margin: 5px 10px 0 0; }

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p { margin: 10px 5px 10px 0; }

.children { padding: 0; }

#commentform p { margin: 5px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.productBox {
  	min-height:500px;
  	height:auto !important;
  	height:500px;
	line-height: 1.2em;
}

input#send {
    background: url(images/button-send.gif) no-repeat 0 0;
    display: block;
    height: 36px;
    text-indent: -9999px;
    width: 75px;
	 border: 0;
    cursor: pointer;
	line-height: 0;
	border: 0 !important;
}

img.network {
	margin: 0 16px 0 0;
}

#mainContent ul {
	margin: 0 0 0 20px;
}

#mainContent li {
	padding: 0 0 1.1em 24px;
	list-style-type: none;
	background: url(images/bullet.png) no-repeat 0 3px;
}

#mainContent .productBox li {
	background: url(images/bullet.png) no-repeat 0 0;
}

#packageOne {
	margin: 0 0 10px 30px;
}

#packageTwo {
	margin: 0 0 10px 13px;
}

#cartWrap {
	padding: 0 0 0 70px;
}

#cartWrap #col-1 {
	margin: 0 50px 0 0;
}

#mainContent input, #mainContent textarea {
	border: 2px solid #DFD7C2;
	padding: 6px 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 1em;
}

#mainContent textarea {
	width: 335px;
}

#mainContent #jcart-checkout-paypal {
	border: 0 none;
}

#tellUsYourStory {
	margin: 15px 0 0 0;
}

.productTitle {
	text-align: center;
	padding: 15px 0;
}
.productQty {
	margin: 0 0 0 20px;
}

.authorize-net {
	border: 1px solid #B6A386;
	margin-left: 20px;
	margin-bottom: 25px;
}
.rapidssl {
	margin-right: 20px;
	margin-bottom: 25px;
}
.rapidsslborder {
	border: 1px solid #B6A386;
}
.cclogos {
	margin-top: 10px;
}


#testimonialTitleWrap {
	width: 660px;
	margin-bottom: 15px;
	}

#titleName {
	width: 247px;
	float: left;
}

#testimonialNavigation {
	float: right;
	width: 378px;
}

#testimonialNavigation ul {
	margin: 0;
	padding: 0;
	}
	
#testimonialNavigation li {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
	}
#testimonialNavigation a {
	display: block;
	height: 38px;
	text-indent: -9999em;
	}
	
	#testimonialNavigation a.written {
	width: 196px;
	background: url(images/testimonialsSprite.gif) no-repeat 0 0;
	}
	
	#testimonialNavigation a.written:hover,
	#testimonialNavigation a.written.current{
	width: 196px;
	background: url(images/testimonialsSprite.gif) no-repeat 0 -38px;
	}
	
	#testimonialNavigation a.vid {
	width: 182px;
	background: url(images/testimonialsSprite.gif) no-repeat -196px 0;
	}
	
	#testimonialNavigation a.vid:hover,
	#testimonialNavigation a.vid.current{
	width: 182px;
	background: url(images/testimonialsSprite.gif) no-repeat -196px -38px;
	}
