﻿.Blog {
	}

.Blog .Cell {
	padding-left: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	}

.Blog .Cell .Title {
	background: url(Images/Icons/Bullet-Blue.gif) no-repeat left 5px;
	padding-left: 15px;
	}

.Blog .Cell .Title:hover {
	text-decoration: underline;
	}

.Blog .Cell .Date {
	padding-left: 15px;
	font-size: 80%;
	color: #B687C6;
	}