<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.previewmode {
	display:none;
}
.photos-viewmore {
	margin-top:10px;
}
.photoAlbumTitle {
    font-size: 15px;
    font-weight:normal;
    text-align:center;
    margin-top:5px;
}
.photoAlbumTitle h3 {
	font-size:14px;
	line-height:16px;
	text-align:center;
}
a.photoSlideshow {
    text-decoration:none;
}
.photoAlbumDate {
    margin-top:2px;
    text-align:center;
}
.editablePhoto {
	border:1px dashed red;
	text-align:center;
	width:135px;
	width:135px;
}
.galleryItem {
	width:145px;
    float:left;
    margin-right:15px;
    text-align:center;
    margin-bottom:25px;
	position:relative;
}
.galleryItem .photo {
    width:135px;
	width:100%;
    height:115px;
    overflow:hidden;
}
.galleryGrid .buttonContainer {
	position:absolute;
	top:25px;
	width:100%;
	z-index:20;
}
.section-navbox .navbox-container .buttonContainer a {
	position:static;
	height:auto;
	width:auto;
	margin-left:5px;
	margin-right:5px;
	display:inline-block;
}
.section-navbox .navbox-container.galleryGrid .img-container .banner-title {
	font-size:28px;
}
.section-navbox .navbox-container.galleryGrid .img-container .banner {
	height:50%;
}
/*end for the photo album stuff*/

label {
	color:#000;
}
.sortBox {
	border:1px solid #000;
}
.handle {
	background-color:#000;
	color:#fff !Important;
	padding:3px;
	font-size:10px;
	text-align:center;
	display:none;
	cursor:move;
	z-index:10;
	position:relative;
}
ul.sortable {
	margin:0px;
}
.sortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}
.sortable li { 
	margin: 10px 5px;
	padding: 1px; 
	float: left; 
	text-align: center; 
	width:145px;
}

.status {
	position:fixed;
	background-color:#990000;
	width:100px;
	padding:3px;
	color:#fff;
	right:0px;
}
body .hidden {
	display:none;
}
.hoverBox {
	width:auto;
    padding:3px;
    position:absolute;
        top:50px;
    display:none;
    background-color: #dbdfe8;
    border:1px solid black;
    filter:alpha(opacity=90);
        z-index:4000;
}
.hoverBoxClose {
        width:100%;
        background-color:#000;
        color:#fff;
        text-align:right;
        padding:1px;
        margin-bottom:3px;
}
.hoverBoxClose * {
        color:#fff;
}
.hoverBoxClose a {
        color:#fff;
        text-decoration:none;
        padding-right:5px;
        font-weight:bold;
}
.p_photogallery .section-main {
	padding-bottom:0;
}
.section-post, .section-post section {
	padding-top:0;
}
.section-navbox.photoGallery {
	padding-top:50px;
}
.fancybox {
	cursor:pointer;
}
@media (max-width: 768px) {
	.section-navbox.l4 .navbox-container.galleryGrid .img-container {
		width:100%;
	}
	.section-navbox .navbox-container.galleryGrid .img-container .banner-title {
	}
}
</pre></body></html>