/*
Theme Name: Cajun Grocer
Theme URI: http://www.cajungrocer.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Travis Boudreaux
Author URI: http://www.comittechnologies.com


This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

*/ @media print {
	body {
	    background: white;
	    font-size: 10pt;
	    margin: 0
	}
	#sidebar {
		display:none
	}
	#header {
	    display: none;
	}
	#content {
		margin-left: 0;
		float: none;
	    width: auto
	}
	.demo .red {
	    color: black;
	    font-weight: bold
	}
	#content a {
	    font-weight: bold;
	    color: #000066;
	    text-decoration: underline
	}
	#content {
	    margin-left: 0;
	    float: none;
	    width: auto
	}
	#footer, .ad {
	    display: none
	}
	
	h1, h2, h3, h4, h5, h6 {
	    page-break-after: avoid;
	    page-break-inside: avoid
	}
	
	h3 {
	    margin-left: 10px;
	    margin-bottom: 0px;
	    padding-bottom: 0px
	}
	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;
	}
	.ltcolblog {
	    display: none;
	}
	.footerwrap {
	    display: none;
	}
	.hdr_top {
	    display: none;
	}
	.hdr_mid {
	    display: none;
	}
	.hdr_btm {
	    display: none;
	}
	#hiddenreply {
	    display: none;
	}
	.entry {
	    font-size: 12px;
	}
}