
/*----------------------------------------------------------------------*/
/*                                                                      */
/*    PUBLIC JOURNAL STYLESHEET                                         */
/*    CREATED 9.24.17                                                  */
/*                                                                      */
/*    CONTAINS CONTRIBUTION-SPECIFIC STYLES  (IF ANY)                   */
/*                                                                      */
/*    BRIAN LONSWAY                                                     */
/*    CO-DESIGN EDITOR, PUBLIC                                          */
/*                                                                      */
/*----------------------------------------------------------------------*/



.gallery-body h1 {
	font-size:2.5em;
	text-align:left;
}

.gallery-body h2 {
	margin-bottom:0px;
	text-align:left;
}

.gallery-body {
	background-color:transparent;
	font-weight:600;
	font-size:1.08em;
	line-height: 1.65em;
}



.gallery-bg {
	position:relative;
}


.gallery-bg img {
	display:block;
}

.gallery-wrapper {
	position:absolute;
	top:-50px;
	left:0px;
	margin-top:100px;
	width:650px;
	max-width:650px;
	padding: 0px 25px 75px 25px;
	text-align:justify;
}



.color-block, .image-block{
	width:1000px;
	border-width: 1px 0px 0px 0px;
	border-color: black;
	border-style: solid;
}

.interviewMember1 {

	display: inline-block;
	line-height: 1.5em;
	padding: 0px 25px 0px 5px;
	margin-right:9px;
	border-left: 3px;
	border-style: solid;
	border-color: black;
	background-color: #0ef;
	font-weight: bold;
}

.interviewMember2 {

	display: inline-block;
	line-height: 1.5em;
	padding: 0px 25px 0px 5px;
	margin-right:9px;
	border-left: 3px;
	border-style: solid;
	border-color: black;
	background-color: #f3de2f;
	font-weight: bold;		
}

@media only print {
	#background-images {
		display:none;
	}

	.gallery-body h1 {
		line-height: 1.1em;
	}

	.contributor-bio, .worksCited {
		padding-top:15px;
		border-top:3px solid black;
	}



}

