/*
Theme Name: Traction PRO Child Theme
Theme URI: http://thethemefoundry.com/traction/
Description: PRO child theme for Traction.
Version: 1.01
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; }
div#cat-nav {
 margin: 0px 0 0 0;
}
div.logo img{
  padding:0 !important;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
/*
.comment-number-home {
  padding: 0 0 10px 0;
  text-shadow: 0 1px 0 #fbfbfb;
  font-weight: bold;
  clear: both;
}
.comment-number-home span {
  float: left;
  display: block;
  padding: 0 0 0 25px;
  font-size: 1.5em;
  background: url(images/comments-home.png) no-repeat 0 .2em;
}

.comment-number-home  span a:link {color: #444;}
.comment-number-home  span a:visited {color: #444;}
.comment-number-home  span a:hover {color: #662222;}
}
