/*******************************************************************************

	CSS on Sails Framework
	Print stylesheet
	Author: XHTMLized (http://www.xhtmlized.com/)

*******************************************************************************/

@media print {

body {
	font: normal normal 12pt/1.5em "Times New Roman", Times, serif;
}

a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
a[href^="/"]:after {
content: " (http://domain.com" attr(href) ") ";
}

#header,
#navigation,
#promoarea,
.breadcrumb,
.action,
.add-this-social,
#sidebar,
#bottom,
ol#accessibility-nav,
.hide {
	display: none !important;
}

#content-wrapper,
#content {
	width: 100%;
}

}
