

#storybox {
	
	border: 1px solid #ccc;
	border-bottom: none;
	background: #eee;
	
	padding: 0px;
	
	margin-top: 0px;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 0px;
	overflow: visible;
}




.credit {
	text-align: right;
	font-size: 80%;
	clear: both;
	background: #ccc url(photocreditfade.jpg) top repeat-x;
	margin: 0px;
	padding: 1ex;
	padding-top: 12px;
	line-height: 1em;
	margin-top: 0;
	border-bottom: 1px solid #999;

}

 /* Not useful CSS; interpreted by WinIE only this is to match the style set with the white bg (transparent) above

I THINK THIS IS OBSOLETE NOW

 * html .credit {
	background: rgb(245,245,245);
	padding-top: .3em;
}

END OBSOLETE
*/

.other_stories {
	font-size: 80%;
	background: #ddd;
	margin: 0px;
	padding: .5em;
	margin-top: 0;
	border-bottom: 1px solid #999;
}

.other_stories a {margin-right: 1em;}

div.storytext {
	padding: 1em 1em;
	text-align: left;
}


div.storytext p {
	margin: 0px;
	margin-bottom: 1em;
}


.storytext .morelink {	margin-bottom: 2%;}

div.storytext:first-child p:first-letter {
font-weight: bold;
}



.photobox {margin: 1em 1em;  margin-left: 0; border: 1px solid red;}

 #frontimage {
 	border: 1px solid #999;
 	margin:1em;
 	padding: 0;
 	float: left;

 	
 }
 
 /* Not useful CSS; interpreted by WinIE only */
 * html #frontimage {
  	position: relative;
 	left: -.8em;
 	margin-right: 0em;
}

.photobox span {font-size: 60%; color: #999; }


 /* Not normal CSS; interpreted by WinIE only; this float normally causes the text to disappear. Stupid WinIE! */

* html #frontimage {
	float:none
}




#countdown {
	background: #ece;
	color: #636;
	padding: 1em;
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
	font-weight: bold;
	font-size: 90%;
	border: 1px solid #c9c;
	border-top: none;
}

