http://planeta.es.gnome.org/planetgnome.css/* Common page elements: Header, footer, etc. */

#logo {
	background: url("img/gnome-64.png") no-repeat;
}

#hdr {
	background: url("images/cabecera.png") no-repeat;
	background-color: #e2e0e5;
	background-position: left;
}

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

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

#banner p {
	color: white;
	font-weight: bold;
	font-size: 200%;
	padding: 0px 10px 0px 0px;
	margin-top: 8px;
	/*margin-left: -30px;*/

}

#sidebar {
	border-left: 2px;
}

#sidebar p.section {
	color: white;
	/*background-color: #9db8d2;*/
	border: 1px solid black;
}


/* pybloxsom overrides */

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

.blosxomStory img {
	float: none;
	clear: right;
	padding: 8px;
}
