
/* css for nordkapp diary */

body {
    background-color: white;
    color: black;
    font-family: sans-serif;
    font-size: medium;
}

#all_content { /* jello layout */
    width: 800px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

p {
    margin: 0.5em 0px;
    line-height: 1.5em;
}

h1 { /* when-where-km main heading */
    font-size: 125%;
    font-weight: bold;
}

h2 { /* topic subheading */
    font-size: 90%;
    font-weight: lighter;
    text-transform: uppercase;
    margin-left: 0.5em;
    margin-bottom: -0.5em;
}

blockquote { /* default setting OK */
}

figure { /* container for solo image or 2-3 column image set */
    text-align: center;
}

figcaption {
    text-align: center;
    font-size: 85%;
}

table { /* temperature table */
    border-collapse: collapse;
    margin-left: 10px;
    font-size: 80%;
}

th {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    font-weight: normal;
}

td {
    padding-right: 25px;
    padding-left: 25px;
    border-left: thin solid black;
}

tr:nth-child(1) {
    border-bottom: thin solid black;
}
