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