/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/support/themes/minimalist-green/minimalist-green.css);
/* end StyleCatcher imports */

#footer-content {
  text-align : center ;
}

body {
  font-family : "Humana Serif Md ITC TT",georgia,"trebuchet ms",serif;
}

#header-content {
  margin : 0 0 10px 0;
}

.current {
  font-weight : bold;
}

.treemenu {
	margin : 0px 20px;
	padding : 10px;
	list-style : none;	
}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
        font-size : 15px;
	padding-left : 12px;
	text-decoration : none;

}

.treemenu .treeopen {
	background-image : url('/images/open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('/images/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}

