body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: black;
    margin: 0px;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
}

#content-container {
    background-color: #ffffff;
    margin: 0px auto;
    display: table;
    max-width: 1600px;
    padding:20px 30px 20px 30px;
}

#headerTop {
    display: inline-block;
    width: 100%;
    padding-top:5px;
}

#mainTitle {
    display:inline-block;
    float:left;
    margin-left:15px;
}

#websiteTitle a {
    font-size: 38px;
    font-family: Arial, Helvetica, sans-serif;
    color: darkblue;
    font-weight: bold;
    text-decoration: none;
}

#websiteSubtitle {
    color: black;
    font-size:0.9em;
}

h2 {
    color: blue;
}

#footerText {
    font-size: 80%;
}

#navigationMenu {
    background-color: #333;
    font-size: 120%;
    padding: 5px;
    padding-left: 20px;
    text-align: center;
}

#navigationMenu a {
    text-decoration: none;
    color: white;
}

#navigationMenu a:hover {
    color: cyan;
}

#donateButton {
    display: inline-block;
    width: 200px;
    float:right;
    margin-top: 10px;
    margin-right: -35px;
}

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

ul > li {
    line-height: 1.5em;
}

ol > li {
    line-height: 1.5em;
}

.pagePost h2 {
    margin-top: 4px;
    margin-left: 10px;
}

.pagePost h2 a {
    text-decoration: none;
    color: blue;
}

.pagePost img {
    border: thin #888888 solid;
    box-shadow: 0px 0px 10px #888888;
}

.smallText {
    font-size: 90%;
    margin: 0;
    padding: 0;
}

hr {
    border: none;
    height: 1px;
    background-color: #444;
}

.pagePost {
    margin-bottom:40px;
    max-width:1000px;
}

.pagePost p {
    margin-left: 20px;
}

.sidebarButtons {
    border-radius: 3px;
    padding: 10px;
    font-size: 90%;
    width: 150px;
    margin: 5px;
    background-color: #444444;
    border: none;
    color: white;
}

.launchButton {
    padding: 5px;
    font-size: 1em;
    width: 180px;
    margin: 5px;
    background-color: #008800;
    border: none;
    color: white;
}

.launchButton2 {
    border-radius: 3px;
    padding: 5px;
    font-size: 1em;
    width: 70px;
    margin: 5px;
    background-color: #008800;
    border: none;
    color: white;
}

.sidebarButtons:hover {
    background-color: #777777;
    box-shadow: 0 0 4px yellow;
}

.launchButton:hover, .launchButton2:hover {
    background-color: #00aa00;
    box-shadow: 0 0 4px yellow;
}

.content-box {
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}

.wpd-lang-select {
    height: 24px;
    margin-bottom:2px;
}
