/*
Theme Name: SalesShift
Theme URI: http://webbed-up.com
Description: This Builder child theme is a custom theme built using the Builder core theme framework.
Author: Tracy Bradley
Author URI: http://webbed-up.com/
Template: Builder
*/



@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300');


/*******  Format ClickToTweet   ***************/
.click-to-tweet {
    background-color: rgba(255,255,255,.4) !important;
     padding: 15px 30px;
    margin: 15px 0px;
}

.click-to-tweet .ctt-text a {
    color: #99242F !important;
    font-size: 18px !important;
    line-height: 120%;
    text-transform: none;
    letter-spacing: 0.05em;
    font-weight: 400 !important;
    font-style: italic;
}


/******************************************************
	Defaut font settings, typography and misc text elements
*******************************************************/
html {
	font-size: 1em;
}

body, .normal {
	font-family: 'Open Sans','Helvetica Neue', 'Liberation Sans', Helvetica, Arial, sans-serif;
	color: #333333;
	line-height:1.375em;
	font-size: 1em;
	font-weight: 400;
}

.normal .entry-utility, .larger {
	font-size: 1.125em;/* 18px */
line-height: 1.25;
letter-spacing: -1px;
font-weight: normal;
	font-family: 'Open Sans','Helvetica Neue', 'Liberation Sans', Helvetica, Arial, sans-serif;
	color: #444444;
	background: transparent;
	font-style: normal;
	font-weight: 400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
strong {
	font-weight: 700;
}

.searchresults .entry-utility {
	font-size: 0.875em; /*14px */
	font-weight: normal;
	font-family: 'Open Sans','Helvetica Neue', 'Liberation Sans', Helvetica, Arial, sans-serif;
	color: #444444;
	background: transparent;
	font-style: normal;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}


hr {
	border-left: none;
	border-bottom: 1px solid #FEFDFD;
	border-top: 1px solid #E4E1D9;
	margin: 0;

}
blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.875em;
    font-style: italic;
    background: #edeae3;
    padding: 20px 40px 20px 50px;
    margin: 30px 0 30px 50px;
    min-height: 40px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.important {
	background: #edeae3;
    padding: 20px 40px 20px 50px;
    margin: 30px 0 30px 50px;
    min-height: 40px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.collapseomatic {
	font-style: italic;
	color: #99242f;
	font-size: 0.75em;
}

/*Lists*/
ul, ol {margin-left: 30px; padding-left: 30px;list-style-position: outside;overflow:hidden; }
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
.checks { list-style-type: none;}
.checks li:before, .checks b {
	display: inline-block;
	width: 1.5em;
	font-size: 1em;
	text-align: center;
}
.checks li {
	expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = '<b>0x2713</b>'+this.innerHTML);}
.checks li:before {
    content: "\2713"; /* image of Unicode Character 'CHECK MARK' (U+2713) */
}
.red b, .red:before,
.fivethings {
	margin-left:auto;
	padding-left:auto;
}
.fivethings li {
	padding-bottom:10px;
}
li.red{ background-color: transparent !important;}



/********************************************
	IMAGES
********************************************/
a img {
	margin: 0;
}
img {
	/* -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);*/
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);  */
	background: transparent;
}

img.home {
	background: none;
	 box-shadow: none;

}

img.left, .alignleft {
	margin:0 15px 10px 0;
}

img.right, .alignright {
	margin: 0 0 10px 10px;
}


.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.blogpic img, .blogpgpic img{
	float: left;
	margin: 0 10px 5px 0;
	padding:0;
}

/***** Forms *****/

form {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

input {
	margin-left: 10px;
	width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="submit"] {width:15%;}


/* Search form */

#searchform {
	width: 50%;
	margin-left: 154px;
}

#searchsubmit {
	width: 25%;
	margin-left: 273px;

}

/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/
body {
	background: #F5F3EE url('images/body_bg.png') top left repeat;
}

#builder-layout-4e861dff83d1b {
	background: url('images/linentitle2.png') 0 159px repeat-x, url('images/body_bg.png') top left repeat;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #99242F;
	text-decoration: none;
}
a:hover {
	color: #99242F;
	text-decoration: underline;
}
a:focus {
	color: #99242F;
}



