
/*----------------------------------------------------------------------*/
/*                                                                      */
/*    PUBLIC JOURNAL STYLESHEET                                         */
/*    REVISED 10.4.20                                                   */
/*                                                                      */
/*    CONTAINS CONTRIBUTION-SPECIFIC STYLES  (IF ANY)                   */
/*                                                                      */
/*    BRIAN LONSWAY                                                     */
/*    CO-DESIGN EDITOR, PUBLIC                                          */
/*                                                                      */
/*----------------------------------------------------------------------*/



.gallery-wrapper {
	position:absolute;
	top:0px;
	max-width: 500px;
	border:1px solid grey;
}

.gallery-body {
	position:relative;
	background-color:transparent;
}

.gallery-link {
	margin-top:50px;
}

.gallery-bg {
	position:relative;
	z-index: -1;
	margin:0;
	/*opacity:.7;*/
}

.gallery-bg img {
	display:block;
}


.gallery-row2_body img {
	border:1px solid black;
	margin:20px;
	width:300px;
	height: auto;
	box-shadow: 6px 6px 4px grey;
}

.image-container-center {
	text-align:center;
	width:90%;
	margin: auto;
}

.image-container-center img {
}

.image-container-offset {
	text-align:right;
	width:165%;

}


.caption-423 {
	font-size:.8em;
	font-weight:600;
	text-align: right;
	padding-right:50px;
}

.caption-423-first {
	text-align:center;
	padding-right:0px;
}

#colorbox {
	outline: 5px dashed #4cb4da;
	outline-offset: -15px;
}

#cboxTitle {
	color:black;
	font-weight:600;
}

    #cboxTopLeft{width:21px; height:21px; background:url(colorboximages/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(colorboximages/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(colorboximages/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(colorboximages/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(colorboximages/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(colorboximages/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(colorboximages/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(colorboximages/border.png) 0 -29px repeat-x;}



@media only print {

	.gallery-bg {
		display:none;
	}

	.gallery-wrapper {
		position:relative;
		border-width: 0px;
		width:100%;
		max-width:none;
	}

	.image-container-offset {
		text-align:center;
		width:100%;

	}

	.image-container-offset img {
		text-align:center;
		width:40%;
	}

	.caption-423 {
		text-align:center;
		padding-right: 0px;

	}

}

}


