

/* don't print the navbar heading */
#navbar { display:none !important; }

/* don't print the navbar and menus */
.udm { display:none; }


/* noprint class */
.noprint {
	display:none;
	}
	
/* global coloration */
* {
	color:#000;
	background-color:#fff;
	}
	
	
/* nullify some element margins and padding */
a,strong {
	margin:0;
	padding:0;
	}
	
	
	
	
/* expand abbr and acronym */
abbr,acronym {
	border-bottom:none;
	}

abbr:after,acronym:after {
	content:" (" attr(title) ")";
	}


/* expand hrefs */
a[href^="#"]:after {
	content:" (http://www.brothercake.com/" attr(href) ")";
	}

a[href]:not([href^="#"]):not([href^="http://"]):not([href^="mailto:"]):after {
	content:" (http://www.brothercake.com" attr(href) ")";
	}
	
a[href^="http://"]:after {
	content:" (" attr(href) ")";
	}
a[href^="mailto://"]:after {
	content:" (" attr(href) ")";
	}	