/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #222222;
	font-family: 'Open Sans', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: 0px 1px 1px #f7f5f0;
}
h1 {
	font-size: 2.125em; /* 34px */
	letter-spacing: -1px;
	line-height: 1.5;
}
h2 {
	font-size: 2em; /* 32px */
	line-height: 1;
	letter-spacing: -1px;
	font-weight:normal;
	}
h2.nomargin {
	margin-top: -45px;
}
h3 {
	font-size: 1.75em; /*28px */
	line-height: 1;
	letter-spacing: -1px;
}
h3.archive {
	line-height: 0.5;
	margin-bottom: 0;
}
.title {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.25;
}
h4 {
	font-size: 1.125em; /* 18px */
	line-height: 1.5em;
	letter-spacing: 1;
}

.lead {
	font-size: 1.125em;
	line-height: 1.25;
	font-weight: 400;
	font-family: 'Open Sans', 'Helvetica Neue', 'Liberation Sans', Helvetica, Arial, sans-serif;
}

h4.widget-title{
	font-family: 'Open Sans','Helvetica Neue', 'Liberation Sans', Helvetica, Arial, sans-serif;
	color: #444444;
	font-weight: 700;
	margin-bottom: 0;
	margin-top:0;
}

h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*******************************************
	CSS Buttons
*******************************************/
.button, .buttonsm, #submit, input[type="Submit"] {
background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background-color:#a90329;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #9b0326;
	display:inline-block;
	color:#f1eee5;
	font-family:Georgia, serif;
	font-weight:normal;
	font-style: italic;
	text-shadow:1px 1px 0 #222222;
}

div.button {
	font-size:1.125em;
	padding:10px 25px;
	margin-top: 20px;
}

span.button {
	font-size:1.125em;
	padding:10px 25px;
	margin-top: 0;
}

div.buttonsm {
	font-size:0.875em;
	padding: 5px 10px;
	margin-top: 10px;
}

span.buttonsm {
	font-size:0.875em;
	padding: 5px 10px;
	margin-top: 0;
}

.button:hover, .buttonsm:hover, #submit:hover, input[type="Submit"]:hover {
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 44%, #a90329 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(44%,#8f0222), color-stop(100%,#a90329));
background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 44%,#a90329 100%);
background: -o-linear-gradient(top, #6d0019 0%,#8f0222 44%,#a90329 100%);
background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 44%,#a90329 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 );
background: linear-gradient(top, #6d0019 0%,#8f0222 44%,#a90329 100%);
	background-color:#6d0019;
}
.button:active, .buttonsm:active, #submit:active, input[type="Submit"]:active {
	position:relative;
	top:1px;
}
.button a, .buttonsm a {
	color: #f1eee5;
	text-decoration: none;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	margin: 0 auto;
	padding: 0;
	border-top-color: #000000;
	border-top-width: 13px;
	border-top-style: solid;
}

/*********************************************
	Default Module Styling
*********************************************/

.builder-module {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*******************************************
	Logo
*******************************************/

.builder-module-html-1 {
	margin-top: -40px;
}

#advanced_text-3, #advanced_text-22 {
	position: absolute;
	z-index: 100;
}

img.logo, img.jill {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
img.logo {
	display: block;
	width: 225px;
}

/*********************************************
	Navigation Modules - default styling
*********************************************/

.builder-module-navigation ul, #menu-main-menu {
	float: right;
}

.builder-module-navigation li {
	font-family: 'Open Sans', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

.builder-module-navigation li a {
	text-align: left;
	text-decoration: none;
}

/***** Top Navigation Menu *****/

.builder-module-navigation-1 {
	margin-top: -10px;
	overflow: hidden;
}

.builder-module-navigation-1 ul {
	background: #000000;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.builder-module-navigation-1 li {
	border-left: solid 1px #ffffff;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 0.875em;
}

.builder-module-navigation-1 li:first-child {
	border-left: none;
}

.builder-module-navigation-1 li a {
	color: #ffffff;
}

.builder-module-navigation-1 li a:hover {
	color: #999999;
}

.builder-module-navigation-1 li.current_page_item a {
	font-family: 'Open Sans', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
}

#menu-item-446, #menu-item-447, #menu-item-448 { /*social media links */
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	padding-left: 3px;

}

