/*
CSS Stylesheet for Posts per Cat
Plugin URI: http://blog.urosevic.net/wordpress/posts-per-cat/
Description: Posts per Cat list latest `N` articles from all, top level only or manually choosen categories and group them in category boxes organized in one, two, three or four columns.
Author: Aleksandar Urošević
Version: 1.0.0
Author URI: http://urosevic.net
*/
#ppc-box {
	width: 100%;
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
}
#ppc-box .clear {
	position: relative;
	clear: both;
	width: 100%;
}

/* columns */
#ppc-box .ppc-box {
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0 7px 0;
}
#ppc-box .one {
	width: 100%;
	clear: both;
}
#ppc-box .two {
	width: 49%;
	margin-right: 1%;
}
#ppc-box .three {
	width: 32%;
	margin-right: 1%;
}
#ppc-box .four {
	width: 24%;
	margin-right: 1%;
}

/* category box content */
#ppc-box .ppc-box .ppc ul li p {
	clear: both;
}
#ppc-box .ppc-box .ppc .ppc-more {
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 9px;
	font-size: x-small;
}
#ppc-box .ppc-box .ppc .ppc-more a {
	background: url("btn_more.png") no-repeat scroll 0 0 transparent;
    color: #6F6E6E;
    display: block;
    font: 10pt/14px Times,"Times New Roman",serif;
    height: 18px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    text-indent: 3px;
    width: 65px;
}



.ppc li {
	clear: both;
}
.ppc li p img {
	float: left !important;
	position: relative !important;
	margin: 0 10px 5px 0 !important;
	padding: 0 !important;
	border: none !important;
}

#ppc-box .ppc-box .ppc h3 a.anchor_pcc_cat  {
	text-decoration: none;
	margin-left: 4px;
	color: #9DODOE !important;
}
