/******************************************************************************/
/* Recent post																  */
/******************************************************************************/

.pb-recent-post
{
	
}

	.pb-recent-post>ul
	{
		
	}
	
		.pb-recent-post>ul>li
		{
			
		}
		
			.pb-recent-post>ul>li>div
			{
				
			}
			
				/**************************************************************/
				/* Recent post / Date										  */
				/**************************************************************/
				
				.pb-recent-post>ul>li div.pb-recent-post-date
				{
					margin-bottom:20px;
				}
		
				/**************************************************************/
				/* Recent post / Image										  */
				/**************************************************************/
				
				.pb-recent-post>ul>li div.pb-recent-post-image
				{
					position:relative;
					margin-bottom:20px;
				}
				
					.pb-recent-post>ul>li div.pb-recent-post-image a,
					.pb-recent-post>ul>li div.pb-recent-post-image img
					{
						display:block;
					}
				
					.pb-recent-post>ul>li div.pb-recent-post-image a
					{
						overflow:hidden;
						position:relative;						
					}
				
					.pb-recent-post>ul>li div.pb-recent-post-image>a>span
					{
						top:0;
						left:-100%;
						width:100%;
						height:100%;
						display:block;
						position:absolute;
					}
					
						.pb-recent-post>ul>li div.pb-recent-post-image>a>span>span
						{
							top:50%;
							width:80px;
							height:80px;
							display:block;
							margin-top:-40px;
							margin-left:auto;
							margin-right:auto;
							position:relative;
							background-repeat:no-repeat;
							background-position:center center;							
						}
						
					/**********************************************************/
					/* Recent post / Image / Comment count					  */
					/**********************************************************/
					
					.pb-recent-post>ul>li div.pb-recent-post-image .pb-recent-post-comment-count
					{
						right:0px;
						bottom:0px;
						position:absolute;
					}
					
						.pb-recent-post>ul>li div.pb-recent-post-image .pb-recent-post-comment-count>span.pb-recent-post-comment-count-value
						{
							display:block;
							min-width:40px;
							font-size:20px;
							font-weight:400;
							text-align:center;
							padding:6px 0px 8px 0px;
						}
						
						.pb-recent-post>ul>li div.pb-recent-post-image .pb-recent-post-comment-count>span.pb-recent-post-comment-count-arrow
						{
							right:0px;
							width:0px;
							height:0px;
							position:absolute;
							border-left:10px solid transparent;
							border-top-style:solid;
							border-top-width:10px;
						}
				
				/**************************************************************/
				/* Recent post / Header										  */
				/**************************************************************/
				
				.pb-recent-post>ul>li .pb-recent-post-header
				{
					margin-bottom:20px;
				}
				
					.pb-recent-post>ul>li .pb-recent-post-header,
					.pb-recent-post>ul>li .pb-recent-post-header>a
					{
						line-height:130%;
					}
				
				/**************************************************************/
				/* Recent post / Excerpt									  */
				/**************************************************************/
				
				.pb-recent-post>ul>li div.pb-recent-post-excerpt
				{
					margin-bottom:20px;
				}
				
				/**************************************************************/
				/* Recent post / Meta										  */
				/**************************************************************/
				
				.pb-recent-post>ul>li div.pb-recent-post-meta
				{
					margin-bottom:20px;
				}
				
					.pb-recent-post>ul>li div.pb-recent-post-meta>div
					{

					}
					
					.pb-recent-post>ul>li div.pb-recent-post-meta>div,
					.pb-recent-post>ul>li div.pb-recent-post-meta>div a
					{
						
					}
					
					.pb-recent-post>ul>li div.pb-recent-post-meta>div a
					{
						text-decoration:none;
					}
					
					.pb-recent-post>ul>li div.pb-recent-post-meta>div a:hover
					{
						text-decoration:underline;
					}
					
					/**********************************************************/
					/* Recent post / Meta / Author							  */
					/**********************************************************/
				
					.pb-recent-post>ul>li div.pb-recent-post-meta>div.pb-recent-post-meta-author
					{

					}
					
					/**********************************************************/
					/* Recent post / Meta / Category						  */
					/**********************************************************/
					
					.pb-recent-post>ul>li div.pb-recent-post-meta>div.pb-recent-post-meta-category
					{

					}
					
						.pb-recent-post>ul>li div.pb-recent-post-meta>div.pb-recent-post-meta-category>ul
						{
							
						}
						
							.pb-recent-post>ul>li div.pb-recent-post-meta>div.pb-recent-post-meta-category>ul>li
							{
								float:left;
							}