#menu-item-446 {
	background-color: transparent;
	background-image: url('images/sm_twit15.png');
	background-repeat: no-repeat;
	background-position: center 12px;

}

#menu-item-447 {
	background-color: transparent;
	background-image: url('images/sm_li15.png');
	background-repeat: no-repeat;
	background-position: center 12px;
	border-left: none;
}

#menu-item-448 {
	background-color: transparent;
	background-image: url('images/sm_rss15.png');
	background-repeat: no-repeat;
	background-position: center 12px;
	border-left: none;
	padding-left:10px;
}

/***** Main Menu *****/
.menu-main-menu-container {
	margin-left: -39px;
}

#menu-main-menu li{
	margin-top: 40px;
	border-left: solid 1px #888888;
	font-size: 1em;
	padding-bottom: 5px;
}

#menu-main-menu li:first-child {
	border-left: none;
}

#menu-main-menu li a {
	color: #444444;
}

#menu-main-menu li a:hover {
	color: #888888;
}

#menu-main-menu li.current_page_item a, #menu-main-menu li.current-page-ancestor a {
	color: #99242F;
	font-weight: bold;
}

/***** Footer Menu *****/

#advanced_text-6 img {
	margin:0;
	padding:0 10px;
}

#advanced_text-2 {
	margin:0;
	padding:0;
}

#widgets-reloaded-nav-menu-3 {
	margin-left:130px;
	padding:0;
}

#menu-footer-menu {
	height: 20px;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
}

#menu-footer-menu li {
	list-style-type: none;
	display: inline;
	border-left: solid 1px #444444;
	margin-top: 0;
	padding: 0 5px;
	font-size: 0.75em;
	font-weight: 300;
	font-family: 'Open Sans', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#menu-footer-menu li:first-child {
	border-left: none;
}

#menu-footer-menu li a {
	color: #979797;
	letter-spacing: normal;
}

#menu-footer-menu li a:hover {
	opacity: .8;
}

#advanced_text-7 {
	margin-left:135px;
	padding:0;
	color: #979797;
}

/***** Sidebar - sales training menu *****/
#widgets-reloaded-nav-menu-4 h4.widget-title {
	color: #f1eee5;
	text-shadow: rgba(0,0,0,0.496094) 0px 1px 1px;
	border-bottom: 0px solid #444444;
	text-indent: 5px;
	padding: 5px 0;
	font-family: "Georgia", "Times New Roman", serif;
	letter-spacing: normal;
}

#widgets-reloaded-nav-menu-4 {
	background-color: #000000;
	background-image: url('images/linen_bg.png');
	background-repeat: repeat;
	background-position: top left;
width: 270px;
border: solid 2px #444444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#widgets-reloaded-nav-menu-4 ul{
	list-style-type: none !important;
	margin:0;
	padding:0;
	text-indent:5px;
}

#widgets-reloaded-nav-menu-4 ul li {
border-bottom: dotted 1px #444444;
background: transparent;
padding-top: 10px;
padding-bottom: 10px;
}

#widgets-reloaded-nav-menu-4 ul li a{
display:block;
font-weight:normal;
text-decoration:none;
color: #f1eee5;
	text-shadow: rgba(0,0,0,0.496094) 0px 1px 1px;
}

#widgets-reloaded-nav-menu-4 ul li a:hover {
display: block;
text-decoration: underline;
}

#widgets-reloaded-nav-menu-4 li.current_page_item a{
	font-weight: bold;
}


/******************************************
	Tag Line (below navigation)
******************************************/


#tag {
	font-family: "Georgia", "Times New Roman", serif;
	font-style: italic;
	font-size: 1.5em;/* 28 */
	padding: 0 0 10px 250px;
	text-align: left;
	text-shadow: 1px 1px 0 #fffffe;
	color: #444444;
}


/*********************************************
	Widget Bar Modules - default styling
*********************************************/

