/* SignalScope Pro iPhone Help Documentation	*/
/* Created April, 2009	*/
/* Based on SignalScope Pro Help Documentation	*/
/* Created November 28, 2007	*/



/* Setting the stage */

	* {
		margin: 0;
		padding: 0;
		}
	
	html {
		font-size: 62.5%;
		}
	
	body {
		font-family: "Lucida Grande", sans-serif;
		font-size: small;
		padding: 3em 1em 0em 1em;
		}
		
	h2 {
		font-size: small;
		margin: 2.5em 0 1em 0;
		}
	
	a		{
		text-decoration: none;
		}
	
	a:hover	{
		text-decoration: underline;
		}
	
	p, ul, ol  {
		margin: 1.2em 0;
		line-height: 1.2em;
		}
		
	code, pre { font-size: medium; }
	
	pre {
		margin-left: 1em;
		border-left: 1px solid #bbb;
		padding-left: 1em;
		}		
		
		
		
/* Document title, with room for app icon */

	h1 {
		font-size: medium;
		margin: 0 0 0.5em 0;
		/*padding-left: 42px;*/
		min-height: 32px;
		/*background: url(./images/SignalScopeProIcon32.png) no-repeat bottom left;*/
		/*-webkit-background-size: 32px 32px;*/
		line-height: 32px;
		}
		
/* Document title, with room for tool(bar) icon */
	h1.fftanalyzer {
		font-size: medium;
		margin: 0 0 0.5em 0;
		padding-left: 42px;
		min-height: 32px;
		background: url(./images/FFTAnalyzerToolIcon.png) no-repeat bottom left;
		-webkit-background-size: 32px 32px;
		line-height: 32px;
		}
		
	h1.octaveanalyzer {
		font-size: medium;
		margin: 0 0 0.5em 0;
		padding-left: 42px;
		min-height: 32px;
		background: url(./images/OctaveBandAnalyzerToolIcon.png) no-repeat bottom left;
		-webkit-background-size: 32px 32px;
		line-height: 32px;
		}
		
	h1.oscilloscope {
		font-size: medium;
		margin: 0 0 0.5em 0;
		padding-left: 42px;
		min-height: 32px;
		background: url(./images/OscilloscopeToolIcon.png) no-repeat bottom left;
		-webkit-background-size: 32px 32px;
		line-height: 32px;
		}
		
	h1.signalgenerator {
		font-size: medium;
		margin: 0 0 0.5em 0;
		padding-left: 42px;
		min-height: 32px;
		background: url(./images/SignalGeneratorToolIcon.png) no-repeat bottom left;
		-webkit-background-size: 32px 32px;
		line-height: 32px;
		}
		
		
/* The navigation links at the top of the page */

	div.navbar {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #f2f2f2;
		border-bottom: 1px solid #bbb;
		font-size: small;
		padding: 0.3em 0.5em 0.3em 1em;
		}
		
	div.navbar a {
		display: block;
		}
	
	div.navbar span#left {
		position: absolute;
		left: 0;
		top: 0;
		border-right: 1px solid #bbb;
		padding: 0.3em 1.8em 0.3em 0.75em;
		}
		
	div.navbar span#title {
		font-weight: bold;
		padding-left: 158px;
		padding-bottom: 0.3em;
		padding-top: 0.3em;
		}
			
	div.navbar span#right {
		position: absolute;
		right: 0;
		top: 0;
		border-left: 1px solid #bbb;
		padding: 0.3em 1.8em 0.3em 0.75em;
		}


/* Image captions */

	p.caption {
		font-weight: bold;
		font-size: smaller;
		}
		
/* Lists, ordered and otherwise */
	
	li {
		margin-bottom: 1em;
		}
	
	ol, ul {
		background: #e6edff;
		border: 1px solid #bbb;
		padding: 0.5em 1em;
		margin: 1em 0;
		}
		
	ul.info, ol.info {
		background: #eee;
		border: 1px solid #bbb;
		}
		
	ul ul, ol ul {
		border: none;
		margin: 0.5em 0 1em 0;
		padding: 0;
		background: transparent;
		}
	
	li {
		margin: 0.5em 0;
		padding: 0;
		margin-left: 1.5em;
		}
	
	span.term {
		font-weight: bold;
		}

/* Of topics, sections, and subsections */
	
	div.topics {
		width: 98%;
		float: left;
		}
	
	div.topics h2 {
		display: none;
		}
		
	div.topics ul, div.subsection ul, ul.topics {
		list-style: none;
		margin: 0.5em 1em;
		padding-left: 1em; text-indent: -1em; /* Hanging indents */
		background: transparent;
		border: 0;
		padding: 0;
		}
		
	div.topics li, div.subsection li {
		display: block;
		margin: 0.5em 0 0 0;
		padding: 0;
		}
			
	div.subsection {
		border: 1px solid #A9A9A9;
		margin: 0 1% 1em 0;
		width: 98%;
		float: left;
		}
		
	div.section {
		border: 1px solid #A9A9A9;
		margin: 0 1% 1em 0;
		background: #e6edff;
		width: 98%;
		float: left;
		}
		
	div.section p {
		padding-left: 8px;
		padding-right: 8px;
		}
	
	div.section ul, div.section ol{
		border: none;
		margin: 10px 10px;
		}
		
	div.section ul.info, div.section ol.info {
		border: 1px solid #bbb;
		}
		
	div.section, div.section h2, div.subsection, div.subsection h2 { -webkit-border-radius: 5px; }
	div.section h2 { -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; }
	
	div.section h2, div.subsection h2 {
		padding: 0.3em 1em;
		background: #e6edff;
		font-weight: bold;
		font-size: smaller;
		margin: 0;
		}
		
	div.subsection ul {
		margin: 0.3em 0.8em;
		}
		
	div.subsection li {
		margin: 0.5em 1em;
		}
		
	table.audioio {
		border-collapse: collapse;
		border: 2px solid #666666;
		margin: 10px;
	}
	
	table.audioio td {
		border: 1px solid #666666;
		padding: 2px 6px 2px 6px;
		margin: 0px;
	}
	
	div.footer, div.footer p {
		font-size: 8pt;
	}