/* Common page elements: Header, footer, etc. */

#logo {
/*	background: url("img/planetgnome-64") no-repeat;*/
}

#hdr {
	/*background: url("img/hdr-planet.jpg") no-repeat;*/
	background-color: #9db8d2;
	background-position: right;
}

#banner {
	width: 300px;
	height: 48px;
	background: none;
}

#banner a img {
	width: 300px;
	height: 48px;
}

#sidebar {
	border-left: 1px solid #000000;
}
#sidebar a:link {color: black;}
#sidebar a:visited {color: black;}
#sidebar a:link:hover {color: blue;}
#sidebar a:visited:hover {color: blue;}

#body h4 {margin-left: 13px};

#sidebar p.section {
	color: black;
	background-color: #9db8d2;
}


/* pybloxsom overrides */

.blosxomTitle {
	background-color: #eeeeee;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	clear: both;
}

.blosxomStory {
}

.blosxomStory img {
	/*float: none;*/
	clear: below;
	padding: 8px;
	/* max-width: 100%;
	max-height: 100%; */
}

