/*
** QbBlog recent post plugin
**
** @date 10-16-2011
** @author Dylan Marsh
*/

.posts-container-table { width: 100%; margin: 0 6px; }

/*
** Normal mode styles
*/
td.bottom-border
{
	padding: 9px 0 11px 0;
	border-bottom: 1px solid #DDDDDD;
}

/* Individual posts */
.post-table { width: 100%; }

.title-cell,
.title-cell a
{
	padding: 0 0 2px 0 !important;
	line-height: 1.10em !important;
	color: #000000 !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px !important;
	text-decoration: none !important;
	letter-spacing: -0.02em !important;
}
.title-cell a:hover { text-decoration: none !important; }
/*.arrow-cell { width: 36px; vertical-align: top; text-align: right;}*/
.date-cell
{
	padding-bottom: 4px;
	color: #999999;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
.date-cell span { color: #BBB; text-transform: lowercase; }
.excerpt-cell
{
	line-height: 1.4em;
	font-family: Arial, 'Times New Roman', Times, serif;
	font-size: 13px;
}

/*
** Compact mode styles
*/
/*.compact td.date-cell { width: 190px; padding: 9px; vertical-align: bottom; font-size: 10px; font-family: Verdana, Geneva, sans-serif; color: #000; font-weight: bold; text-transform: none; }
.compact td.title-cell, .compact .title-cell a { padding: 0 !important; vertical-align: middle !important; font-size: 10px !important; font-family: Verdana, Geneva, sans-serif !important; color: #333 !important; }
.compact tr { background-color: #FCF2E2; }
.compact tr.odd { background-color: #D8CDC1; }*/