/**
 * skeleton.css - Example CSS file for theme, use this when adding a new CSS file
 * $Id$
 */

/***********************************************************************
 * Elements
 **********************************************************************/

/***********************************************************************
 * Items
 **********************************************************************/
#body {
	background: url('../images/front-content-tile.gif') repeat-y;
}

#body .left-col {
	width: 582px;
	padding: 30px 25px;
	float: left;
	color: #3b3b3b;
}

#body .right-col {
	float: right;
	width: 268px;
	padding: 40px 25px;
	color: #3b3b3b;
}

#flash embed {
	display: block;
}

/***********************************************************************
 * Classes
 **********************************************************************/

.news-item {
	margin-bottom: 0px;
	line-height: 1.5em;
	padding: 12px 0 10px 0;
}

.news-item.last {
	margin-bottom: 10px;
}

.news-item.first {
	padding-top: 0px;
}

.news-content {
	font-size: .9em;
	color: #777777;
}

.news-content img {
}

.news-title {
}
