/*
Theme Name: The Sacred Science Blog Wordress theme.
Theme URI: http://www.thesacredscience.com/blog1/
Description: WordPress theme for The Sacred Science.
Version: 2.0
Author: The Sacred Science
Author URI: http://www.thesacredscience.com/blog1/
*/

/* Reset */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
 	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Begin Typography & Colors */
body {
   font-family:'Conv_Asap-Regular',Arial,Helvetica,sans-serif;
   font-size:16px;
   color:#262626;
   padding:0;
   margin:0;
   background:url(https://s3-us-west-2.amazonaws.com/thesacredscience/screening/images/bg.jpg) no-repeat center top #000;
}

/* Layout */

#wrapper{
	width:890px;
	margin:0 auto;
	position:relative;
}

.outerbg{
   padding:12px;
   position:relative;
   clear:both;
   -webkit-box-shadow:0 -5px 10px 0 rgba(255,255,255,0.5);
   box-shadow:0 -5px 10px 0 rgba(255,255,255,0.5);
   background:url(https://s3-us-west-2.amazonaws.com/thesacredscience/screening/images/screeningbg.png) repeat-y top center;
}

.innerbg{
	background:#fff;
	padding:22px 0 100px 0;
	-webkit-border-radius:10px;
  	-moz-border-radius:10px;
  	border-radius:10px;
}

#content{
	float:left;
	width:685px;
}

.contentinner{
	float:left;
	width:665px;
	margin:0 0 0 20px;
}


#contentinner{
	padding:0 15px;
}


/* Header */

#header{
	clear:both;
	overflow:hidden;
	height:140px;
}

#header a.logo{
	float:left;
	background:url(https://s3-us-west-2.amazonaws.com/thesacredscience/screening/images/logo.png) no-repeat;
	width:216px;
	height:103px;
	display:block;
	margin:15px 0 0 20px;
}

#header .social{
	float:right;
	margin:65px 0 0 0;
}

/* Blog posts */

.blogposts{
	clear:both;
	margin:0 0 45px 0;
	overflow:hidden;
}

.blogposts .date{
	font-family:'Conv_Asap-Bold',Arial,Helvetica,sans-serif;
	font-size:22px;
	color:#fff;
	line-height:22px;
	text-align:center;
	float:left;
	background:#5ba2a4;
	width:76px;
	padding:5px 0;
}

.blogposts .txt{
	width:585px;
	float:left;
	border-bottom:solid 1px #9bc7cd;
	margin:0 0 0 22px;
	padding:12px 0 10px 0;
}

.blogposts h1{
	padding:0;
}

.blogposts .postedby{
	font-size:14px;
	margin:0 0 30px 0;
}

.blogposts .postedby a{
	text-decoration:none;
}

.fpm_readon a{
	font-family:'Conv_Asap-Bold',Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#2f9292;
	text-decoration:underline;
	display:inline-block;
	margin:0 0 25px 0;
}

/* Common */

*:focus{outline:0;}

a{
	color:#000202;
	text-decoration:underline;
}

a:hover{
	color:#5ba2a4;
}

.entry p,.entry ul,.entry ol{
	color:#000000;
	font-size:16px;
	padding:0 0 20px 0;
	margin:0;
	line-height:20px;
}

.entry ul{
	list-style:disc;
	margin:0 0 15px 15px;
}

.entry ol{
	list-style:decimal;
	margin:0 0 15px 25px;
}

.entry .alignleft{
	float:left;
	margin:0 20px 5px 0;
}

.entry .alignright{
	float:right;
	margin:0 0 10px 20px;
}

.clear{
	clear:both;
}

.entry strong{
	font-family:'Conv_Asap-Bold',Arial,Helvetica,sans-serif;
	color:#2f9292;
	font-weight:normal;
}

h1,h2,h3,h4,h5,h6{
	font-family:'Conv_Asap-Bold',Arial,Helvetica,sans-serif;
	color:#000202;
	padding:0 0 5px 0;
	margin:0;
	font-weight:normal;
	line-height:normal;
}

h1{
	font-size:24px;
}

h2{
	font-size:22px;
}

h3{
	font-size:20px;
}

h4{
	font-size:18px;
}

h5{
	font-size:16px;
}

h6{
	font-size:14px;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	color:#000202;
	text-decoration:none;
}

h1.pagetitle{
	color:#2F9292;
	padding:0 0 20px 0;
	margin:0 0 0 100px;
}

h1.pagetitle a{
	color:#2F9292;
}

.spacertop{
	clear:both;
	height:40px;
}