.builder-module-widget-bar .left .widget {
	margin-left: 10px;
}
.builder-module-widget-bar .right .widget {
	margin-right: 10px;
}
.builder-module-widget-bar .single .widget {
	margin-left: 10px;
	margin-right: 10px;
}
.builder-module-widget-bar .widget {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.builder-module-widget-bar .widget .widget-title {
	color: #444444;

	font-weight: 700;
	text-decoration: none;
	margin-bottom: 5px;
}
.builder-module-widget-bar .widget-bottom {
	margin-bottom: 5px;
}
.builder-module-widget-bar .widget-middle {
	margin-bottom: 5px;
}
.builder-module-widget-bar .widget-single {
	margin-top: 5px;
	margin-bottom: 5px;
}
.builder-module-widget-bar .widget-top {
	margin-top: 5px;
	margin-bottom: 5px;
}
.builder-module-widget-bar .widget-wrapper-left .widget {
	margin-right: 5px;
}
.builder-module-widget-bar .widget-wrapper-middle .widget {
	margin-left: 5px;
	margin-right: 5px;
}
.builder-module-widget-bar .widget-wrapper-right .widget {
	margin-left: 5px;
}

/***** Home Page - widget bar with Jill and quote/video *****/

.builder-module-widget-bar-1 {
	margin-bottom: -12px;
	margin-top: -10px;
	padding:0;
}

#it_widget_content-4 { /* contains Jill's picture */
	margin: 0 0 0 60px;
	padding:0;
}

#it_widget_content-3 { /* contains the quote */
	margin: 50px 150px 0 50px;
	padding:0;

}

#quote {
	font-size: 1.25em;
	font-family: 'Open Sans', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.25;
}

#quoteend  {
	font-size: 1em;
	font-family: 'Open Sans', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: -1px;
}
.homequote {
	display: block;
	margin-top: -15px;
}
.homequote .buttonsm {
	margin-top: 5px;
	margin-bottom: 24px;
}

img.jill {
	display: block;
	margin-bottom: -12px;
}

/***** Home Page - Widget bars with black linen background *****/

/* Widget bar background   #builder-module-4e7c8c998c30e, #builder-module-4e7c8c998c3b9*/
.builder-module-widget-bar-2, .builder-module-widget-bar-5, #builder-module-4e861dff83f99, #builder-module-4ec294393486a, .builder-module-widget-bar-last  {
	background-color: #000000;
	background-image: url('images/linen_bg.png');
	background-repeat: repeat;
	background-position: top left;
	margin-top: 0;
	margin-bottom: 0;
}

.builder-module-widget-bar-2 .AdvancedText h4.widget-title,
.builder-module-widget-bar-2 .widget-it-content h4.widget-title {
	margin-top:0;
	margin-bottom:5px;
	color: #f1eee5;
	text-shadow: rgba(0,0,0,0.496094) 0px 1px 1px;
	font-size: 1em;
	font-family: 'Open Sans','Helvetica Neue', 'Liberation Sans', Helvetica, Arial, sans-serif;

}
.builder-module-widget-bar-2 .AdvancedText,
.builder-module-widget-bar-2 .widget-it-content {
	color: #f1eee5;
	font-weight: normal;
	font-family: 'Open Sans', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	font-weight: 300;
	line-height:normal;

}

.builder-module-widget-bar-2 .AdvancedText a,
.builder-module-widget-bar-2 .widget-it-content a {
	color: #f1eee5;
	font-family: "Georgia", "Times New Roman", serif;
	font-style: italic;
	text-decoration: none;

}

.builder-module-widget-bar-2 .AdvancedText a:hover,
.builder-module-widget-bar-2 .widget-it-content a:hover {
	text-decoration: underline;
}

/* top stitched border   #builder-module-4e80aa7dd027f, #builder-module-4e80ac9cd2bcd*/
.builder-module-html-3, .builder-module-html-5, #builder-module-4e861dff83f61, #builder-module-4ec294393482c, #builder-module-4ec2a0e6826c6 {
background-color: #000000;
background-image: url('images/linen_top.png');
background-repeat: repeat-x;
background-position: top left;
		height: 15px;
		margin-bottom:0;
}

.builder-module-html-3 {
	margin-top: 0;
}

