
/*----------------------------------------------------------------------*/
/*                                                                      */
/*    PUBLIC JOURNAL STYLESHEET                                         */
/*    CREATED 9.24.17                                                  */
/*                                                                      */
/*    CONTAINS CONTRIBUTION-SPECIFIC STYLES  (IF ANY)                   */
/*                                                                      */
/*    BRIAN LONSWAY                                                     */
/*    CO-DESIGN EDITOR, PUBLIC                                          */
/*                                                                      */
/*----------------------------------------------------------------------*/


.gallery-body-yepa {
	background: linear-gradient(to right, #ffffff 45%, #478dae 117%);
}


.gallery-wrapper {

	margin-left: 50px;
	margin-right: 50px;	
	max-width: 650px;
}

.gallery-bg {
	position:absolute;
	z-index: -1;
}

.gallery-row1_title h1 {
	border-width:0px;
}

.gallery-row2_body {
	font-family: "Futura W01 light";
	font-size:16px;
	margin-bottom:50px;
}

ul {
	list-style-type: none;
}

.highlight {
	padding:0px 2px 0px 2px;
	background-color: red;
	color:white;
}

.appearing {
	opacity:0;
	font-weight: 600;
	color:red;
}

.fixed-width {
	min-width:900px;
}

#right-slideout {
position:relative;

}

p.signature {
	margin:0px;
}

@media only print {


	.gallery-wrapper {
		border-width: 0px;
		max-width: none;
	}
	
	h1 {
		line-height:1.1em;
	}

	.no-space,  p, h1, h2, .gallery-contributors {
		padding: 0px 20px 0px 20px;
		text-indent: 0px;
	}

}
