/*
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;}

h1, h2, h3, h4, h5, h6 {line-height:125%;color:#000;}

h1 {font:bold 16pt/150% helvetica, arial, sans-serif; letter-spacing:0.3pt; margin:0px; }

h2 {border-bottom:1px dotted #aaa;font:14pt/150% georgia, times, serif;margin:18pt 0 6pt;padding:0 2pt 0 0;}

h3 {font-size:9pt;margin:18pt 0 6pt;text-transform:uppercase;}

p {margin:0 0 12pt;}



#header {height: 100px; border-bottom:2px solid #000;}
#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 {display: none;}


#blog-title {}
#blog-title a {text-decoration:none;color:#000;text-indent:0px;width:100%;}

#header_right_logo {display: none;}
#header_right_logo a {display: none;}

#container {margin:0px;padding:0px;}
#content {padding:0px;}

/*******************************************************
Settings - Main content section
*******************************************************/
#tabs, #navigation, #logo,  #search, #primary, #secondary, .breadcrumb, #searchform2,  #header img, #blog-description, #footer {display: none;}

