﻿/* NOTE: See .leaflet-container a as well, for links within leaflet */
a {
    text-decoration: none;
    color: #59056B;
    font-weight: bold;
}
a, img {
    border:none;
}
a:hover {
    color: #EE4423;
}
body {
    color: #61756B;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 0px 0px;
    line-height: 18px;
}
.container {
    background-color: rgb(0, 0, 0);
    height: 100%;
    margin: 0px 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.details_images {
    margin-bottom: 15px;
    margin-left: 7px;
}
.header {
    margin-bottom: 30px;
}
.header_date {
    color: #59056B;
    position: relative;
    left: 7px;
}
.header_description {
    overflow: hidden;
    position: relative;
}
.header_description div {
    position: relative;
    top: 13px;
}
.header_description img {
    float: left;
    margin-right: 6px;
}
.header_time {
    color: #59056B;
    font-weight: bold;
    position: relative;
    left: 7px;
    margin-bottom: 10px;
}
.information {
    position: relative;
    top: 0px;
    z-index: 1;
}
.information_bottom {
    position: relative;
    bottom: 900px;
    left: -40px;
    z-index: -1;
}
.information_close {
    position: relative;
    float: right;
    right: 5px;
    z-index: 2;
}
.information_header {
    font-weight: bold;
    margin-left: 7px;
}
.information_text {
    margin-bottom: 15px;
    margin-left: 7px;
}
.information_top {
    position: absolute;
    top: -65px;
    left: -50px;
    z-index: 0;
}
#information_window {
    background-image:  url(../images/sky_background.png);
    padding: 10px 20px 10px 10px;
    width: 430px;
    height: 380px;
    z-index: 0;
}
.leaflet-container {
    /* Background color of the map pre-load and outside bounds */
    background-image:  url(../images/sky_background.png);
}
/* Override the leaflet anchor tags color to match the rest of the document */
.leaflet-container a {
	color: #59056B;
}
.leaflet-container a:hover {
    color: #EE4423;
}
li {
    line-height: 16px;
    margin-bottom: 5px;
    text-indent: 0px;
}
.map {
    position: absolute;
    z-index: -1;
}
.navigation {
    margin: 0px 0px;
    position: absolute;
    z-index: 2;
}
.navigation_line {
    background-image: url(../images/green_line.png);
    background-repeat: repeat;
    width: 1px;
}
.tile {
    display: none;
    position: absolute;
    z-index: -1;
}
.travel_text {
    margin-bottom: 10px;
}
ul {
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 17px;
}