/*
  	Theme Name: Keep the Talk Going Lifestyle Pro Theme - Custom CSS File
    Theme URI: http://www.studiopress.com/themes/lifestyle-pro
    Description: This custom CSS file is used to modify the default behavior of the Lifestyle child theme and it also adds some new functionality.
    Author: Jana Uhrich
    Author URI: http://www.janauhrich.com/
    Version: 1.1
    Last Update: 6/25/14
    Tags: smaller thumbs
    Template: genesis
    Template Version: 2.0.1
    License: GNU General Public License v2.0 (or later)
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*Navigation */


/* Posts */

body { 
	color: #222
}

main h1.entry-title {
	font-size:2.2em;

}
.entry-content { 
	font-color: #222
}
     
.featured-content .entry {
	text-align: left;
}

.entry-header {
	text-align: left;
}

.breadcrumb {
	font-size:10px;
	color:#a5a5a3;
	border: none;
	padding: 0;
	margin-bottom: 20px;
}

p.entry-meta {
	color:#a5a5a3;
}

.wp-caption-text a{
	color:#a5a5a3;
}
.entry-content .wp-caption-text {
	text-align: right;
	font-size: 10px;
}




/* Sidebar */

aside .featured-content a img {
	width:100px;
}
aside h2.entry-title {
	text-align: left;
}