/* ALL SECTIONAL TEMPLATES */
.sectional .story {
	clear: both;
	margin: 0px;
}
.sectional p.storyImage {
	display: block;
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}
.sectional p.storyImage img {
	margin: 0px;
	padding: 0px;
}
.sectional .storyLink {
	display: none;
	visibility: hidden;
	font-size: 1px;
	color: #fff;
	text-indent: -9999px;
}
.sectional .storySeparator {
	clear: both;
}

/* The Last Story Separator */
.sectional .separatorLast {
	visibility: hidden;
}

/************************/
/* SECTIONAL TEMPLATE 2 */
/************************/
/* Top Story */
.secTemplate2 .CellBackground0{
	padding: 10px 10px 1px 10px;
	clear: both;
	margin-bottom: 10px;
	color: #333;
}
/* Top Story */
.secTemplate2 .CellBackground0{
	padding: 10px 10px 1px 10px;
	clear: both;
	margin-bottom: 10px;
}
.secTemplate2 .story{
	clear: both;
	background: none;
}
.secTemplate2 .entry1 .storySeparator hr {
	display: none;
}
.secTemplate2 .contentSeparator hr {
	visibility: hidden;
}


/************************/
/* SECTIONAL TEMPLATE 3 */
/************************/

/* Container for the Top 3 Entries */
.secTemplate3 .secTop {

}

/* Container for First Half of the bottom Entries */
.secTemplate3 .secBottomFirstHalf .odd{
	display: block;
	width: 280px;
	float: left;
}
.secTemplate3 .secBottomFirstHalf .even{
	display: block;
	width: 280px;
	float: right;
}
.secTemplate3 .secBottomFirstHalf .storySeparator{
	display: none;
}

/* Separator Between Bottom Halves */
.secTemplate3 .contentSeparator {
	display: block;
	width: 15px;
	float: left;
}

/* Container for Second Half of the bottom Entries */
.secTemplate3 .secBottomSecondHalf .odd{
	display: block;
	float: left;
	width: 580px;
}

.storyContainer p.storylink a{ clear: both;	}