/* Start of CMSMS style sheet 'Blue: Homepage' */
/* New & Events CSS */

.NewsSummaryPostdate {
font-weight:bold;
border-top: #000 solid 1px;
}

.NewsSummaryMorelink {
margin-bottom:10px;
}

/* Recent Images CSS */

#recentphotos{
       width:100%;
       overflow:hidden;
}

.thumb {
		margin: 1em 1em 1.6em 0; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
	}

.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
		display: inline;
		padding: 12px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none;
	}

.bigPic img{
display:block;
margin: 0 auto;
padding: 12px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		background-color: white; /*Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
}
/* End of 'Blue: Homepage' */

