/* Reset Style */
body {
	margin:0; 
	padding:0; 
	line-height: 1.4em; 
	word-spacing:1px; 
	letter-spacing:0.2px; 
	font: 13px Arial, Helvetica,"Lucida Grande", serif; 
	color: #000;
}

/* Remove elements */
.menu, #topnav, #nav, #ticker, #subnav, #headline br, #bigimg embed, #headline br, #gmap {
	display: none;
}

/* Fixes for printing */

#headline {
	font-size: 15px;
	font-weight: bold;
}

.collapseMe {
	display: block !important;
}

#footer {
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
	border-top: 1px dashed #999;
	font-size: 12px;
}

/* Show URL */
a:link, a:visited {background: transparent; color:#333; text-decoration:underline;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a:link[href^="/"]:after {content: " (http://www.allantgroup.com" attr(href) ") "; font-size: 11px;}


