@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
{
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	margin-bottom: 12px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	background-color: #FAF9F8;
	position: relative;
}
.StackedContainers .blogDescription {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	clear: both;
}
.StackedContainers .blogProject {
	margin: 0px;
	padding: 0px;
}
.StackedContainers .RowContainer h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #634E49;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
.StackedContainers .blogDate {
	padding: 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #C4C2C7;
	margin: 3px 0px 0px;
	width: 55px;
	display: block;
	text-align: right;
}
