/* overrides of original fresh-leaf theme */

/* allows the moinmoin "message info" to show */
#header {
	min-height: 115px;
	height:auto;
}
#header_inner {
	width: 1140px;
}
#navigation {
	min-height:60px;
	background-position:center bottom;
	position: relative;
}

/* gives wider pages (better for wiki) */
div#wrapper_inner { width: 1100px; margin-top:-15px;}
div#content { width: 860px; }

div#content div#content { margin-top: -10px; }

/* fixes our long set of utility nav links
   the "absolute requires the navigation parent's postion to be relative */
#primary_nav {
	position: absolute;
	bottom: 0px;
	margin-bottom: 10px;
	height: auto;
}
#utility_nav { margin-left:auto;}

/* allows the moin credits to show up */
#footer_social { margin-right:auto; }
#footer_nav { float:right; }

/* fixes tables everywhere */
table { width: auto; }
td { padding: 0px 5px; }
td, th { text-align: left }
