/**Global Text Stuff**/
.spoiler {background-color: #000000; color: #000000;}
.spoiler:hover {color: #ffffff;}
img {
	border:6px solid #e1e5e4;
	}
.borderless {
	border: 0px;
}
.imgleft {
	float: left;
	margin: 5px 15px;
}
.imgright {
	float: right;
	margin: 5px 15px;
}
blockquote {
	background: url('images/layout/quote.png') no-repeat top left;
	border-left: 8px solid #e5e0e0;
	border-bottom: 2px solid #e5e0e0;
	margin: 0px 10px;
	padding: 10px 10px;
	display: block;
}
blockquote p {
	font-size: 1.2em;
	font-style: italic;
	text-indent: 15px;
	margin: 0px 10px 8px 10px;
}
cite {text-decoration: underline;}
.citetext {
	color:#222222;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	font-style: bold;
	text-align:left;
	text-indent: 50px;
	margin: 0px 0px 8px 10px;
	display:inline-block;
}
.size-s {
	height: 10em;
	width: auto;
}
.size {
	height: 15em;
	width: auto;
}
.size-l {
	height: 25em;
	width: auto;
}
.size-xl {
	height: 35em;
	width: auto;
}