/* CSS for Planet Debian
 * 
 * Yes, Planet *DEBIAN* ... please stop stealing our CSS for use on
 * your own Planet!  I'd like this to have a fairly distinctive look
 * and there's a perfectly good CSS example included with the Planet
 * source now.
 *
 * THIEVES! ADMINS! WE HATES THEM FOREVER!
 *
 * I'll set Andrew Suffield on you...
 */

body {
	/*font-size: 90%;*/

	padding: 0 10px;
	padding-top: 1px;
	padding-bottom: 1em;

	border-left: 1px solid rgb(128, 128, 128);

	background-color: white;
	color: black;

	margin: 0;
}

h1 {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 175%;

	letter-spacing: -2px;

	color: rgb(215, 7, 81);

	padding: 0;
	margin: 0;
	margin-top: 1em;
}


div.channel {
	padding: 0;
	padding-bottom: 0.1em;

	margin: 0;
	margin-top: 20px;
}

div.channel img.face {
	float: right;
	border: none;
}

div.channel h2 {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 150%;

	letter-spacing: -2px;

	padding: 0 0.25em;

	border-bottom: 1px solid black;

	margin: 0;
}

div.channel h2 a {
	text-decoration: none;
	color: inherit;
}


div.entry {
	padding: 0 5px;

	margin: 0;
	margin-bottom: 20px;
}

div.entry h3 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 110%;

	color: rgb(32, 32, 32);

	padding: 0;

	border-bottom: 1px dashed black;

	margin: 0;
	margin-top: 2px;
}

div.entry h3 a {
	text-decoration: none;
	color: inherit;
}

div.entry p.date {
	font-family: sans-serif;

	color: rgb(64, 64, 64);

	padding: 0 10px;

	margin: 10px 0;
}

div.entry p.date a {
	text-decoration: none;
	color: inherit;
}


div.content {
	text-align: justify;

	padding: 0 20px;

	margin: 0;
	margin-top: 5px;
}

div.content h1 { font-size: 100%; }
div.content h2 { font-size: 100%; }
div.content h3 { font-size: 100%; }
div.content h4 { font-size: 100%; }
div.content h5 { font-size: 100%; }
div.content h6 { font-size: 100%; }


a {
	color: black;
}

a:hover {
	text-decoration: underline !important;
	color: rgb(215, 7, 81) !important;
}

a:visited {
	color: rgb(128, 128, 128);
}

/* Suggested by Daniel Silverstone */
span.ljuser img {
	border: 0px;
}

