/*
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

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/
*/


/* LOGO IN HEADER http://www.francisraymond.com/2009/01/how-to-customize-the-thesis-wordpress-theme-header-hooks-and-social-media-icons/ */
.custom #title_area { background: none; padding: 0; border-bottom: 1px solid #dddddd; }
.custom #header { border-bottom: 1px solid #dddddd; height: 85px; padding-top: 25; padding-bottom: 0; background: url(images/photo-seo-owl-logo.jpg) left no-repeat; } 
.custom #logo { margin-left:90px; }
.custom #tagline { margin-left:90px; } 

/* END LOGO IN HEADER */

/* AFTER POST EBOOK PROMO */
.custom .post_ad { padding: 0.667em; background: #ddf5fc; border-top: 0.2em solid #86c0d1; clear: both; margin-bottom:20px;}
	.custom .post_ad h3 { margin: 0 0 0.533em 0; padding-bottom: 0.267em; border-bottom: 1px dotted #89c3d4; }
	.custom .post_ad img { display: block; margin-bottom: 0.667em; margin-left: 0.667em; border: 0.533em solid #c0e2ec; float: right; }
	.custom .post_ad ul.ad_links { margin-bottom: 0; }

/* AFTER POST REL LINKS */
.custom .rel_links { padding: 0.667em; background: #fffeeb; border-top: 0.2em solid #cccccc; clear: both; margin-bottom:20px;}
	.custom .rel_links h3 { margin: 0 0 0.533em 0; padding-bottom: 0.267em; border-bottom: 1px dotted #cccccc; }
	.custom .rel_links img { display: block; margin-bottom: 0.667em; margin-left: 0.667em; border: 0.533em solid #c0e2ec; float: right; }
	.custom .rel_links ul.ad_links { margin-bottom: 0; }

	
.format_text h2 { font-weight: normal;}
	
/* COLORED TAB */
ul.menu li.tab-1 a {background:#5c9750; color:#ffffff;}	
		
/* LANDING PAGE */
	
.button 
{
    padding: 7px 3px 0px 0px;
    margin: 0px 50px 0px 0px;
    display:block;
    width: 250px;
	height:45px;
    color: #FFFFFF;
	font-weight:bold;
    background: transparent url('http://photographers-seo.com/wp-content/themes/thesis_151/custom/images/button.png') no-repeat right top;
}

.button:hover 
{
    text-decoration: none;
    color: #333333;
}

.button .button-inside 
{
    padding: 13px 30px 0px 30px;
    margin: 0px 0px 0px -3px;
    max-height: 45px;
    min-height: 45px;
    height: 45px;
    text-align: center;
    background: transparent url('http://photographers-seo.com/wp-content/themes/thesis_151/custom/images/button.png') no-repeat left top;
    display:block;
}


.ec_ejc_thkbx 
{
    padding: 7px 3px 0px 0px;
    margin: 0px 50px 0px 0px;
    display:block;
    width: 250px;
	height:45px;
    color: #FFFFFF;
	font-weight:bold;
    background: transparent url('http://photographers-seo.com/wp-content/themes/thesis_151/custom/images/button.png') no-repeat right top;
}

.ec_ejc_thkbx:hover 
{
    text-decoration: none;
    color: #333333;
}

.ec_ejc_thkbx .ec_ejc_thkbx-inside 
{
    padding: 13px 30px 0px 30px;
    margin: 0px 0px 0px -3px;
    max-height: 45px;
    min-height: 45px;
    height: 45px;
    text-align: center;
    background: transparent url('http://photographers-seo.com/wp-content/themes/thesis_151/custom/images/button.png') no-repeat left top;
    display:block;
}

.green-check
{
    background:transparent url(http://photographers-seo.com/wp-content/themes/thesis_151/custom/images/green-check.png) 0 0 no-repeat ;
    padding: 0 0 10px 35px;

}

.hr { padding: 5px; border-top: 0.1px solid #999999; clear: both; }

/* END LANDING PAGE */
