/* -- Feature, Home pages, css -- */
 
/* -- Redefinitions -- */
#content {
        background: none;
}

/* -- New IDs and Classes -- */
#feature {
	padding: 7px 7px 3px 8px;
	background-color: ;
	width: 790px;
}
#miniNews {
	vertical-align: bottom;
}
#miniNews .cWrap .cArea .smBlurb {
	clear: left;
}
#newsSub, #mainSub {
	padding: 0px;
	text-transform: none;
	text-align: left;
	color: #FFFFFF;
}
#newsSub a {
	font: bold 10px/11px Arial, Helvetica, sans-serif;
}
.fWrap {
	border: solid 1px #5274AE;
	background-color: #FFFFFF;
	border-bottom: none;
}
.smHeader h1 {
	font: bold italic 1.2em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 3px; 0px;
	margin: 0px;
	background-color: #E7E7E7;
}
/* stuff for table cells that contains images to make all the bottoms line up */
.sSubBox .cWrap .cArea td.tableBorder {
	border-top-width: 1px;
	border-top-style: solid; 
	border-top-color: #F6F6ED;
}
.cell {
        background-image: url("http://media.skyandtelescope.com/designimages/cell.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
}
.cell2 {
        background-image: url("http://media.skyandtelescope.com/designimages/cell2.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
}
td.cell .fWrap {
       width: 281px;
}
td.cell2 .fWrap {
       width: 213px;
}

#feature .caption {
	padding: 0px;
	margin:0px;
	font: bold 9px/10px Arial, Helvetica, sans-serif;
	background-color: #F6F6ED;
}

#feature .cMainImg {
	border: solid 1px #5274AE;
}
#feature .cMainImg img {
	border-bottom: solid 1px #5274AE;
}

