<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { padding: 0; margin: 0; font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif; color: #444340; min-height: 417px; }
h1 {
	color:#CCC;
	text-align:center;
	font-size: 1.3em; 
	padding: 15px 10px;
	margin: 0; 
	}
	
h2 { font-size: 1.1em; padding: 10px; margin: 0; }
img { border: none; }
a { color: #444340; }

#logo {
	display:block;
	float:left;
	position:absolute;
	left: 5px;
	top: 5px;
	max-height:50px;
	max-width:70px;
}

#Header { 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	height: 61px; 
	padding: 0; 
	border-bottom: 1px solid #3c3c3c;  
}

#Header img { display: block; margin: 0 auto 0; }

#MainContent {padding-bottom: 30px; }

#Footer { padding: 10px; border-top: none; } 

#SocialLinks { padding: 10px 0 0 0; }
#SocialLinks:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
#SocialLinks a { display: block; float: left; padding-right: 15px; }

.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li {
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	float: left; 	
	/*width: 33.33333333%;*/ }
/*.gallery li a { display: block; margin: 5px; border: 1px solid #3c3c3c; }*/
.gallery li img {
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:middle;
	text-align:center;
	display: block;
	width:75px;
	height:75px;
/*	width: 100%; 
	height: auto; */
}


/* For inline examples only */
#PhotoSwipeTarget { width: 100%; height: 200px; }

#Indicators { text-align: center; margin-top: 20px; }
#Indicators span { display: inline-block; height: 10px; width: 10px; margin: 0 10px 0 0; padding: 0; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; border-radius:5px; background: #c5c5c5; overflow:hidden; }
#Indicators span.current{ background: #EEBF02; }

/* LIST GALLERIES */

#AlbumContent ul li { display:block; clear:both; position:relative; list-style-type:none }
#AlbumContent ul li:first-child {
  border-top:1px solid #d5d5d5;
  -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
}

#AlbumContent ul li:last-child {
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius:10px;
}
#Albumlist{
	
}
#Albumlist li {
	list-style-image:none;
 padding:5px 5px 5px 6px;
 border:1px solid #d5d5d5;
 margin-right:30px;
 border-top:none;
 background:#fff url(../images/listArrow.png) no-repeat right;
 overflow:hidden;
 font-size:inherit;
}

li &gt; a 
{
    display: block;
    margin: -6px 0 -6px 0;
    padding: 10px 0 14px 4px;
    text-decoration: none;
    color: inherit;
    background: url(../images/listArrow.png) no-repeat right center;
}

#button {
	display:block;
	float:left;
	position:absolute;
	left: 5px;
	top: 14px;
    padding-left: 3px;
    padding-right: 3px;
    height: 30px;
	min-width: 35px;
	max-width: 60px;
	
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    border-width: 0 8px 0 14px;
	-webkit-border-image: url(../images/btnBack.png) 0 8 0 14;
}</pre></body></html>