/* /////////////////////// */
/* ///////// GRID //////// */
/* handles the LAYOUT grid */




	/* ---------- Grid -------------- */
#header {
	display: none;
	}
#header, #footer, #copyright, #sidebar, #team, .postmetadata, #sociable, #tooglecomments, #print, #stprelated {
	display: none;
	}
#wrap, #img_wrap, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}
	/* ---------- Elements -------------- */
body {
	color: #000000;

}
h2 a {   content: " "}
a:link, a:visited {
	color: #000000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
img {}
li {
	list-style: disc;
}