@import url(../styles/fonts.css);

/* common layout styles */
#logo {
	float: left;
	border: none;
}
.a {
text-decoration: none;}
/* content block styles */
/* FAQs */
.blurbNews img {
	clear: both;
	margin: .4em;
}
.blurbFAQs .faqQuestionList {
	margin-left: .5em;
	padding-left: .5em;
}
.blurbFAQs .faqQuestion {
	font-weight: bold;
}
.blurbFAQs .faqBackToTop {
	font-size: small;
	text-align: right;
}
.blurbFAQs .faqBackToTop:before {
	content: "^";
}
/* photo albums */
.blurbPhotoAlbums .album {
	clear: both;
	font-size: small;
}
.blurbPhotoAlbums .albumThumbnail {
	float: left;
	border: none;
	margin: 0 4px 4px 0;
}
.blurbPhotoAlbums h3 {
	margin: 0;
	padding: 0;
	font-size: medium;
}
/* slideshow */
.slideshow .slideshowTitle {
	margin: 0;
	padding: 0;
	font-size: medium;
}
.slideshow .slideshowPhoto {
	margin: 10px;
	border: 1px solid black;
}
.slideshow .slideshowControls {
	font-size: small;
	width: 100%;
}
.slideshow .closeButton {
	padding: 0 0 0 100px;
}
#rightSidebar p {
	margin: 4px 0;
	padding: 0;
}
#rightSidebar .blurbEvents, #rightSidebar .blurbNews {
	margin-bottom: 14px;
}
#rightSidebar .eventTitle, .eventDate, .newsTitle, .newsDate {
	font-size: small;
}
#rightSidebar .a {
	font-size: small;
	text-decoration: none;
}


/* Functional Styles */
/* hide content */
.invisible {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0px;
	height:0px;
	z-index:-200;
}
/* make sure a floating block to doesn't pop out 
	of the containing block */
.clearingBlock {
	width: 0px;
	height: 0px;
	clear: both;
}

/* CMS Support Styles */
/* provide hover effect */
.hoverbg {
	background-color:#95b6f2;
	cursor:pointer;
}
.editFiller {
	color: navy;
	font-weight: bold;
	font-style: italic;
	font-size: small;
}
.orderby{
	padding:0px 2px 0px 2px;
	border:1px solid black;
	position:absolute;
	margin-top:-7px;
	background-color:greenyellow;
	font-size:8px;
}



