/*
Theme Name: Venus In Balance
Theme URI: http://venusinbalance.com
Description: A Custom Theme developed by <a href="http://www.collinkelly.com">Collin Kelly</a>
Version: 1.0
Author: Collin Kelly
Author URI: http://collinkelly.com/
Tags:

	"Venus in Balance" by http://www.collinkelly.com/
	The CSS, XHTML and design are the sole property of Collin Kelly and may not be duplicated or copied without permission.
	©2010 Venus in Balance

*/

/* ---------- START RESET ---------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	background-color:transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-size: 62.5%;
	color: #333;
	background: transparent;
}
ol, ul {
	list-style: none;
}
a { text-decoration: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ---------- END RESET ---------- */

/* ---------- START NAVIGATION STYLES ---------- */
/* tabs
*************************/
ul.tabs {
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
ul.tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}
ul.tabs a {
	position: relative;
	display: block;
}

/* dropdowns
*************************/
ul.dropdown {
	background: #7CC3CE;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
}
ul.dropdown ul.dropdown {
	top: 0;
	left: 95%;
}
ul.dropdown li {
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}
ul.dropdown li a {
	display: block;
}
/* menu-specifc
*************************/
#menu {
	position: absolute;
	z-index: 5;
	top: 150px;
	left: 220px;
	width: 610px;
	height: 35px;
	line-height: 35px;
}
#menu ul { margin: 0;}
#menu ul li.hasmore { /* background: url(images/drophighlight.png) no-repeat center 27px; */ }
#menu ul li {display: block;}

#menu ul li a {
	background-image: url(images/nav.gif);
	text-indent: -9999px;
	height: 35px;
	text-decoration: none;
}

li.home a { width: 70px; background-position: 0 0;}
li.coaching a { width: 102px; background-position: -70px 0;}
li.nutrition a { width: 94px; background-position: -172px 0;}
li.store a { width: 74px; background-position: -266px 0;}
li.v-inspiring a { width: 110px; background-position: -340px 0;}
li.contact a { width: 85px; background-position: -450px 0;}

li.home a:hover { background-position: 0 -35px;}
li.coaching a:hover { background-position: -70px -35px;}
li.nutrition a:hover { background-position: -172px -35px;}
li.store a:hover { background-position: -266px -35px;}
li.v-inspiring a:hover { background-position: -340px -35px;}
li.contact a:hover { background-position: -450px -35px;}


li.home a:active { background-position: 0 -70px;}
li.coaching a:active { background-position: -70px -70px;}
li.nutrition a:active { background-position: -172px -70px;}
li.store a:active { background-position: -266px -70px;}
li.v-inspiring a:active { background-position: -340px -70px;}
li.contact a:active { background-position: -450px -70px;}


#menu ul li a img {	vertical-align: middle; }
#menu ul li a:hover { color: #333;}

#menu ul.dropdown {
	border-right: 1px solid #45c3d3;
	border-bottom: 1px solid #45c3d3;
	border-left: 1px solid #45c3d3;
	padding: 0;
	background: #FFF;
	overflow:hidden;
	width: 140px;
}
#menu ul.dropdown li {
	border-bottom: 1px dashed #ccc;
}
#menu ul.dropdown li.last {
	border-bottom: none;
}
#menu ul.dropdown li a {
	background-image: none;
	text-indent: 0;
	margin: 0;
	color: #45c3d3;
	line-height: 30px;
	font-size: 1.4em;
	padding: 0 0 0 5%;
	width: 95%;
	
	overflow: hidden;
	height: 30px;
}
#menu ul.dropdown li.last a {
	border-bottom-width: 0;
}
/* 45c3d3 */
#menu ul.dropdown li a:hover {
	background: #aedfe5;
	color: #FFF;
}

.fade div {display: none;}

/* ---------- END NAVIGATION STYLES ---------- */

/* ---------- START GENERAL LAYOUT STYLES ---------- */
html {background: #e9e9e9 url(images/wide_bg.gif) top center repeat-y;}
body {
font-family:Arial, sans-serif;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.7em;
background: url(images/top_bg.gif) 0 0 repeat-x;
}
a:visited {color: inherit;}
#wrapper {
background: #FFF url(images/header.gif) 0 0 no-repeat;
width:1050px;
margin:0 auto;
position: relative;
}
#printHeader {display: none;}
#venus_girl {
	position: absolute;
	top: 7px;
	right: 0px;
}
#venus_girl div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#header {
float:left;
z-index: 100;
width:1050px;
margin:0;
height: 185px;
}
#logo {
float:left;
width:auto;
height: 171px;
padding:0;
}
#blurb {
font-family:Georgia;
height:auto;
border-bottom:1px dotted #ccc;
width:100%;
float:left;
padding:35px 0;
font-size:32px;
font-weight:400;
line-height:120%;
}