/*  Bottom stitched border   #builder-module-4e80aa7dd02ba, #builder-module-4e80ac9cd2c08*/
.builder-module-html-4, .builder-module-html-6, #builder-module-4e861dff83fd1, #builder-module-4ec29439347ea {
background-color: #000000;
background-image: url('images/linen_bottom.png');
background-repeat: repeat-x;
background-position: top left;
		height: 15px;
		margin-top: 0;
		margin-bottom: 0;
}
.builder-module-html-4 {
	border-bottom: solid 10px #E8E5DC;
}

.builder-module-html-5, #builder-module-4e861dff83f61 {
	border-top: solid 10px #e8e5dc;
}

/***** Home page copy *****/

#advanced_text-18 {
	background: #f1eee5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#advanced_text-18 h4.widget-title {
	margin-top: 20px;
}

/* Footer bar text */

.small {
	font-size: 0.75em;
	font-weight: 300;
	font-family: 'Open Sans', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Actual footer - black area under Footer Widget Bar */
.builder-module-footer {
	background: #000000;
	color: #626262;
	line-height:normal;
	margin-top:0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 0.75em;
	font-weight: 300;
	font-family: 'Open Sans', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.builder-module-footer .alignleft {
	height: 20px;
}

.builder-module-footer a {
	color: #cccccc;
	text-decoration: none;
}
.builder-module-footer a:hover {
	color: #bbbbbb;
}

#builder-module-4e80ac9cd2c08 {
	margin-bottom:0; /*closing gap between bottom border and footer */
}


/***********************************
	Pages and Posts
***********************************/
.builder-module-content {


}

/***** Pages - Title and tag *****/

#builder-module-4ec294393486a, #builder-module-4ec2a0e682704 /* title bg */{
	background-color: #000000;
	background-image: url('images/linen_bg.png');
	background-repeat: repeat;
	background-position: top left;
	margin-top: 0;
	margin-bottom: 0;
	height: 100px;
}

.page .entry-header, .loop-header {
	background: transparent;
	padding-top: 5px;
	padding-bottom: 5px;

}

.page .entry-title, .blogtitle, .blogtag, .pagetag {
	color: #f1eee5;
	font-family: "Georgia", "Times New Roman", serif;
	font-style: italic;
	text-shadow: rgba(0,0,0,0.496094) 0px 1px 1px;
	padding-bottom: 20px;
}

.blogtitle, .entry-title {
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 2em;
}
.blogtag, .pagetag {
	font-size: 1em;
}

.pageheading {
	margin-top: 20px;
}

.blogfront .loop-content, .blogpost .loop-content {
	padding: 50px 30px 30px 30px;
}

.nextnav {
	display: block;
	padding: 1em 0;
}

/***** Breadcrumb navigation *****/
.blogpageheading {
	margin-top: 30px;
	padding-bottom:5px;
}
.breadcrumbs, #crumbs {
	font-size: 0.75em;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 0;
	color: #777777;
	font-family: "Georgia", "Times New Roman", serif;
}

.breadcrumbs a, #crumbs a {
	text-decoration: none;
	color: #999999;
}

.breadcrumbs a:hover, #crumbs a:hover {
	color: #bbbbbb;
}

#crumbs .current {
	color: #cccccc;
}

/***** Blog front page  *****/


.entry-summary /* summary of article */{
	padding-bottom: 20px;
}

.more-link /* link to full article */{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #99242f;
	font-size: 0.85em;
}

.split /* the hr line/divider */{
	margin-bottom: 30px;
}

.wp-pagenavi /* page navigation on fornt page of blog*/ {
	padding: 15px 0;
}

/*Sidebars */
.builder-module-content .builder-module-sidebar /*.builder-module-sidebar-1-right*/ {
	margin-top: 100px;
}

.builder-module-content .builder-module-sidebar .widget/*.builder-module-sidebar-1-right .widget*/ {
	margin-left: 25px;
	margin-bottom: 30px;
}



/* Blog post titles */

h2.entry-title, h2.other-title {
	line-height: 1;
	margin-bottom: 10px;
	font-size: 1.75em;
}

h2.entry-title a {
	text-decoration: none;
	color: #444444;
	font-size: 1.25em;
}

