/*
Theme Name: With Love and Light Theme
Theme URI: http://www.withloveandlight.com/
Description: A WordPress theme for With Love and Light Theme.
Version: 2.0
Author: Jason Butler
Author URI: http://www.biscuitstudios.com/
Tags: custom header, fixed width, two columns, widgets
*/

/* Print Style Sheet */
@media print {
body {background:white; 
     font-size:11pt;
     color:black;
     margin:0; }
/*
#wrapper {
	width: 90%;
	border: none;
	background: none;
}
*/
#sidebar { display:none; }
#header { display:none; }
.main { margin-left:0; 
     float:none; 
     width:auto }

a { 
     color:#333; 
     text-decoration:underline }
#commentform { display:none }
#footer-wrapper { display:none }
#copyright { font-size: 8pt;
}
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
}


#wrapper {
	width: 90%;
	border: none;
	background: none;
}