/*	Printer Style Sheet */

body {
    color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    margin: 0;
	padding:0;}
	
* {margin:0;padding:0}

#logo, #sidebar1 img { display: none; }
#nav #taglinewrapper2 { display: none; }	

div#headerAH {
	/*height: 3em; */
     margin-left: 0; margin-right: 5%;
	font-size: 1em!important;			
} 
	
div#taglinewrapper {
	clear:both;
	position:relative;
	top:10px;
	left: 0em;
	height: 0px;
	z-index:280;
	width:100%!important;
	}
div#tagline {
	position:absolute;
	bottom:2em;
	left: 0em;
	font-size: 110%!important;
    text-align:center;
	line-height: 14px;
	padding: 2em 0 0 0;
	font-weight: bold;	
	margin: 0;
    color: #63655A; /* dark grey */
	height: 45px; 
    background: transparent;
	border-bottom: 1px solid #ccc;
	width:100%!important;	
	}

#sidebar1, .pagetop, #bottomnav, #backbutton, #terms, #pageTop {display: none;}


ul		{margin: 20px; padding-left: 3em;	list-style-type: disc; }
ul li 		{padding-left: 3em;	list-style-type: disc;}

#container {
  padding:0; margin: 0 0 0 0;
	}

a:link, a:visited {
	text-decoration: underline;
	}

a:link, a:visited {
    color: black;
	background-color: transparent;
	text-decoration: underline;
	}

#root {
   background-color: transparent;  
   color: black ;      
   width:100%;
   text-align: left;/* leave in to center website */
 }

h1 {margin: 0em 0 1em 0em; padding: 0 0px 10px 0px; font-size: 130%; font-weight: bold; text-transform:capitalize; width:100%!important;} 
h2 {margin: 0em 0 1em 2em!important;padding: 0 0px 10px 0px; font-size: 130%; font-weight: bold; padding:0;text-transform:capitalize;} 
h3 {margin: 0.9em 0 1em 2em; padding: 0 0px 10px 0px;font-size: 120%; font-weight: bold;text-transform:capitalize; }

  
#innercontent {padding: 0 0px 10px 0px;  margin: 0; width: 100%; }
#innercontent p  {margin-left: 5%; margin-right: 5%; padding: 20px 0px; }
  
/* use an CSS :after pseudo-element  to insert the url text after the .webaddress class */

.webaddress1:after { content: "Alternative Horizon Counselling &amp; Consulting: www.alternativehorizon.com"; 
    display: block;
    white-space: pre;
    clear: both;
    float: left;
    /*cursor:pointer;*/
	padding: 0 20px; margin: 0;
  /* link: url(http://www.alternativehorizon.com);*/
  }

.copyright {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	}
