/*
Print Template for TheRoamingKitchen.net
*/

@media print {
    body {
        font-size:4pt; 
        margin:0; 
    }
    
    #sidebar, .entry-meta, #colophon, #site-navigation, .wp-post-image {
        display:none;
    }
    
    #header, header { 
        height:auto;
        text-align:center;
        width:100%;
    }
    
    header img{
        display:block;
        width:170px;
    }
    
    #content{ 
        margin-left:0; 
        float:none; 
        width:auto;
    }
    
    .demo .red { 
        color:black; 
        font-weight:bold;
    }
        
    #content a { 
        font-weight:normal;
        color:#000; 
        text-decoration:none;
    }
    
    #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{ 
        display: none;
    }
        
    img.centered { 
        display: none; 
        margin-left: auto; 
        margin-right: auto; 
    }
    
    img.right { 
        padding: 4px; 
        margin: 0 0 2px 7px; 
        display: none;
    }
    
    img.left { 
        padding: 4px; 
        margin: 0 7px 2px 0; 
        display: none; 
    }
    
    .right { 
        float: right; 
    }
    
    .left {
        float: left;
    }
    
    img { 
        page-break-inside:avoid; 
        page-break-after:avoid; 
    }
    
    #menu-container, #menu-follow-me, #comments, .post-info, .post-date{
        display:none;
    }
    
    .post-title{
        font-size:20px;
    }
    
    p{
        font-size:10px;
    }
    
}