/*
Theme Name: CleakerMod
Theme URI: http://pomomusings.com/design/
Description: An original design by Adam Walker Cleaveland of <a href="http://cleavedesign.com" title="cleave design">cleave design</a>. This theme utlizes XHTML and CSS, some code from Kubrick and beautiful icons from FamFamFam.
Version: 2.1
Author: Adam Walker Cleaveland [modded by Andrea]
Author URI: http://pomomusings.com/design/
*/

/***** Print Settings *****/

@media print {
body {background:white; 
     font-size:10pt; 
     font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
     margin:0 }
#searchform { display:none }
#sidebarLeft { display:none }
#sidebarRight {display:none }
#Nav {display:none }
#header { background: #fff repeat-y;
          height:100px }
#content{ margin-left:0; 
     float:none; 
     width:auto 
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
#footer { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h1 {	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}
h1.title {
	font-size: 35px;
	letter-spacing: -2.5px;
	font-weight: normal;
        font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}
h2.tagline {
	font-size: 12px;
	font-weight: normal;
        font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

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; }
}

