<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*   Adjust tag default values
*/


* {
    font-family: Lucida Sans Unicode, Tahoma,Verdana,Helvetica,Arial,sans-serif;
    color: #333;
}

a {
    color: #222;
}

html {
    line-height: 1.25em; 
    color: #222; 
}


body {
    background-color: #414141;
}

p   {
    font-size: 0.9em;
    margin: 0.75em 0;
}

p a {
    color: #ff9900;
}

h1  {
    font-size: 1.25em;
    margin: 0.62em 0;
}

h2  {
    font-size: 1.1em;
    margin: 0.92em 0;
}

h3  {
    font-size: 0.9em;
    margin: 0.75em 0;
}

h4  {
    font-size: 0.83em;
    margin: 0.75em 0;
}

h5  {
    font-size: 0.69em;
    margin: 1.25em 0;
}

h6  {
    font-size: 0.56em;
    margin: 1.75em 0;
}

hr  {
    margin: 1.5em 0;
    border-width: 0 0 1px 0;
    border-color: #b3b3b3; 
}

/*
*   Generic Classes
*/

.clear {
    clear: both;
    height: 0px;
}

/*
*   Main Templating Divs
*/

#content-wrapper {
    width: 786px;
    margin: 0 auto;
    background-image: url('/template/gfx/body_bk_main.gif');
    background-repeat: repeat-y;
}

#header {
    width: 786px;
    height: 153px;
    background-image: url('/template/gfx/body_bk_topbar.gif');
    background-repeat: no-repeat;
}

#header img, #content-title img {
    padding: 0;
    margin: 0;
    display: block;
}

#body-spacer-top {
    height: 30px;   
    background-image: url('/template/gfx/body_spacer_top.gif');
    background-repeat: no-repeat;

}

#body-spacer-bottom {
    height: 45px;   
    background-image: url('/template/gfx/body_spacer_bottom.gif');
    background-repeat: no-repeat;

}

#body-wrapper {
    width: 786px;
    margin: 0;
    padding: 0;
}

#main {
    width: 723px;
    margin: 0 0 0 6px;
    min-height: 500px;
    display: block;
    float: left;
}

.content {
    min-height: 5px;
    display: block;
    float: left;
    margin: 0 15px;
}

div.two-col {
    width: 510px;
}

div.one-col {
    width: 693px;    
}

.sidebar {
    width: 153px;
    margin: 0 15px;
    float: left;
    color: #666;
}

#welcome {
    margin: 10px 0;
    text-align: center;
}

#welcome p, #welcome p b {
    color: #ff9900;
    margin-top: 0;
}

#events {
    border-width: 7px;
    border-color: #ff9900;
    border-style: solid;
    border-radius: 15px;
    background: #ff9900;
    color: #fff;
    font-weight: 600;
    font-size: 0.75em;
    text-align: center;
    margin: 20px 0;
}

#events &gt; p {
    color: inherit;
    font-size: inherit;
    margin: 0;
}

#events &gt; a {
    text-decoration: none;
    margin: 8px 0 4px 0;
    padding: 0;
    background: #fff;
    color: #ff9900;
    display: block;
    border-radius: 10px;
    font-size: 0.95em;
    border: 1px solid #ff9900;
}

#events &gt; a:hover {
    color: #fff;
    background: #ff9900;
    border: 1px solid #fff;
}

#copyright {
    color: #666;
    font-size: 0.83em;
    line-height: 1.25em;
}

#copyright p, #copyright a {
    color: inherit;
    font-size: inherit;
}

#copyright a:hover {
    color: #ff9900;
}

#content-title {
    margin: 0;
    padding: 0;
    float: left;
}

#footer {  
    background-image: url('/template/gfx/body_bk_footer.gif');
    background-repeat: repeat-y;
    min-height: 250px;
    padding: 0 0 0 6px;
}

#footer-nav img {
    margin: 12px 0;
}


/*
*   Home Items
*/

.home-item {
    display: block;
    margin: 5px 0 20px 0;
}

.home-item:hover .title {
    color: #ff9900;
}

.home-item:hover .home-item-icon img {
    opacity: 0.5;
}

.heading .spacer {
    font-size: 1em;
    color: #ccc;
}

.heading .date {
    font-size: 0.69em;
    font-weight: 200;
    color: #333;
    text-decoration: none;
}

a .heading {
    color: #333;
    text-decoration: none;
}

a:hover .heading {
    color: #f90;
}

.meta {
    font-size: 0.69em;
    font-weight: 200;
    color: #333;
}

.home-item-wrapper {
    background: #fff;
    width: 488px;
    margin: 0;
    border-radius: 15px;
    border-style: solid;
    border-color:#ff9900;
    border-width: 1px;
    min-height: 50px;
    float: left;
}

.home-item-content {
    width: 380px;
    float: left;
    padding: 0 0 0 15px;
}

.home-item-content h3 {
    margin: 0.83em 0;
}

.home-item-icon {
    width: 96px;
    height: 76px;
    border: 2px solid #ff9900;
    overflow: hidden;
    border-radius: 15px;
    background-color: #ff9900;
    margin: -6px 0 0 -16px;
    float: left;
}



.home-item-icon img {
    display: block;
    width: 100px;
    height: 80px;
    margin: -2px -2px;;

}

.home-item-background {
    width: 505px;
    background: #ff9900;
    border-radius: 15px;
    margin: 5px 0 0 15px;
    float: left;

}

