/*
Theme Name:     Deeper Focus - Tweaks for CarynEsplin.com
Theme URI:      http://carynesplin.com/
Description:    Tweaks to Deep Focus to improve looks and customize functionality 
Author:         Caryn Esplin
Author URI:     http://carynesplin.com
Template:       DeepFocus
Version:        0.93
*/

/*
Thumbnails (featured image) not repeat themselves.. So I have to manually add thumbnails and page breaks if I want to collapse a post. 
More space for the logo home page
Black text in photo captions
Smaller black text sidebar titles
*/

@import url("../DeepFocus/style.css");

#logo { position: absolute; top: -40px !important; left: 0px; } 
#sidebar { float: left; width: 269px; }
	 h3 { font-size: 22px; text-shadow: 1px 1px 0px rgba(255,255,255,0.3); color: #000000; }
	.widget h4.widgettitle { font-size: 25px; text-shadow: 1px 1px 0px rgba(255,255,255,0.3); color: #000000; }
	.widget h5 { font-size: 16px; text-shadow: 1px 1px 0px rgba(255,255,255,0.3); color: #000000; }
	#sidebar  a { color: #ffffff; }
	#sidebar .widget { padding: 0px 0px 50px 22px; }
.wp-caption p.wp-caption-text { color: black; font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
div.et_pt_thumb {
display: none;
}

#tagline, h3.hometitle, .entry h2.title, .entry h1.title, .comment-author, h3#comments, #reply-title span, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { text-shadow: none; }

#blog-content span.postinfo, #blog-content span.postinfo a { text-shadow: none; }