
/* --------------------------------------------------

filename:print.css
title: Secondary CSS file for joyofcode.com
author: Bud Kraus, bud@joyofcode.com
url: http://www.joyofcode.com/styles/print.css
license: Copyright 2008. All Rights Reserved.  Feel free to read and learn but please do not steal!!

description: This file is used primarily for the Joy Gems Newsletter section. It provides the Print Specs.

-------------------------------------------------- */



body
{
	background:#fff url(none) ;
}

a
{
	text-decoration:none !important;
}

#masthead
{display:none;
	
}




#wrapper
{
	border-top:0;
border-bottom:0;
}


#left_col
{display:none;
	float:none !important;
		width:auto !important;}

div#jg_sidebar
{display:none;
	float:none !important;
	width:auto !important;}


#content
{float:none;

width:100%;
margin:0px;
}

#content.jg
{background:#fff;}

#content h2
{
	background:#fff;
	color:#000;
	border:0;
}


#footer
{
display:none;	
}

#old_new_box. .msnbc_box
{background:white;
color:black;
	
}