.nomargin{
	padding:10px 0 50px 0 !important;
}

.nomargin2{
	padding:30px 0 50px 0 !important;
}

a.backtohome{
	font-size:14px;
	color:#000000;
	display:inline-block;
	clear:both;
	text-decoration:underline;
	background:url(images/arrowl.png) no-repeat left bottom;
	padding:0 0 0 14px;
	margin:0 0 20px 97px;
}

div.backtoblogposts{
	clear:both;
	margin:20px 0;
}

.navigation{
	clear:both;
	margin:0 0 0 100px;
}

.navigation a{
	font-size:13px;
	color:#000000;
	text-decoration:underline;	
}

.navigation .alignleft a{
	background:url(images/arrowl.png) no-repeat left bottom;
	padding:0 0 0 14px;
	float:left;
	margin:0 45px 0 0;
}

.navigation .alignright a{
	background:url(images/arrowr.png) no-repeat right bottom;
	padding:0 14px 0 0;
	float:left;
}

.wp-caption p{
	font-size:14px;
}

input,textarea,input[type="submit"]{
	-webkit-border-radius:0;
  	-moz-border-radius:0;
	-webkit-appearance:none;
}

/* Sidebar */


/* Sales Page */

.book{
	float:right;
	background:url(images/book.png) no-repeat;
	width:180px;
	height:73px;
	background-size:220px auto;
	text-align:center;
	padding:295px 0 0 0;
	color:#000000;
	font-size:14px;
}

.book a{
	display:block;
	clear:both;
	color:#fdfeff;
	font-size:9px;
}

.book a.ordernow{
	background:url(images/ordernow.png) no-repeat;
	width:131px;
	height:22px;
	display:block;
	margin:5px auto 10px auto;
}

#quote{
	clear:both;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:33px;
	font-style:italic;
	margin:30px 0;
	text-transform:uppercase;
	color:#fdfdfc;
}

#quote p{
	color:#fdfdfc;
	padding:0;
	margin:0;
	font-size:24px;
}

#quote h1{
	padding:0;
	margin:0;
	font-size:18px;
	font-weight:normal;
}

.patients{
	background-color:#f0ecc9;
	-webkit-border-radius:15px;
    border-radius:15px;
	padding:15px 0 15px 20px;
	color:#332a29;
	font-size:14px;
	width:620px;
	margin:10px auto 0 auto;
}

.patients h1{
	color:#44403e;
	padding:0 0 5px 0;
	margin:0;
	font-weight:normal;
	line-height:normal;
	font-size:20px;
}

.patients .patientsc{
	float:left;
	width:135px;
	height:200px;
	margin:10px 20px 0px 0;
	line-height:18px;
}

.patients .patientsc strong{
	clear:both;
	display:block;
	padding:10px 0 5px 0;
}

.sacreddvd{
	clear:both;
	padding:60px 0 80px 0;
	font-size:19px;
	color:#030000;
}

.sacreddvd .img{
	float:left;
	width:275px;
}

.sacreddvd .img2{
	float:left;
	width:187px;
	text-align:center;
	margin:0 50px 0 10px;
	font-size:14px;
}

.sacreddvd .txt{
	float:left;
	width:360px;
	padding:25px 0 0 0;
	line-height:27px;
}

.sacreddvd a.ordernow{
	background:url(images/ordernow2.png) no-repeat;
	width:301px;
	height:50px;
	display:block;
	margin:10px 0 10px -10px;
	clear:both;
}

.sacreddvd a.ordernow3{
	background:url(images/ordernow3.png) no-repeat;
	width:252px;
	height:44px;
	display:block;
	margin:10px 0 10px -10px;
	clear:both;
}

.sacreddvd h1{
	color:#2a516e;
	font-size:25px;
	padding:5px 0;
}

.sacreddvd h2{
	font-size:23px;
	font-weight:normal;
	padding:5px 0 0 0;
}

.sacreddvd h3{
	font-size:17px;
	font-weight:normal;
	padding:0 0 10px 0;
}

.sacreddvd .dvd2txt{
	font-size:16px !important;
	line-height:22px !important;
	padding:5px 0 0 0 !important;
}

.sacreddvd .cc{
	margin:0 0 0 68px;
}

.sacreddvd .dvd2txt h1{
	font-size:21px !important;
}

.sacreddvd .dvd2txt h2{
	font-size:19px !important;
}

.sacreddvd .dvd2txt h3{
	font-size:14px !important;
}

