/*
 * Top header
 */
div#header {
    padding: 30px;

    border-bottom: 1px dashed #a5a5a5;
}

div#header h1 {
    font-size: 48pt;
    font-weight: bold;
    text-align: center;
}

div#header a:hover {
    text-decoration: none;
}

/*
 * Main navigation menu
 */
#nav {
    margin: 20px 0px;
}

#nav ul {

}

#nav ul ul {

}

#nav li a {

}

#nav li a:hover {
    background-color: #d0d0d0;
    text-decoration: none;
}

#nav li.active {
    background-color: #808080;
}

/*
 * Content
 */
div#content {

}

div#breadcrumb {
    font-size: x-small;
}

/*
 * Footer
 */
div#footer {
    padding: 20px 0px;

    border-top: 1px dashed #a5a5a5;

    font-size: x-small;
    font-style: italic;
}

div#footer-left {
    float: left;
}

.page-footer-modified {
    float: right;
    text-align: right;
}

div#footer-center {
    text-align: center;
}

/*
 * General styles
 */
a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

/* Index view */
.image {
    position: relative;

    margin: 1em auto;

    border: none;
    padding: 0;

    width: 640px;
    height: 320px;
}

.image a {
    display: block;
}

.image .title {
    position: absolute;

    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;

    text-align: center;
    font-size: xx-large;
    color: white;
}

.image a:hover .title {
    text-decoration: underline;
}

/* Image view */
#view {
    overflow: hidden;
    position: absolute;

    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

div.leaflet-control-link {

}

a.leaflet-control-link-link {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    padding: 0.5em;
    border-radius: 4px;
}
