/* CONTENTS

~1. ASIDE LINKS
~2. MAP
~3. BLOG
~4. TAGS
~5. LOGO SLIDER
~6. GALLERY

 END CONTENTS */


/* ~1. ASIDE LINKS */

#aside_links, #aside_links ul {
    float: left;
    width: 100%;
    padding: 0;
}

#aside_links ul {
    padding-left: 10px
}

#aside_links li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #B3B3B3;
    padding: 3px 0;
}

#aside_links li:last-of-type {
    border-bottom: none;
}

#aside_links li:first-of-type {
    padding-top: 0;
}

/* END ~1. ASIDE LINKS */

/* ~2. MAP */

#map_canvas {
    float: left;
    width: 100%;
    height: 325px;
    border-radius: 5px;
	border: 1px solid #6f2a6d;
}

/* END ~2. MAP */

/* ~3. BLOG */

.post {
    float: left;
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #B3B3B3;
}

.post:first-of-type {
    padding-top: 0
}

/* END ~3. BLOG */

/* ~4. TAGS */

.tag_list {
    padding: 0;
    list-style: none
}

.tag_list li:last-of-type {
    border-bottom: none
}

/* END ~4. TAGS */



/* ~5. LOGO SLIDER */

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.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 {
    border: none;
    display: block;
}

.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 80px;
}

.simply-scroll .simply-scroll-list li {
    float: left;
    width: 1139px;
    height: 100px;
}

/* END ~5. LOGO SLIDER */

/* ~6. GALLERY */
marquee {
    background: #FFFFFF;
}

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333333;
        background: rgba(0, 0, 0, 0)
    }

    .featherlight:last-of-type {
        background: rgba(0, 0, 0, .8)
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }

    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        min-width: 30%;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #FFFFFF;
        cursor: auto;
        white-space: normal
    }

    .featherlight .featherlight-inner {
        display: block
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #FFFFFF;
        background: rgba(255, 255, 255, .3);
        color: #000000
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0
    }

    .featherlight iframe {
        border: 0
    }
}

#gallery {
    list-style: none;
    padding: 0;
}

#gallery li {
    height: 250px;
    margin-bottom: 20px;
    position: relative;
}

#gallery li img {
    min-height: 250px;
    height: 100%;
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
}

/* END ~6. GALLERY */
