/*
Theme Name: Traction PRO Child Theme
Theme URI: http://thethemefoundry.com/traction/
Description: PRO child theme for Traction.
Version: 1.0
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
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/

/* Fontgrootte post titel onderaan iedere post
-----------------------------------------------------------*/
.next_prev_posts {
   font-size: 1.1em;
}
/* Categorien in twee kolommen
-----------------------------------------------------------*/
li.cat-item {
display: inline-block;
width: 120px;
}
/*Reacties op voorpagina
------------------------------------------------------------ */
.comment-number-home {
  padding: 0 0 5px 0;
  text-shadow: 0 1px 0 #fbfbfb;
  font-weight: bold;
  clear: both;
}
.comment-number-home span {
  float: right;
  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: #285A86;}
.comment-number-home  span a:visited {color: #285A86;}
.comment-number-home  span a:hover {color: #1A3D5C;}
}
/*Breedte tekst rechts slider
------------------------------------------------------------ */
div.feature-sidebar ul li a strong {
  width: 235px;
}
/*Links pagina (collroll)
------------------------------------------------------------ */
.clplinkcategory { 
padding:4px 0px 4px 10px;
font-size: 2.0em;
cursor: pointer;
}
