﻿/*
========================================================================
Filename:		print.css
Date Created:	2010-02-05
Description:	Print CSS stylesheet
Site:			RWD Blog 
Author:			Mark Patterson (mark.patterson@atticmedia.com)
========================================================================
*/



/* Global Styles */
html, body { height: auto !important; }
body {
    background-color: #ffffff !important;
    background-image: none !important;
    color: #000000 !important;
}
#content, .post, #comments, .entry, h1, h2, h3, h4, h5, h6, p {
    float: none !important;
    clear: both !important;
}


/* Hide page elements for printing
-------------------------------------------------------- */
#ad, .advert, #header, #sidebar, #footer, #respond, #stwrapper, .navigation, .wp-pagenavi, object, #sharethis_0
{
    display: none !important;    
}
    
#content-wrapper:before {
    content: "RWD Magazine";
    font-size: 2.5em;
    font-weight: bold;
}


