﻿@charset "utf-8";



/*/////////*/
/*Blog.html*/
/*/////////*/

.blog-post img{
	margin-bottom:10px;	
}

.blog-post p{
	padding-bottom:20px;
}

ul.blog-post-details{
	margin-bottom:10px;	
}

li.posted-by{
	list-style:none;
	background-image:url(/images/blog-lists/user.png);
	background-repeat:no-repeat;
	font-size:12px;
	background-position-y: 1px;
	padding-left:20px;
	margin-left:2px;
	padding-right:12px;
	color:#5b5b5b;
	float:left;
	padding-bottom:10px;
	font-family:'PT Sans', sans-serif;
}

li.posted-at{
	list-style:none;
	background-image:url(/images/blog-lists/clock.png);
	background-repeat:no-repeat;
	font-size:12px;
	background-position-y: 1px;
	padding-left:20px;
	padding-right:12px;
	color:#5b5b5b;
	float:left;
	padding-bottom:10px;
	font-family:'PT Sans', sans-serif;
}

li.posted-in{
	list-style:none;
	background-image:url(/images/blog-lists/tags.png);
	background-repeat:no-repeat;
	font-size:12px;
	background-position-y: 1px;
	padding-left:20px;
	padding-right:12px;
	color:#5b5b5b;
	float:left;
	padding-bottom:10px;
	font-family:'PT Sans', sans-serif;
}

li.posted-mo{
	list-style:none;
	background-image:url(/images/blog-lists/more.png);
	background-repeat:no-repeat;
	font-size:12px;
	background-position-y: 1px;
	padding-left:20px;
	color:#5b5b5b;
	float:left;
	padding-bottom:10px;
	font-family:'PT Sans', sans-serif;
}
