/* Novak Agency Print ONLY*/

/*BODY PAGES
---------------------------------------------*/
body {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15pt;
	}

/*Text Styles*/

a:link, a:visited {
	color: #999;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

#content-container a:link:after, #content-container a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#content-container a[href^="/"]:after {
  content: " (http://www.thenovakagency.com" attr(href) ") ";
   }	
   	

h1 {
	font-size: 15pt;
	}

h2 {
	font-size: 15pt;
	border-bottom: 1px dashed #999;
	}	

h3 {
	font-size: 12pt;
	}		

/*Layout Styles*/

#wrap {
	margin: 0 5%;
	}
	
#header,	
#menu,
#animation,
#footer ul,
#section {
	display: none;
	}

#footer {
	border-top: 1px solid #999;
	}

/*STOCKLISTS
---------------------------------------------*/
/*Overrides display none to show hr in print*/
hr {
	height: 1px;
	display: block;
	color: #CCC;
	}
