body {
	margin: 0;
	padding: 0;
	color: #303030;
	background: #fafafa;
	font-family: Sans-Serif;
	width: 100%;
	height: 100%;
}

a {
	color:#3333CC; 
	font-weight:bold; 
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	float:left; 
	margin:0 15px 15px 0; 
	padding:1px; 
	background:#ffffff; 
	border:1px solid #d0d0d0;
}

.postmetadata img {
	float: none;
	margin: 0;
	margin-right: 5px;
	padding: 0; 
	background: white;
	border: none;
}

a img {
	border-color:#d85d5d;
}

a img:hover {
	background:#d85d5d;
	border-color:#d85d5d;
}

#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	overflow: auto;
	background: #e0e0e0 url(images/sidebarbg.gif) top right repeat-y;
	text-align: left;
	float: left;
}

body > #sidebar
{position:fixed;}

#sidebar h1 {
	color: black;
	font-size: 1.5em;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 0px;
	border-bottom: 1px dotted gray;
}

#sidebar h2 {
	margin-top: 2px;
	color: #606060;
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 3em;
}

#menu a {
	color: #606060;
	margin-right: 5px;
}

#menu a:hover {
	color: gray;
	text-decoration: none;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	text-align: right;
}

#menu li {
	font-size: 1em;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.webgen-menu-item-selected {
	font-weight: normal;
	background: white;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#content {
	width: 75%;
	height: 100%;
	background: #fafafa;
	float: right;
}

#content p {
	margin-left: 20px;
	margin-right: 30px;
	line-height: 1.5em;
	text-align: justify;
}

#content h1 {
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
	color: black;
	font-weight: bold;
	font-size: 2em;
}

#content h2 {
	margin-left: 15px;
	margin-right: 10px;
	clear: both;
	font-weight: bold;
	border-bottom: 1px dotted gray;
}

#content ul {
	list-style-image: url('/common/arrow.gif');
	text-align: justify;
}

#content li {
	margin-right: 50px;
}

.entry {
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
	background: #e0e0e0;
	padding: 5px;
	border: 1px dotted black;
}

.entrydata {
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
	font-size: 0.7em;
}

img {
	float: left;
	clear: both;
}

pre {
	background: black;
	color: white;
	border: 1px dotted black;
	padding: 5px;
	overflow: auto;
	margin-left: 20px;
	margin-right: 30px;
}

.postTitle a {
	color:#606060; 
	font-weight:bold; 
	text-decoration:none;
}

.navigation {
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	margin-top: 0;
	padding: 0;
}
