﻿/*  -------------------------------------------------------------------
    Import Specific Lib ----------------------------------------------- */
	
	@import './lib/global.css';

/*  -------------------------------------------------------------------
    Print CSS --------------------------------------------------------- */
	
	body {
	  color: #000;
	  background: none;
	  font-family: Arial, Verdana, sans-serif;   
	  font-size: 10pt;
	  line-height: 1.5;
	}
	
	#container {
		width: auto; 
		margin: 0 2%; padding: 0; 
		border: 0;
		text-align: left;
		float: none!important;
	}
	
	h1,h2,h3,h4,h5,h6 { clear: both; font-family: Arial, Verdana, sans-serif; }
	code { font: .9em "Courier New", Monaco, Courier, monospace; } 
	
	a img { border: none; }
	
	table th { text-align: left; }
	
	blockquote {
	  font-size: .9em;
	  font-style: italic;
	  margin: 1.5em; padding: 1em;
	}
	
	.small  { font-size: .9em; }
	.skip, .hide { display: none; }
	.printonly { display: block; }
	
	a:link, a:visited {
		background: transparent;
		font-weight:700;
		text-decoration: underline;
	}
	
/*  -------------------------------------------------------------------
    Print CSS - Hide Elements ----------------------------------------- */	
	
	#header ul, #mainNav, #overlay, #popin, #subNav, ul.button, object, embed  { display: none!important; }
	
/*  -------------------------------------------------------------------
    Redifine Tag ------------------------------------------------------ */
	
	#header h1 { margin-top: 20px; }
	#header h1 a { text-decoration: none; }
	ul.menu li {
		display: inline; 
		list-style: none;
		margin-left: 0; 
		margin-right: 10px; 
	}
	ul.menu li a { 
		font-size: 14px;
		font-weight: bold;
	}

	#main, #sidebar, #bottom, .footer-links { clear: both; border-top: 2px dashed #ccc; margin-top: 15px; padding-top: 15px; }

	span.sep { 
		color: #000; 
		padding: 0px 5px;
	}

	a.b_learn:link:after, a.b_learn:visited:after,
	a.b_read:link:after, a.b_read:visited:after {
	  content: " (" attr(href) ") ";
	  font-size: 90%;
	  padding-left: 6px;
	}

/*  -------------------------------------------------------------------
    Other ------------------------------------------------------------- */

	.clearfix:after {
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
	}
	.clearfix { display: inline-block; }
	
	/* Hide from IE Mac \*/
	.clearfix { display: block; }
	/* End hide from IE Mac */
	
	
