body {
	width : 50em;
	margin : 0em auto;
	background-color : #fff;
	color : #333;
	
	font : .8em/1.2em Helvetica, sans-serif;
}

a img {
	border : none;
}



img.alignright {
	float : right;
	margin : 1em 0em 1em 1em;
}

img.alignleft {
	float : left;
	margin : 1em 1em 1em 0em;
}

hr {
	margin : 0em 0em 2em 0em;
	border : none;
	border-bottom : 1px solid #eee;
}

a {
	border : none;
	text-decoration : none;
	color : #996;
}

p {
	margin : 0em 0em 1em 0em;
}

p.postdate {
	margin : 1em 0em;
}


h1, h2, h3, h4, h5, h6 {
	color : #996;
	font-weight : normal;
	margin-bottom: 0.5em;
}

h1 {
	margin : 0em 0em 1em 0em;
	font-size: 218%;
	line-height: 1.3em;
}

h2 {
	font-size: 164%;
	line-height: 1.3em;
}

h3 {
	font-size: 145%;
	line-height: 1.3em;
}

h4 {
	font-size: 118%;
	line-height: 1.3em;
}


#indexpage {
	text-align : center;
	margin : 8em 0em 8em 0em;
}


#navigation {
	margin : 0em 0em 5em 0em;
	padding : 0em 0em 0em 12.5em;
	background-color : #eee;
	overflow : auto;
	border-bottom : 1px solid #eee;
}

#navigation a {
	padding : .2em;
	display : block;
	width :5em;
	background-color : #eee;
	float : left;
	text-align : center;
	margin-right : .5em;
}

#navigation a:hover {
	background-color : #333;
}

#aboutleft h1, #aboutright h1 {
	text-align : center;
}

#aboutleft {
	text-align : justify;
	float : left;
	width : 24em;
	margin : 0em;
}

#aboutleft #imgdiv {
	text-align : center;
	margin : 0em auto 1em auto;
}

#aboutright {
	text-align : justify;
	width : 24em;
	margin : 0em 0em 0em 26em;
}

#aboutright #imgdiv {
	text-align : center;
	margin : 0em auto 1em auto;
}

div.description {
	margin : -3.75em 0em 0em 15em;
}

#content {
	width : 35em;
	float : left;
	overflow : auto;
}

#content p {
	text-align : justify;
}

#content .post {
	margin : 0em 0em 5em 0em;
}

#content .entry {
	margin : 1em 0em 0em 0em;

}

#content .postmetadata {
	font-size : .8em;
}

#content .post h2 {
	margin : 0em 0em 0em 0em;
}


#sidebar {
	font : 1em/1.0em Helvetica, sans-serif;
	width : 13em;
	margin : 0em 0em 0em 39em;
}

#sidebar h2 {
	font-size : 1em;
	margin : 1em 0em 0em 0em;
}

#sidebar ul {
	margin : 0em;
	padding : 0em;
	list-style : none;
}

#sidebar ul li li {
	padding : 0em 0em 0em 1em;
}

#sidebar form, #sidebar input, #sidebar select {
	font: inherit;
	border : 1px solid #000;
}

#footer {
	clear : both;
	margin : 0em 0em 2em 0em;
}

#images {
	text-align : center;
	margin : 0em 0em 4em 0em;
}

#images a img {
	border : 1px solid #996;
}

#images img {
	margin : 0em 5px 10px 5px;
}

#commentform {
	width : 34em;
}

#commentform input {
	width : 11em;
	border : 1px solid #ccc;
	background-color : #fff;
	font : inherit;
}

#commentform textarea {
	width : 34em;
	border : 1px solid #ccc;
	background-color : #fff;
	font : inherit;
}

.navigation {
	overflow : auto;
	width : 35em;
	margin : 0em 0em 1em 0em;
	
}

.navigation .alignleft {
	float : left;
font-size : .8em;
}

.navigation .alignright {
	float : right;
	text-align : right;
font-size : .8em;
}
