/* ALL SECTIONAL TEMPLATES */
.sectional .story { clear: both; }
.sectional p.storyImage { display: block; float: left; margin: 3px 0px; padding: 0px; }
.sectional p.storyImage img { margin: 0 10px 0 0; padding: 0px; }
.sectional .storyLink { }
.sectional .storySeparator { padding:14px 0; clear:both; }
.sectional .contentSeparator { padding:14px 0;  }
.sectional .storySeparator hr, .sectional .contentSeparator hr{ display:none; }
/* The Last Story Separator */
.sectional .separatorLast { visibility: hidden; }

/************************/
/* SECTIONAL TEMPLATE 2 */
/************************/

/* Top Story */
.secTemplate2 .CellBackground0 {background:url(../images/module-bg.gif);border:1px solid #4B5A6B; padding:7px; }
.secTemplate2 .CellBackground0 .storySeparator {display:none;}
.secTemplate2 .entry1 {font-size:1.2em;}

/************************/
/* SECTIONAL TEMPLATE 3 */
/************************/

/* Container for the Top 3 Entries */
.secTemplate3 .secTop {font-size:1.2em; }
/* Container for First Half of the bottom Entries */
.secTemplate3 .secBottomFirstHalf { display: block;  }
/* Separator Between Bottom Halves */
.secTemplate3 .contentSeparator { display: block; width: 14px; float: left; }
/* Container for Second Half of the bottom Entries */
.secTemplate3 .secBottomSecondHalf { }
.secTemplate3 .secBottomSecondHalf .story {clear:none; display: block; width:300px; }
.secTemplate3 .secBottomSecondHalf .storySeparator{ display:none; }
.secTemplate3 .secBottomSecondHalf .odd { float: left; clear:left;}
.secTemplate3 .secBottomSecondHalf .even {  float: right; }

