/*
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.10
Author URI: http://urosevic.net
*/
#ppc-box {
    /* grande box contenant toutes les box */
	width: 550px;
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
}

#ppc-box .ppc-box {
    /* petites box "exterieur"*/
	width: 48.5%;
	border: none;
	margin: 0;
	padding: 0;
    /*border-style:solid;
    border-width:1px;*/
    /*background-color:#CCC;*/
    height:300px;
    overflow:hidden;
    text-align:left;
}
#ppc-box img{
    height:auto;
    min-width:270px;
    max-width:270px;
    margin:10px auto;
    vertical-align:middle;
    text-align:center;
    border:0px;
}
#ppc-box img a{
    border:0px;
}

#ppc-box.full .ppc-box {
    /* petites box "interieur"*/
	position: relative;
	width: 100%;
	margin-bottom: 18px;
	clear: both;
    border-style:solid;
    border-width:1px;
}

/* box graphics style */
#ppc-box .ppc-box .ppc {
	margin: 0;
	padding: 0px;
	clear: none;
}

/* fonts and colors of content */
#ppc-box .ppc-box .ppc ul li p {
	clear: both;
}

/* box positioning and spacing */
#ppc-box .left {
	position: relative;
	float: left;
    text-align:center;
}
#ppc-box .right {
	position: relative;
	float: right;
    text-align:center;
}
#ppc-box .clear {
	position: relative;
	clear: both;
	width: 100% !important;
	height: 15px;
	display: block;
}
#ppc-box .left h3{
    padding:5px;
    background: #000000;
    color:#FFF;
}

#ppc-box .left h3 a{
    color:#FFF;
}

#ppc-box .right h3{
    padding:5px;
    background: #000000;
    color:#FFF;
}

#ppc-box .right h3 a{
    color:#FFF;
}

#preview_post{
    vertical-align:middle;
    height:280px;
    padding:auto auto;
}

