
#printTools, 
#printPreview {
	width: 1000px;
	text-align: left;
}

#printTools {
	text-align: left;
	margin: 20px 0;
}

#printPreview {
	border: 3px solid #DDD;
	padding: 20px;

}

#top-container,
#head-container,
#section-container,
.head-right,
.content-header,
.content-body-right,
#foot-container,
#subfoot-container {
	display: none;	
}

#printPreview > #printArea > div.contentContainer > div.header {
	box-shadow:none;
	}
#printPreview > #printArea > div.contentContainer > div.header span.date {
	color:#000;
	bottom:0;
	top:20px;
	}

.content-body-left	{
	width:100%;
}

.content-body-left-outer {
	padding: 0;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #000;	
}

.content,
#page,
#main,
#primary,
#content {
	width: 100%;
	margin: 0;
	padding: 0;	
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

.entry-content p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

h1.entry-title {
	display: block;
	color: #596f2f;
}

.content-body-left-outer h2 {
	font-size: 22px;	
}

img { 
	/*display:none;*/
	clear:both;
}

.body-content-left{
	width: 100%;
	float: none;
}

.addPadding	{
	width:1040px;
	position: relative;
	right: 20px;
}

p		{
	font-size:16px;
	line-height:28px;
}

h2	{
	font-size:22px;
	font-weight:bold;
	padding:20px 0 10px 0;
	clear:both;
}
h3	{
	font-size:18px;
}
.date	{
	font-weight:bold;
	position:relative;
	bottom:20px;
}
table	{
}
.topic-expand	{
	display:none;
}

/***BLOG PRINT STYLES****/

.blog-retreived-date	{
	display:block;
}

h1.entry-title	{
	padding: 5px 40px 10px 0;
}

.blog-print-logo	{
	display:block;
	position:relative;
	right:50px;
}

.blog-print-version	{
	display:block;
}
.entry-meta	{
	display:none;
}

#comments	{
	display:none;
}

.entry-content p:nth-last-child(1)	{
	display:none;
}

iframe	{
	background-image:url('http://img.youtube.com/vi/6j6OfI9zKVQ/0.jpg')
}	

.fact-sheets-title	{
	display:none;
}

.fact-sheets-list	{
	border-bottom: 1px solid #cfcfd0;
}
.fact-sheets-list  li	{
	padding: 0px 0px 20px 0;
	list-style:none;
	font-size:14px;
}
.fact-sheets-list  li:last-child	{}

.fact-sheet-url:after	{
	font-weight:bold;
    content: " (http://www.beefresearch.ca" attr(href) ")";
}
.fact-sheet-pdf	 {
	display:none;
}
.footer h3	{
	border:0;
}

.topic-intro	{
	page-break-before:always;
}

#printArea	{
	display: table;
}

#backToTop {
	display:none;
	}

.site-message  {
	display:none;	
	}

#pageFooter {
    display: table-footer-group;
}

#pageFooter:after {
    counter-increment: page;
    content:"Page " counter(page);
    left: 0; 
    top: 100%;
    white-space: nowrap; 
    z-index: 20px;
    -moz-border-radius: 5px; 
    -moz-box-shadow: 0px 0px 4px #222;  
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);  
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
}

