@import url("forms");

html, body
{
	max-width: 60em;
	text-align: left;
	font-family: sans-serif;
	color: #000;
	background: #f8f8f8;
}

html
{
	padding: 2em;
}

body
{
	padding: .25em 2em 1.25em 2em;
	-moz-box-shadow: .5em 0 1.25em rgba(0, 0, 0, .05);
	-webkit-box-shadow: .5em 0 1.25em rgba(0, 0, 0, .05);
	box-shadow: .5em 0 1.25em rgba(0, 0, 0, .05);
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
	background: #fff;
	float: left;
}

h1, h2
{
	clear: both;
	font-size: 2em;
	line-height: 1em;
	padding: 1em 0 .5em 0;
	margin: 0;
	border-top: .125em solid #eee;
}

/*h2
{
	clear: both;
	font-size: 1.5em;
	line-height: 1em;
	padding: 1.33em 0 .67em 0;
	margin: 0;
	border-top: 0.17em solid #f8f8f8;
}*/

h3
{
	clear: both;
	font-size: 1.0em;
	line-height: 1em;
	margin: 2em 0 0.5em 0;
	padding: 0%;
}

blockquote
{
	border-left: .25em solid #eee;
	padding-left: 1em;
	margin: 0 0 0 1em;
	color: #444;
}

q
{
	font-style: italic;
}

code
{
	background: #eee;
	padding: 0 .25em;
}

a
{
	color: #517385;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #517385;
}

img
{
	border: none;
}

img.inline-thumb
{
	float: right;
	margin: 0 0 1em 1em;
	padding: .25em;
	width: 12.5em;
	image-rendering: optimizeQuality;
	background: #fff;
	border: .25em solid #eee;
	-moz-box-shadow: .25em .25em .5em rgba(0, 0, 0, .25);
	-webkit-box-shadow: .25em .25em .5em rgba(0, 0, 0, .25);
	box-shadow: .25em .25em .5em rgba(0, 0, 0, .25);
	x-moz-transform: rotate(5deg);
}

img.xinline-thumb:hover
{
	width: 25em;
	padding: .5em;
	border-width: .5em;
	margin: 0 -6.5em 1em -5.5em;
	position: relative;
	z-index: 10;
	-moz-box-shadow: 1em 1em 2em rgba(0, 0, 0, .25);
	-webkit-box-shadow: .25em .25em .5em rgba(0, 0, 0, .25);
	box-shadow: .25em .25em .5em rgba(0, 0, 0, .25);
}

p
{
	margin: 1em 0;
}

p.intro
{
	color: #444;
	font-size: 1.2em;
	margin: 0.83em 0;
}

#top-navigation
{
	text-align: right;
}

#top-navigation a:link, #top-navigation a:hover, #top-navigation a:active, #top-navigation a:visited
{
	color: #eee;
	font-size: 2em;
	font-family: monospace;
	font-weight: bold;
	text-decoration: none;
}

#content
{
	text-align: justify;
	border-bottom: .25em solid #eee;
	margin: 1em 0 1em 0;
}

.meta
{
	color: #888;
}

.paginator
{
	padding-top: 1em;
	border-top: .25em solid #eee;
	color: #517385;
	text-align: right;
	font-style: italic;
}

.paginator-prev:before
{
	content: "← ";
}

.paginator-next:after
{
	content: " →";
}

.flattr-button
{
	opacity: .5;
	float: left;
	padding: 1em 1em 0 0;
}

.flattr-description
{
	color: #888;
	padding: 1em 0 0 0;
	min-height: 60px;
	line-height: 60px;
}

#footer
{
	max-width: 40em;
	float: right;
	text-align: right;
	color: #888;
}

ul.form
{
	margin: 0em;
	padding: 0em 0em 3em 0em;
	list-style-type: none;
}

ul.form li
{
	clear: both;
}

ul.form label
{
	width: 20%;
	display: block;
	float: left;
}

ul.form input, ul.form textarea
{
	font-size: inherit;
	font-family: sans-serif;
	line-height: inherit;
	width: 75%;
	float: right;
	margin: 0em 0em 1em 0em;
}

ul.form textarea
{
	height: 10em;
}

ul.form li.buttons
{
	text-align: right;
}

ul.form li.buttons input
{
	width: 20%;
}

ul.form ul.errorlist
{
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}

ul.form ul.errorlist li
{
	width: 75%;
	float: right;
}

.message
{
	overflow: hidden;
}

.message_ok
{
	border: 0.25em solid;
	padding: 1em;
}

.nobr
{
	white-space: nowrap;
}

ul.tag-cloud
{
	list-style-type: none;
	margin: 0.5em;
	padding: 0;
	text-align: justify;
}

#bonus ul.tag-cloud
{
	list-style-type: none;
	margin: 0.5em;
	padding: 0;
	font-size: 0.75em;
	line-height: 1em;
	text-align: justify;
}

#bonus ul.tag-cloud li
{
	background: none;
	margin: 0;
	padding: 0;
}

.tag
{
	display: inline;
	white-space: nowrap;
}

.tag-weight-5
{
	font-size: 1.0em;
}

.tag-weight-4
{
	font-size: 1.2em;
}

.tag-weight-3
{
	font-size: 1.4em;
}

.tag-weight-2
{
	font-size: 1.7em;
}

.tag-weight-1
{
	font-size: 2.0em;
}

.tag-weight-1, .tag-weight-2, .tag-weight-3, .tag-weight-4, .tag-weight-5
{
	line-height: 1em;
}

