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


.gallery-wrapper {
	max-width: 550px;
}

.gallery-body {
	position:relative;
	background: linear-gradient(to bottom right, #ffffff 38%, #c9eefe 100%)
}

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

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

.gallery-row2_body {
	font-family: "Futura W01 Medium";
	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: 800;
	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;
	}

}

