<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */





div.photo_list_image_container {
	vertical-align: middle;
	text-align: center;
	width: 100%; 
	height: 0; 
	padding-bottom: 100%;
	overflow: hidden; 
	float: left; /* change this to not float when shrunk */
	/*
	border: #222222 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	}

img.photo_list_image {
	width: 135%;
	height: auto;
	}


span.photo_page_title {
	font-family: oswald, arial, sans-serif;
	font-size: 50px; 
	line-height: 43px;
	font-weight: 400;
	color: #333333;
	text-transform: none;
	}

span.photo_infoline {
	font-family: oswald, arial, sans-serif;
	font-size: 17px; 
	color: #999999; 
	font-weight: 300;
	}

img.photo_image {
	width: 99%;
	}

span.photo_list_caption {
	font-family: oswald, arial, sans-serif;
	font-size: 15px; 
	color: #999999; 
	font-weight: 300;
	}


/* RESPONSIVE CHANGES TO NEWS STUFF //////////////////////////////// */

@media screen and (max-width: 960px) {




span.photo_page_title {
	font-size: 35px;
	line-height: 38px;
	}
	

	}
</pre></body></html>