body {
	padding: 1em;
	font-size: 14px;
	font-family: Verdana, sans-serif; 
}

h1 { font-size: 26px; margin-bottom: 0.2em; font-family: Verdana, sans-serif; }
h2 { font-size: 18px; margin: 0.5em 0 0.2em 0; font-family: Verdana, sans-serif; }
p { font-size: 0.9em; }

#main a:link, #main a:visited, #main a:active { 
	text-decoration: underline;
	color: black;
}

#main a:hover {
	text-decoration: none;
	color: black;
}

.entry {
	margin: 0 0 1em 0;
	display: block;
}

#sidebar {
	width: 240px;
	margin-right: 1em;
	float: left;
	text-align: right;
}
	
	#sidebar a {
		text-decoration: none;
		color: black;
	}
	
	#sidebar ul a{
		padding: 1px;
	}

	#sidebar .selected {
		color: white;
		background-color: black;
	}

	#sidebar #header {
		background-image: url("/static/logo.png");
		height: 160px;
		text-align: center;
	}
	
		#sidebar #header h1 {
			position: absolute;
			left: -9999px;
		}

#main {
	width: 520px;
	padding: 0 10px;
	float: left;
}

#description {
}
    #description h2 {
    }
    #description h3 {
        font-size: 20px;
        font-style: italic;
        margin: 0.7em 0  0.3em;
    }
    
    #description ol {margin-bottom: 1em}
    #description ol li {
        list-style-type: decimal;
        margin-left: 2em;
    }
    #description input {margin: 0; width: auto; display: inline}

.project { 
	clear: both; 
	min-height: 160px;
}

	.project img {
		float: left;
		margin-right: 1em;
		width: 240px;
		height: 160px;
	}
	
	.project h2 { margin: 0 0 0.2em 0; }
	
	label {
		display: block;
		margin: 0.4em 0.2em;
	}
	
	input, textarea {
		display: block;
		margin: 0.4em 0.2em 1em;
		width: 20em;
	}
