/*
Theme Name: monow
Theme URI: http://wakeup.rundumbonn.de
Description: A simple relative theme in monostyle.
Version: 1.0
Author: wakeup
*/

body {
	font-family: sans-serif;
	font-size: small;
	color: #cccccc;
	background: #2c393f;
	background-image: url('bg.jpg');
	background-repeat: repeat-x;
}

p {
	text-align: justify;
	margin: 1%;
}

p.sub {
	font-size: x-small;
	color: #4d7587;
}

p.foot {
	font-size: x-small;
	text-align: right;
}

h2 {
	margin-top: 2em;
	margin-bottom: 1%;
	font-size: large;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #4d7587;
}

a.title {
	text-decoration: none;
	color: #cccccc;
}

a.buttons {
	text-decoration: none;
	font-variant: small-caps;
	color: #aaa;
	font-size: large;
	padding: 1%;
}	

a.buttons:hover {
	border-bottom: 1px dotted #aaa;
}

img {
	border: solid #4d7587 1px;
}

img.clean {
	border: none;
}

ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

li.navigation {
	display: inline;
}

li.search {
	display: inline;
	float: right;
}

div.body {
	margin-left: 20%;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #4d7587
}

div.content {
	padding-top: 1%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
}

pre {
	padding: 1%;
	border: 1px dashed #4d7587;
	line-height: 1.1em;
	font-size: medium;
}

