/*  
Theme Name: Leaves
Theme URI: http://herbstlaub.info/
Description: Some nice leaves.
Version: 1.0
Author: Jan Rosczak
Author URI:
*/

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	color: rgb(130,30,20);
	background-color:  rgb(255,255,193);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* tabs */
#tabs {
        width: 100%;
}
#page_list {
	list-style-type: none;
	margin: 35px 0px 0px 50px;
	padding: 0px;
	color: rgb(255,255,255);
	background-color: rgb(255,255,193);
}

.page_item {
	width: 8em;
	text-align: center;
	padding: 4px 6px 5px 6px;
	margin-right: 1px;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: -1px;
	color: rgb(255,255,255);
	border-top: 1px solid rgb(130,30,20);	
	border-right: 1px solid rgb(130,30,20);
	border-left: 1px solid rgb(130,30,20);
	background-color: rgb(130,30,20);
        float: left;
}

.current_page_item {
	color: rgb(130,30,20);
	background-color: rgb(255,255,255);
}

.page_item a {
	color: rgb(255,255,255);
	font-size: 85%;
	text-decoration: none;
}

.current_page_item a {
	color: rgb(130,30,20);
}

/* remember to also change margin in beautify.js */
div#main {
	background-color: rgb(255,255,255);
	margin: 50px;
	margin-top: 0px;
	border: 1px solid rgb(130,30,20);
	overflow: auto;
	height: 300px;
	line-height: 1.8em;
	clear: both;
}

div#content {
	padding: 12px;
}

h1#herbstlaub {
	position: absolute; 
	right: 50px; 
	bottom: 10px;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}

/* styling of content starts here */
h2, h3 {
	margin: 6px 12px 6px 12px;
	padding: 0px;
}

h2 {
	font-size: 140%;
	font-weight: bold;
}

h3 {
	font-size: 120%;
	font-weight: bold;
}

p {
	margin: 0px;
	padding: 0px 12px 18px 12px;
}

blockquote {

}

a {
	color: rgb(130,30,20);
	text-decoration: underline;
}

a:hover {
	color: rgb(213,120,58);
	text-decoration: underline;
}
