/* reset css

<http://developer.yahoo.com/yui/reset/>
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}
sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* end reset css */

/* begin vertical rhythm
elements from <http://dev.opera.com/articles/view/setting-web-type-to-a-baseline-grid/> 
*/
html {
	font-size: 100%;
}

body {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.8em;
}

abbr {
	
}

h1 {
	font-size: 4.8em;
	line-height: 1.125em;
	font-weight: bold;
}

h2 {
	font-size: 2.4em;
	line-height: 1.5em;
}

h3 {
	font-size: 2.4em;
	line-height: 1.5em;
	margin-bottom: 0.75em;
}

h4 {
	font-size: 1.4em;
	margin-bottom: 1.29em;
	font-weight: bold;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	font-weight: bold;
}

p,ul, ol, dl {
	font-size: 1.2em;
	margin: 1.5em 0;
}
/* end vertical rhythm */

div#page {
	width: 68em;
	margin: 0 auto;
}

div#nav {
	width: 16em;
	display: block;
	float: left;
}

div#nav ul {
	width: 12em;
	margin-top: 0.9em;
}

div#nav ul ul {
	width: 9em;
	font-size: 1em;
}

div#nav li {
	font-size: 1.3em;
	line-height: 1.84em;
	font-weight: bold;
	padding-left: 0.7em;
}


div#nav li li {
	font-size: 0.76em;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 1.5em;
	padding-left: 0.4em;
}

div#nav li.current {
	border-left: 0.4em solid #333;
	padding-left: 0.3em;
}

div#nav li.highlight {
	background-color: #eee;
}

div#nav li a:link, div#nav li a:visited {
	color: #333;
	text-decoration: none;
}

div#nav li.current a:link, div#nav li.current a:visited {
}

div#content {
	width: 52em;
	display: block;
	float: left;
}

div#content dt {
	font-weight: bold;
}

div#content dd {
	padding-left: 1em;
}

div#content ul {
	list-style: disc;
}

div.clear {
	clear: both;
}

div.profile p {
	margin-top: 0em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link, a:visited {
	color: #06C;
}

ul.body {
    margin-left:2em;
}

