/*

	Please note - this file will be going away in a future release.

*/
.hide{display:none}
abbr{border:none; text-decoration:none; font-size:100%}



/* Landing pages - webstore buttons */
#secondary .storebuttons {
	margin-left: -10px;
	margin-right: -10px;
	padding-bottom: 15px;
}
#secondary .storebuttons li {
	border: none;
	margin: 0;
	padding: 0;
}
.storebuttons a {
	background: url('images/webstores.png') no-repeat left top;
	display: block;
	float: left;
	height: 0;
	overflow: hidden;
	margin: 3px 6px;
	padding-top: 49px;
	width: 121px;
	margin: 3px 0 3px 2%;
	width: 45%;
	max-width: 120px;
}
.storebuttons .pb_amazon a { background-position: 0px 0px; }
.storebuttons .pb_bn a { background-position: 0px -50px; }
.storebuttons .pb_bamm a { background-position: 0px -150px; }
.storebuttons .pb_cbd a { background-position: 0px -300px; }
.storebuttons .pb_family a { background-position: 0px -100px; }
.storebuttons .pb_lifeway a { background-position: 0px -200px; }
.storebuttons .pb_mardel a { background-position: 0px -350px; }
.storebuttons .pb_parable a { background-position: 0px -250px; }

.storebuttons .pb_amazon a:hover { background-position: -124px 0px; }
.storebuttons .pb_bn a:hover { background-position: -124px -50px; }
.storebuttons .pb_bamm a:hover { background-position: -124px -150px; }
.storebuttons .pb_cbd a:hover { background-position: -124px -300px; }
.storebuttons .pb_family a:hover { background-position: -124px -100px; }
.storebuttons .pb_lifeway a:hover { background-position: -124px -200px; }
.storebuttons .pb_mardel a:hover { background-position: -124px -350px; }
.storebuttons .pb_parable a:hover { background-position: -124px -250px; }


/* ********************************************** */
/* New speaking page styles
/* ********************************************** */
/* Presentation topics */
.topic {
	color: #444;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	padding: 7px;
}
.topic_slide {
	float: left;
	margin: 3px 20px 20px 0;
	-moz-box-shadow: 0px 0px 7px #999;
	-webkit-box-shadow: 0px 0px 7px #999;
}
.topic_slide img {
	border: none;
	display: block;
	margin-bottom: 0;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}
.topic_copy {
/*margin-top: -3px;*/
}

.theme-default .nivoSlider {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/* Simple signup forms */
.signup_form ul {
	list-style: none;
	margin: 10px 0 0 !important;
	padding: 0;
}
.signup_form li {
	background: none !important;
	font-size: 12px;
	list-style: none;
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
	height: 1%;
}
.signup_form label {
	display: block;
	line-height: 1.2em;
	margin-bottom: 2px;
}
.signup_form input {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 4px 6px;
}
.signup_form .medtext {
	width: 30%;
}
.signup_form .longtext {
	width: 60%;
}
.signup_form fieldset {
	background: #eaeaea;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 20px;
	padding: 15px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.signup_form .submitrow {
	margin: 0 0 20px 0;
	text-align: right;
}
.signup_form .submitrow input {
	background-color: #a30000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a30000), to(#7f1813));
	background-image: -webkit-linear-gradient(top, #a30000, #7f1813);
	background-image:    -moz-linear-gradient(top, #a30000, #7f1813);
	background-image:      -o-linear-gradient(top, #a30000, #7f1813);
	background-image:         linear-gradient(to bottom, #a30000, #7f1813);
	border: 2px solid #eeeeee;
	border: 1px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	-webkit-box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.5), inset 0 -2px 3px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.5), inset 0 -2px 3px rgba(0, 0, 0, 0.4);

	color: white;
	cursor: pointer;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0.7em 2em;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	width: auto;
}
.signup_form .submitrow input:hover {
	border-color: #e5ce74;
}

.audioplayer {
	margin: 1em 0;
}


.entry .entry-aside {
	background-color: #eaeaea;
	border: 1px solid #D5D5D5;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
	margin-top: 8px;
	padding: 15px 20px 20px 20px;
}
.entry .entry-aside p {
	line-height: 18px;
}
.entry .entry-aside p:last-child {
	margin-bottom: 0;
}



/* Social icons on simple landing pages */
#topad .post-actions {
	padding-top: 10px;
	width: 235px;
}
#content #endofpost-actions {
	float: none;
	height: 62px;
	margin-left: 0;
	overflow: hidden;
	width: 100%;
}
#endofpost-actions h3 {
	float: left;
	font-size: 1.1em;
	margin-right: 1em;
	text-align: left;
}
.post-actions .gplus-count-wrap,
.post-actions .linkedin-count-wrap,
.post-actions .stumbleupon-count-wrap,
.post-actions .buffer-count-wrap {
	float: left;
}
.top-count-wrap {
	height: 62px;
	width: 55px;
}
.post-actions .facebook-count-wrap {
	width: 60px;
}
.post-actions .gplus-count-wrap {
	height: 60px;
	margin-right: 2px;
	padding-top: 2px;
	width: 50px;
}
#topad .gplus-count-wrap {
	margin-right: 5px;
}
.post-actions .linkedin-count-wrap,
.post-actions .stumbleupon-count-wrap {
	margin: 0 2px;
}