h2.entry-title a:hover {
	color: #99242f;
}

h2.other-title {
	margin-top: 50px;
}

.blogfront h2 {
	font-size:1.25em;
}

/* Blog post meta */

.entry-utility .above {
	background: #edeae3;
	color: #888888;
	font-style: italic;
	font-size: 0.75em;
	font-family: "Georgia," "Times New Roman", serif;
	margin: 0;
	padding: 5px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	letter-spacing: -0.5px;
}

.entry-utility .above a {
	color: #888888;
	text-decoration: underline;
}

.blogfront .entry-utility {
	margin-left: 5px;
}

/* 'About Jill' at bottom of posts */

.boilerplate {
	font-size: 0.875em;
}

.boilerplate img {
	float: left;
	width: 100px;
	margin: 4px 20px 0 0;
	padding: 0;
}

.boilerplate h3 {
	color: #444444;
	margin-bottom: 30px;
	font-size: 1.25em;
}
.blogoptinform {
	background: #1e1e1e;
	padding: 1em 2em;
	color: #ffffff;
	text-align: center;
	display: block;
	margin: 1em 0;
}
.blogoptinform h3 {
	color: #ffffff;
	font-size: 1.25em;
	text-shadow: none;
}
/***** Post format - aside (Monday Motivation) *****/
.format-asides {
	font-size: 2em;
}


/***** Comments *****/


#comments {
	font-weight: bold;
	font-size: 1.125em;
	margin-top: 30px;
}

.commentlist {
	margin: 10px 0 10px 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	width: 600px;
	float: left;
}

.avatar {
	margin: 0 20px 20px 0;
	background: url(images/body_bg.png) repeat;
	position: relative;
	z-index: 5;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    float: left;

}

li li .avatar { margin:0 20px 20px 10px; }

.fn, .fn a{
	float: left;
	font-weight: bold;
	margin-right: 10px;
	color: #333;
	font-style: normal;
	font-size: 1em;
	line-height: 20px;
}


.says { display: none; }

.comment-meta, .comment-reply-link  {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: .9em;
	font-weight: normal;
	line-height: 20px;

}
.comment-meta {
	padding: 1.5em 0;
	border-bottom: 1px dashed #d5d3ce;
	border-top: 1px dashed #d5d3ce;
}
.comment-meta a {text-decoration: none; color:#999;}
.comment-meta a:hover { color: #5597b2; }

.comment-reply-link {margin-left: 0px;}
li li .comment-reply-link {margin-left: 0px;}

.commentlist li {
	border-bottom: 1px dashed #d5d3ce;
	padding-bottom: 25px;
	min-height: 65px;
	font-size: 0.875em;
	font-weight: normal;
}
.commentlist li li { border-bottom: none; }

.commentlist ul ul{
	margin: 45px 0 0 88px;
	padding: 10px 0 0 0;
}
.commentlist li li { margin-top: 15px; }
.commentlist li li:last-child {	margin-bottom:0; }
.commentlist li li li {	margin-top: 0; }

.commentlist ul {
	margin: 30px 0 0 30px;
}

.comment {margin-bottom: 25px; }

#respond {

	float: left;
}

#commentform { width: 600px; }

#commentform input {
	margin-right: 10px;
	width: 50%;
}
#commentform textarea {
	width: 96%;
	height: 150px;
}

#commentform #submit {
	width: 25%;
}

.contactform small span.required,
#commentform small span.required { color: #F00; }

#commentform small span.grey,
.contactform small span.grey {
	color: #999;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	font-size:0.625em;
}

input, textarea{
	border: 1px solid #dad9d5;
	padding: 7px;
}



/***** Home Page Widgets *****/

.tz_tweet_widget ul,
.blogwidget ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #fefdfd;
}

.cotton-area .tz_tweet_widget ul,
.cotton-area .blogwidget ul {
	border-bottom: none;
}

.tz_tweet_widget li,
.blogwidget li {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #e4e1d9;
	border-top: 1px solid #fefdfd;
	min-height: 58px;
}

.cotton-area .tz_tweet_widget li,
.cotton-area .blogwidget li {
	border-bottom: 1px solid #121212;
	border-top: 1px solid #2c2c2c;
}

