body {
	/* background: #a2b1ba none;*/
	background: #e6e6df;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #2d3133;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", sans-serif;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	border-bottom: 1px solid #999999;
}
.template {
	display: none;
}

div.text a {
	font-style: italic;	
}

a, a:visited{
	color: navy;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: underline;
}

/* Top */
#header {
	position: relative;
	background: #42484b none;
	height: 35px;
}
#header-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 35px;
	background: url(../images/header-bg.png) top left repeat-x;
	
	opacity: 0.40;
	filter: alpha(opacity=40);
}
#top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	
	color: #e6e6df;
	padding: 0 10px;
	line-height: 35px;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
}
#top a {
	color: #e6e6df;
	text-decoration: none;
}
#top form {
	float: right;
}
#top form input {
	margin-top: 5px;
}

/* Menu Styles */
div.menu {
	line-height: 18px;
	float: right;
	margin: 15px 15px 15px 0;
	width: 150px;
	padding: 10px 20px;
	background: white;
	border: 1px solid #b2b2ad;
}

div.menu ul {
	list-style: square;
	padding-left: 20px;
	margin: 10px 0;
}

div.menu a, div.menu a:visited, 
h1 a, h2 a, h3 a
h1 a:visited, h2 a:visited, h3 a:visited {
	color: #000;
}

#main {
	margin-right: 210px;
}

#footer {
	margin-right: 210px;
}
#footer div.copyright {
	text-align: center;
	font-size: 9px;
	clear: both;
}

span.controls {
	font-family: Verdana;
	font-size: 9px;
	font-variant: normal;
	letter-spacing: 0;
	vertical-align: 3px;
	margin: 0 3px;
}


/* Entries */
div.entry, div.project, div.projects, .comments {
	width: 42em;
	line-height: 20px;
	margin: 15px auto 15px auto;
	padding: 10px 1.5em;
	background: white;
	border: 1px solid #b2b2ad;
}
	div.entry p {
		margin: 10px 0 10px 0;
	}
	div.entry pre {
		font-family: "Lucida Console", monospace;
		font-size: 11px;
		padding: 5px;
		background: #F7F7F7;
		border: 1px solid #CCC;
		margin: 10px 0;
		overflow-x: auto;
	}
	div.entry .date {
		float: right;
	}
	div.entry div.content {
	}
	div.entry div.content a {
		font-style: italic;	
	}
	
	div.entry a.older {
		float: right;
	}
	div.entry a.newer {
		float: left;
	}
	
	div.projects ul {
		list-style: square;
		padding-left: 20px;
		margin: 10px 0;		
	}
	
	div.entry div.meta {
		border-top: 1px solid #999999;
		text-align: right;
	}
	
	.comments ol {
		margin-left: 10px;
		margin-bottom: 20px;
		list-style: decimal;
	}
	
	.comments .comment .date {
		font-size: 11px;
	}
	.comments .comment h3 {
		padding: 10px 0 2px;
	}
	.comments .comment div.content {
		padding-left: 10px;
	}
	
	.comments table td,
	.comments table th {
		vertical-align: top;
		padding: 10px;
	}
	.comments table th {
		text-align: right;
	}
	.comments table td.submit {
		text-align: center;
	}
	
	.comments .preview {
		margin: 10px 0;
		padding: 10px;
		border: 1px solid #CCC;
	}
	
		
	.editPost table td,
	.editPost table th {
		vertical-align: top;
		padding: 10px;
	}
	.editPost table th {
		text-align: right;
	}
	.editPost table td.submit {
		text-align: center;
	}
	
	.editPost textarea {
		font-family: "Lucida Sans Unicode", "Arial", sans-serif;
		font-size: 10px;
	}
	
	.editPost .preview {
		margin: 10px 0;
		padding: 10px;
		border: 1px solid #CCC;
	}
	
#euler {
	text-align: center;
}

#euler-result table {
	width: 100%;
}
#euler-result td {
	border: 1px solid #CCC;
	font-family: verdana, sans-serif;
}
#euler-result td.label {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 5px;
}
#euler-result td.value {
	text-align: left;
	font-size: 10px;
	padding: 10px 5px;
}
#euler-result td.answer {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}