/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them
http://www.biblemoneymatters.com/wp-admin/themes.php?page=thesis-openhook/css-edit.php
WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* header ad banner float   */
.custom #header #header_ad {
float:right;
margin-top:-10.5em;
width:728px;
padding-left: 1em;
padding-right: 1em;
}

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 124px; width: 1042px; background: url('images/header.jpg') no-repeat; outline: none; }
.custom #header { border-width: 0 0 0em;}
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

/* Featured Post Formatting */
.custom #feature_box { font-family: Helvetica,Arial,sans-serif; color: #000000; background: #dfdfdf; padding: 15px 15px 15px 15px; }
.custom #feature_box h2 { font-size: 2.2em; margin: 0 0 15px 0; }
.custom #feature_box h2 a { color: #000000; text-decoration: none; }
.custom #feature_box h2 a:hover { color: #000000; }
.custom #feature_box p { font-size: 1.4em; line-height:1.571em; text-align: justify;}
.custom #feature_box .featurereadmore { padding: 22px 0 0 0; }
.custom #feature_box .featurereadmore a { font-size: 14px; text-decoration: none; }

body.custom {
    background: #000 url('images/bg1.jpg') no-repeat 50% 0%; color: #000000; margin: 0 auto;
}
.custom #container {
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0.2em;
    background: #69B667;
    border: 0.1em solid #3e3e3a;
}

.custom #page {
    background: #fff;
}

/* AUTHOR BOX */
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }
.postauthor p.hlight { font-size: 11px; text-transform: uppercase; }
.postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }

/* Commentluv */
.cluv { display:block; padding:8px; border: 1px solid #E1E1E0; background: #F5F5F5; text-transform: none; font-style: normal; letter-spacing: 0; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin-top: 15px; }

/* Top Nav bar */
.custom ul#topnav {
border-style: none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
background:#FFFFFF none repeat scroll 0 0;
width: 100%;
float: left;
}
.custom ul#topnav li { float: left; padding: 3px 10px 3px 3px; }
.custom ul#topnav li a { font-size: 1.1em; color: #000000; }
.custom ul#topnav li a:hover { text-decoration: underline; } 

.custom ul#topnav li.rss {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#topnav li.rss a {
background:transparent url(http://cdn.biblemoneymatters.com/wp-content/themes/thesis-/custom/images/icon-rss.gif) no-repeat scroll 0 50%;
padding-left:16px;
padding-right:8px;
}
.custom ul#topnav li.rss_email {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#topnav li.rss_email a {
background:transparent url(http://cdn.biblemoneymatters.com/wp-content/themes/thesis-/custom/images/icon-email.gif) no-repeat scroll 0 50%;
padding-left:16px;
}

.custom ul#topnav li.youtube {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#topnav li.youtube a {
background:transparent url(http://cdn.biblemoneymatters.com/wp-content/themes/thesis-/custom/images/yt_16.png) no-repeat scroll 0 50%;
padding-left:20px;
padding-right:8px;
}

.custom ul#topnav li.twitter {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#topnav li.twitter a {
background:transparent url(http://cdn.biblemoneymatters.com/wp-content/themes/thesis-/custom/images/twitter.png) no-repeat scroll 0 50%;
padding-left:20px;
padding-right:8px;
}

.custom ul#topnav li.googleplus {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#topnav li.googleplus a {
background:transparent url(http://cdn.biblemoneymatters.com/wp-content/themes/thesis-/custom/images/googleplus16.png) no-repeat scroll 0 50%;
padding-left:20px;
padding-right:8px;
}

.custom ul#topnav li.facebook {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#topnav li.facebook a {
background:transparent url(http://cdn.biblemoneymatters.com/wp-content/themes/thesis-/custom/images/facebook.png) no-repeat scroll 0 50%;
padding-left:20px;
padding-right:8px;
}

.custom ul#topnav li.app {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#topnav li.app a {
background:transparent url(http://cdn.biblemoneymatters.com/wp-content/themes/thesis-/custom/images/iphone.png) no-repeat scroll 0 50%;
padding-left:20px;
padding-right:8px;
}

/* Thesis Lower Menu bar */
.custom ul.menu {
	background:#fff url(http://cdn.biblemoneymatters.com/wp-content/themes/thesis-/custom/images/navi.gif) repeat-x scroll left top;
	font-family:arial;
	font-size:10px;
	min-height:25px;
	padding-left:0.21em;
	border: 0 none;
	/*width: 991px;*/
	width: 100%;
}
.menu, .menu a, .menu li ul {
	border-style:none;
}
.custom ul.menu li {
	background: none;
	border:0 none;
	padding-left:5px;
	padding-right:5px;
}
.custom ul.menu li.current {
	background: none;
	border: 0 none;
	color: white;
}
.custom ul.menu li.current a {
	color: #868686;
}
.custom ul.menu li.cat-item {
	border:0 none;
	background: none;
}
.custom ul.menu li a {
	padding:0.41em 0.43em;
	color:#868686;
	letter-spacing:0.5px;
	background: transparent;
}
.custom ul.menu li a:hover {
	text-decoration: none;
	color: #000000;
	background: transparent;
}

