@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("thepioneerwomancooks.com") {
/*  
-------------------------------------------------------------
Site:		The Pioneer Woman Cooks!
Title:		Teleute's Clean Printable Recipes
Version:	1.0 
Created:	21 November 2007
Author:		http://www.colourlovers.com/lover/teleute
-------------------------------------------------------------


This is just a quick fix for those who want to make recipes easily printable. Apologies if yo 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.

If you found this style useful, drop by my COLOURlovers palettes and vote on one you like!


Teleute : )

---------------------*/

/* FULL SIZE PICTURES
.story img {  
	padding: 3px !important; 
	margin: 0 auto 0 0 !important; 
	border: 3px double #bbb !important; 
}
*/


/*SMALLER PICTURES*/
.story img {  
	padding: 3px !important; 
	margin: 0 auto 0 0 !important; 
	border: 3px double #bbb !important; 
	height: 20% !important;
	width: 20% !important;
}


/* NO PICTURES
.story img {  
display:none !important;}
*/




#masthead { 
	display:none !important;
}

#search_form {
	display:none !important;
}

h2 {
display:none !important;
}

.navigation { 
display:none !important;} 

ul.post-meta {
	display:none !important;}
	
.previous { 
display:none !important;
}
	
.next { 
display:none !important;
}

#content {
	text-align:left !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	background:#fff !important;
	color: #404040 !important;
	margin: 10px 0 0 0px !important;
	width: 880px !important;
	border-left: 2px dotted #ccc !important;
	border-right: 2px dotted #ccc !important;
} 

#left-menu {
display:none !important;}
	
#rightbar {
display:none !important;}

#commentform {
display:none !important;}

.commentlist {
display:none !important;}

}