@import "all.css"; /* just some basic formatting, no layout stuff */
	
body {
	margin:10px 10px 0px 10px;
	padding:0px;
	}

.feed a {
	font-weight: normal;
	color: #000;
	}

a:hover {
	color: #c00;
	}

.sitename a {
	font-weight: bold;
	color: #c00;
	}

       /* voice-family: \ line documented in 3col.css */
#banner {
	width: 90%;
	background:#fff;
	height:40px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:39px;
	}

.feed {
	background: #fff;
	float: left;
	width: 30%;
	padding-top: 10px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	voice-family: "\"}\""; 
	voice-family: inherit;
	}

html>body #banner {
	height:39px;
	}

p,h1,h2,h3,pre {
	margin: 10px 10px 10px 10px;
	}
		
h1 {
	font-size: 14pt;
	font-weight: bold;
	padding-top: 10px;
	}
		
h2 {
	font-size: 12pt;
	font-weight: bold;
	padding-top: 10px;
	}

h3 {
	font-size: 10pt;
	padding-top: 10px;
	}

#banner h1 {
	font-size: 14pt;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	}

ul.compact li {
	margin-top: 1pt;
	margin-bottom: 1pt;
	}

/* styles ripped off from designbyfire.com */

cite {
	font-family: georgia, serif;
	font-style: normal;
	color: #666;
	margin: 2em 3em 2em 3em;
	background: url(/images/icn_quoteleft_lrg.gif) top left no-repeat;
	display: block;
	}

cite span {
	font-size: 1.4em;
	line-height: 150%;
	background: url(/images/icn_quoteright_lrg.gif) bottom right no-repeat;
	background-color: none;
	text-align: left;
	margin: -0.5em 0em 0em 1em;
	display: block;
	padding-top: 0.5em;
	}

cite em {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	display: block;
	}
