/*
Theme Name:	Traction PRO Child Theme
Theme URI: 	http://thethemefoundry.com/traction/
Description: 	PRO child theme for Traction.
Version: 1.02
Author:		The Theme Foundry
Author URI:	http://thethemefoundry.com/
Template: traction
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../traction/stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Logo
-----------------------------------------------------------*/
div.logo.logo-img { line-height: 0; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/*Post Header
---------------------------------------*/
.entry h2.title { 
  font-size: 1.6em; 
  margin: 0;
  padding: 0 0 10px 0;
}
.entry h2 a:link, .entry h2 a:visited { 
  color: #336899;
  text-shadow: 0 1px 0 #fff;
}
.entry h2 a:hover { color: #444444; }