/* Print Style Sheet */

@media print {


body {
        background: white;
        color: black;
        margin: 0;
        }

.skiplink, #header ul.menu, #sidebar-main {
        display: none;
        }

h1 a, h2 a, h3 a {
        text-decoration: none;
        }
				
h1			{
        font-size: 14pt;
				margin: 0;
        }
#header p.description	{
        font-size: 12pt;
				margin: 0;				
        }				
.entry-title h3 {
        font-size: 22pt;
				margin: 12pt auto 2pt auto;				
        }									

#nav-above.navigation, #nav-below.navigation, #rollingarchives {
        display: none;
				}
.entry-meta *{
        display: inline;
				font-size: 10pt;
				margin-top: 0;
			  }				

.entry-content h3{
        font-size: 14pt;
				margin-bottom: 0;
			  }				
				
.entry-content p, .entry-content ul{
        font-size: 12pt;
				margin-top: 3pt;				
			  }
				
#sidebar-1.secondary *, #sidebar-2.secondary *{
        display: none;
			  }						

#footer *{
        font-size: 10pt;
				margin:0;
			  }
				
.footerfeedlinks, .footerstats {
        display: none;
			  }															
}