.saleswbonuses h1.heading{
	font-family:'Helvetica Neue',Helvetica, Arial, sans-serif;
	font-stretch:condensed;
	font-size:28px;
	color:#000;
	letter-spacing:0.035em;
	font-weight:bold;
	padding:0 0 20px 0;
	margin:0;
}

.saleswbonuses h2.heading{
	font-family:'Helvetica Neue',Helvetica, Arial, sans-serif;
	font-stretch:condensed;
	font-size:24px;
	color:#000;
	letter-spacing:0.035em;
	font-weight:bold;
	padding:0 0 20px 0;
	margin:0;
}

.saleswbonuses .saleswbonusesoff{
	background:url(images/saleswbonusesoff3.png) no-repeat;
	width:326px;
	height:310px;
	position:absolute;
	margin:-72px 0 0 720px;
}

.saleswbonuses .saleswbonusesoff2{
	background:url(images/saleswbonusesoff4.png) no-repeat;
	width:218px;
	height:181px;
	position:absolute;
	margin:-45px 0 0 -140px;
}

.saleswbonuses .saleswbonusesoff3{
	background:url(images/saleswbonusesoff4.png) no-repeat;
	width:326px;
	height:310px;
	position:absolute;
	margin:-12px 0 0 770px;
}

.saleswbonuses .sacreddvd .txt p{
	padding:0 0 0 20px;
}

.saleswbonuses .sacreddvd a.ordernow{
	margin:10px auto;
}

.saleswbonuses h5
{
	font-size:32px;
	font-style:italic;
	font-weight:bold;
}

.saleswbonuses h6
{
	font-size:18px;
	padding:0 0 15px 0;
}

.saleswbonuses h5,
.saleswbonuses h6
{
	color:#8b2815;
	text-transform:uppercase;
	line-height:20px;
}

/* Sign up for the FREE E-book */

#signupforebook{
   clear:both;
   background:url(https://s3-us-west-2.amazonaws.com/thesacredscience/screening/images/signupbg.png) no-repeat;
   width:864px;
   height:80px;
   margin:0;
   padding:10px 0 0 0;
}

#signupforebook img.ebook{
	position:absolute;
	margin:-40px 0 0 20px;
}

#signupforebook label{
	font-family:'Conv_Asap-Bold',Arial,Helvetica,sans-serif;
	font-size:20px;
	float:left;
	display:block;
	padding:4px 10px 0 115px;
}

#signupforebook label span{
	color:#1c8a9e;
}

#signupforebook .input{
    font-family:'Conv_Asap-Regular',Arial,Helvetica,sans-serif;
	color:#b8b9b9;
	font-size:14px;
	float:left;
	display:block;
	border:solid 1px #ececec;
	padding:4px 10px;
	background-color:#fff;
	margin:0 5px 0 0;
	width:135px;
}

#signupforebook .submitbtn{
   background:url(https://s3-us-west-2.amazonaws.com/thesacredscience/screening/images/gobtn.png);
   width:58px;
   height:37px;
   display:block;
   float:left;
   text-indent:-9999em;
   border:0;
   cursor:pointer;
   margin:-4px 0 0 0;
}

#signupforebook p{
	color:#000202;
	font-size:13px;
	clear:both;
	padding:0 0 0 115px;
	margin:0;
	line-height:normal;
}

/* Medicinal Plant Guide */

.single-medicinal .innerbg{
	padding-bottom:20px;
}

#plantdatabase{
	width:810px;
	margin:0 auto;
	clear:both;
	background:rgba(53,96,138,0.9);
	padding:12px 12px 10px 12px;
	border-top:solid 10px #000000;	
	border-radius:0 0 10px 10px; 
	-moz-border-radius:0 0 10px 10px; 
	-webkit-border-radius:0 0 10px 10px;
}

#plantdatabase .plantsimgdetails{
	float:left;
	width:235px;
}

#plantdatabase .plantsimgdetails img{
	border:solid 2px #bacce0;
	border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	margin:0 12px 12px 0;
}

#plantdatabase .plantsimgdetails ul{
	font-size:14px;
	color:#fff;
	line-height:18px;
	padding:0;
	margin:0 0 0 18px;
	clear:both;
}

#plantdatabase .plantsimgdetails ul li{
	padding:0;
	margin:0;
}

#plantdatabase .plantsimgdetails p{
	font-size:14px;
	color:#fff;
	padding:0 0 0 5px;
	margin:0;
}

#plantdatabase .plantsimgdetails p strong{
	color:#fff;
}


