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

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../traction_pro/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; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/
div.logo img {
	font-variant: small-caps;
}
h4.byline{
  padding-top:0px;
}
h2.title {
	padding-bottom:0px;
}
/*remove border of adbox*/
#sidebox img {
    border: none;
}
/*custom post no sidebar*/
body.post-no-sidebar-php #content,
body.post-no-sidebar-php #content .entry.page {
	width: 920px;
}
