
@font-face {
    font-family: "font02";
    src: url("https://static4.ruben.vanderveen.org/resources/font/font02.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#locale, #menu, #logo, #center,
#rss-freebsd-title, #rss-freebsd-content, #honey-pot-title, #honey-pot-content, #app-status-title, #app-status-content,
#rss-ubuntu-title, #rss-ubuntu-content, #blocked-ips-title, #blocked-ips-content,
#contact-success, .fade-hidden
{
    visibility: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url("https://static4.ruben.vanderveen.org/resources/img/bg.jpg");
	background-repeat: repeat-x;
}

#container {
	background-image: url("https://static4.ruben.vanderveen.org/resources/img/bg-center.jpg");
	background-repeat: no-repeat;
	background-color: white;
	width:1023px;
	min-height: 566px;
	margin: 0 auto;
}

#locale img {
    width: 16px;
}

#locale a {
	margin-right: 4px;
}

a {
	cursor: pointer;
}

.content-block a {
	font-size: 10px;
}

#left h1, #right h1 {
    font-size: 14px;
    color: black;
    margin-top: -2px;
    margin-bottom: -2px;
}

#center h1 {
	font-size: 25px;
	margin-top: -7px;
	margin-bottom: 0;
}

#center h2 {
	font-size: 16px;
	margin-bottom: 0;
}

#center h3 {
	margin-top: -7px;
	margin-bottom: 0;
	font-size: 14px;
}

#center p {
	margin-top: 0;
}

#locale {
	float:left;
	text-align: left;
	width: 185px;
}

#top-center {
    float: left;
}

#logo {
    width: 610px;
    text-align: center;
    margin: 0;

    font-family: "font02", Arial, sans-serif;
    font-size: 45px;
    font-weight: normal;
    color: #EDEDED;
}

#top-right {
 	font-size: 23px;
 	float: right;
 	width: 185px;
 	margin-right: 20px;
}

#locale, #top-center, #top-right {
	height: 80px;
}

#left {
	float: left;
	text-align: left;
	width: 185px;
	height: 80%;
	margin-left: 0;
	min-height: 400px;
}

#right {
	float: right;
	text-align: left;
	width: 185px;
}

#menu {
	padding-left: 0;
	text-align: left;
}

#menu ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}

#menu a {
	text-decoration: none;
	color: black;
	font-weight: bold;
    width: 120px;
}

#menu a:hover{
	color: orange;
}

#center {
	text-align: justify;
	float:left;
	width: 620px;
	padding-right: 20px;
}

.content-block {
	text-align: left;
	margin-bottom: 15px;
}

#honey-pot-content {
	border-collapse: collapse;
	width: 100%;
}

#honey-pot-content td {
	vertical-align: top;
	text-align: left;
    padding: 0;
	font-size: 10px;
	color: black;
}

#honeypot-loader-container {
    display: none;
    width: 70%;
    text-align: center;
    margin-top: 20px;
}

#honeypot-loader {
    display: inline-block;
}

#powered-by {
	border-style: solid;
	border-width: 0;
	text-align: center;
    font-weight: bold;
}

.form-default {
    width: 340px;
    margin-top: 12px;
}

.form-default div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 4px;
}

.form-default label {
    text-align: left;
    width: 120px;
    margin: 0;
}

.form-default input,
.form-default textarea,
.form-default select {
    width: 180px;
    border: 1px solid #aacfe4;
    margin: 0;
    padding: 3px;
    box-sizing: border-box;
}

.form-default textarea {
    min-height: 80px;
    resize: vertical;
}

.form-default .submit {
    width: 180px;
}

.form-default div:last-child {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
}

#contact-success {
	position: absolute;
	padding-top: 0;
	text-align: left;
	width: 340px;
	font-weight: bold;
	font-size: 21px;
}
