textarea {
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.column {
	column-width: 18em !important;
	column-gap: 1.5em !important;
	min-height: 9em;
	text-align: justify;
}

.extras {
	color: rgb(255, 153, 0);
}

.hippie {
	color: rgb(255, 153, 0);
	font: 2.4em Cracked, "Brush Script MT, Party LET";
	text-shadow: rgb(195, 195, 195) 2px 2px 3px;
}

.mediacontent {
	background-color: rgb(243, 243, 243);
	margin-top: 2em;
}

.weblogbox {
	background-color: white;
	border-radius: 10px !important;
	box-shadow: 0em 0em 1em rgb(195, 195, 195) !important;
	height: 100%;
	width: 100%;
}

#blog {
	margin: 0em 18em;
}

#blogcontainer {
    bottom: 2em;
    height: auto;
    margin-top: 1em;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 1.6em;
    width: auto;
    z-index: 1;
}

#bottomblock {
	bottom: 0em;
	box-shadow: 0em -1em 2em rgb(195, 195, 195) !important;
	height: 1.7em;
	left: 16.5em;
	position: fixed;
	right: 17.5em;
	z-index: 2;
}

#bottomblock2 {
	bottom: 0em;
	background-color: rgb(243, 243, 243);
	height: 1.7em;
	left: 0em;
	position: fixed;
	right: 0em;
	z-index: 3;
}

#categories {
	height: 16em;
	position: fixed;
	right: 3em;
	top: 4em;
	width: 13.5em;
	z-index: 4;
}

#comments {
	height: auto;
	margin: 2px;
	padding: 0.4em 1em 0em;
}

#commentsbox {
	margin: 0em 18em;
}

#limit {
	min-height: 20em;
	width: 100%;
}

#mediabox {
	background-color: white;
	margin: 0em 18em;
}

#recentitems {
	height: 32em;
	left: 2em;
	position: fixed;
	top: 4em;
	width: 13.5em;
	z-index: 4;
}

#sitenav {
	height: 14em;
	position: fixed;
	right: 3em;
	top: 22em;
	width: 13.5em;
	z-index: 4;
}