@charset "UTF-8";
/* CSS Document */

/* Layout small screens */

#header h1 {
	font-size: 1.5em;
}
#navbar {
	padding: 0;
}
#mainContent { 
	margin: 0;
	padding: 0 15px;
} 
#mainContent h1 {
	padding-top: 10px;
	font-size: 150%;
}
#mainContent h2 {
	font-size: 130%;
}

/* STYLES FOR GALLERY THUMBNAIL PAGES */

#mainContent #thumbsGallery,
#mainContent #originalsGallery {
	display: block;
	padding-bottom: 15px;
}
#mainContent #thumbsGallery .galleryThumbnail,
#mainContent #originalsGallery .galleryThumbnail {
	display: block;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
	width: 100%;
	border: 0;
	text-align: center;
}
#mainContent #thumbsGallery .galleryThumbnail img,
#mainContent #originalsGallery .galleryThumbnail img {
	padding-bottom: 2px;
}
#mainContent #thumbsGallery div.galleryThumbnail p.galleryThumbTitle,
#mainContent #thumbsGallery div.galleryThumbnail p.galleryThumbLinks,
#mainContent #originalsGallery div.galleryThumbnail p.galleryThumbTitle,
#mainContent #originalsGallery div.galleryThumbnail p.galleryThumbDetails {
	text-align: center;
	font-size: .8em;
	margin: 0;
	padding: 0;
}

/* STYLES FOR ARTICLES SECTION - SOME ARTICLE USE A SIDEBAR */

.articleSidebar {
	float: none;
	width: 100%;
	margin-top: auto;
	text-align: center;
}
.articleBody {
	float: none;
	width: 100%;
	text-align: center;
}

/* STYLES FOR 2-COLUMN LAYOUT USED ON HOME PAGE */

.twoColWrapper {
	padding: 0;
}

.twoColLeft {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.twoColRight {
	float: none;
	width: 100%;
	text-align: center;
}
.twoColLeftPad {
	padding-right: 0;
}
.twoColRightPad {
	padding-left: 0;
}

.boxAround {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.boxAround div {
	margin: 0;
	padding: 0;
}
.boxAround div img {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.boxAround.yesSlideShow { /* TURN OFF SLIDE SHOW ON SMALL SCREENS */
	display: none;
}
.boxAround.noSlideShow { /* TURN ON STATIC IMAGE BOX FOR SMALL SCREENS */
	display: block;
}
div.boxAround h2,
div.boxAround h4,
div.boxAround p {
	margin: 0 !important;
	padding: 0 !important;
}
