/* 

    ABS Jets     Print CSS file
    ------------------------------------------------------------------------
    Author       Ondrej Valka (ondrej@valka.info)
    Created      16 Nov 09
    Last edit    -

    Based on     http://code.google.com/p/hartija/
                 http://erskinelabs.com/post/the-process-toolbox-part-seven-convention/

*/

/*  ----- Hiding elements -----  */

.hide, #menu-main, #menu-services, #section-quick-links,
.pp_overlay, .pp_pic_holder, .ppt { display: none; }

/*  ----- Basics -----  */

body { 
	background: none;
	color: #000;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 12pt;
	line-height: 18pt;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

/*  ----- Typography -----  */

h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; }

h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }

h4, h5, h6 { 
	font-size: 12pt;
	text-transform: uppercase;
}

blockquote { margin: 20px; }
      code { font: 10pt Courier, monospace; }
        hr { background: #000; }
        ul { list-style: square; }

/*  ----- Links -----  */

a { 
	background: none;
	color: #000;
	font-weight: bold; 
	text-decoration: underline;
}

     a[href^="http://"]:visited:after,
a:link[href^="http://"]:after { 
	content: " (" attr(href) ") "; 
	font-size: 90%;
}
a[href^="http://"] { color:#000; }

/*  ----- Images -----  */

  img { max-width: 25%; }
a img { border: none; }

/*  ----- Tables -----  */

table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
tr {page-break-inside: avoid;} 