/* Print Styles for Swissbloom.com  */


html { 
	margin-bottom: 0; 
	}	

body {
	background-color: #FFF;		/* white background default */
	color: #3F3E3D;				/* dark gray text default */
    font-family: Helvetica, sans-serif;   
    font-size: 100%;		/* to print at whatever magnification was used on screen */
    line-height: 1;			/* reset */
    margin: 0 auto;
    padding: 1em;
	}
	
	
/* =HEADINGS  */

h1 {
	color: #444;
	font-family: "Univers 65", "Helvetica Bold", sans-serif;
	}

h2,h3,h4,h5,h6 {
    font-family: "Univers 65", "Helvetica Bold", sans-serif;
    font-weight: normal;
    color: #3E5950;				/* grey blue or 444 dark gray */
    margin: 2em 0 0.25em 0;
    padding: 0;
    page-break-after: avoid;  /* does not work in all browsers, but is supposed to avoid ending the page right after a heading */
  }

h1 { font-size: 1.5em; }                     /* Only used in header 36px */
h2 { font-size: 1em; }                      /* 16px */
h3, h4, h4, h6 { font-size: 0.875em; }      /* 14px */


/* =LISTS  */

ul, ol { 
  	line-height: 1.5em; 
  	margin: 0 0 1em 2em; 
  	}
  	
ul { 
  	list-style-type: disc; 
  	}
  	
ul ul { 
	list-style-type: circle;  
	margin-bottom: 0;
	}

ol { 
  	list-style-type: decimal; 
  	}
  	
ol ol { 
  	list-style-type: lower-latin; 
  	margin-bottom: 0; 
  	}

li { 
  	font-size: 0.875em;
  	margin-left: 2em; 
  	line-height: 1.5em; 
  	padding: 0;
  	}
  	
li li {
	font-size: 1em;
	}
	
blockquote, cite, q {
    font: italic normal 500 1em Georgia, "Times New Roman", Times, serif;
 	 }
 	 
blockquote { 
  	color: #666;
  	margin: 0 1.125em 1.250em 4em;  
  	}
  	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '"';
	}
	
/* SHOW URLS OF LINKS */

a:link, a:visited {
	color:#444;
	text-decoration: none;
	}
	
a[href^="http://"] {
	color:#444;
	}
	
a:link[href^="http://"]:after, a:link[href^="https://"]:after, a[href^="http://"]:visited:after, a[href^="https://"]:visited:after {
	content: " (" attr(href) ") "; 
	}

a[href^="http://"] {
	color:#000;
	}
	

/* =NAV igation */
#nav { 
	display: none;
  	}
  	
/*  =CONTENT  Special styling  */	  
#content { 
	clear: both;   /* clearing floated navigation */
	background: transparent;
	color: black; 
  	width: auto;
	border: 0;
	margin: 0 ;
	padding: 0;
	float: none !important;
  	}