.home-item-background &gt; img {
    float: left;
    display: block;
    margin: 15px 0 10px 0;
}

/*
*   Sidebar
*/



/*
* Modal / Pop-in screen and frame
*/

#popin-screen   {
    background-color: rgb(52, 52, 52, 0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#popin-screen-wrapper {
    width: 625px;
    height: 550px;
    padding: 5px;
    margin: 40px auto;
    border-radius: 30px;
    background-color: rgb(225, 225, 225, 0.75);  
}

#popin-screen-frame {
    width: 100%;
    min-height: 550px;
    border-radius: 25px;
    border: 0;
}

body.popin {
    background: #ddd;
    width: 560px;
    padding: 0 20px;
    margin: 0 auto;
}

#flyer-wrapper {
    margin: 20px 0;
}

#flyer {
    height: 350px;
    width: 560px;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 10px;
    background-color:rgb(52, 52, 52, 0.75);
}

#flyer &gt; img {
    display: none;
}

#flyer &gt; .active {
    display: inline-block;
}

/**
*  Navigation Bar
*/

#navigation-bar {
    margin: 10px 0;
    padding: 0;
    display: table;
    width: 100%;
}

#navigation-bar li {
    display: table-cell;
    list-style: none;
    margin: 5px 2px;
}

#navigation-bar a {
    text-decoration: none;
    padding: 4px;
    display: block;
    text-align: center;
    border: 2px solid transparent;
    background-color: #333;
    color: #fff;
    font-size: 0.90em;
    margin: 2px;
}


#navigation-bar a.active {
    background-color: #ff9900;
}


#navigation-bar a:hover {
    border: 2px solid #fff;
}

.ad-wrapper {
    background-color: rgb(125,125,125, 0.5);
    display: inline-block;
}

/**
*  Post
*/

.post-icon {
    border-radius: 15px;
    width: 96px;
    height: 76px;
    overflow: hidden;
    border: 2px solid #ff9900;
    float: left;
}

.post-icon img {
    margin: -2px -2px -2px -2px;
    width: 100px;
    height: 80px;
}

.post-content {
    margin: 0 0 0 20px;
    float: left;
}

.one-col .post-content {
    width: 570px
}

.two-col .post-content {
    width: 390px;
}

.post-content h1 {
    display: block;
    padding: 64px 0 10px 0;
    margin: 0; 
}

.post-meta {
    font-size: 0.69em;
    text-align: left;
    margin: 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    color: #333;
    padding: 2px 5px;
}

.post-meta .date {
    text-align: right;
    float: right;
}

/*
* Category Index Pages
*/

.index-item {
    margin: 10px 0 35px 0;
    padding: 0;
    display: block;
    text-decoration: none;
    border-radius: 15px;
}
.index-tab-icon {
    border-radius: 15px;
    width: 246px;
    height: 71px;
    overflow: hidden;
    border: 2px solid #ff9900;
    background: #ff9900;
    float: left;
    margin: 0 10px 0 0;
}

.index-tab-icon img {
    margin: -2px -2px -2px -2px;
    width: 250px;
    height: 75px;
}

.index-item:hover .title  {
    color: #f90;
}

.index-item:hover .index-tab-icon img {
    opacity: 0.5;
}

.index-item:hover {
    background-color: #eee;
}

.index-item .heading {
    padding: 15px 0 0 0;
}
.index-item .heading .title {
    font-weight: bold;
    font-size: 0.9em;
}

.tag {
    float: left;
    font-size: 0.7em;
    line-height: 1.1em;
    height: 1em;
    border-radius: 5px;
    border: 2px solid #eee;
    background-color: #eee;
    padding: 0.3em 0.5em;
    margin: 0.2em;
    text-decoration: none;
}

.tag:hover, .tag.selected:hover, .tag.clear:hover {
    color: #fff;
    background: #414141;
}

.tag.clear {
    background-color:#fff;
    color: #ff9900;
    font-weight: 600;
}

.tag.selected {
    background: #ff9900;
    border: 2px solid #ff9900;
    color: #fff;
}

#gallery-thumbnails {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 708px;
    background-color: #777;
    margin: 0;
    padding: 5px 0 5px 15px;
    position: relative;
}

#gallery-image { 
    margin: 0;
    padding: 0;
    width: 723px;
    overflow: hidden;
    background: #222;
    text-align: center;
    position: relative;
}

#gallery-image img {
    margin: 40px auto;
}

.gallery-nav {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}

#gallery-nav-next {
    right: 0;
    width: 423px;
}

#gallery-nav-back {
    left: 0;
    width: 300px;
}

#gallery-tags { 
    margin: 15px 0;
}

.thumbnail {
    border-radius: 15px;
    overflow: hidden;
    height: 71px;
    border: 2px solid #ff9900;
    background: #ff9900;
    float: left;
    position: relative;
}

.hidden {
    display: none;
}

.thumbnail:hover img, .thumbnail.selected img {
    opacity: 0.5;
}

.thumbnail img {
    margin: -2px -2px -2px -2px;
    height: 75px;
}

.thumbnail.landscape {
    width: 96px;
    margin: 10px 15px 10px 0;

}

.thumbnail.landscape img {
    width: 100px;
}

.thumbnail.portrait {
    width: 51px;
    margin: 10px 38px 10px 22px;
}

.thumbnail.portrait img {
    width: 56px;
}

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