/**
 * All styles
 */

* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

body {
    background-color: #dfd;
    margin: 10px;
}


/**
 * Generic Tags
 */

h1 {
    font-size: 24px;
    color: #063;
    border-bottom: 1px dashed #800;
}

strong {
    color: #800;
}

th {
    background-color: #ccc;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #000;
}


/**
 * Template
 */

#container {
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    margin: 0px auto;
    background-color: #fff;
    border: 1px solid #555;
    padding: 15px 10px;
    position: relative;
}

@media only screen and (max-width: 800px) {
    #container {
        margin: 10px 0px;
    }
}

#logo {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    #logo img {
        width: 35%;
        min-width: 200px;
    }
}

#pinebar {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    #pinebar img {
        width: 65%;
        min-width: 250px;
    }
}

#content {
    width: 100%;
}

#body {
    vertical-align: top;
    padding: 0 0 0 5px;
}


/**
 * Template Message
 */

#message {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    background-color: #ffc;
    padding: 6px 8px;
    color: #444;
    border: 1px solid #444;
    font-weight: bold;
}


/**
 * The Menu
 */

#menu {
    width: 120px;
    padding: 0 5px 0 0;
    vertical-align: top;
}

#menu div {
    margin-bottom: 5px;
}

#menu ul {
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
}

#menu ul li {
    list-style: none;
    border: 1px solid #000;
    margin: 0 0 4px 0;
}

#menu ul li a {
    padding: 3px 6px;
    color: #fff;
    display: block;
    text-decoration: none;
    background-color: #063;
}

#menu ul li a:hover {
    background-color: #008;
}


/**
 * Forms
 */

input[type='text'],
input[type='password'] {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}


/**
 * Links
 */

a {
    color: #00f;
}

a:hover {
    color: #f00;
}


/**
 * Index
 */

.widget {
    width: 100%;
    line-height: 25px;
    margin: 15px 0;
    background-image: url('/images/gift.gif');
    background-repeat: no-repeat;
    background-position: 1px 3px;
    color: #999;
    font-style: italic;
}

.widget a {
    color: #777;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #063;
    margin: 0 0 0 18px;
    font-style: normal;
}

.widget a:hover {
    color: #063;
    border-bottom: 1px solid #800;
}


/**
 * Tables
 */

.row1 {
    background-color: #fff;
}

.row2 {
    background-color: #efefef;
}


/**
 * Icons
 */

img[src^='/images/icons'] {
    vertical-align: -3px;
}