.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#444; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}

.sidebar a{color:#37721a;}


/* headlines border */

.custom .headline_area h1, .headline_area h2 {
    border-bottom: 1px solid #daddd9;
    border-top: 1px solid #daddd9;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 3px;
}

/* pull quotes */

blockquote.pull {
     float: right;   /* can be easily floated to left or right */
     margin: 0 0 0.5em 0.5em;  /* margin added to the RIGHT and BOTTOM so the text doesn't smash together */
     width: 45%;
}

blockquote.pull1 {
     float: left;   /* can be easily floated to left or right */
     margin: 0 0 0.5em 0.5em;  /* margin added to the RIGHT and BOTTOM so the text doesn't smash together */
     width: 45%;
}

/* Change Drop Cap Color */

.custom .drop_cap {
color:#C2D3BF;
}


/* Remove comment timestamp */

.custom .comment_time {
     display:none;
}

/* full width teasers */

.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #8AA789;
   text-align: justify;
}
.custom .teasers_box {
   width: 90%;
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;
}

/* Adjust author page to accommodate removal of sidebars */

.custom.author #content { width: auto; }
.custom.author #content_box { background: none; }


/* Sales Letter CSS */
body.moneywithablog { background: #0C0E6F url('images/make-money-blogging.jpg') 0% 0 no-repeat; }
.salesletter #header { padding: 0; border-bottom: 0em; }
.salesletter #footer { padding-bottom: 0em; border-top: 0em; display: none; }
.salesletter #footer { display: none; }
.salesletter #sidebars { display: none; border: none; }
.salesletter .menu {display:none;}
.salesletter #topnav {display:none;}
.salesletter #content_box { background:none; }
.salesletter .comments_closed { display: none; }
.salesletter #header #logo { display: none; }
.salesletter #header #tagline { display: none; }
.salesletter #content { margin: 0 auto; float: none; }
body.salesletter { background: #0C0E6F url('images/make-money-blogging.jpg') no-repeat 50% 0%; }

.salesletter #content h2, .sale #content h1 { font-size:20pt; text-align:center; font-weight:bold; }
.salesletter #container { width:750px; margin-top: 0em; border: 0.2em solid #000; background: #0C0E6F; }
.salesletter a { color: #111; }
.salesletter a:hover { color: ; background: #f2e127; }
.salesletter #page { background: #fff; }
.salesletter .headline_area { display: none; }

/* Change Table ebook*/
.table_class {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 5px;
}
.table_class h2 {
text-shadow: 1px 1px #fff;
-moz-text-shadow: 1px 1px #fff;
-webkit-text-shadow: 1px 1px #fff;
}

/* Change Drop Cap Color e-book*/

.format_text .drop_cap1 {
font-size:3.571em;
line-height:0.76em;
padding:0.04em 0.12em 0 0;
color:#25278d;
float:left;
margin:0;
padding:0;
}

/* estore plugin formatting*/
.custom .format_text input {
border-width:0.067em;
padding:0.2em;
width: auto;
}

/* share box formatting*/
.box  {
background:none repeat scroll 0 0 #dcdcdc;
border:2px solid #b7b6b6;
margin:0;
padding:0.5em;
}

/* after post box formatting*/
.feature  {
background:none repeat scroll 0 0 #fbf58d;
border:3px solid #b7b6b6;
margin:0;
padding:0.5em;
}

/* after post box formatting*/
.feature1  {
background:none repeat scroll 0 0 #CCCCCC;
border:1px solid #b7b6b6;
margin:0;
padding:0.5em;
}

.custom .sideleft {
    float: left;
    width: 140px;
}
.custom .sideright {
    float: right;
    width: 140px;
}
.custom .sideleft li, .custom .sideright li {
    margin: 0;
}

/* coupon box formatting*/
.format_text p.coupon {
    background: none repeat scroll 0 0 #f7f6f6;
    border: 2px dashed #c00020;
    margin:0;
    padding: 0.538em 0.769em
}

/* add a link button formatting*/
a.button {
    background: url('/wp-content/uploads/button.gif') no-repeat scroll left center transparent;
    display: block;
    font-weight: 700;
    padding: 2px 0px 2px 20px;
}

/* add a linkdot button formatting*/
a.linkdot {
    background: url('/wp-content/uploads/link.png') no-repeat scroll left center transparent;
    display: block;
    font-weight: 700;
    padding: 2px 0px 2px 20px;
}

/* add fb like and tweet buttons*/
.custom p.share_code {width:100%; display:block; float:left;}
.custom p.share_code span.fb_like {float:left; height:25px;}
.custom p.share_code span.tw_share {float:right; height:25px;}
.custom p.share_code span.gl_plusone {float:right; height:25px;}


/* ad float left */
.custom #adblock {float:left; margin-right:1em;}

/* ad floatright headline*/
.custom #adblockr {float:right; margin-left:1em;}