/*
LAYOUT: Print style sheet
DESCRIPTION: A basic print style sheet that does include CSS 2.1 (i.e., not IE 6 & 7 friendly) descriptors
*/
body {font-family: Arial, Helvetica, sans-serif;  font-size:14px; color: #000; text-align: left;margin: 0px; line-height:21px;}
body a,body a:link,body:visited,body a:hover,body a:active {color:#000;text-decoration:none;}
body h2,body h3,body h4,body h5,body h6 {line-height:125%;color:#000;}

body h1 {font:bold 16pt/150% helvetica, arial, sans-serif;letter-spacing:0.3pt;margin:6pt 0;}
body h2 {border-bottom:1px dotted #AAA;font:14pt/150% georgia, times, serif;margin:18pt 0 6pt;padding:0 2pt 0 0;}
body h3 {font-size:9pt;margin:18pt 0 6pt;text-transform:uppercase;}
body p {margin:0 0 12pt;}

.byline {color:#000;}

#header {height: 97px;}
#header h1{font-size: 22px; margin:  0;padding: 40px 0 0 0px; text-align:left; line-height:21px; color:#000;}
#header h1 a{font-weight:100;color: #000;text-decoration: none;font-size: 170%;}
#header h1 a:hover{color: #000;text-decoration: none;}
#blog-description {margin: 0;padding: 10px 0 5px 20px; font-family:'Times New Roman', Times, serif;
	font-weight:700;/*color: #1c3c79;*/ color: #666; font-size: 100%;letter-spacing: 1px;width: 300px;*/}

div#main {margin-top:20px; width: 100%;}
.hentry {border:0px;}
.hentry h1 {border-bottom: 1px solid #000;}

.page-title, .entry-title{border-bottom:2px solid #000;}


/*******************************************************
Settings - Main content section
*******************************************************/
#tabs, #sidebar,#leftbar,#rightbar, .breadcrumbs,#footer, #searchform2 img, .navigation  {display:none;}