.home #content {
	background: url(images/home_content_bg.png) 0 0 repeat-y;
	width:940px;
	float:left;
	margin: 0;
	/* border-right:1px dotted #ccc; */
	padding:25px 0px 25px 55px;
	min-height:420px;
}

#maincolumn {float: left; width: 100%;}
#content {
width:720px;
float:left;
margin: 0;
/* border-right:1px dotted #ccc; */
padding:0 0 30px 25px;
min-height:450px;
}

#sidebar {
	width: 220px;
	float:right;
	margin-top: 210px;
	padding:0 45px 0 25px; /* added to convenience of illustration */
	border-left: 1px solid #CCC;
}

.home #sidebar {float: left; width: 220px; margin:200px 0 0 -220px; border: 0; padding: 0; }

#sidebar .block {float: left; margin-bottom: 25px;}

#sidebar #searchform {background: #ededed; padding: 10px 12px;}
#sidebar #searchform label {display: none;}
#sidebar #s {width: 119px; margin-right: 4px;}
#sidebar #searchsubmit { background: #F48EB4;
	color: white;
	padding: 3px 8px;
	border: 0;
	outline: none;	
	text-transform: uppercase;
	cursor: pointer;
	}
#sidebar #searchsubmit:hover {background: #e81c68;}

#sidebar #todaysposts {padding: 15px 0; border-bottom:1px solid #DDDDDD; border-top:1px solid #DDDDDD; width: 220px;}
.home #sidebar #todaysposts {margin-top: -25px;} /* compensation for email form tomfoolery */
.home #sidebar #todaysposts li a {padding: 6px 12px;}
#sidebar ul.follow {background: transparent url(images/follow_sidebar.png) 0 20px no-repeat; float: left; padding-left: 90px; width: 130px; margin-bottom: 25px;}
#sidebar li.facebook a {background: url(images/facebook.gif) 0 0 no-repeat; margin-right: 4px;}
#sidebar li.twitter a {background: url(images/twitter.gif) 0 0 no-repeat;}

#sidebar h3 {
	float: left;
	clear: both;
	color: #45c3d3;
padding:0 0 2px 0;
font-size:18px;
}
#sidebar .pink h3 {
	float: left;
	clear: both;
	color: #e81c68;
padding:0 0 2px 0;
font-size:18px;
}

#sidebar #todaysposts h3 {text-align: center; width: 100%; color: white; background: #45c3d3; padding: 6px 0 5px 0; margin-bottom: 8px;}

#sidebar .block ul {
	float: left;
	clear: both;
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
/*border-top:1px dotted #ccc; */
width: 215px;
}
#sidebar .block li a {
/* background:transparent url(images/bullet_black.gif) no-repeat scroll 3px 52%; */
font-size:1.2em;
color: #555;
font-weight:normal;
padding:2px 10px 2px 10px;
display:block;
border-bottom:none;
}
#sidebar .block li a:hover {
	color: white;
	background:#45c3d3;
}
#sidebar .pink li a:hover {
	color: white;
	background:#e81c68;
}

#left_sidebar a.btn {
filter: alpha(opacity=80); 
-khtml-opacity: 0.8;      
-moz-opacity: 0.8;      
opacity: 0.8;          
color:white;
display: block;
padding: 1px 0 3px 0;
margin: 10px 0;
font-size: 1.2em;
text-align: center;
letter-spacing: .3px;
width: 170px;
} 
.karen a.btn{ background: #f2757a none repeat scroll 0 0;}
.susan a.btn{background: #45c3d3 none repeat scroll 0 0;}
#sidebar a.btn {
	filter: alpha(opacity=80); 
	-khtml-opacity: 0.8;      
	-moz-opacity: 0.8;      
	opacity: 0.8;          
	float: left;
	position: relative;
	left:10px;
	top: 0;
	background: #45c3d3 none repeat scroll 0 0;
	color:white;
	display: block;
	margin: 5px 2px 0 0;
	padding: 1px 10px 3px 10px;
	font-size: 1.2em;
	letter-spacing: .3px;
}
#sidebar .mission {margin-top: -25px; padding-bottom: 20px;} 
#sidebar .mission h6 {font-size: 1.2em; text-align: center; text-transform: lowercase; letter-spacing: .03em;}
#sidebar .mission h6 a {display: block; margin: 1px 0; background: #f8b2c0; color: white; padding: 6px 0; width: 100%; text-align: center; text-transform: lowercase;}
#sidebar .mission h6 a:hover {background: #e81c68;}

#left_sidebar a.btn:hover, #sidebar a.btn:hover {
	filter: alpha(opacity=100); 
	-khtml-opacity: 1;      
	-moz-opacity: 1;      
	opacity: 1;
}

/* homepage-specific
*************************/

