.portrait_container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	padding: 1rem;
}

.portrait
{
	width: 11rem;
	text-align: center;
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #CCCCCC;
	box-shadow: 0 0 8px #DDDDDD;
	/* border: #95afe7 solid 1px;
	box-shadow: #95afe7 0px 2px 4px 2px; */
	padding: 1rem;
}

.portrait img
{
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	box-shadow: 0 0 8px #DDDDDD;
	/* border: #6d92e4 solid 1px;
	box-shadow: #95afe7 0px 0px 1px 2px; */
}

.announcement_item
{
	display: grid;
	grid-template-columns: 1fr minmax(300px, auto);
	column-gap: 1rem;
	grid-template-areas: "details image";
	align-self: stretch;
	padding: 1rem;
	background: #fcfcfc;
	border: 1px solid;
	border-top-width: 20px;
	border-top-color: #2492b3;
	border-left-color: #ccc;
	border-bottom-color: #777;
	border-right-color: #ccc;
}

div.announcement_image
{
	grid-area: image;
	position: relative;
}

div.announcement_image span.lightbox_zoom
{
	display: block;
	position: absolute;
	height: 37px;
	width: 27px;
	background-image: url(../img/zoom.gif);
	top: 0px;
	left: 1rem;
	border: 1px solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-bottom-color: #999;
	border-right-color: #ccc;
	font-size: 0;
	background-color: #fff;
	background-position: center 15px;
}

#main div.announcement_image img
{
	max-width: 300px;
}

.announcement_details
{
	grid-area: details;
}

.small_news_item
{
	padding: 10px;
	background: #fff;
	border: 1px solid #BBBBBB;
	border-bottom-color: #555555;
	border-top-width: 1rem;
	border-top-color: #e6e799;
	overflow: auto;
	margin-bottom: 10px;
}

div.publish_date
{
	float: left;
	padding: 5px;
	width: 40px;
	margin-right: 10px;
	border: 1px solid #BBBBBB;
	border-top-width: 1rem;
	border-bottom-color: #555555;
	text-align: center;
}

.publish_date_day
{
	float: left;
	width: 40px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
	font-family: Georgia, serif;
}

.publish_date_month
{
	float: left;
	width: 40px;
	height: 20px;
	line-height: 20px;
	font-family: Georgia, serif;
}

.publish_date_year
{
	float: left;
	width: 40px;
	height: 20px;
	line-height: 20px;
	font-family: Georgia, serif;
}

#member_announcements
{
	margin-top: 1rem;
}

#announcements_info
{
	margin: 1rem;
}

#litters_slides, #males_slides
{
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #BBBBBB;
	border-top-width: 1rem;
	border-top-color: #e6e799;
	border-bottom-color: #555555;
	margin: 1rem;
}

img.slide
{
	max-width: 90%;
	max-height: 30rem;
	margin-bottom: 1rem;
}

.yellow_highlight
{
	text-align: center;
	display: block;
	margin: 1rem auto;
	padding: 1rem;
	background-color: #e6e799;
	border: 1px solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-bottom-color: #999;
	border-right-color: #ccc;
}

.line
{
	width: 50%;
	height: 2px;
	background-color: rgba(93, 153, 243, 0.76);
	margin-top: 17px;
	margin-bottom: 10px;
}

.pagination
{
	clear: left;
}

.pagination strong
{
	text-align: center;
	line-height: 10px;
	float: left;
	display: inline;
	height: 10px;
	padding: 10px;
	margin: 1px;
	border: 1px solid;
	border-top-color: #2492b3;
	border-left-color: #2492b3;
	border-bottom-color: #369;
	border-right-color: #2492b3;
}

.pagination a
{
	margin: 1px;
	text-align: center;
	line-height: 10px;
	float: left;
	display: inline;
	height: 10px;
	padding: 10px;
	border: 1px solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-bottom-color: #999;
	border-right-color: #ccc;
}

.announcement_item a.details
{
	float: right;
	font-style: italic;
	display: block;
}

a.lightbox_link
{
	position: relative;
	display: block;
	float: right;
	width: 300px;
}

body#association a.lightbox_link
{
	width: auto;
}

span.lightbox_zoom
{
	display: block;
	position: absolute;
	height: 37px;
	width: 27px;
	background-image: url(../img/zoom.gif);
	top: 0px;
	right: 20px;
	border: 1px solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-bottom-color: #999;
	border-right-color: #ccc;
	font-size: 0;
	background-color: #fff;
	background-position: center 15px;
}

.full_announcement_image
{
	width: 300px;
	margin: 0px 0 10px 10px;
	float: right;
	padding: 10px;
	background: #fff;
	border: 1px solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-bottom-color: #999;
	border-right-color: #ccc;
}

.document_image
{
	width: 300px;
	margin: 0px 10px 10px 10px;
	float: left;
	padding: 10px;
	background: #fff;
	border: 1px solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-bottom-color: #999;
	border-right-color: #ccc;
}

.info_left,
.info_right
{
	float: left;
	width: 100%;
	clear: both;
	margin: 20px 0 0 0;
}

.info_left img,
.info_right img
{
	padding: 10px;
	background: #fff;
	border: 1px solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-bottom-color: #999;
	border-right-color: #ccc;
}

.info_left img
{
	margin: 0 20px 0 0;
}

.info_right img
{
	margin: 0 0 0 20px;
}

.info_left a.lightbox_link
{
	float: left;
	clear: left;
}

.info_right a.lightbox_link
{
	float: right;
	clear: right;
}

.info_left span.lightbox_zoom
{
	right: 40px;
}
