/*
Theme Name: Babysmiles
Theme URI: http://www.babysmiles.com.au
Description: The 2012 theme for Babysmiles.
Author: Tony Cowan, Zephyrmedia
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: pink, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
#product-5685 .price, .post-5685 .price
{
	display: none !important;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/* =Fonts
-------------------------------------------------------------- */
body,
.page-title span,
.pingback a.url
{
	font-family: 'Quicksand', Arial, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'Quicksand', Arial, sans-serif;
}
input[type=submit] {
	font-family: 'Quicksand', Arial, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code
{
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}




/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container
{
	width: 1000px;
	margin: 0 auto 0 auto;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;
	height: 100%;
	display: block;
}


.content-bg
{
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;
	background-position: 0 center;
}


#home-content
{
	margin: 0px auto 0px auto;
	width: 1000px;
}


#content
{
	width: 700px;
	float: left;
	min-height: 500px;
	border-right: 1px #e1f5fe solid;
	padding-right: 40px;
}


#primary,
#secondary
{
	float: right;
	overflow: hidden;
	width: 225px;
	margin-top: 0;
}

#secondary
{
	clear: right;
}


.clear-all { clear: both; }



/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper
{
	margin: 0 auto;
	width: 1000px;
}


/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body
{
	background: #ffffff
}

body,
input,
textarea {
	color: #666;
	font-size: 14px;
	line-height: 20px;
}

hr 
{
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}



input[type="text"],
input[type="password"],
textarea
{
	background: #f8fdff;
	border: 1px solid #c5e7f7;
	padding: 4px;
	margin-bottom: 5px;
	font-size: 15px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #aa1295;
	font-family: Arial, Sans Serif;
}

.wpcf7-submit
{
	background-color: #61c9f6;
	color: #fff;
	border: none;
	padding: 5px 5px 3px 5px;
	font-size: 12px;
	margin-top: 5px;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: -1px;
}
	
.wpcf7-submit:hover
{
	background-color: #08638f;
	color: #ffffff;
	border: none;
	padding: 5px 5px 3px 5px;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: -1px;
	}
	
	
#submit
{
	background-color: #61c9f6;
	color: #fff;
	border: none;
	padding: 5px 5px 3px 5px;
	font-size: 12px;
	margin-top: 5px;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: -1px;
}
	
#submit:hover
{
	background-color: #08638f;
	color: #fff;
	border: none;
	padding: 5px 5px 3px 5px;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: -1px;
}


input[type="submit"]
{
	background-color: #61c9f6;
	color: #fff;
	border: none;
	padding: 5px 5px 3px 5px;
	font-size: 12px;
	margin-top: 5px;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: -1px;
}
	
input[type="submit"]:hover 
{
	background-color: #08638f;
	color: #fff;
	border: none;
	padding: 5px 5px 3px 5px;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: -1px;
}


input[type="button"]
{
	background-color: #61c9f6;
	color: #fff;
	border: none;
	padding: 5px 5px 3px 5px;
	font-size: 12px;
	margin-top: 5px;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: -1px;
}
	
input[type="button"]:hover 
{
	background-color: #08638f;
	color: #fff;
	border: none;
	padding: 5px 5px 3px 5px;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: -1px;
}

#ws-plugin--s2member-profile-submit input[type="submit"]
{
	background-color: #61c9f6;
	color: #fff;
	border: none;
	padding: 5px 5px 3px 5px;
	font-size: 12px;
	margin-top: 5px;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: -1px;
}
	
#ws-plugin--s2member-profile-submit input[type="submit"]:hover 
{
	background-color: #08638f;
	color: #fff;
	border: none;
	padding: 5px 5px 3px 5px;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: -1px;
}


a:link,
a:visited
{
	color: #1a83b6;
	text-decoration: none;
}
 
a:active,
a:hover
{
	color: #03334b;
	text-decoration: underline;
}

.hidden { display: none; }


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



#shopping_cart,
#empty-cart
{ font-family: Arial, San Serif; }



/* =Header
-------------------------------------------------------------- */

.header
{
	background-image: url(images/bg-global-home.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 198px;
}


.header-box
{
	width: 1000px;
	height: 198px;
	margin: 0 auto 0 auto;
}


.logo-box
{
	width: 252px;
	height: 67px;
	float: left;
	margin-top: 55px;
}


.topbar-right
{
	width: 330px;
	height: 138px;
	float: right;
	margin-top: 8px;
	background-image: url(images/bg-topbar-right.jpg);
	background-repeat: no-repeat;
	margin-bottom: 1px;
}


.top-tool-box
{
	width: 212px;
	height: 24px;
	float: right;
	margin-right: 33px;
	background-image: url(images/bg-top-tools.gif);
	background-repeat: no-repeat;
}


.as-seen-in-box
{
	width: 215px;
	height: 45px;
	float: right;
	margin-top: 40px;
	color: #8fbdd0;
	font-weight: 700;
	letter-spacing: -1px;
}



.navbar
{
	width: 1000px;
	height: 50px;
	margin: 0px auto 0 auto;
	background-image: url(images/bg-navbar.jpg);
	background-repeat: no-repeat;
	clear: both;
	position: relative;
	bottom: 0px;
}


.title-area
{
	width: 100%;
	height: 80px;
	background-image: url(images/bg-global-home.jpg);
	background-repeat: repeat-x;
	background-position: 0 -228px;
	margin-bottom: 30px;
}


.title-box
{
	width: 1000px;
	height: 80px;
	margin: 0px auto 0px auto;
	background-image: url(images/bg-page-title.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}









/* Become a Member - Top _____________________________________________________________*/


.membertopnavbox
{
	width: 105px;
	height: 19px;
	display: block;
	float: left;
	margin-left: 7px;
	margin-right: 4px;
}

a.membertop:link
{
	width: 105px;
	height: 19px;
	display: block;
	background-image: url(images/top-become-member.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.membertop:hover
{
	width: 105px;
	height: 19px;
	display: block;
	background-image: url(images/top-become-member.gif);
	background-position: 0px -21px;
	background-repeat: no-repeat;
}

a.membertop:visited
{
	width: 105px;
	height: 19px;
	display: block;
	background-image: url(images/top-become-member.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.membertop:visited:hover
{
	width: 105px;
	height: 19px;
	display: block;
	background-image: url(images/top-become-member.gif);
	background-position: 0px -21px;
	background-repeat: no-repeat;
}



/* Login - Top 
_____________________________________________________________*/


.logintopnavbox
{
	width: 89px;
	height: 19px;
	display: block;
	float: left;
}

a.logintop:link
{
	width: 89px;
	height: 19px;
	display: block;
	background-image: url(images/top-member-login.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.logintop:hover
{
	width: 89px;
	height: 19px;
	display: block;
	background-image: url(images/top-member-login.gif);
	background-position: 0px -21px;
	background-repeat: no-repeat;
}

a.logintop:visited
{
	width: 89px;
	height: 19px;
	display: block;
	background-image: url(images/top-member-login.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.logintop:visited:hover
{
	width: 89px;
	height: 19px;
	display: block;
	background-image: url(images/top-member-login.gif);
	background-position: 0px -21px;
	background-repeat: no-repeat;
}





/* Join Forum
_____________________________________________________________*/


.joinforumnavbox
{
	width: 220px;
	height: 47px;
	display: block;
	float: right;
	margin-bottom: 11px;
}
.joinforumnavbox .appointmentbtn
{
width: 198px;
font-size: 1.2em;
margin: 0;
line-height: 1.2em;
cursor: pointer;
position: relative;
font-family: inherit;
text-decoration: none;
overflow: visible;
padding: 6px 10px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
left: auto;
text-shadow: 0 1px 0 #ffffff;
color: #1a83b6;
text-shadow: 0 1px 0 rgba(255,255,255,0.8);
border: 1px solid #c7c0c7;
background: #bde6f7;
background: -webkit-gradient(linear,left top,left bottom,from(#bde6f7),to(#bde6f7));
background: -webkit-linear-gradient(#bde6f7,#bde6f7);
background: -moz-linear-gradient(center top,#bde6f7 0%,#bde6f7 100%);
background: -moz-gradient(center top,#bde6f7 0%,#bde6f7 100%);
white-space: nowrap;
display: inline-block;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
}
.joinforumnavbox .appointmentbtn:hover
{
color: #b9e8ff;
background: #109ddc;
background: -webkit-gradient(linear,left top,left bottom,from(#109ddc),to(#115a85));
background: -webkit-linear-gradient(#109ddc,#115a85);
background: -moz-linear-gradient(center top,#109ddc 0%,#115a85 100%);
background: -moz-gradient(center top,#109ddc 0%,#115a85 100%);
text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}
a.joinforum:link
{
	width: 220px;
	height: 47px;
	display: block;
	background-image: url(images/join-forum.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.joinforum:hover
{
	width: 220px;
	height: 47px;
	display: block;
	background-image: url(images/join-forum.png);
	background-position: 0px -48px;
	background-repeat: no-repeat;
}

a.joinforum:visited
{
	width: 220px;
	height: 47px;
	display: block;
	background-image: url(images/join-forum.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.joinforum:visited:hover
{
	width: 220px;
	height: 47px;
	display: block;
	background-image: url(images/join-forum.png);
	background-position: 0px -48px;
	background-repeat: no-repeat;
}





/* Join Now 2
_____________________________________________________________*/


.joinnow2navbox
{
	width: 220px;
	height: 47px;
	display: block;
	float: right;
	margin-bottom: 10px;
}

a.joinnow2:link
{
	width: 220px;
	height: 47px;
	display: block;
	background-image: url(images/join-now2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.joinnow2:hover
{
	width: 220px;
	height: 47px;
	display: block;
	background-image: url(images/join-now2.png);
	background-position: 0px -48px;
	background-repeat: no-repeat;
}

a.joinnow2:visited
{
	width: 220px;
	height: 47px;
	display: block;
	background-image: url(images/join-now2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.joinnow2:visited:hover
{
	width: 220px;
	height: 47px;
	display: block;
	background-image: url(images/join-now2.png);
	background-position: 0px -48px;
	background-repeat: no-repeat;
}





/* Coaching
_____________________________________________________________*/


.coachingnavbox
{
	width: 220px;
	height: 47px;
	display: block;
	float: right;
	margin-bottom: 10px;
}

a.coaching:link
{
	width: 220px;
	height: 47px;
	display: block;
	background-image: url(images/coaching.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.coaching:hover
{
	width: 220px;
	height: 47px;
	display: block;
	background-image: url(images/coaching.png);
	background-position: 0px -48px;
	background-repeat: no-repeat;
}

a.coaching:visited
{
	width: 220px;
	height: 47px;
	display: block;
	background-image: url(images/coaching.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.coaching:visited:hover
{
	width: 220px;
	height: 47px;
	display: block;
	background-image: url(images/coaching.png);
	background-position: 0px -48px;
	background-repeat: no-repeat;
}






/* Meet Nicole
_____________________________________________________________*/


.meetnicolenavbox
{
	width: 220px;
	height: 97px;
	display: block;
	float: right;
	margin-bottom: 11px;
}

a.meetnicole:link
{
	width: 220px;
	height: 97px;
	display: block;
	background-image: url(images/meet-nicole.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.meetnicole:hover
{
	width: 220px;
	height: 97px;
	display: block;
	background-image: url(images/meet-nicole.png);
	background-position: 0px -108px;
	background-repeat: no-repeat;
}

a.meetnicole:visited
{
	width: 220px;
	height: 97px;
	display: block;
	background-image: url(images/meet-nicole.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.meetnicole:visited:hover
{
	width: 220px;
	height: 97px;
	display: block;
	background-image: url(images/meet-nicole.png);
	background-position: 0px -108px;
	background-repeat: no-repeat;
}


/* Monthly Newsletter
_____________________________________________________________*/


.newsletternavbox
{
	width: 222px;
	height: 113px;
	display: block;
	float: right;
}

.newsletternavbox1
{
	width: 222px;
	height: 113px;
	display: block;
	float: right;
	margin-bottom: 20px;
}

a.newsletter:link
{
	width: 222px;
	height: 113px;
	display: block;
	background-image: url(images/monthly-newsletter.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.newsletter:hover
{
	width: 222px;
	height: 113px;
	display: block;
	background-image: url(images/monthly-newsletter.png);
	background-position: 0px -113px;
	background-repeat: no-repeat;
}

a.newsletter:visited
{
	width: 222px;
	height: 113px;
	display: block;
	background-image: url(images/monthly-newsletter.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.newsletter:visited:hover
{
	width: 222px;
	height: 113px;
	display: block;
	background-image: url(images/monthly-newsletter.png);
	background-position: 0px -113px;
	background-repeat: no-repeat;
}



/* More Info
_____________________________________________________________*/


.moreinfonavbox
{
	width: 74px;
	height: 49px;
	display: block;
	float: left;
	margin-top: 5px;
}

a.moreinfo:link
{
	width: 74px;
	height: 49px;
	display: block;
	background-image: url(images/more-info.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.moreinfo:hover
{
	width: 74px;
	height: 49px;
	display: block;
	background-image: url(images/more-info.gif);
	background-position: 0px -50px;
	background-repeat: no-repeat;
}

a.moreinfo:visited
{
	width: 74px;
	height: 49px;
	display: block;
	background-image: url(images/more-info.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.moreinfo:visited:hover
{
	width: 74px;
	height: 49px;
	display: block;
	background-image: url(images/more-info.gif);
	background-position: 0px -50px;
	background-repeat: no-repeat;
}



/* Join Now
_____________________________________________________________*/


.joinnownavbox
{
	width: 175px;
	height: 33px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 8px;
}

a.joinnow:link
{
	width: 175px;
	height: 33px;
	display: block;
	background-image: url(images/join-now.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.joinnow:hover
{
	width: 175px;
	height: 33px;
	display: block;
	background-image: url(images/join-now.png);
	background-position: 0px -33px;
	background-repeat: no-repeat;
}

a.joinnow:visited
{
	width: 175px;
	height: 33px;
	display: block;
	background-image: url(images/join-now.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.joinnow:visited:hover
{
	width: 175px;
	height: 33px;
	display: block;
	background-image: url(images/join-now.png);
	background-position: 0px -33px;
	background-repeat: no-repeat;
}


/* Visit Store
_____________________________________________________________*/


.visitstorenavbox
{
	width: 102px;
	height: 34px;
	display: block;
	float: right;
	margin-top: -10px;
	margin-right: 10px;
}

a.visitstore:link
{
	width: 102px;
	height: 34px;
	display: block;
	background-image: url(images/visit-store.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.visitstore:hover
{
	width: 102px;
	height: 34px;
	display: block;
	background-image: url(images/visit-store.png);
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

a.visitstore:visited
{
	width: 102px;
	height: 34px;
	display: block;
	background-image: url(images/visit-store.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.visitstore:visited:hover
{
	width: 102px;
	height: 34px;
	display: block;
	background-image: url(images/visit-store.png);
	background-position: 0px -34px;
	background-repeat: no-repeat;
}



/* More Testimonials
_____________________________________________________________*/


.moretestnavbox
{
	width: 157px;
	height: 34px;
	display: block;
	float: right;
	margin-top: -5px;
	margin-right: 10px;
	margin-bottom: 15px;
}

a.moretest:link
{
	width: 157px;
	height: 34px;
	display: block;
	background-image: url(images/more-testimonials.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.moretest:hover
{
	width: 157px;
	height: 34px;
	display: block;
	background-image: url(images/more-testimonials.png);
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

a.moretest:visited
{
	width: 157px;
	height: 34px;
	display: block;
	background-image: url(images/more-testimonials.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.moretest:visited:hover
{
	width: 157px;
	height: 34px;
	display: block;
	background-image: url(images/more-testimonials.png);
	background-position: 0px -34px;
	background-repeat: no-repeat;
}





/* Home Content
_____________________________________________________________*/


.home-feature-area
{
	width: 100%;
	height: 375px;
	background-image: url(images/bg-global-home.jpg);
	background-repeat: repeat-x;
	background-position: 0 -195px;
	margin-bottom: 30px;
	background-color: #fef0fc;
}


.home-feature-box
{
	width: 1000px;
	height: 316px;
	background-image: url(images/bg-home-feature-box.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding-top: 17px;
	overflow: hidden;
}


.home-feature-col3
{
	width: 225px;
	height: 316px;
	float: right;
}


.feature-post
{
	width: 460px;
	height: 290px;
	background-color: #FFF;
	background-image: url(images/bg-feature-panel-top.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 28px;
}


.feature-post-list
{
	width: 265px;
	height: 290px;
	background-color: #FFF;
	background-image: url(images/bg-feature-panel-top.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
}


.feature-post-title
{
	width: 95%;
	height: 38px;
	padding-left: 15px;
	line-height: 38px;
	color: #FFF;
	font-weight: 700;
	letter-spacing: -1px;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 1px;
}



.cat-home-feature-post
{
	width: 460px;
	height: 290px;
	background-color: #fef0fc;
	background-image: url(images/bg-feature-panel-top.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border: 1px #f28ee4 solid;
}


.cat-home-tag-cloud
{
	width: 190px;
	height: 290px;
	background-color: #FFF;
	background-image: url(images/bg-feature-panel-top.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	float: right;
	padding-bottom: 10px;
	border: 1px #f28ee4 solid;
	font-weight: 700;
	letter-spacing: -1px;
	padding-right: 15px;
	padding-left: 15px;
}



.cat-archive-tag-cloud
{
	width: 668px;
	height: 150px;
	background-color: #FFF;
	background-image: url(images/bg-feature-panel-top.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	padding-bottom: 10px;
	border: 1px #f28ee4 solid;
	font-weight: 700;
	letter-spacing: -1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}


.popular-topics-title
{
	width: 80%;
	height: 38px;
	line-height: 38px;
	color: #FFF;
	font-weight: 700;
	letter-spacing: -1px;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 1px;
	margin-bottom: 15px;
}




.home-col-left
{
	width: 460px;
	float: left;
}


.home-col-right
{
	width: 505px;
	float: right;
}


#meteor-slideshow { margin-left: 22px; }



.home-panel-membership
{
	width: 245px;
	height: 142px;
	float: left;
	background-image: url(images/home-panel-membership.jpg);
	background-repeat: no-repeat;
	color: #666;
	font-family: Arial, Sans Serif;
	font-size: 13px;
	line-height: 15px;
	padding-left: 125px;
	padding-top: 5px;
	padding-right: 10px;
}


.home-panel-resources
{
	width: 245px;
	height: 140px;
	float: left;
	background-image: url(images/home-panel-resources.jpg);
	background-repeat: no-repeat;
	color: #666;
	font-family: Arial, Sans Serif;
	font-size: 13px;
	line-height: 15px;
	padding-left: 125px;
	padding-top: 5px;
	padding-right: 10px;
}


.home-panel-coaching
{
	width: 245px;
	height: 85px;
	float: left;
	background-image: url(images/home-panel-coaching.jpg);
	background-repeat: no-repeat;
	color: #666;
	font-family: Arial, Sans Serif;
	font-size: 13px;
	line-height: 15px;
	padding-left: 125px;
	padding-top: 5px;
	padding-right: 10px;
}


.services-separator
{
	width: 460px;
	height: 25px;
	border-top: 1px #e1e1e1 solid;
	clear: both;
}



.home-panel-join-today
{
	width: 192px;
	height: 126px;
	background-image: url(images/home-panel-join-today.jpg);
	background-repeat: no-repeat;
	float: left;
	color: #1a83b6;
	font-family: Arial, Sans Serif;
	font-size: 12px;
	line-height: 14px;
	padding-top: 100px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 15px;
}


.store-post-box
{
	width: 200px;
	height: 222px;
	background-color: #f5fafe;
	background-image: url(images/bg-store-panel-top.gif);
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: right;
	border: 1px #95daf8 solid;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px
}



.recent-posts-box
{
	width: 698px;
	background-color: #f5fafe;
	background-image: url(images/bg-store-panel-top.gif);
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: left;
	border: 1px #95daf8 solid;
	clear: both;
	margin-bottom: 30px;
	padding-bottom: 20px;
}



.recent-post-list-1
{
	width: 200px;
	float: left;
	overflow: hidden;
	margin: 20px 15px 0px 15px;
}


.recent-post-list-2
{
	width: 210px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	border-right: 1px #daeaf1 solid;
	border-left: 1px #daeaf1 solid;
	padding-right: 15px;
	padding-left: 15px;
}


#content .recent-post-list-2 h3
{
	color: #999;
}



.recent-post-list-3
{
	width: 200px;
	float: right;
	margin: 20px 15px 0px 0px;
	overflow: hidden;
}


#content .recent-post-list-3 h3
{
	color: #f0be38;
}



.recent-post-list-parents-1
{
	width: 310px;
	float: left;
	overflow: hidden;
	margin: 20px 0px 0px 25px;
	padding-right: 15px;
}


.recent-post-list-parents-2
{
	width: 310px;
	float: right;
	overflow: hidden;
	margin: 20px 15px 0px 0px;
	padding-right: 15px;
}


.testimonial-box
{
	width: 505px;
	height: 220px;
	clear: both;
	background-image: url(images/bg-home-testimonial.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}


.testimonial-slide-box
{
	width: 462px;
	height: 151px;
	float: left;
	clear: both;
}



.pagelist
{
	font-family: Arial, sans serif;
	font-style: normal;
}


.pagelist li
{
	list-style: none;
}



.archive-button
{
	margin-top: 10px;
	margin-bottom: 30px;
	clear: both;

}

 a.archive-button:link,
 a.archive-button:visited
{
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #1a83b6;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	font-family: Arial, Sans Serif;	
}


 a.archive-button:active,
 a.archive-button:hover
{
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #03334b;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	font-family: Arial, Sans Serif;		
}



.clear-all
{
	clear: both;
	margin: 0;
}



#LoginWithAjax_Password input,
#LoginWithAjax_Username input
{
	width: 90%;
}


.cart-box
{
	width: 640px;
	padding: 30px 30px 10px 30px;
	background-color: #ecf8fc;
}
.woocommerce a.button.product_type_variable
 {
 width:92px !important;
 padding-left:3px !important;
 }


/*New featured product
*/
.store-post-box .woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
	margin-left: 36px !important;
	width:100% !important;
}
.store-post-box .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3
{
	width:155px !important;
	margin-left: auto;
    margin-right: auto;
}
.store-post-box .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img
{
	margin-left: auto;
	margin-right: auto;
	width: 45%;
	
}
.store-post-box .feature-post-title 
{
margin-bottom: 10px;
}
.store-post-box .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{margin-right: 38px;}

/* News Ticker
_____________________________________________________________*/


.news_wrapper p
{
	margin-bottom: 0;
	font-family: Arial, Sans Serif;		
}


#scroll-h_inner
{
	font-family: Arial, Sans Serif;
	text-transform: uppercase;
}


#scroll-h_inner title
{
	display: none;
}




/* Content
_____________________________________________________________*/




#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}

#content p,
#content ul,
#content ol
{
	color: #666;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Sans Serif;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr
{
	margin-bottom: 24px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul
{
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var
{
	font-size: 15px;
	line-height: 21px;
}

#content code
{
	font-size: 13px;
}

#content dt,
#content th
{
	color: #000;
}



#content h1
{
	color: #aa1295;
	font-size: 36px;
	line-height: 38px;	
	font-weight: 700;
	letter-spacing: -2px;
	margin: 0 0 30px 0;
}



#content h2
{
	color: #61caf6;
	font-size: 30px;
	line-height: 32px;	
	font-weight: 700;
	letter-spacing: -2px;
	margin: 0 0 20px 0;
}



#content h3
{
	color: #61caf6;
	font-size: 24px;	
	line-height: 26px;
	margin: 0 0 20px 0;
	font-weight: 700;
	letter-spacing: -1px;
}


h3
{
	color: #61caf6;
	font-size: 24px;	
	line-height: 26px;
	margin: 0 0 10px 0;
	font-weight: 700;
	letter-spacing: -1px;
}



#content h4,
#content h5,
#content h6
{
	color: #61caf6;
	line-height: 1.5em;
	margin: 0 0 5px 0;
}


#content table
{
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}

#content table.member-profile-table
{
	margin: 0 0px 24px 0;
	text-align: left;
	width: 70%;
	float: left;
}


#content table.member-profile-table tr
{
	color: #61caf6;
	font-size: 18px;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, San Serif;
}


#content table.member-profile-table tr td
{
	border-top: 0px solid #e7e7e7;
	padding: 10px 0 0 0;
}


#content form#ws-plugin--s2member-profile div.ws-plugin--s2member-profile-field-divider-section-title
{
	margin-top: 20px;
	color: #666;
	border-bottom: 1px #666 solid;
}



#content th, tr,
#content thead th
{
	color: #61caf6;
	font-size: 18px;
	line-height: 18px;
	padding: 9px 0px 9px 0px;
	font-family: Arial, San Serif;
}



#content .nolines th, tr,
#content .nolines thead th
{
	color: #666;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 20px 5px 0px;
	font-family: Arial, San Serif;
}


#content tr td
{
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}


#content .memberships tr td
{
	border-top: 1px solid #999;
	padding: 6px 0px 6px 0px;
}



#content .memberships tr th.bronze
{
	background-color: #b4933a;
	text-align: center;
	color: #FFF;
	font-family: 'Quicksand', Arial, sans-serif;
}


#content .memberships tr td.bronze
{
	background-color: #e5dcc2;
	text-align: center;
}


#content .memberships tr td img.aligncenter
{
	margin-bottom: 0px;
}

#content .memberships tr th.silver
{
	background-color: #999;
	text-align: center;
	color: #fff;
	border-left: 2px #FFF solid;
	font-family: 'Quicksand', Arial, sans-serif;
}


#content .memberships tr td.silver
{
	background-color: #eeeeee;
	text-align: center;
	border-left: 2px #FFF solid;
}




#content .memberships tr th.gold
{
	background-color: #f0be38;
	text-align: center;
	color: #000;
	border-left: 2px #FFF solid;
	font-family: 'Quicksand', Arial, sans-serif;
}


#content .memberships tr td.gold
{
	background-color: #fff9d7;
	text-align: center;
	border-left: 2px #FFF solid;
}


#content .memberships tr td.joinbutton
{
	text-align: center;
}




#content .nolines tr td
{
	border-top: 0px solid #e7e7e7;
	border-bottom: 0px solid #e7e7e7;
	border-right: 0px solid #e7e7e7;	
	border-left: 1px solid #e7e7e7;	
	padding: 0px 20px 0px 20px;
	font-style: normal;
}



#content .nolines td
{
	width: 33%;
}



#content #shopping_cart tr.cart_labels th
{
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
	color: #61caf6;
	font-size: 18px;	
	line-height: 20px;
	font-weight: 700;
	letter-spacing: -1px;
font-family: 'Quicksand', Arial, sans-serif;
}


.hentry {
	margin: 0 0 48px 0;
}


.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}


.single .hentry
{
	margin: 0 0 36px 0;
}


.entry-title,
.page-title
{
	color: #aa1295;
	font-size: 30px;
	line-height: 80px;	
	font-weight: 700;
	letter-spacing: -2px;
}


.entry-meta
{
	color: #09F;
	font-size: 12px;
	padding: 4px 10px 4px 10px;
	background-color: #dbf0fe;
	font-family: Arial, Sans Serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-transform: uppercase;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}


#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}


.wpcf7-form
{
	font-family: Arial, Sans Serif;
}


#content #cm_ajax_shortcode_0 p
{
	margin: 0 0 10px 0;
	font-family: Arial, San Serif;
}


#content #cm_ajax_shortcode_0 label
{
	font-family: Arial, San Serif;
}


.entry-content input,
.entry-content textarea
{
	margin: 0 0 10px 0;
}

.entry-content input.file,
.entry-content input.button
{
	margin-right: 24px;
}

.entry-content label
{
	font-size: 14px;
	font-family: Arial, San Serif;
}

.entry-content select
{
	margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub
{
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}

#entry-author-info
{
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 50px 0 50px 0;
	overflow: hidden;
	padding: 18px 20px;
	background-color: #97DAF8;
	background-image: url(images/bio-logo.png);
	background-position: 580px 90px;
	background-repeat: no-repeat;
}

#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}

#entry-author-info #author-description
{
	float: left;
	margin: 0 0 0 104px;
	font-family: Arial, Sans Serif;
	color: #000;
}

#entry-author-info h2
{
	color: #fff;
	font-size: 24px;
	margin-bottom: 0;
	font-family: 'Quicksand', Arial, sans-serif;
}

.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption
{
	background: #F5FAFE;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	/* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
	border: 1px #95DAF8 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text
{
	color: #888;
	font-size: 12px;
	margin: 5px 5px 0px 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -12px 0 0 0;
}
#container #content #nav-above.navigation a,
#container #content #nav-below.navigation a {
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 8px 4px 8px;
	background-color: #eacee6;
	color: #ab529f;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	margin-right: 5px;
	text-decoration: none;
	display: block;
}
#container #content #nav-above.navigation a:hover,
#container #content #nav-above.navigation a:visited:hover,
#container #content #nav-below.navigation a:hover,
#container #content #nav-below.navigation a:visited:hover {
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 8px 4px 8px;
	background-color: #f38fe5;
	color: #FFF;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	margin-right: 5px;
	text-decoration: none;
	display: block;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */


#respond
{
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	background-color: #fef0fc;
	padding: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title
{
	margin: 0px 0 20px 0;
	color: #aa1295;
	font-size: 30px;
	line-height: 32px;	
	font-weight: 700;
	letter-spacing: -2px;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label
{
	color: #aa1295;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -2px;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}


.widget-title
{
	color: #61caf6;
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 5px 0;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
}



.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer
{
	clear: both;
	width: 100%;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	height: 100px;
	background-position: 0 -1px;
	color: #CCC;
}


#footer-box
{
	width: 1000px;
	margin: 0 auto 0 auto;
}


.footer-col-left
{
	width: 450px;
	float: left;
	padding-top: 37px;
}


.footer-col-right
{
	width: 450px;
	float: right;
	padding-top: 15px;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, Sans Serif;
	color: #b48c98;
	clear: right;
	text-transform: uppercase;
}

.snbutton
{
	float: right;
	margin-left: 8px;
}


#footer .footer-form li .textwidget .wpcf7 .wpcf7-form p
{
	color: #CCC;
}


a.footer-button:link,
a.footer-button:visited
{
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 8px 4px 8px;
	background-color: #eacee6;
	color: #ab529f;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	margin-right: 5px;
	text-decoration: none;
	display: block;
}


a.footer-button:hover,
a.footer-button:visited:hover
{
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 8px 4px 8px;
	background-color: #f38fe5;
	color: #FFF;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	margin-right: 5px;
	text-decoration: none;
	display: block;
}






/* To Top
_____________________________________________________________*/


.totopnavbox
{
	width: 22px;
	height: 18px;
	display: block;
	float: right;
}

a.totop:link
{
	width: 22px;
	height: 18px;
	display: block;
	background-image: url(images/to-top.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.totop:hover
{
	width: 22px;
	height: 18px;
	display: block;
	background-image: url(images/to-top.gif);
	background-position: -22px 0px;
	background-repeat: no-repeat;
}

a.totop:visited
{
	width: 22px;
	height: 18px;
	display: block;
	background-image: url(images/to-top.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.totop:visited:hover
{
	width: 22px;
	height: 18px;
	display: block;
	background-image: url(images/to-top.gif);
	background-position: -22px 0px;
	background-repeat: no-repeat;
}



/* Facebook
_____________________________________________________________*/


.facebooknavbox
{
	width: 27px;
	height: 27px;
	display: block;
	float: right;
	margin-left: 10px;
}

a.facebook:link
{
	width: 27px;
	height: 27px;
	display: block;
	background-image: url(images/facebook.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.facebook:hover
{
	width: 27px;
	height: 27px;
	display: block;
	background-image: url(images/facebook.png);
	background-position: 0px -28px;
	background-repeat: no-repeat;
}

a.facebook:visited
{
	width: 27px;
	height: 27px;
	display: block;
	background-image: url(images/facebook.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.facebook:visited:hover
{
	width: 27px;
	height: 27px;
	display: block;
	background-image: url(images/facebook.png);
	background-position: 0px -28px;
	background-repeat: no-repeat;
}
mark {
display: none;
}
#content .products .product h3
{
	font-size:20px;
	height:50px;
}
#content .related .products li
{
	width:auto;
}
#content .related .products a img 
{
	width:auto;
}
#content .related .products h3
{
	width:165px;
}

/* Twitter
_____________________________________________________________*/


.twitternavbox
{
	width: 27px;
	height: 27px;
	display: block;
	float: right;
	margin-left: 10px;
}

a.twitter:link
{
	width: 27px;
	height: 27px;
	display: block;
	background-image: url(images/twitter.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.twitter:hover
{
	width: 27px;
	height: 27px;
	display: block;
	background-image: url(images/twitter.png);
	background-position: 0px -28px;
	background-repeat: no-repeat;
}

a.twitter:visited
{
	width: 27px;
	height: 27px;
	display: block;
	background-image: url(images/twitter.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.twitter:visited:hover
{
	width: 27px;
	height: 27px;
	display: block;
	background-image: url(images/twitter.png);
	background-position: 0px -28px;
	background-repeat: no-repeat;
}
.facebook
{
	background-image:url(images/FB_FindUsOnFacebook-100.png);
	width: 100px;
	height: 27px;
}

#home-content .woocommerce .products h3
{
line-height:1em;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

#suckerfishnav ul
{
z-index:99999999;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
	position: absolute !important;
right:-37px !important;
bottom: -5px !important;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
	
}
#home-content .home-col-right .woocommerce .products .star-rating{
	display: none;
}
#home-content .home-col-right .woocommerce .products .added{
	display: none;
}
/*rebrand styles*/
.feature-post, .feature-post-list, .cat-home-feature-post, .cat-home-tag-cloud{
	    background-image: url(images/blue-bg-feature-panel-top.jpg);
}
body .news_wrapper p.label{
	background-color: #00c3ff;
}
.header, .home-feature-area{
	background-image: url(images/blue-3-bg-global-home.jpg);
}
.home-feature-box, .title-area{
	background: rgba(0, 195, 255, 0.19);
}
.title-box{
	background-image: none;
}
body .entry-title, body .page-title, body a.srp-post-title-link{
	color: #FF9800;
}
body a.srp-post-title-link:hover{
	color: #FF9800;
}
.cat-home-feature-post, .cat-home-tag-cloud
{
   border: 1px #01c3ff solid;
}
.cat-home-feature-post{
	background-color: rgba(0, 195, 255, 0.19);
}
#footer{
	background-image: url(images/blue-bg-footer.jpg);
}
.top-tool-box{
	background: #01c3ff;
    border-radius: 0 0 6px 6px;
}
a.membertop:visited, a.membertop:link, a.logintop:visited, a.logintop:link{
	background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
	border-radius: 3px;
}
.membertopnavbox .hidden, .logintopnavbox .hidden{
	font-size: .8em;
	display: block;
	visibility: visible;
	text-align: center;
}
a.footer-button:link, a.footer-button:visited{
	background-color: #00c2ff;
	color: #fff;
}
#respond{
	background-color: #bde6f7;
}
h3#reply-title, #respond label{
	color: #FF9800;
}
a.joinnow:visited, a.joinnow:link, a.joinnow:visited:hover, a.joinnow:hover
{
	background: -webkit-linear-gradient(#f7f6f7,#e0dadf);
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075), inset 0 1px 0 rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.075), inset 0 1px 0 rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.1);
    border: 1px solid #c8bfc6;
}
.joinnownavbox .hidden{
	display: block;
	visibility: visible;
	text-align: center;
    font-size: 1.3em;
    line-height: 2.3em;
}
.navbar{
	background: none;
}
.logo-box{
	width: auto;
	position: relative;
}
.logo-box .logo2
{
	top: 0px;
    position: absolute;
    margin-left: 20px;
}