.cotton-area .tz_tweet_widget li:last-child,
.cotton-area .blogwidget li:last-child {
	border-bottom: none;
}

.tz_tweet_widget li:first-child,
.blogwidget li:first-child {
	padding-top: 0;
	border-top: none;
}

.blogwidget .post-thumb {
	float: left;
	padding: 0;
	margin: 5px 15px 0 0;
}

.blogwidget .post-thumb .attachment-post-thumbnail {
	width: 56px;
	height: 56px;
}
.blogwidget {
	margin-top: 5px;
}
.blogwidget .entry-title,
.blogwidget .entry-title a {
	font-size: 1em;
	font-weight: normal;
	line-height: 20px;
	text-shadow: none;
	color: #444;
	font-style: normal;
	padding-bottom: 10px;
	font-family: 'Open Sans','Helvetica Neue', 'Liberation Sans', Helvetica, Arial, sans-serif;
}

.blogwidget .entry-utility {
	background: none;
	padding: 0;
	margin: -20px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.688em;
    color: #888888;
    font-style: italic;
}
.blogwidget .entry-summary {
	font-size: 0.875em;
}
.blogwidget .shr-bookmarks,
.blogwidget .shareaholic-like-buttonset {display: none !important;}
.tz_tweet_widget li { min-height: 0; }

 /* Smart Selling and general blog loop buddy widget */
.blogwidget .category-smart-selling .entry-content {
	margin-top: -40px;
}
.blogwidget .hentry .entry-summary {
	padding-bottom:0;
}
.blogwidget .hentry .more-link
 {
	margin-top: -15px;
	padding-bottom: 15px;
}
.blogwidget .hentry .split {
	margin-bottom: 15px;
}

#twitter-link {
	margin-top: 20px;
	display: block;
}

.tz_tweet_widget a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.688em;
    color: #99242F;
    font-style: italic;
}

.tz_tweet_widget a:hover { color: #444444 }

.tz_tweet_widget span a {
    font-style: normal;
    font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
}

.tz_tweet_widget ul {
    float: left;
    border-bottom: 1px solid #fefdfd;
}

.tz_tweet_widget li {
    float: left;
    padding: 15px 0 15px 0;
    border-top: 1px solid #fefdfd;
    border-bottom: 1px solid #e4e1d9;
    width: 100%;
}

.tz_tweet_widget li:first-child {
    border-top: none;
    padding: 0 0 15px 0;
}

.tz_tweet_widget p { margin: 0 0 1px 0 }

/* Testimonials Widget (DisplayBuddy - RotatingText) */

#advanced_text-15 h4.widget-title {
	padding-bottom: 0;
}

#advanced_text-15 /*home*/, #advanced_text-17 /*sidebar*/ {
	margin-bottom: 0;
	padding-bottom:0;
}


img.testiimg /* image in advanced text widget above rotating text widget*/ {
	display: block;
	margin: 0 0 0 10px;
	padding:0;
}

.rotatingtext-wrapper, .rotatingtext td {
	margin-top:0;
}

.rotatingtext p, p.testi {
	line-height: 1.25;
	font-size: 0.875em;
	margin-top:0;
	padding-top: 0;
}

p.testimeta /* client name etc */{
    color: #888888;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 0.688em;
}

/* Newsletter optin */

#it_widget_content-9 /*home page*/ {
	background: transparent;
	padding-bottom: 30px;
	padding-left: 20px;
}
#it_widget_content-9 h4.widget-title {
	margin-top: 0;
}

#advanced_text-16 /*in sidebar*/ {
	padding: 30px 20px;
	background-color: #000000;
	background-image: url('images/linen_bg.png');
	background-repeat: repeat;
	background-position: top left;
	border: solid 2px #444444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#f1eee5;
	text-shadow: rgba(0,0,0,0.496094) 0 1px 1px;
}

#advanced_text-16 h4.widget-title {
	margin-top:0;
	margin-bottom: 5px;
	line-height:1.0;
	color: #f1eee5;
	text-shadow: rgba(0,0,0,0.496094) 0 1px 1px;
}

