@charset "utf-8";
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: square outside;
	padding: 5px;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/*pys 

LOGO BACKGROUND GRAY #4E4A49

*/
body{
font: Arial, Helvetica, sans-serif;
background: url(fodder/Leaves.png) no-repeat top right #D9D9D9;
margin: 0;
padding: 15px;
color: #777;
}
p {
padding-top: 5px;
padding-bottom: 5px;
font-size: 14px;
}
h5 {
padding-top: 5px;
padding-bottom: 5px;
font-size: 16px;
font-weight: bold;
}
h4 {
padding-top: 5px;
padding-bottom: 5px;
font-size: 16px;
font-weight: bold;
font-style: italic;
}
h3 {
padding-top: 5px;
padding-bottom: 5px;
font-size: 18px;
font-weight: bold;
}
h2 {
padding-top: 5px;
padding-bottom: 5px;
font-size: 20px;
font-weight: bold;
}
h1 {
padding-top: 5px;
padding-bottom: 5px;
font-size: 22px;
font-weight: bold;
}
#bd {
margin-top: 15px;
background-color: #FFFFFF;
/*border: #AAA thin groove;
background-image: url(fodder/grayleftarch.jpg);*/
background-position: top left;
background-repeat:no-repeat;
padding: 15px;
padding-top: 5px;
}
div#doc.yui-t2 {
margin-left: 0;
}
a {
color: #555;
}

#contact {
position: absolute;
top: 10px;
left: 590px;
width: 175px;
text-align: right;
font-size: 14px;
font-style: italic;
color: #666666;
}
#nav {
position: absolute;
top: 175px;
left: 440px;
padding: 2px;
width: 330px;
height: 80px;
border-top: thin solid #AAA;
border-right: thin solid #AAA;
}



#nav a {
float: left;
/*border: #AAA thin groove;*/
display: block;
width: 100px;
margin: 2px;
margin-top: 10px;
padding: 2px;
text-align: center;
text-decoration: none;
background-color: #AAA;
color: #222;
}
#nav a:hover {
background-color: #4E4A49;
color: #FFF;
}

li.page_item {
font: Arial, Helvetica, sans-serif;
font-size: 24px;
}
li.page_item a {
border: #AAA thin groove;
display: block;
width: 150px;
background-color: #CCC;
color: #FFF;
margin: 5px;
padding: 5px;
text-align: center;
text-decoration: none;
}
li.page_item a:hover {
background-color: #000;
color: #CCC;
margin: 5px;
text-decoration: underline;
}
cite {
color: #333;
font-size: 10px;
}
cite a {
color: #555;
}
#recent p, #recent li {
font-size: 12px;
}
#sidebar {
border-right: thin dotted #555;
}
label {
display: block;
float: left;
width: 150px;
font-weight: bold;
}
/*
ul li {
list-style: url(fodder/bullet.png) outside;
}
*/