#plantdatabase h1.tss{
	color:#fefcfc;
	font-size:18px;
	text-transform:uppercase;
	padding:3px 0 30px 0;
	margin:0 15px 0 0;
	float:left;
	font-weight:normal;
	letter-spacing:0.08em;
}

#plantdatabase h2.mpg{
	color:#d9d16c;
	font-size:22px;
	padding:0 0 30px 0;
	margin:0;
	float:left;
	font-weight:normal;
	letter-spacing:0.05em;
}

#plantdatabase h2.mpg a{
	color:#d9d16c;
	text-decoration:none;
}

#plantdatabase h2.mpg a:hover{
	text-decoration:underline;
}


#plantdatabase .plantdatabasetxt{
	float:left;
	width:570px;
}

#plantdatabase .plantdatabasetxt h1.pagetitle{
	font-family:'Conv_Asap-Regular',Arial, Helvetica, sans-serif;
	float:left;
	color:#f7f8fa;
	font-size:30px;
	font-weight:normal;
	padding:0 0 0 5px;
	margin:0;
}

#plantdatabase .plantdatabasetxt .nextlink a{
	float:right;
	color:#e6d864;
	font-size:18px;
	text-decoration:underline;
	margin:14px 0 0 0;
	background:url(images/nextlink.png) right center no-repeat;
	padding:0 12px 0 0;
}

#plantdatabase .plantdatabasetxt .content{
	background:#fff;
	border-radius:28px 0 0 0; 
	-moz-border-radius:28px 0 0 0; 
	-webkit-border-radius:28px 0 0 0;
	padding:30px 20px;
	margin:5px 0 20px 0;
	clear:both;
}

#plantdatabase .plantdatabasetxt .content p{
	color:#000;
	font-size:16px;
	padding:0 0 20px 0;
	margin:0;
	line-height:20px;
	text-align:left;
}

#plantdatabase .plantdatabasetxt .content hr{
	clear:both;
	background:#c6d6e8;
	border:none;
	padding:0;
	margin:0 0 20px 0;
	height:3px;
}

#plantdatabase .plantdatabasetxt .content .resources{
	font-size:13px;
	font-style:italic;
}

#plantdatabase .plantdatabasetxt .content .resources p
{
	font-size:13px;
	font-style:italic;
	line-height:14px;
	padding:0 0 10px 0;
	margin:0;
}

#plantdatabase .plantdatabasetxt .content .resources h4{
	font-size:14px;
	color:#000000;
	font-style:italic;
	font-weight:bold;
	padding:0 0 15px 0;
	margin:0;
}

#plantdatabase .plantdatabasetxt .content .resources a{
	font-style:italic;
	text-decoration:none;
}

#plantdatabase .plantdatabasetxt .content .resources a:hover{
	text-decoration:underline;
}

#plantdatabase .plantdatabasetxt .content .disclaimer{
	color:#f7fafd;
	background:#4e7399;
	padding:20px;
	margin:40px 0 0 0;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

#plantdatabase .plantdatabasetxt .content .disclaimer p{
	font-size:10px;
	color:#b9c8d8;
	line-height:13px;
	padding:0;
	margin:0;
}

#plantdatabase .plantdatabasetxt .content .disclaimer p.txt1{
	color:#f7fafd;
	padding:0 0 5px 0;
}

/* Trailor and Watch Now */

.trailorwatchnow{
	clear:both;
	background:url(images/videosignupbg.png) repeat;
	padding:20px 15px;
	margin:0 0 20px 0;
}

.trailorwatchnow .trailor{
	float:left;
	width:625px;
}

.trailorwatchnow .watchnow{
	float:right;
	width:256px;
}

.trailorwatchnow .watchnow .fnamec{
	float:left;
	width:125px;
}

.trailorwatchnow .watchnow .lnamec{
	float:left;
	width:125px;
}

.trailorwatchnow .watchnow label{
	display:block;
	clear:both;
	font-size:15px;
	padding:8px 0 0px 10px;
	color:#fff;
}

.trailorwatchnow .watchnow .input{
	background:url(images/inputbg.png) repeat;
	width:253px;
	height:40px;
	margin:0 0 0 -2px;
}

.trailorwatchnow .watchnow .input input{
	width:220px;
	margin:5px 10px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:0;
}

.trailorwatchnow .watchnow .submitbtn{
	background:url(images/submitbtn.png) repeat;
	width:256px;
	height:45px;
	border:0;
	display:block;
	cursor:pointer;
}

.trailorwatchnow .watchnow .werespect{
	text-align:center;
}

.trailorwatchnow .watchnow .werespect a{
	color:#fdfeff;
	text-decoration:underline;
	font-size:9px;
}

