<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	font-family: 'SWDFont', Arial;
	font-weight: 200;
}

body, html{
    margin:0;
    padding:0;
    height:100%;
}
body{
    
}

h1, h2, h3, h4{
	margin: 0px;
	padding: 0px;
}

#background {
    background-image:url(/media/bg/bg_02.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    left:-15px;
    right:-15px;
    top:-15px;
    bottom:-15px;
    filter: blur(5px) brightness(0.75);
    -webkit-filter: blur(5px) brightness(0.75);
    -moz-filter: blur(5px) brightness(0.75);
    -ms-filter: blur(5px) brightness(0.75);
    -o-filter: blur(5px) brightness(0.75);
    position: fixed;
    z-index: -1;
}

.logo{
	left: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
    padding-top: 64px;
    letter-spacing: 3px;
}

.logo h2{
	font-size: 16px;
}

.wrapper{
	width: 1050px;
	margin: 0px auto;
}

.centered{
	text-align: center;
}

.recentUploadsWrapper{
	margin-top: 64px;
}

.recentUploadsWrapper h2{
	font-size: 16px;
	color: #ffffff;
	padding: 4px;
	padding-bottom: 8px;
}

.recentUploads{
	background-color: rgba(0,0,0,0.6);
	padding: 16px;
	padding-top: 4px;
}

.recentUploads img{
	width: 280px;
}

.buttonBox{
	padding-top: 8px;
	display: inline-block;
}

.button{
	margin: 4px;
	float: left;
}

.button a{
	display: inline-block;
	padding:8px;
	padding-left:16px;
	padding-right:16px;
	background-color: #991111;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}

.allDownloads a{
	color: #ffffff;
	letter-spacing: 2px;
	text-decoration: none;
}

.allDownloads a:hover{
	text-decoration: underline;
}

.button a:hover{
	background-color: #aa2222;
	cursor: pointer;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 16px;
    padding-top: 0px;
}

.thumbnail{
	position: relative;
    overflow: hidden;
    width: 290px;
    height: 160px;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */


	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
}

.footerText{
	    padding: 8px;
}

.footerText, .footerText a{
	color: #ffffff;
	font-size: 14px;
    font-weight: 100;
    text-decoration: none;
}

#sideBarLinks{
	position: fixed;
    top: 120px;
    right: 0;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.85);
    padding-left: 6px;
    z-index: 11;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#sideBarLinks div{
	padding: 4px;
}

#sideBarLinks img{
	transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
	width: 32px;
}

#sideBarLinks img:hover{
	transform: scale(1.1);
}

#mainImage{
	max-width: 100%;
	border:4px solid rgba(0,0,0,0.6);
	margin-top: 32px;
	margin-bottom: 16px;
}

.header{
	padding: 4px;
	padding-top: 10px;
	background-color: rgba(0,0,0,0.6);
}

.linksBox{
	background-color: rgba(0,0,0,0.6);
	padding: 8px;
	width: 686px;
	position: relative;
	left: 0px;
	right: 0px;
	margin: auto;
}

.linksBox a{
	color: #ffffff;
}

.linksBox .linkWrapper a{
	float: left;
}

.linksBox input[type="text"]{
	padding: 4px;
    width: 180px;
    margin-left: 10px;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid;
    color: #aaaaaa;
    float:right;
}

.linkWrapper{
	width: 300px;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2px;
}

.logoText{
	color: #ffffff;
    font-size: 28px;
    position: relative;
    top: -7px;
    margin-left: 10px;
    text-decoration: none;
}

@font-face {
    font-family: 'SWDFont'; /*a name to be used later*/
    src: url('fnt.otf'); /*URL to font*/
}</pre></body></html>