/* two-column layout copied from bluerobot.com */

body, td {
	margin:0px;
	padding:0px;
	font: 0.8em/1.5em verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size: 2em;
	line-height: 1em;
	font-weight:900;
	color:#fff;
	}
h2, h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	float:none
}

h4, h5 {
	margin-bottom: 4px;
}

p {
	font: verdana arial helvetica sans-serif;
	color: #333;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
/*#content>p {margin:0px;}
#content>p+p {text-indent:30px;}*/

a {
	color:#0002CA;
	text-decoration:none;
	font-weight:100;
	font-family: verdana, arial, helvetica, sans-serif;
	}
a:link {color: #0002CA;}
a:visited {color: #0002CA;}
a:hover {background-color:#eee;}

#logo {
	/*display: none;*/
	margin:0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	/*height:33px;  14px + 17px + 2px = 33px */
	/*line-height:11px;*/
	background-color:#fff;
	clear: both;
	}

#pagehead {
	margin: 0px 0px 0px 0px;
	padding: 17px 20px 0px 10%;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:60px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:#000;
	border-width:0px 0px 1px 0px;  
	line-height:11px;
	vertical-align: bottom;
	color: #006;
	background: url(../images/bluegradient-up2x80.gif) repeat-x bottom;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:42px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#pagehead {height:44px;}

#search {
	display: none;
	float: right;
	position: absolute;
	top: 10px;
	right: 10px; 
	color: #fff;
}

#content {
	margin: 0px 220px 50px 10%;
	padding:10px;
	padding-left: 0px;
}

#sidebar-a {
	position:absolute;
	top: 60px;
	right:0px;
	width:192px;
	padding:10px;
	padding-right: 10px; 
	padding-top: 5px;
	background-color:#fff;
	background: url(../images/greygradientdowntall.gif) no-repeat bottom left;
	border-style: none none none none;
	font-size: 90%;
	line-height:1em;
	float: right;
	
/* Again, the ugly brilliant hack. */
	voice-family: "\"; }\"";
	voice-family:inherit;
	width:170px;
	}
/* Again, "be nice to Opera 5". */
body>#sidebar-a {width:170px;}



#nav, #nav ul {  /*all lists */
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}

#nav li ul li {  /*second-level list items*/
	margin-left : 2px;
	padding-left: 0em;
	margin-bottom: 3px;
}

#nav li a.daddy, #nav li a.home {
	color: #006;
	font-weight: bold;
	padding-left: 0em;
	padding-top: 0.2em;
	line-height: normal;
	border-bottom: 1px solid #ccc;
	width: 100%
}

#nav li a.home {
	border-bottom: 0px;
	padding-bottom: 6px;
	padding-top: 0px;
	margin-top: 0px;   
}


#footer {
	color: #666;
	border-top: 1px solid #999;
	margin-top: 5px;
/*	margin-left: 0px;
	margin-right: 200px;*/
	padding-left: 10%;
	clear: both;
	font-size: 80%;
	background-image: url(../images/greygradientdown.gif);
	background-repeat: repeat-x;
}

table.formatted {
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}

table.formatted th {
	font-size: 0.8em;
	border-bottom: 1px solid #999;
	margin: 0px;
	padding: 0px;
	padding-top: 3px; 
	background-color: #eee;
	background: url(../images/bluegradient-up2x80.gif) repeat-x center;
	color: #fff;
}

table.formatted td {
	margin: 0;
	padding: 3px;
	border: 1px solid #eee;
	background: url(../images/greygradientup.gif) repeat-x bottom;
	vertical-align: top;
}

tr.bg td {
}

.front {
	margin: 5px;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-top-color: #eee; 
	border-width: 1px 2px 2px 1px;
}

.byline {
	text-align: right;
}
