/*
Theme Name:	Naked
Theme URI:	http://www.justasimplesite.com/theme
Description:	A transitional 2 column layout with valid xhtml and css.
Version:	1.0
Author:		Dan Johnson
Author URI:	http://justasimplesite.com
*/

/* * * * * PRINT STYLE * * * * */

@media print {
body { width:100%; margin:0; font-size:10pt; line-height:120%; background:white; color:#000; }

#header ul {
list-style-type:none;
}

#header img {
border:0;
}

#searchform, #nav, #sidebar, #tools, #comments, #respond, .noprint {
display:none;
}

}