@charset "UTF-8";

/* SpryStackedContainers.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Stacked Containers structure. 
 *
 * If you want to constrain the width of the Stacked Containers structure, set a width on
 * the StackedContainers container. By default, our structure expands horizontally to fill
 * up available space.
 */
.StackedContainers
{
	font: 100% Verdana, Geneva, sans-serif;
	margin: 4px;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	border: 0px #FFF;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
}
.StackedContainers .RowColumn
{
	background-color: #Fff;
	margin-bottom: 0px;
}
/* This is the selector for a column element which holds the actual data. 
 *
*/


#date {
	font-size: 12px;
	font-style: normal;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#headline {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #282828;
    font-weight: bold;
}
#tag {
	font-family: , Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #282828;
}
