
/*----------------------------------------------------------------------*/
/*                                                                      */
/*    PUBLIC JOURNAL STYLESHEET                                         */
/*    CREATED 9.24.17                                                  */
/*                                                                      */
/*    CONTAINS CONTRIBUTION-SPECIFIC STYLES  (IF ANY)                   */
/*                                                                      */
/*    BRIAN LONSWAY                                                     */
/*    CO-DESIGN EDITOR, PUBLIC                                          */
/*                                                                      */
/*----------------------------------------------------------------------*/


h1 {
	text-align: left;
}


h2 {
	display:block;
	background-color:#eee;
	padding:5px;
	text-align: left;
	line-height:1.2em;

}


body h3 {
	color:black;
	font-weight:700;
	padding:5px;
	clear:both;
}

body p {
	font-size:1.05em;
	font-weight: 570;
}

.gallery-wrapper {
	position:relative;
	max-width: 550px;
	text-align:justify;
	float:left;
}

.gallery-body {
	position:absolute;
	background-color: transparent;
}

.gallery-bg {
	position:absolute;
	z-index: -1;
}

.text-vert {
	writing-mode: vertical-rl;
}


.image-container {
	text-align:center;
}

#diagrams-right {
	position:relative;
	float:left;
}

.image-container-right {
	position:absolute;
	left:-50px;
	width:500px;
}

.image-container-right img {
	width:100%;
	height:auto;
}

#main-body-text img {
	position:relative;
	width:90%;
	height:auto;
	left:0px;
	margin-bottom:25px;
	padding:10px;
	outline: 2px dashed #666;
	outline-offset: 2px;
}

.worksCited {
	text-align:left;
}

@media only print {

	.gallery-wrapper {
		padding-left:50px;
		padding-right:25px;
	}

	#left-margin-white {
		display:none;
	}

}
