/**
 * 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 */
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;
}
h3 {
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
p {
    padding: 10px 5px;
    line-height: 24px;
}
strong {
    font-weight: bold;
}
textarea {
    width: 100%;
    height: 100px;
}

/* Classes */
.hidden {
    display: none;
}
.clear {
    clear: both;
}
.textmeter {
    padding-top: 3px;
    font-size: 11px;
}

/* IDs */
#content {
    font-family: Arial, Sans-Serif;
    width: 600px;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #999999;
    border-radius: 20px;
}
#content a {
    color: blue;
    text-decoration: underline;
}