html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 30px;
	background-color: #f5f5f5;
}

.footer .container {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 50px;
	background-color: #f5f5f5;
}

.contenttitle {
	position: relative;
}

.contentdate {
	position: absolute;
	text-align: right;
	bottom: 0;
	right: 0;
}

.contentshort {
	margin-top: 10px;
}

.blog-image-landscape {
	width: 100%;
}

.blog-image-portrait {
	display: block;
    margin: 0 auto;
	width: 60%;
}

.blog-image-author {
	text-align: right;
	font-size: small;
	color: #505050;
}

.blog-image-author-portrait {
	display: block;
    margin: 0 auto;
	width: 60%;
	text-align: right;
	font-size: small;
	color: #505050;
}

.blog-image-title {
	text-align: center;
	font-weight: bold;
	color: #505050;
	padding-bottom: 15px;
}

.divider {
	height: 1px;
	width: 100%;
	display: block; /* for use on default inline elements like span */
	margin: 2px 0;
	overflow: hidden;
	background-color: #a5a5a5;
}

h1.blogpreview {
	display: inline;
	margin-bottom: 0;
}

h1.contentpreview {
	display: inline;
	margin-bottom: 0;
}

.container {
	background-color: #ffffff;
}

.container .text-muted {
	margin: 5px 0;
}

img.langicon {

	margin: 0px;
}

.warning-message {
	color: red;
	margin: 2px;
	margin-right: 10px;
}

.loginbox {
	margin: 5px;
}