/*
Theme Name: LUG-Bremen
Theme URI: http://www.lug-bremen.info/
Description: 
Version: 0.1
Author: Knut Ahlers
Author URI: http://blog.knut.me/
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
html {
	height:	99%;
}

body {
	margin: 0px; 
	padding: 0px; 
	font-family: sans-serif; 
	font-size: 10pt; 
	height: 100%;
}

#main {
	margin: 0px auto; 
	width: 900px; 
	/*height: 100%; */
	min-height: 100%;
	background: url('media/bg.png'); 
	border: 1px solid #ddd;
}

#header {
	float: top;
}

#menu {
	float: left; 
	width: 150px; 
	margin-left: 5px; 
	font-size: 0.8em; 
	margin-top: 20px;
}

#menu ul {
	padding-left: 0px;
	list-style-type: none;

}

#menu ul li ul {
	padding-left: 20px;
	list-style-type: disc;
}

#menu a:link, #menu a:active, #menu a:visited {
	color:	blue;
	text-decoration: none;
}

#content {
	padding-right: 5px;
	margin-left: 160px;
}

#content a:link, #content a:visited, #content a:active {
	color:	blue;
	text-decoration: none;
}

input, textarea {
	border: 1px solid #000;
	background: #eeeeff;
}

.important {
	border: 1px solid blue;
	background: #ffc3c6;
}

.commentlist {
	list-style-type: none;
	padding-left: 5px;
}

.post-author {
	font-size: 0.9em;
	margin-left: 30px;
}

.post h2 {
	font-size: 1.4em;
	margin-bottom: 3px;
}

.postmetadata {
	color: #666;
}