#it_widget_content-9 input, #advanced_text-16 input {
    margin: 8px 0 0 0;
    width: 100%;
    height: 35px;
    float: left;
    background: #ffffff;
    border: none;
    color: #101010;
    padding: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

td.sub{
	padding-left: 10px; /*submit button on home page*/
}


}
.optin, .sideoptin {
	margin-top: 10px;
 }




.tz-subscribe .input_bg {

    height: 35px;
    padding: 0;
    margin: 0 0 15px 0;
}

.tz-subscribe .input_bgtop {
	height: 35px;
	padding:0;
	margin: 0 0 -15px 0;
}

.tz-subscribe #newsletterForm { margin: 0; }

.tz-subscribe .input_bg span.input_bg_left {

    display: block;
    height: 35px;
}

.tz-subscribe .input_bg input {
    margin: 8px 0 0 0;
    width: 67%;
    float: left;
    background: #101010;
    border: none;
    color: #f2f0eb;
    padding: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.tz-subscribe button.inside {
    cursor: pointer;
    background: #9b0332 url(images/sprite.png) 100% 503px;
    height: 26px;
	float: right;
    text-align: center;
    border: none;
    color: #ebebeb;
    margin: -30px 5px 0 0;
    font-weight: bold;
    padding: 0 5px 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font-family: "Georgia";

}

.tz-subscribe button:hover.inside {
    background: #56001a url(images/sprite.png) 100% 530px;
    color: #d3d3d3;
}

/* Category widget in sidebar */
#widgets-reloaded-categories-3,
#hybrid-categories-2 {
	padding: 30px 20px;
	background-color: #000000;
	background-image: url('images/linen_bg.png');
	background-repeat: repeat;
	background-position: top left;
	border: solid 2px #444444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#f1eee5;
	/*text-shadow: rgba(0,0,0,0.496094) 0 1px 1px;
	color: #444444;*/
}

#widgets-reloaded-categories-3 .widget-title,
#hybrid-categories-2 .widget-title {
	font-weight: normal;
	text-shadow: none;
	font-size: 1.25em;
	color:#f1eee5;
	text-transform: uppercase;
}

#widgets-reloaded-categories-3 a,
#hybrid-categories-2 a {
	font-size: 0.875em;
	color:#f1eee5 !important;
}

/***** Contact form *****/
/* must change these in plugins/contactbuddy/css/contact-skinny.css */

.contactbuddy-form ul li textarea,
.contactbuddy-form ul li input {
	background: #EDEAE3;
	margin-bottom: 10px;
}

.contactbuddy-form ul li input[type="submit"] {
	cursor: pointer;
	width: 15%;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background-color:#a90329;
	color: #f1eee5;
}

.contactbuddy-form ul li input[type="submit"]:hover{
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 44%, #a90329 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(44%,#8f0222), color-stop(100%,#a90329));
background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 44%,#a90329 100%);
background: -o-linear-gradient(top, #6d0019 0%,#8f0222 44%,#a90329 100%);
background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 44%,#a90329 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 );
background: linear-gradient(top, #6d0019 0%,#8f0222 44%,#a90329 100%);
	background-color:#6d0019;
}


.edit-entry-link {
	display:none;
}

/* webinar promo on home page */

#it_widget_content-12, #webinarpromo {
	background: #edeae3;
    padding: 20px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#webinarpromo {
	width: 100%;
	height: 100%;
	display: block;

	overflow: auto;
}


#leftside {
	float:left;
	width: 160px;
	display: block;
	margin-top: -35px;
}

#leftsidepg {
	float:left;
	width: 25%;
	display: block;
	margin-top: -35px;
}

#rightside {
	float:right;
	width: 285px;
	display: block;
	margin-top: -25px;
}

#rightsidepg {
	float:right;
	width: 75%;
	display: block;
	margin-top: -25px;
}

#webinarbutton {
	float:right;
	width: 285px;
	display: block;
	margin-top: -118px;
	margin-right: -123px;
}

#pwbox-819 {
	width: 25%;
}

/* Blog series */
.series-links .loop-content {
	padding: 0 30px 30px 30px;
}

.hangingindent {
   padding-left: 22px ;
   text-indent: -22px ;
 }