/* 

print CSS document
print.css
client: Community Restaurants
author: Atlantic BT - www.atlanticbt.com
date: 01/06/09

Print specific styles sheet (@media print)

*/

/* sIFR line here: */
@import url("sIFR-print.css"); /* sIFR print styles to remove header replacements \*/

/*======================================
	=Shouldn't Need to Edit Below
======================================*/

body { background: #fff; font-family: Arial, Helvetica, sans-serif; color: #000; text-align: left; font-size: 9pt;  }

/* =Typography Styles */

p { }
	#content p { line-height: 1.2em; margin: 1em 0; }

a:link, a:visited {	color: blue; text-decoration: none; }

	#site-info a:link:after, #site-info a:visited:after,
	#content a:link:after, #content a:visited:after { content: " (" attr(href) ") "; }
	
	abbr:after, acronym:after { content: " (" attr(title) ")"; }
	
h1, h2, h3 { clear: both; }

hr { margin-top: 20px; }

/* =Other Element Styles */
		
img { border: 0 }

/* =Layout Styles */
#main-area, #site-info { clear: both; width: 100%; margin-top: 20px; border-top: 1px solid #fff; /* prevent margin collapse */ }
	
	.top-link, #top-link, #skip-links,
	#navigation, #secondary-content, #tertiary-content,
	#supplementary-nav, #valid-links,
	#quick-search, #graphics, #graphic,
	#breadcrumbs { display: none; }
	
	body#index #secondary-content { clear: both; display: block; }


/*======================================
	=Editable Area
======================================*/
		
#index-features div.feature img { float: left; display: inline; margin: 0 20px 20px 0; }
#index-features div.feature h2 { clear: none; }

#promo { float: right; display: inline; margin: 0 0 20px 20px; }
body#index #content h1 { clear: none; }