/* RIALTOTHEATRE ARCHIVE – PHOTO GALLERY */

#wrapper { min-height: 100px; }

.entry-content .article-region #main {
	font-size: 12px;

}

#gallerytitle {
}
#gallerytitle h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24pt;
	text-transform: uppercase;
	line-height: 48pt;
	color: rgb(93,0,3);
}
#gallerytitle h2 a {
	font-size: 18pt;
}


#albums, #images {
	padding:0 5px;
	list-style: none;
	margin:0px;
	position: relative;
	display: inline-table;
}
#albums .album, #images .image {
	float: left;
	margin-left:50px;
	margin-bottom:30px;
	max-width: 170px;
	max-height: 225px;
	/* border: 1px solid red; */
}
#albums .album a img, #images .image .imagethumb a img {
	width: 150px;
	height: 150px;
	box-shadow: 5px 5px 2px rgba(51,51,51,0.5);
}
#albums .album .albumdesc {
	padding: 5px;
	text-align: center;
}
#albums .album .albumdesc h3 {
	padding-top: 3px;
	font-family: "Droid Serif", serif;
	font-size: 12pt;
	text-align: center;
	font-style: italic;
}


#image {
	text-align: center;
}
#image a img {
	box-shadow: 5px 5px 2px rgba(51,51,51,0.5);
}

/*
#images {
}
#images .image {
}
#images .image .imagethumb img{
} 
*/


/* PREVIOUS - NEXT IMAGE */

.imgnav {
	text-align: center;
	/* border: 1px dotted rgb(93,0,3); */
}
.imgnav .imgprevious {
	display:inline;
	padding-right: 15px;
	border-right: 2px solid rgb(93,0,3);
}
.imgnav .imgnext {
	display:inline;
	padding-left: 15px;
}



/* PAGINATION LINKS */

.pagelist {
	margin-top: 50px;
	margin-bottom: 25px;
	text-align: center;
}
ul.pagelist {
	list-style-type:none;
	margin-top: 25px;
	margin-bottom: 10px;
	padding:0;
	text-align:center;
}
ul.pagelist li {
	display: inline;
}



/* ZENPHOTO CREDIT */ 

#credit {
	padding-top: 24px;
	font-family: "Droid Serif", serif;
	font-size: 12pt;
	text-align: right;
	font-style: italic;
}