/**
 * general.css
 *
 * A general stylesheet designed for tobymiller.com for the purpose of
 * overwriting website behaviors which are not related to layout. This would
 * include such things as font-family, color, background-color, letter-spacing,
 * etc.
 *
 * Note: This stylesheet (along with equalizer.css) also doubles as the acting
 * print stylesheet.
 *
 * @author Toby Miller <tmiller@tobymiller.com>
 * @copyright Copyright (C) 2008, Toby Miller
 * @license http://www.opensource.org/licenses/mit-license.php The MIT License
 */

A {
	color:#369;
	text-decoration:none;
	font-weight:bold;
}
TD {
	border:0;
}
TD.left,
TD.right {
	display:none;
}
#header .siteTitle {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:10px;
}
#header .siteNumber {
	display:none;
}
#topnav UL,
#bottomnav UL {
	margin:0;
}
#topnav LI,
#bottomnav LI {
	float:left;
	list-style-type: none;
	margin-right:20px;
	font-size:0.85em;
}
#topnav,
#bottomnav {
	border:1px solid #333;
	border-width:1px 0;
}
em.pubDate,
#copyright {
	color:#999;
	font-size:0.85em;
}
img.wrapleft {
	float:left;
	margin:0 10px 20px 0;
}
img.wrapright {
	float:right;
	margin:0 0 20px 10px;
}
h1, h2, h3, h4, h5, h6, p {
	clear:both;
}
h2 {
	margin-top:2em;
}
p {
	margin-bottom:2em;
}
table.grid th,
table.grid td {
	border:1px solid #ccc;
	text-align:center;
}
table.grid thead th,
table.grid thead td,
table.grid tfoot th,
table.grid tfoot td,
table.grid td.th {
	background-color:#e6e6e6;
	font-weight:bold;
	font-size:0.9em;
}
table.grid .th {
	text-align:right;
}
table.grid .total {
	background-color:#c3ccf6;
	font-weight:bold;
}
table.grid.alignleft td {
	text-align:left;
}
table.grid.alignright td {
	text-align:right;
}
table.grid.aligntop td {
	vertical-align:top;
}

