/******************************************************************************/
/*	Widget Archive															  */
/*	Wudget Catgeory															  */
/******************************************************************************/

ul.template-widget-archive,
ul.template-widget-category
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

	ul.template-widget-archive>li,
	ul.template-widget-category>li
	{
		width:50%;
		float:left;
		margin-bottom:15px;
		box-sizing:border-box;
		padding:0px 10px 0px 0px;
	}
	
		ul.template-widget-archive>li>span,
		ul.template-widget-category>li>span
		{
			float:left;
			width:25px;
			height:25px;
			margin-right:15px;
			background-repeat:no-repeat;
			background-position:center center;
		}
		
		ul.template-widget-archive>li>span
		{
			background-image:url('../media/image/icon_calendar.png');
		}
		
		ul.template-widget-category>li>span
		{
			background-image:url('../media/image/icon_category.png');
		}
		
/******************************************************************************/
/*	Latest Post																  */
/******************************************************************************/

div.template-latest-post
{
	
}

	div.template-latest-post ul.template-latest-post-list
	{
		margin:0px;
		padding:0px;
		list-style-type:none;
	}
	
		div.template-latest-post ul.template-latest-post-list>li
		{
			clear:both;
			overflow:hidden;
			margin-bottom:30px;
		}
		
			div.template-latest-post ul.template-latest-post-list>li>div.template-latest-post-icon
			{
				float:left;
			}
			
			div.template-latest-post ul.template-latest-post-list>li>div.template-latest-post-content
			{
				
			}
			
			div.template-latest-post ul.template-latest-post-list>li>div.template-latest-post-icon+div.template-latest-post-content
			{
				margin-left:80px;
			}
			
				div.template-latest-post ul.template-latest-post-list>li>div.template-latest-post-content h6
				{
					margin-bottom:10px;
				}
				
				div.template-latest-post ul.template-latest-post-list>li>div.template-latest-post-content div.template-latest-post-content-date,
				div.template-latest-post ul.template-latest-post-list>li>div.template-latest-post-content div.template-latest-post-content-comment-count 
				{
					width:30%;
					float:left;
					box-sizing:border-box;
				}
				
				div.template-latest-post ul.template-latest-post-list>li>div.template-latest-post-content div.template-latest-post-content-date
				{
					width:70%;
				}
				
					div.template-latest-post ul.template-latest-post-list>li>div.template-latest-post-content div.template-latest-post-content-date span,
					div.template-latest-post ul.template-latest-post-list>li>div.template-latest-post-content div.template-latest-post-content-comment-count span
					{
						float:left;
						width:25px;
						height:25px;
						margin-right:15px;
						background-repeat:no-repeat;
						background-position:center center;
					}

					div.template-latest-post ul.template-latest-post-list>li>div.template-latest-post-content div.template-latest-post-content-date span
					{
						background-image:url('../media/image/icon_calendar.png');
					}

					div.template-latest-post ul.template-latest-post-list>li>div.template-latest-post-content div.template-latest-post-content-comment-count span
					{
						background-image:url('../media/image/icon_comment.png');
					}