/*
CSS Stylesheet for Posts-per-Cat
Plugin URI: http://blog.urosevic.net/wordpress/posts-per-cat/
Description: List latests N article titles from categories and group them to category boxes organized in two columns.
Author: Aleksandar Urošević
Version: 0.0.12
Author URI: http://urosevic.net
*/

.ppc {
	border: 1px solid #ccc;
	/*background: #fff url(/wp-content/plugins/posts-per-cat/ppc_bg.gif) no-repeat bottom right;*/
	display: block;
	float: left;
	/*width: 80%;*/
	min-height:250px;
	min-width:135px;
}
#ppc-box .ppc-box .ppc h3 {
	margin: 0 0 10px 0;
	padding: 0;
}
#ppc-box .ppc-box .ppc h3 a {
	text-decoration:none;
	font-size:16px;
}
#ppc-box .ppc-box .ppc h3 a:hover {
	text-decoration:underline;
	}
/* list style */
#ppc-box .ppc-box .ppc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ppc-box .ppc-box .ppc ul li {
	/*margin: 8px;*/
	padding-left: 12px;
	background: url(bullet.gif) no-repeat left top;
	/*list-style-type: disc;*/
}
.ppc-img {
	border: none;
	
	}

/* fonts and colors of content */
#ppc-box .ppc-box .ppc ul li p {
	font-size: 95%;
	margin: 0 0 17px 0;
	padding: 0;
	text-align: left;
	color: gray;
}
#ppc-box .ppc-box .ppc ul li a:link,#ppc-box .ppc-box .ppc ul li a:visited {
	text-decoration:none;
	color:#333;
	}
#ppc-box .ppc-box .ppc ul li a:hover {
	color:#000;
	text-decoration:underline;
	}
