/*-----Layout CSS-------
* CSS default styles file
* (c)2009 Momemntum Digital Solutions, LLC
*
* Print Styles for Elite Funeral Chapel


Global Resetting * clear browser defaults ***************************************/
*
{
	background: none !important;
}
OL, UL, LI
{
	list-style: none;
}
HTML BODY
{
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
/*line-height: 1.4;
word-spacing:1.1pt;
letter-spacing:0.2pt;*/
	font-family: Garamond, "Times New Roman", serif;
	background: none;
	font-size: 10pt;
}
HTML #layout .typography #content
{
	width: auto;
	height: auto;
	margin: 0 5%;
	padding: 0 5%;
	border: 0;
	float: none !important;
	color: #000 !important;
	background: none;
	position: static;
/*overflow:auto;*/
}
.lifeDates
{
	font-size: 12pt !important;
	margin: 0;
	padding: 0;
}
#header, #navbar, #sidebar, #footer, #Breadcrumbs, #RecaptchaField, #NewPageCommentInterface_Form_PostCommentForm, #CommentsRSSFeed, .noprint, .captchaHelp
{
	display: none !important;
}
#printStatement
{
	display: block;
	border: 2px solid #009;
	padding: 10px;
	text-align: center;
	color: #030;
	margin-top: 100px;
	font-size: 12pt;
}
A:link, A:visited
{
	color: #06C;
	background: none;
	text-decoration: underline;
}
#content A:link:after, #content A:visited:after
{
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#content A[href^="/"]:after
{
	content: " (http://www.elitefuneralchapel.com" attr(href) ") ";
}
