body {
	background-image: url("images/weirdcore_bg.jpg");
	background-attachment: fixed;
	font-family: "Arial", sans-serif;
	margin-left: auto;
	margin-right: auto;	
	padding-bottom: 1em;
}

/* Welcome block */
#welcome_block {
	background-color: #E5DEEF;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #50487C;
	border: solid 1px black;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 90%;
	max-width: 780px;
}

#welcome_block > h2 {
	font-size: 15px;
	margin-bottom: 7px;
}

#welcome_block > p.description {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#welcome_block > p.dates {
	font-size: 9px;
	margin-top: 10px;
}

#welcome_block > p.dates > .created {
	float: left;
}

#welcome_block > p.dates > .latest_addition {
	float: right;
}


/* Weirdcore edit */
.weirdcore_edit {
	background-color: #FFCECE;
	color: #18506B;
	font-size: 15px;
	width: 92%;
	max-width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px black;
}

.weirdcore_edit > .title {
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 7px;
	padding-right: 5px;
}

.weirdcore_edit > .image {
	background-color: #B3D8D1;
	padding-top: 10px;
	padding-bottom: 10px;
}

.weirdcore_edit > .image > img {
	display: block;
	max-width: 80%;
	max-height: 80%;
	margin-left: auto;
	margin-right: auto;
}

.weirdcore_edit > .footer {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 3em;
}

.weirdcore_edit > .footer > .comment {
	float: right;
}


/* Footer */
footer {
	background-color: #E5DEEF;
	display: inline-block;
	position: fixed;
	bottom: 0px;
	width: 100%;
}


#back_to_index {
	position: fixed;
	left: 1em;
	font-size: larger;
	color: #50487C;
	float: right;
}

#go_up {
	position: relative;
	right: 1em;
	font-size: larger;
	color: #50487C;
	text-align: right;
	float: right;
}
