/* @override http://chestnuthillsda.org/stylesheets/stylesheet_wide.css */

/*#container{
	padding-left: 0px;
	padding-right: 190px;
	background-color: white;
	padding-top: 25px;
}*/

div.content_block img{
	float: left;
	clear: left;
}

/*#article p, h3{
	margin-left: 325px;
}*/

div.content_block p{
	margin-left: 325px;
}
div.content_block{
	padding-top: 10px;
}
ul.index li {
	list-style-type: none;
}

div.content_block ul{
	font-size: 14px;
	list-style-type: disc;
	margin-left: 325px;
}

p.breadcrumbs{
	padding-left: 30px;
}

div#article{
	width: 720px;
}

p#calendar{
	padding-left: 20px;
}

div#frame{
	margin-left: 47px;
}

/*div.flickrGalleryAlbum{
	width: 700px;
	padding-bottom: 27px;
	clear: both;
	font: 14px/19px Georgia, "Times New Roman", Times, serif;
}

div.flickrGalleryAlbum img{
	padding-right: 20px;
	float: left;
}

div.flickrGalleryAlbum h3{
	margin-bottom: 10px;
}

div.flickrGalleryImages img{
	padding-top: 30px;
}

div.flickrGalleryImageMenuButtons a{
	padding-right: 10px;
}

div.flickrGalleryImageMenuImgCount{
	margin-left: -10px;
	padding-right: 10px;
}
.flickrGalleryLoading{
	margin-left: 400px;
}
div.flickrGalleryImageThumbs img{
	margin: 0;
}*/

=========================

.flickrGalleryCntr {
	position: relative;
	padding: 10px;
}
.flickrGalleryCntr img {
	border:0pt none;
}

/* - - - - - - - - - - - - - - - - - - - - -
		album containers
 - - - - - - - - - - - - - - - - - - - - - - */
div.flickrGalleryAlbum {
	width: 40%;
	height: 140px;
	float: left;
	border: 1px solid silver;
	padding: 10px;
	margin: 10px;
	font-size: 12px;
	line-height: 18px;
	border-top-color: silver;
}
.flickrGalleryAlbum img {
	float: left;
	padding: 5px 17px 5px 5px;
	
}
div.flickrGalleryAlbum h3{
	margin-bottom: 6px;
	font-size: 13px;
}


/* - - - - - - - - - - - - - - - - - - - - -
		Images Container
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryImages {
	height: 850px
}
.flickrGalleryImageView {
	padding-top: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.flickrGalleryImageView img {
	display: inline;
}

/* - - - - - - - - - - - - - - - - - - - - -
		Image Navigation buttons
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryImageMenu {
	width: inherit;
	position: inherit;
	left: 0em;
	margin-left: 20px;

}
.flickrGalleryImageMenuHover {
	opacity: .90;
	filter: alpha(opacity=90);
}

.flickrGalleryImageMenu a {
	color: black;
	width: 100%;
}
.flickrGalleryImageMenuButtons {
    margin-left: 100px;
	color: black;
}
.flickrGalleryImageMenuButtons a {
	padding: 3px;
	margin: 4px;

}
.flickrGalleryImageMenuButtons a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color: gray;
}

/* - - - - - - - - - - - - - - - - - - - - -
		Thumbnails images
 - - - - - - - - - - - - - - - - - - - - - - */
div.flickrGalleryImageThumbs {
	background-color: white;
	border-bottom: 5px solid silver;
	padding: 1em;
	width: 500px;
	margin-left: 100px;
}
.flickrGalleryImageThumbs ul {
	list-style: none;
}
.flickrGalleryImageThumbs li {
	float: left;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	display: block;
	height: 50px;
	width: 50px;
	overflow: hidden;
	padding: 5px;
}

/* - - - - - - - - - - - - - - - - - - - - -
		Loading Message Container
 - - - - - - - - - - - - - - - - - - - - - - */
.flickrGalleryLoading {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	/* z-index: 11; */
	width: 90%;
	height: 90%;
	opacity: .90;
	color: #ffffff;
	filter: alpha(opacity=90);
	margin: auto;
	margin-top: 30%;
	font-size: large;
	font-weight: 900;
	display: block;
}