.widget_stormyfrog_countdown .countdown_widget_inner {
	display: none;
}

#extranav li {
	border: none;
	display: list-item;
	margin: 0 0 0 17px;
	padding: 0;
	list-style: disc;
}
#extranav li a {
	text-decoration: underline;
}

/* tweet button */
.tweetthis {
	background: #f8f8f8;
	border: 1px solid #ccc;
	color: #333;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	font: 11px/20px 'Helvetica Neue',Arial,sans-serif;
	font-weight: bold;
	padding: 0 3px 0 19px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	vertical-align: top;
	zoom: 1;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
	background: -moz-linear-gradient(top,  #ffffff,  #dedede);
	background: linear-gradient(top,  #ffffff,  #dedede);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede');
}
.tweetthis:hover {
	background: #f8f8f8;
	border-color: #bbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#d9d9d9));
	background: -moz-linear-gradient(center top,  #f8f8f8,  #d9d9d9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d9d9d9');

}
.tweetthis i {
	background: url('images/tweetable.png') no-repeat left top;
	display: block;
	height: 13px;
	width: 16px;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -5px;
}



#secondary .wideimage {
	margin: 0 -10%;
	overflow: hidden;
	text-align: center;
	width: 120%;
}
#secondary .buttons {
	padding-bottom: 5px;
}
#secondary .buttons li {
	border: none;
	padding: 0;
}
#secondary .buybutton,
#main #primary .Cart66ButtonPrimary,
#main #primary .Cart66ButtonSecondary {
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6d6d6));
	background-image: -webkit-linear-gradient(top, #ffffff, #d6d6d6);
	background-image:    -moz-linear-gradient(top, #ffffff, #d6d6d6);
	background-image:      -o-linear-gradient(top, #ffffff, #d6d6d6);
	background-image:         linear-gradient(to bottom, #ffffff, #d6d6d6);
	border: 1px solid #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #333;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 5px 0;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	-moz-box-shadow: 0px 0px 5px #AAA;
	-webkit-box-shadow: 0px 0px 5px #AAA;
}
#secondary .buybutton:hover,
#main #primary .Cart66ButtonPrimary:hover,
#main #primary .Cart66ButtonSecondary:hover {
	border-color: #168baa;
}
#main #primary .Cart66ButtonPrimary {
	background-color: #a30000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a30000), to(#7f1813));
	background-image: -webkit-linear-gradient(top, #a30000, #7f1813);
	background-image:    -moz-linear-gradient(top, #a30000, #7f1813);
	background-image:      -o-linear-gradient(top, #a30000, #7f1813);
	background-image:         linear-gradient(to bottom, #a30000, #7f1813);
	color: white;
	height: auto;
	padding: 5px 15px;
}
#main #primary .Cart66ButtonPrimary:hover {
	background: #BC0000;
	border-color: white;
	-moz-box-shadow: 0px 0px 5px #AC0000;
	-webkit-box-shadow: 0px 0px 5px #AC0000;
	text-decoration: none;
}
input.buybutton {
	line-height: 26px;
	width: 238px;
	width: 246px;
}
