﻿/**
 * Copyright (c) 2012 Planet Telex Inc. all rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *         http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Elements */
body {
    font-family: Arial, Sans-Serif;
}
header {
    position: relative;
    width: 500px;
    margin: 30px auto 50px;
}
header a {
    color: gray;
    position: absolute;
    z-index: 1000;
}
header a:hover {
    color: black;
    cursor: pointer;
}
header h1 a {
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    font-style: italic;
    position: absolute;
    bottom: 29px;
    left: 445px;
    text-decoration: none;
}
header h2 {
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    font-style: italic;
    position: absolute;
    bottom: 6px;
    left: 240px;
    width: 300px;
    font-weight: normal;
}
h4 {
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
}
h6 {
    margin-bottom: 5px;
    border: 1px solid darkgrey;
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 10px;
}
pre {
    font-family: Lucida Console, Monaco, monospace;
    font-size: 13px;
}

/* Classes */
.hidden {
    display: none;
}
.clear {
    clear: both;
}
.imagemapper {
    margin: -40px auto 0;
    display: block;
}
.imagemapper-results {
    background-color: #eeeeee;
    border: 1px dashed darkgrey;
    padding: 10px;
}