
/* 9/09 - unbound destructo */


/* hide the top title */
h2.blue { display:none }

/* themed area (right side) -- empty out the feature box. we can't simply hide it because
	of the way many graphical elements expect a certain height */
div#newfeature, div#newfeature *
	{ background:transparent !important; color:white !important; cursor:default !important }

div#newfeature a { display:none }

/* hide the unbound signup box */
div#unboundBox, div#unboundBox *, div#unboundLogin, div#unboundLogin *
	{ background:transparent !important; color:white !important; cursor:default !important }

div#unboundBox a, div#unboundLogin a { display:none }

/* div#unboundBox { display:none } */
