/* dark green: #277b3c */

body {
	background-color: #dddddd; 
}

.header-links {
	background-color: white;
	text-align: right;
	float: right;
}

a {
	color: #6dbe45;
}

.header-links a {
	color: black;
	font-size: 1.2em;
	padding-left: .5em;
}

.header-links a:hover {
	color: #277b3c;
}

/* not my favorite centering hack, but it 
   did make the image position look nicer. */
.sphinxsidebarwrapper img {
	margin-left: 25px;
}

div.related ul li a {
	color: #6dbe45;
}

div.related ul {
	height: .5em;
}

h1 {
	color: #277b3c;
}

div.sphinxsidebar h3, div.sphinxsidebar h4 {
	background-color: #4B7455;
}

span.strikethrough { text-decoration: line-through; }

span.highlight { background-color: yellow; }

div.footer {
	background-color: #eee;
}