h3 {font-weight: bold;}
h4 {font-weight: bold;}
h5 {font-weight: bold;}
#v-inspiring p {text-align: right; margin-top: 8px;}
#daily_flash { 
	margin-right: 380px;
	padding-right: 20px;
	min-height: 245px;
	width:500px;
}
#daily_flash h1 { font-weight: normal; color: #e81c68; font-size: 36px; margin: 0 0 10px 0;}
.blurb_container {width: 360px;}
#daily_flash p {background: none;}
#daily_flash h3 {font-size: 18px; min-height: 23px; line-height: 20px;}

#daily_flash .call .blurb_container { padding-bottom: 30px;}

#daily_flash .speechsusan h3 a:hover, #daily_flash .speechkaren h3 a:hover {color:#0b9444;}
#daily_flash .speechsusan h3 a {color: #45c3d3;}
#daily_flash .speechkaren h3 a {color: #E81C68; }
#daily_flash .call h3 {padding: 12px 20px 5px 45px; width: 295px;}
#daily_flash .resp h3 {padding: 12px 45px 5px 15px; width: 300px;}
#daily_flash .call p {padding-top: 0;}
#daily_flash .resp p {padding-top: 0;}
#daily_flash .speechsusan.call h3 {background: url(images/blurbs/call_susan_top.gif) 0 0 no-repeat;}
#daily_flash .speechkaren.call h3 {background: url(images/blurbs/call_karen_top.gif) 0 0 no-repeat;}
#daily_flash .speechsusan.resp h3 {background: url(images/blurbs/resp_susan_top.gif) top left no-repeat;}
#daily_flash .speechkaren.resp h3 {background: url(images/blurbs/resp_karen_top.gif) top left no-repeat;}

#response_excerpt {min-height: 140px; _height: 140px; margin-bottom: 15px;}

#response_excerpt.karen .blurb_container {background: url(images/blurbs/susan_bot.gif) bottom left no-repeat;}
#response_excerpt.susan .blurb_container {background: url(images/blurbs/karen_bot.gif) bottom left no-repeat;}

#response_excerpt.karen .blurb_container p {padding-top: 10px; background: url(images/blurbs/resp_susan_top.gif) top left no-repeat; min-height: 35px;}
#response_excerpt.susan .blurb_container p {padding-top: 10px; background: url(images/blurbs/resp_karen_top.gif) top left no-repeat; min-height: 35px;}

#response_excerpt.karen {background: url(images/susan_thumb.gif) top right no-repeat;}
#response_excerpt.susan {background: url(images/karen_thumb.gif) top right no-repeat;}

#v-profile { 
	width: 460px; 
	padding: 20px;
	background: #edf7f7; /* originally #d6edf2 */
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 15px 380px 20px 0;
}
#v-profile h1 {font-size: 28px;}
#v-profile h1 a {color: #45c3d3;}
#v-profile h1 a:hover {color:#0b9444;}
.profile_body {width: 460px; margin-top: 5px;}
.profile_body img {float: left; display: block; border: 1px solid white;}
#v-profile h3 img {float: none;}
#v-profile h3 {margin-left: 165px; font-size: 18px; min-height: 23px; line-height: 20px;}
#v-profile h3 a {color: #45c3d3;}
#v-profile h3 a:hover {color:#0b9444;}

.profile_body p {margin-left: 165px; }

