@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://thepioneerwoman.com/cooking/") {

/*  
-------------------------------------------------------------
Site:		The Pioneer Woman - Cooking
Title:		Teleute's Clean Printable Recipes
Version:	2.2
Created:	27 March 2008
Author:		http://www.colourlovers.com/lover/teleute
-------------------------------------------------------------

For Pioneer Woman's cooking section. You should only enable this when you are ON the recipe you want to print since it strips all the side menus away. Just take it off when done and voila!

This is just a quick fix for those who want to make recipes easily printable. Apologies if you have a different screen width and it all goes pear-shaped! ; )

You can choose if you want photos full size, smaller or none. Default is smaller.

You can choose if you want the large header, main navigation or neither to show. Default is main navigation only.

If you found this style useful, drop by my COLOURlovers palettes and vote on one you like!


Teleute : )

---------------------*/

/* FULL SIZE PICTURES
.maininfo img {   
}
*/


/*SMALLER PICTURES*/
.maininfo img {  
	height: 20% !important;
	width: 20% !important;
}

.horiz {
	background:#ffffff !important;
}

.rightbg img {  
visibility: visible !important;
}

/* NO PICTURES
.maininfo img {  
display:none !important;}

.horiz {
	display:none !important;
}*/


/* HIDES BIG HEADER and MAIN NAVIGATION

#header {
display:none !important;
}

#content2 {
margin-top: -160px !important;
}

.cookinghead {
margin-top: -160px !important;
}
END OF HIDES BIG HEADER */


/* HIDES BIG HEADER but keeps MAIN NAVIGATION*/
#header {
margin-top: -125px !important;
}

#content2 {
margin-top: -125px !important;
}

.cookinghead {
margin-top: -125px !important;
}
/*END OF HIDES BIG HEADER but keeps MAIN NAVIGATION */


/* RESIZES WIDTH FOR RECIPES */

.main2 {
border-right: none !important;
width: 970px !important;
}

.maininfo {
	float: left !important;
	text-align:left !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin: 10px 0 0 0px !important;
	width: 950px!important;
	border-left: none !important;
	border-right: none !important;
} 

.maininfo p{
width: 950px !important ;
}

/* HIDES THE FRAME AROUND MAIN/TOP PICTURE */

.rightbg, .topbg, .botbg {
visibility: hidden !important;
}

.main2 .maininfo .image {
background:#fff !important;
}
	
/* HIDES SIDE COLUMNS */

.maincol {
display:none !important;
}
	
.column2 {
display:none !important;
}

/* HIDES ALL THE STUFF UNDERNEATH THE RECIPE */

.banner {
display:none !important;
}

.said {
display:none !important;
}

#commentform {
display:none !important;
}

.story {
display:none !important;
}

}