/* 
	PURG CSS file
		
*/

/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	background: #FFFFFF;
	color: #000000;
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	height: 100%;
	}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 2.0em;
	background-color: #0033FF;
	}

#sideborder{
	position: fixed;
	top: 0;
	left: 0;
	width: 1.0em;
	height: 100%;
	background-color: #0033FF;
	}
* html div#sideborder  { top: 0px; left: 0px; width: 1.0em; height: 100%; position: absolute; }

#sidebar{ position: fixed; top: 38px; left: 20px; width: 230px;}
* html div#sidebar  { top: 38px; left: 20px; width: 230px; position: absolute; }

/*#content{ margin: 45px 10% 5em 290px; max-width: 600px; }*/
#content{ 
	padding-top: 45px;
	margin: 0px 10% 5em 20px; 
	max-width: 600px;
	}

/* typography
----------------------------------------------- */

p {	line-height: 1.4em;	margin-bottom: 1.0em;}

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.4em; }
ol li{ margin-bottom: 0.2em; }
li strong {color: #999;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 1.1em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 1.1em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
	}


h1, h2, h3{ font-family: 'Trebuchet MS', Verdana, Sans-Serif;}

h1 {
	font-size: 2.3em; 
	color: #0066CC;
	}

h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #0096CC;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
	
h3 {
	font-size: 1.2em;
	letter-spacing: 0.4pt;
	color: #0096CC;
	padding-top: 0.5em;
	}
	
/*h4 {
	letter-spacing: 0.2pt;
	color: #000000;
	padding-top: 0.5em;
	}*/
	
h4 {
	font-size: 1em;
	letter-spacing: 0.2pt;
	color: #000000;
	padding-top: 0.5em;
	}

a {
	color: #0096CC;
	text-decoration: none;
	/*cursor: hand;*/
	cursor: pointer;
	}

divider {
	font-size: 1.2em;
	color: #AAAAAA;
	font-weight: bold;
	}
	
	
/* content
----------------------------------------------- */
#content ul{ margin-left: 25px;}
#content ul li{
	list-style: disc;
	padding: 0 0 0 12px;
	text-align: left;
	}
#content ul ul{ margin-top: 0;}
#content p a:hover,
a img{border: none;}
#content table{
	text-align: left;
	}


/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	}


#sidebar h1 a{ font-weight: bold; }
#sidebar h1 a:hover{  }

#nav{ list-style: none; margin: 2em 2em 2em 0;}
#nav li{ padding: 0; margin: 0; font-size: 1.1em}

#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.2em 0.2em 0.8em;
	margin-bottom: 1px;
	color: #000000;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #66E1FF;
	}	