h1.quote_italic {font-size: 26px; line-height: 28px; color: #e81c68;}
h4 {font-weight: bold; font-style: italic; color: #e81c68; font-size: 26px; line-height: 28px; margin-top: 35px;}

a.more_button { display: block; padding: 0px 10px; margin-top: 10px; color: white; text-transform: uppercase;}
.speechkaren .blurb_container a.more_button { float: right; position: relative; right: 15px; top: -10px; background:#E81C68;}
.speechsusan .blurb_container a.more_button { float: right; position: relative; right: 15px; top: -10px; background:#45c3d3;}
#featured-product a.more_button {background:#E81C68; margin-bottom:12px; text-align: center;}
#vib-challenges a.more_button {background:#E81C68; clear: both; margin-bottom: 8px; text-align: center;}
#v-profile a.more_button { float: right; background:#45c3d3;}

/* RULES FOR FOR V-INSPIRING QUOTE ON HOME PAGE */
#v-inspiring { 
	position: relative;
	top: 0;
	left: 220px;
	width: 540px;
	color: #45C3D3;
}
#v-inspiring h4 {font-weight: bold; color: #45C3D3;}
h4.pink {color: #e81c68;}
h4.blue {color: #45C3D3;}

#middlebar { 
	float: left;
	background: #edf7f7;
	width:146px;
	margin: 0 20px 0 -415px; 
	border: none; 
	padding: 0 12px;
}
#middlebar h3 {padding-bottom: 5px; font-size: 18px; font-style: italic;}
#middlebar p {color: #878787; font-size: 1.2em;}
#featured-product {padding-top: 12px; }
#featured-product h3 a {color: #e81c68; }
#featured-product h3 a:hover { color:#0b9444;}
#featured-product a {display: block;}
#featured-product p {margin-top: 8px;}
#featured-product a img {border: 1px solid #e81c68; display: block; width: 113px; height: 113px;}
#middlebar #vib-challenges {border-bottom: 1px solid #ddd; padding-bottom:8px;}
#vib-challenges h3 a {color: #e81c68; }
#vib-challenges h3 a:hover { color:#0b9444; }
#vib-challenges img {float: none; border: 1px solid #e81c68; width: 113px; height: 113px; margin: 4px 0;}

.susanchat, .karenchat { margin: 0 0 15px 0; padding: 8px 25px 15px 85px; min-height: 78px; width: 390px; -moz-border-radius:5px; -webkit-border-radius:5px; behavior:url(border-radius-ie8.htc);}
.susanchat {background: #fbfdfe url(images/susan_tiny.gif) 8px 8px no-repeat; border: 1px solid #aedfe5;}
.karenchat {background: #fef7f6 url(images/karen_tiny.gif) 8px 8px no-repeat; border: 1px solid #f2757a;}
.susanchat p, .karenchat p {padding: 35px 0 0 0; }
.karenchat p {background: url(images/testimonial_k.gif) 0 0 no-repeat;}
.susanchat p {background: url(images/testimonial_s.gif) 0 0 no-repeat;}

.karen-elizaga .susanchat, .susan-cross .karenchat { min-height: 55px;}
.susan-cross .karenchat p, .karen-elizaga .susanchat p	{background: transparent; padding-top: 10px;}
	
#left_sidebar .testimonial p {
	border:1px solid #AEDFE5;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin:10px 0;
	font-style: italic;
	padding:40px 15px 15px;
	-moz-border-radius:5px; -webkit-border-radius:5px; behavior:url(border-radius-ie8.htc);
}
#left_sidebar .testimonial p .quoted {display: block; text-align: right; font-weight: bold; font-style: normal;}
.coaching #left_sidebar .testimonial p, .karen-elizaga #left_sidebar .testimonial p  {background-color:#Fef7f6; background-image: url(images/testimonial_k.gif); border: 1px solid #f2757a;}
.nutrition #left_sidebar .testimonial p, .susan-cross #left_sidebar .testimonial p {background-color: #fbfdfe; background-image: url(images/testimonial_s.gif); border: 1px solid #aedfe5; }

/* 	Karen Pink bg #fef7f6
	Karen Pink Border #f2757a
	Susan Light Blue bg #fbfdfe
	Susan Blue Border #aedfe5
*/
span.verystrong {color: #45c3d3;}

/* START Speech Bubble specific Rules */
.speechkaren, .speechsusan {width: 500px; min-height: 145px;}

.speechkaren { background-image: url(images/karen_thumb.gif);}
.speechsusan { background-image: url(images/susan_thumb.gif);}
.call {background-position: left top; background-repeat: no-repeat;}
.resp {background-position: right top; background-repeat: no-repeat;}
.call p {margin: 0; padding: 10px 20px 5px 45px; width: 295px;}
.resp p {margin: 0; padding: 10px 45px 5px 15px; width: 300px;}

.speechkaren.call p {background: url(images/blurbs/call_karen_top.gif) 0 0 no-repeat;}
.speechsusan.call p {background: url(images/blurbs/call_susan_top.gif) 0 0 no-repeat;}

.speechkaren.resp p {background: url(images/blurbs/resp_karen_top.gif) top left no-repeat;}
.speechsusan.resp p {background: url(images/blurbs/resp_susan_top.gif) top left no-repeat;}

.blurb_container { padding: 0 0 5px 0; margin-bottom: 15px;}

.call .blurb_container {margin-left: 140px;}

.speechkaren .blurb_container { background-image: url(images/blurbs/karen_bot.gif);}
.speechsusan .blurb_container { background-image: url(images/blurbs/susan_bot.gif);}
.speechkaren.call .blurb_container {background-position: 31px bottom; background-repeat: no-repeat;}
.speechsusan.call .blurb_container {background-position: 31px bottom; background-repeat: no-repeat;}
.speechkaren.resp .blurb_container {background-position: bottom left; background-repeat: no-repeat;}
.speechsusan.resp .blurb_container {background-position: bottom left; background-repeat: no-repeat;}

#response {clear: both;-moz-border-radius:5px; -webkit-border-radius:5px; behavior:url(border-radius-ie8.htc);width: 395px;padding: 12px 20px 15px 85px; min-height:53px;}

.post #response p {margin: 0;}
.karen #response {background: #fbfdfe url(images/susan_tiny.gif) 8px 8px no-repeat; border: 1px solid #aedfe5;} /* This will be Susan's Colors */
.susan #response {background: #fef7f6 url(images/karen_tiny.gif) 8px 8px no-repeat; border: 1px solid #f2757a;} /* This will be Karen's Colors */

.search .navigation {float: left; clear: both; width: 500px; margin: 15px 0 0 200px;}
.category .navigation {float: left; clear: both; width: 500px; margin: 15px 0 0 185px;}
.alignleft {float: left;}
.alignright {float: right;}

.home #daily_flash .alignleft {float: left; padding-right: 8px;}
.home #daily_flash .alignright {float: right; padding-left: 8px;}

.navigation a {color: #45c3d3; padding: 5px;}
.search .navigation a, .category .navigation a { font-size: 1.2em;}
.navigation a:hover {color: white; background-color: #e81c68;}
.navigation a:hover span {color: white;}
.single .navigation { clear: both; float: left; font-size: 1.2em; margin: 0 0 30px 200px; width: 500px;}
.single .navigation .alignleft {text-align: left; width: 220px;}
.single .navigation .alignright {text-align: right; width: 220px; padding-right: 5px;}
.single .alignleft span, .single .alignright span {font-size: 1.2em; font-variant: small-caps; color: #666}
.single .alignleft span {}
.single .alignright span {}
.single .alignleft a, .single .alignright a {display: block; padding: 5px;}

#footer {
width:970px;
clear: both;
margin: 0 auto;
text-align:center;
padding: 20px 15px 0 15px;
background: #FFF url(images/footer_bg.gif) 15px 36px no-repeat;
border-top: 1px solid #DDD
}

.home #footer {
width:940px;
clear: both;
margin: 0 auto;
text-align:center;
padding: 20px 0 0px 0;
background: #FFF;
border-top: 1px solid #DDD;
overflow: visible;
}

.home_illo { float: left;}
.features {float: left; width: 109px; margin-right: 1px;}
.last {margin-bottom: 0;}
#sidebar .last {margin-right: 0;}
.features h6 {background: #f8b2c0; text-transform: uppercase; width: 100%;}
.features h6 a {background: #f8b2c0; display: block; font-size: 11px; font-weight: normal; letter-spacing: .03em; color: white; padding: 4px 0 3px 0; text-transform: uppercase; text-align: center; width: 100%; margin: 0 0 1px 0;}
.features h6 a:hover {background: #e81c68;}
#footer ul {
	float: left; 
	position: relative;
	text-align: left;
	padding-left: 20px;
}
#footer ul li a {
	font-size: 1.1em; 
	text-transform: lowercase; 
	font-family: arial, sans-serif; 
	color: #828f85;
	display: block;
}


#footer ul li a:hover { color: #333;}
#footer .follow {top: 4px; left: 130px; padding: 0 30px 15px 0;}
.follow li {float: left;}
.follow li a {
	text-indent: -9999px;
	height: 60px;
	display: block;
	width: 60px;
}
li.facebook a {background: url(images/facebook.gif) 0 0 no-repeat; margin-right: 15px;}
li.twitter a {background: url(images/twitter.gif) 0 0 no-repeat;}

.nav2a { border-left: 1px solid #ccc; margin-top: 8px; position: relative; top: 0; left: 120px;}
.clearfix {float: none; clear: both;}

#footer .copyright {margin:25px 0 0 -40px; width: 1050px; padding: 15px 0; text-align: center; font-size: 1.1em; background: #e9e9e9; color: #666;}

#footer_about {width: 380px; padding: 5px 20px; float: left; clear:left; background: #f1e9e9;}
#footer_about p {font-size: 11px; color: #333; }
#footer_about p strong {font-size: 14px; color: #e81c68;}

.home #footer_about { padding: 10px 20px; font-size: 12px; float: none; margin: 0 auto; clear:right; background: #f1e9e9; width: 900px;}
.home #footer_about p, .home #footer_about strong {font-size: 12px;}
.home #footer .copyright {margin:10px 0 0 -55px; }

#secondnav {width: 100%; text-align: center; color: #828F85; padding: 8px 0 0px 0; font-size: 1.2em;}
#secondnav a {color: #828F85;}
#secondnav a:hover {color: #333; text-decoration: underline;}

/* ---------- END GENERAL LAYOUT STYLES ---------- */

/* ---------- START INNER #content STYLES ---------- */

/* Start Author Sepcific Styles */
#left_sidebar {width: 180px; float: left; margin-top: 20px;}

#author_profile {
	margin: 25px 0 0 0;
	float: left;
	width: 170px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(border-radius-ie8.htc);
}
#author_profile.karen {background: #fef7f6; border: 1px solid #f2757a;}
#author_profile.susan {background: #fbfdfe; border: 1px solid #aedfe5;}

#author_profile img {position: relative; left: 13px; top: 10px;}
#author_text {width: 140px; margin: 10px 0 0 0; padding: 10px 15px 15px 15px; color: #666;}
#author_profile #author_text img {position: static;}
#author_text h5 {font-size: 19px; text-align: left;margin-top:3px;}
#author_profile.karen h5 {color: #f2757a;}
#author_profile.susan h5 {color: #aedfe5;}
#author_text p { margin-top: 5px;font-size: 1.2em; color: #333; line-height: 1.4em;}

/* End Author Sepcific Styles */
.category #content {width: 685px;}
.category .post {border-bottom: 1px solid #e1e1e1; padding: 15px 15px 20px 15px; width: 470px; margin: 0; float: right;}
.search .post {border-bottom: 1px solid #e1e1e1; padding: 15px 15px 20px 15px; width: 470px; margin: 0 0 0 200px; float: left;}
.search .post h2 { margin: 0 0 10px 0;}
.category .post h1 { clear: both; padding: 0; margin: 0;}
.category .post p { margin: 0;}
.clickable {cursor: pointer;}

.confidence-tips .post {width: 500px; padding: 15px 0 20px 0;}

.single .post img {margin: 5px 0 10px 0;}
.post img {margin-top: 5px;}

h1.category_title {
	color: #e81c68;
	font-size:32px;
	line-height: 32px;
	margin:20px 0 10px 200px;
}

.search a.more_button, .category a.more_button {
	display: block;
	position: relative;
	right: 0;
	bottom: 0;
	padding: 0px 10px;
	margin-top: 10px;
	float: right;
	color: white;
	background: #45c3d3;
	text-transform: uppercase;
}
.search .hover, .category .hover {background: #eef7f7 url(images/post_bg.gif) 0 0 repeat-x;} 
.search .hover h1 a, .category .hover h1 a {color: #45c3d3;}
.search .hover a.more_button, .category .hover a.more_button {background: #e81c68;}

.search #content h1 {
	color: #e81c68;
	font-size:32px;
	line-height: 32px;
	margin:20px 0 10px 215px;
	font-weight:normal;
	text-decoration: none;
}

.post p span.quoted {display: block; text-align: right; font-style: normal;}

p {	font-size: 1.2em; line-height: 1.5em;}
.post {
width: 470px; /* make sure this is OK... was 500 before */
margin: 0 0 20px 200px;
border-bottom: 1px solid #e1e1e1;
padding:30px 30px 30px 0;
}
.page .post {border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
.post p {
margin: .8em 0;
}
.post em{
font-style:italic;
}

.page .blurb_container p {padding-top: 10px;}

.post a {color: #45c3d3;}
.post a:hover  {color: #f8b2c0;} /* #E81C68; MAYBE BETTER… */
.page .post h1 {margin: 0 0 15px 0;}
.post h1, .post h1 a{
font-family: "Helvetica Neue", Arial, sans-serif;
color: #e81c68;
font-size:32px;
line-height: 32px;
margin:20px 0 10px 0;
font-weight:normal;
text-decoration: none;
}
.post h1 a:hover {color: #45c3d3;}
.post h2 {
	color: #45c3d3;
	font-size:20px;
	margin:25px 0 10px 0;
	font-weight:normal;
}
.post h3, .post h4 {
font-family:Georgia;
font-size:20px;
margin: 0 0 10px 0;
font-weight:normal;

}
.post h4 {
font-size:1.8em;
line-height: 1.2em;
}
.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {

}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
	display:block;
	float:left;
	font-size:11px;
	margin-bottom:8px;
	padding-right:30px;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
padding-left:12px;
}
.post .alignleft {
float:left;
padding-right:12px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul, .post ol {
	font-size: 1.2em;
	line-height: 1.4em;
	list-style-type: disc;
margin:0 0 0 25px;
}
.post ul li { margin-bottom: 5px; }

.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;

}

#comments {
	clear:both;
	border-bottom:1px solid #E1E1E1;
	margin:0 0 20px 200px;
	padding:0 30px 30px 0;
	width:500px;
}
#comments .alt {
	background: #f9f9f9;
}

#comments a {color: #45c3d3;}
#comments a:hover {color: #0b9444;}

#comments h3, #comments h4{
font-family:Arial, sans-serif;
font-size:24px;
line-height: 30px;
margin:35px 0 5px;
font-weight:normal;

}
#comments h4 .number { color: #CCC;}

#comments cite{
font-family:Arial, sans-serif;
font-size:1.5em;
font-weight:normal;
border-bottom:1px solid #e9e9e9;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:10px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments ol.commentlist li.karen {background: #fef7f6; border-top:1px solid #F2757A; border-bottom:1px solid #F2757A;}
#comments ol.commentlist li.karen cite a {color: #F2757A;}
#comments ol.commentlist li.susan {background: #FBFDFE; border-top:1px solid #AEDFE5; border-bottom:1px solid #AEDFE5;}
#comments ol.commentlist li.susan cite a {color: #F2757A;}

#comments ol.commentlist p {
padding:10px 0 0 40px;
width: 400px;
}/*
#comments span {
display:block;
color:#eee;
font-family:Arial, sans-serif;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}*/
#comments ul.formlist {
margin:5px 0 0 0;
width:500px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
}
#comments input {
font-family:Arial, sans-serif;
width:500px;
font-size:1.4em;
font-weight:normal;
}
#comments textarea {
font-family:Arial, sans-serif;
width:500px;
font-size:1.4em;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#45c3d3;
font-family:Arial, sans-serif;
font-weight:bold;
padding: 5px 10px;
font-size:1.6em;
color: white;
width:175px;
cursor: pointer;
outline: none;
}
#comments li.submitbutton input:hover { background: #e81c68;}
#comments .center {
text-align:center;
}


#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px dotted #ccc;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {

border-bottom:1px dashed #e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px dotted #ccc;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
border-bottom:1px dotted #ccc;
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td{
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}

.contact-us input, .contact-us textarea {padding: 3px; margin: 5px 0;}
.contact-us input#name, .contact-us input#email {width: 320px;}
.contact-us textarea {width: 324px;}
.contact-us label small {padding-left: 5px; font-size: 1.1em; font-variant: small-caps; color: #e81c68; font-weight: bold;}
.contact-us input.btn {
	margin: 0;
	border: none;
	outline: none;
	color: white; 
	padding: 3px 10px; 
	background: #e81c68; 
	filter: alpha(opacity=70); 
	-khtml-opacity: 0.7; 
	-moz-opacity: 0.7; 
	opacity: 0.7;
	text-transform: lowercase;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
.contact-us input.btn:hover {filter: alpha(opacity=100); 
-khtml-opacity: 1.0; 
-moz-opacity: 1.0; 
opacity: 1.0;}

/* EMAIL SIGN-UP FORM */
#mailform {
	background: #EEf7f7 url(images/getflashed.png) 10px 10px no-repeat;
	width: 495px; 
	float: right;
	border: 1px solid #E0D6DF;
	color: #626366;
	padding: 15px 15px 15px 20px;
}

#mailform h3 {float: left;}

#mc_embed_signup {width: 100%; float: right; text-align: left;}

div.first-name {float: left; clear: none; margin-bottom: 8px; width: 140px;}
div.last-name {float: right; clear: none; margin-bottom: 8px; width: 140px;}
.last-name input,.first-name input {width: 128px;}
input.email {width: 175px;}
div.email {width: 185px; clear: left;}
#mc_embed_signup form {float: right; font-size: 11px; width: 290px;}
#sidebar #mc_embed_signup form {float: right; font-size: 11px; width: 220px;}
#mc_embed_signup fieldset {}

#mc_embed_signup .input-text {margin-top: -27px; background-color: transparent; position: relative; z-index: 2;}

#sidebar #mc_embed_signup {margin-top: 8px;}
#sidebar #mc_embed_signup .input-text  {margin-top: -24px;}
#sidebar div.first-name {float: left; clear: none; width: 105px;}
#sidebar #mce-FIRSTNAME {width: 99px;}
#sidebar div.last-name {float: right; clear: none; width: 105px;}
#sidebar #mce-LASTNAME {width: 99px;}
#sidebar div.email {width: 160px; clear: left;}
#sidebar #mce-EMAIL {width: 154px;}
#sidebar #mc_embed_signup label.inlined {background: #FFF; padding: 3px 0px 9px 8px;}

#mc_embed_signup label.inlined {background: #FFF; padding: 8px 0px 9px 8px; font: normal 11px/1em "Helvetica Neue"; position: relative; top:1px; z-index: 1; opacity: 1; filter: alpha(opacity = 100); -webkit-transition: opacity 0.15s linear;}
#mc_embed_signup label.focus {opacity: 0.35; filter: alpha(opacity = 35);}
#mc_embed_signup label.has-text {opacity: 0.0; -webkit-transition-duration: 0s; filter: alpha(opacity = 0);}

.mc-field-group label {
	display: block;
	margin:0;
	line-height: 1em;
	font-weight: bold;
}
.mc-field-group input {
	color: #333;
	padding: 6px 4px 8px 6px;
	border: 1px solid #E0D6DF;
	float: left;
	z-index: 999;
}

#sidebar .mc-field-group input {
	padding: 3px;
}
.mc-field-group input:focus {border: 1px solid #46c3d3;}
#mce-responses {
	overflow: hidden;
	width: 100%;
	clear: both;
}
.response {
	display: none;
	font-size: 11px;
	z-index: 1;
	text-align:center;
}
#sidebar .response {padding-bottom: 20px;}
#sidebar .mce_inline_error {float: left; color: #ff1e1e; padding: 10px 0 15px 0;}

#mce-error-response {color: #FF0000;}
#mce-success-response {	color: #529214;}

#mc-embedded-subscribe {
	float: right;
	position: relative;
	top:-27px;
	right: 0;
	background:transparent url(images/subscribe.png) 0 0 no-repeat;
	filter: alpha(opacity=70); 
	-khtml-opacity: 0.7;      
	-moz-opacity: 0.7;      
	opacity: 0.7;
	border:0 none;
	cursor:pointer;
	margin:0;
	padding:0;
	text-indent:-9999px;
	font-size: 0px;
	display: block;
	line-height: 0px;
	width:97px;
	height: 30px;
}
#mc-embedded-subscribe.hover {filter: alpha(opacity=100); 
-khtml-opacity: 1;      
-moz-opacity: 1;      
opacity: 1;}

#sidebar #mc-embedded-subscribe {
	background:#e81c68;
	border:0 none;
	color: white;
	cursor:pointer;
	float: right;
	line-height: 0em;
	position: relative;
	right: 0;
	top:-24px;
	margin:0;
	padding: 0 0 3px 0;
	font-size: 1em;
	display: block;
	width: 50px;
	height: 22px;
	text-indent:0;
	text-transform:uppercase;
	filter: alpha(opacity=70); 
	-khtml-opacity: 0.7;      
	-moz-opacity: 0.7;      
	opacity: 0.7;
}
#sidebar #mc-embedded-subscribe.hover {filter: alpha(opacity=100); 
-khtml-opacity: 1;      
-moz-opacity: 1;      
opacity: 1;}

#mc_embed_close {display: none;}


/* STORE SPECIFIC STUFF */

body.featured-product #left_sidebar a img {border: 1px solid #CCC; display:block; margin: 0 auto;}

body.featured-product #left_sidebar a.btn, 
body.products-page #left_sidebar a.btn {
	filter: alpha(opacity=70); 
	-khtml-opacity: 0.7;      
	-moz-opacity: 0.7;      
	opacity: 0.7;          
	background: #e81c68;
	color:white;
	display: block;
	margin: 10px auto;
	padding: 2px 0 3px 0;
	font-size: 1.2em;
	letter-spacing: .3px;
	width: 150px;
	text-align: center;
}

body.products-page #left_sidebar a.btn {margin-top: 30px;}

body.featured-product #left_sidebar a.btn:hover,body.products-page #left_sidebar a.btn:hover {
	filter: alpha(opacity=100); 
	-khtml-opacity: 1;      
	-moz-opacity: 1;      
	opacity: 1;
}

body.products-page .post {width: 520px; padding-right: 0;}
body.checkout .post {width: 500px; padding-right: 0;}

body.checkout .post h2 {margin: 10px 0 5px 0;}
body.checkout .post h4 {margin: 15px 0 10px 0; font-style: normal; font-size: 20px;}

body.products-page .post ul {font-size: 1em;}

body.products-page .custom_meta strong {
	color: #e81c68;
	font-style: italic;
	font-size: 20px;
	padding: 0;
}
body.products-page .post .custom_meta p {margin: 0 0 10px 0;}

body.products-page #left_sidebar {position: absolute;}

a.buybutton {
	cursor: pointer;
	padding:5px 10px;
	background: #e81c68;
	color: white;
	text-transform: uppercase;
	border-top: 1px solid #f8b2c0;
	border-left: 1px solid #f8b2c0;
	border-bottom: 1px solid #991245;
	border-right: 1px solid #991245;
	margin-bottom: 5px;
	letter-spacing: .2px;
	font-size: 12px;
}

.products-page a.buybutton {
	background: #45c3d3;
	color: white; 
	border-top: 1px solid #d5eef5;
	border-left: 1px solid #d5EEf5; 	
	border-bottom: 1px solid #328d99;
	border-right: 1px solid #328d99;
	}

.v-spot a.buybutton { 
	background: #45c3d3;
	color: white; 
	border-top: 1px solid #d5eef5;
	border-left: 1px solid #d5EEf5; 	
	border-bottom: 1px solid #328d99;
	border-right: 1px solid #328d99;	
	margin-bottom: 10px;
}

.v-spot a.buybutton:hover, .products-page a.buybutton:hover {
	background: #e81c68;
	border-top: 1px solid #f8b2c0;
	border-left: 1px solid #f8b2c0;
	border-bottom: 1px solid #991245;
	border-right: 1px solid #991245;
}

a.buybutton:hover {
	background: #45c3d3;
	color: white; 
	border-top: 1px solid #d5eef5; 
	border-left: 1px solid #d5EEf5; 
	border-bottom: 1px solid #328d99; 
	border-right: 1px solid #328d99;
}

#wpsc_shopping_cart_container {margin-top: 10px;}

td.break {padding-bottom: 10px;}

.wrap {font-size: 1.2em;}

table.cc_payment {margin: 10px 0 0 0; width: 500px;}
table.cc_payment input {}
table.cc_payment select {width: 180px !important; padding: 4px 0 4px 0;}
table td.cc_label {width: 190px;} 