.laurels{
	clear:both;
	margin:0 0 10px 0;
	text-align:center;
}

.laurels2{
	clear:both;
	margin:0px 0 12px 0;
	text-align:center;
}

.watchnow .arrow1,
.watchnow .arrow2,
.watchnow .arrow3
{
	background:url(images/arrow.png) no-repeat;
	width:86px;
	height:70px;
	position:absolute;
}

.watchnow .arrow1{
	margin:-10px 0 0 250px;
}

.watchnow .arrow2{
	margin:58px 0 0 250px;
}

.watchnow .arrow3{
	margin:128px 0 0 250px;
}

/* Sidebar */

#sidebar{
	font-family:'Conv_gotham_medium',Arial, Helvetica, sans-serif;
	float:right;
	width:160px;
	margin:0 10px 0 0;
}

#sidebar ul{
	padding:0;
	margin:0;
	list-style:none;
}

#sidebar ul li{
	padding:0;
	margin:0 0 25px 0;
}

#sidebar ul ul li{
	padding:0;
	margin:0;
}

#sidebar .collapsing li{
	padding:0 5px;
	margin:0 0 5px 0;
}

#sidebar .collapsing ul li{
	margin:5px 0 5px 10px;
	padding:0 0 5px 0;
}

#sidebar a{
	font-size:14px;
	text-decoration:none;
}

#sidebar h2.widgettitle,
#sidebar label.screen-reader-text
{
	font-family:'Conv_gotham_bold',Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000202;
	padding:0 0 5px 5px;
	margin:0;
}

#sidebar .searchform{
	background:#9bc7cd;
	padding:12px 5px 15px 5px;
	-webkit-border-radius:10px;
  	-moz-border-radius:10px;
  	border-radius:10px;
	overflow:hidden;
}


#sidebar label.screen-reader-text{
	display:block;
}

#sidebar .widget_collapsarch{
	padding:0 5px;
}

#sidebar .searchform #s{
	float:left;
	width:110px;
	padding:5px;
}

#sidebar .searchform #searchsubmit{
	float:left;
	background:url(images/search.png) no-repeat;
	width:19px;
	height:25px;
	display:block;
	border:0;
	margin:2px 0 0 2px;
	padding:0;
	text-indent:-9999em;
}

#sidebar .sym{
	color:#c48d17;
}

/* Comments */

.commentmetadata { display:none;}


h3#comments,#respond h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#2f9292;
	font-size:15px;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0 0 0 100px;
}

#respond h3{
	margin:0;
}

ol.commentlist,#respond{
	width:550px;
	margin:0 0 0 90px;
}

ol.commentlist li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#040000;
	line-height:18px;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	border-bottom:solid 1px #a0c8cf;
}


ol.commentlist li:last-child{
	border:0;
}

ol.commentlist p{
	padding:0 0 10px 45px;
	margin:0;
}

ol.commentlist a{
    word-wrap:break-word;
}

ol.commentlist div.reply a{
	font-size:11px;
	color:#c48d17;
	text-decoration:none;
	margin:0 0 0 45px;
}

.comment-author img{
	vertical-align:top;
	padding:0 10px 0 0;
}

.comment-author .fn,.comment-author .fn a{
	color:#c48d17;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
}

ol.commentlist .comment-meta{
	font-size:10px;
	color:#040000;
	margin:-15px 0 5px 45px;
}

ol.commentlist .comment-body{
	padding:0 15px;
}

ol.commentlist .says{
	display:none;
}

#respond{
	clear:both;
}

#respond #author,
#respond #email,
#respond #comment
{	
	font-family:Arial, Helvetica, sans-serif;
	color:#c7c9c9;
	font-size:12px;
	border:solid 1px #53c7bc;
	padding:5px;
	width:200px;
}

#commentform p{
	font-size:14px;
	margin:0 0 10px 0;
}

#respond #comment{
	width:540px;
	height:70px;
}

#respond #submit{
	background:url(images/postbtn.png) no-repeat;
	width:56px;
	height:24px;
	display:block;
	border:0;
	cursor:pointer;
	text-indent:-9999em;
}

/* Footer */

#footer{
	font-family:'Conv_Asap-Bold',Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#c6c5c4;
	clear:both;
	width:860px;
	margin:0 auto;
	padding:15px 0;
	text-align:right;
}

#footer a{
	color:#c6c5c4;
	text-decoration:none;
}

#footer a.link{
	font-size:12px;
}

#footer span.sep{
	padding:0 10px
}