@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 18px;
	background-color: white;
}

div#bd {
	margin: 1em 7.6em 1em 7.6em;
}

div#bd p {
	line-height: 1.4;
}

p {
	margin: 9px 0 9px 0;
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 18px;
	margin-bottom: 18px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 27px;
	margin-bottom: 9px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 18px;
}


div.category h1.first {
	margin-top: 0;
}

div#bd h3 {
	font-size: 14px;
}

ol {
	margin-left: 3em;
}

ol li {
	list-style-type: decimal;
	margin-bottom: 9px;
}

ul {
	margin-left:  2em;
}

ul li {
	list-style-type: square;
	margin-bottom: 9px;
}

dt {
	margin: 18px 2em 0 2em;
	font-weight: bold;
}

dd {
	margin: 9px 2em 9px 2em;
}

/* Primary in-line tag characteristics */

a {
	text-decoration: none;
	color: #0058b1;
}

a:hover {
	color: red;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* disable visual characteristics of hyperlinked headings */

h1 a, h2 a, h3 a {
	color: black;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #264277;
	text-decoration: none;
}

.tbd {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #900;
    background: #CCC;
    padding: 4px;
    margin: 8px;
    border: 1px solid black;
}

/* standardized page header/footer */

div#header {
	border-bottom: 2px solid #CCC;
	text-align:center;
	height: 32px;
	padding-top:9px;
	padding-bottom: 9px;
}


div.title {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	clear: both;
	font-weight: bold;
}

div.subtitle {
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 9px;
	text-align: center;
	font-style: italic;
	color: #78a2cc;
}

div.byline {
	font-family: Georgia, serif;
	font-size: 88%;
	text-align: center;
	font-style: italic;
	line-height: 1.2;
}


div#footer {
	font-family: Georgia, serif;
	text-align: center;
}

div#subfooter {
	border-top: 2px solid #CCC;
	text-align:center;
	font-size: 85%;
}

#subfooter p {
	text-align: center;
}

#datestamp {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #aaa;
	margin-bottom: 9px;
}

/* Standardized style */

div.photo div.caption {
	font-style: italic;
	margin-top: 0.5em;
}

div.info {
	background-color: #dbebfe;
	border: 2px solid #7b8490;
}

div.support {
	background-color: #dbfeeb;
	border: 2px solid #7b8490;
	font-size:  88%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	clear: both;
}

div.warning {
	background-color: #f6bbb2;
	border: 2px solid red;
}

img.stroke1 {
	border: 1px solid #000;
}

img.stroke2 {
	border: 1px solid #000;
}

a.permalink, a.view-more {
	text-transform: uppercase;
	letter-spacing: .2em;
	font: 9px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

img.badge {
	position: relative;
	bottom: -2px;
	margin-left: 1px;
	margin-right: 1px;
}

.alc-date {
	text-transform: uppercase;
	letter-spacing: .2em;
	font: 12px "Verdana", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-left: 20px;
	color: #BBB;
}

a.permalink {
	color: #ccc;
	margin-left: 1em;	
	}

a:hover.permalink {
	color: red;
}

a.view-more {
	color: black;
	background-color: #CDF;
	border: 1px solid #888;
	display: inline-block;
	padding: 1px 2px 1px 3px;
	vertical-align: 3px;
	position: relative;
	bottom: -1px;
}

a:hover.view-more {
	color: red;
	background-color: lightgray;
	border: 1px solid gray;
}

.new-or-updated {
	color: #4f58b1;
	border: 1px solid #78a2cc;
	background-color: #ffa;
	text-transform: uppercase;
	letter-spacing: .2em;
	font: 9px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: inline-block;
	padding: 1px 2px 1px 3px;
	vertical-align: 3px;
	position: relative;
	bottom: -1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

span.fauxbutton {
	display: block;	
	padding: 3px 1em 3px 1em;
	margin: 18px 0 18px 0;
	text-align: center;
	width: 200px;
	color: #fff;
	background-color: #88bf70;
	border: 1px outset #88bf70;
	cursor: pointer;
	font: bold 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	letter-spacing: 1px;
}

span.fauxbutton.center {
	margin: 18px auto 18px auto;
}

a.right span.fauxbutton {
	margin: 18px 0 18px auto;
}

a span.fauxbutton {
	text-decoration: none;
}

a:hover span.fauxbutton {
	background-color: #90cb77;
	border: 1px outset #90cb77;
}

span.image-technical {
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	font-style: normal;
}

div.pullquote {
	text-align: center;
	margin: 18px;
	clear: both;
}

div.pullquote a:hover, div.pullquote a:active {
	text-decoration: none;
}

div.photo {
	text-align: center;
	margin-bottom: 18px;
}

div.photo.gray {
	padding: 3em 0 3em 0;
	background: #7f7f7f;

}

div.photo.right {
	float: right;
	margin-left: 18px;
}

div.photo.left {
	float: left;
	margin-left: 18px;
}

.todo {
	color: red;
	background-color: yellow;
}

/* default table styles
 (may need to further decimate) */

caption {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 18px;
}

table.subscription caption {
	display: none;
}

th {
	font-weight: bold;
}

table {
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: auto;
	margin-right: auto;
}

table th, table th p {
	text-align: left;
	vertical-align: top;
	font: bold 11px/1.4 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	padding-bottom: 1em;
	padding-right: 1em;
}

table td, table td p {
	font: 11px/1.4 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	padding-bottom: 1em;
	padding-right: 1em;
	margin: 0;
}

th.colhead {
	text-align: left;
}

th.center, td.center {
	text-align: center;
}

td.first {
	border-left: none;
}

table.subscription {
	margin-left: auto;
	margin-right: auto;
}

table.rowborders td {
	padding-top: 1em;
	border-top: 1px solid #ccc;
}

table.subscription th, table.subscription td {
	padding: 0.35em 1em 0.35em 1em;
}

table.subscription th.colhead {
	text-align: center;
}

table.subscription td {
	text-align: center;
	border-left: 1px solid gray;
}

table.subscription td.first {
	border: none;
}


/* semantic selectors */

.first {
	margin-top: 0;
}

.setting {
	font: 12px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
}


p.setting, div.setting {
	margin-left: 18px;

}

.warning {
	color: red;
}

.source-code {
	margin-left: 18px;
	font: 12px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
}

.terminal {
	margin-left: 18px;
	font: 12px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
}

.terminal-cmd {
	margin-left: 18px;
	color: #0000FF;
	font: 12px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
}

.filename {
	font-family: "Courier New", Courier, Monaco, mono;
	font-size: 12px;
}

.hilite {
	background-color: #FF9;
	}


.quote, .aside {
	font-style: italic;
	margin: 9px 18px 9px 18px;
}

.quote-box
{
	font-style: italic;
	margin: 9px 18px 9px 18px;
	padding: 9px;
	border: 1px solid black;
}
	
a.title, span.title {
	/* IMPORTANT: shouldn't this be ".citation"? */
	font-style: italic;
}

.menu-item {
	font-family: "Lucida Grande", "Lucida", san-serif;
	font-weight: bold;
}

p.question {	
	font-style: italic;
	font-weight: bold;
	/* should probably be a wrapping div in case multiple paragraphs in question */
	color: #767676;
	font-size: 120%;
	line-height: 1.4;
	background: url(../gfx/bkgd.question.jpg) no-repeat scroll 0 2px;
	padding-left: 52px;
	margin-bottom: 18px;
	min-height: 45px;
}

div.category h1, h1.category, h2.category {
	text-align: left;
	letter-spacing: .3em;
	word-spacing: 2px;
	margin-top: 27px;
	margin-bottom: 9px;
	color: white;
	height: 18px;
	background: #78a2cc;
	font: bold 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0.4em 0 0.7em;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

div.sidebar, p.sidebar
{
	margin-left: 18px;
	padding-left: 36px;
	margin-right: 18px;
	font-style: italic;
	background: url(../gfx/bkgd.asterisk.jpg) no-repeat 4px 4px;
	min-height: 30px;
}

.cmdline-test-results
{
	font: 12px Menlo, Monaco, "Courier New", "Courier", "Andale Mono", mono;
	margin-left: 18px;
	color: #4d995f;
}

/* special table semantics */

.table-spare {
	border: none;
}

.table-spare td, .table-spare th {
	padding: 0.5em 1em;
}

.table-spare th {
	border: none;
}

.table-spare td {
	border: 1px solid #aaa;
}

.table-spare caption {
	text-align: center;
	margin-bottom: 9px;
}

td.tablecell-right, th.tablecell-right {
	text-align: right;
}

td.tablecell-center, th.tablecell-center {
	text-align: center;
}

/* special header overrides */

body.nopageheading #header {
	display: none;
}

body.dap div#header, body.dip div#header, body.zf div#header {
	height: 108px;
}

body.alc #header, body.gear #header {
	height: 54px;
}

#dapmastheadgfx, #dipmastheadgfx, #zfmastheadgfx {
	float: left;
	width: 280px;
	text-align: right;
}

#dapmastheadtxt, #dipmastheadtxt, #zfmastheadtxt {
	width: 594px;
	float: right;
	padding-right: 36px;
}

#dapmastheadtxt div.title, #dipmastheadtxt div.title, #zfmastheadtxt div.title {
	text-align: left;
}

#dapmastheadtxt div.subtitle, #dipmastheadtxt div.subtitle, #zfmastheadtxt div.subtitle {
	text-align: left;
}

#dapmastheadtxt div.byline, #dipmastheadtxt div.byline, #zfmastheadtxt div.byline {
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

/* special features for article template */



body.article #header {
	display: none;
}

body.article #footer {
	display: none;
}

body.article #articlenav {
	margin: 18px 0 18px 0;
}

body.article #TOCSelect {
	float: right;
}

div.bottomnav {
	margin-top: 18px;
	text-align: right;
}

div.nextpage {
	clear: both;
	font-weight: bold;
	font-size: 118%;
}

div.prevpage {
	clear: both;
	font-size: 100%; /* was 88% */
}


#articleTitle {
	text-transform: uppercase;
	height: 36px;
	letter-spacing: 1px;
	word-spacing: 2px;
}

/* special selectors for the DAP ToC */

body.dap.toc ol {
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 3em;
}

body.dap.toc ol li {
	list-style-type: decimal;
	margin-bottom: 0;
}

.example {
}


/* form stuff from Mail Chimp */

fieldset {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	background-color: #f1f1f1;
	padding: 1em;
}

div.mc-field-group {
	margin-bottom: 1em;
}


div.input-group li, div.mc-address-group li {
	list-style-type: none;
}

div.mc-address-group li label {
	margin-right: 1em;
}

div.input-group li label {
	margin-left: 1em;
}

div.indicate-required {
	margin-bottom: 1em;
	color: #828282;
}

label.input-group-label {
	margin-bottom: 1em;
}

div.mce_inline_error {
	color: red;
	font-weight: bold;
	font-style: italic;
}

/* Temporary CSS for tdmouseover */

table.tdmouseover {
	border-spacing: 3px;
	border-collapse: separate;
}

table.tdmouseover td.active {
	border: 2px solid #666;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: center;
	background-color: #888;
}

table.tdmouseover td.active.apertureseries {
	width: 30px;
}

table.tdmouseover td, table.tdmouseover th{
	padding: 9px 3px 9px 3px;
}

table.tdmouseover td.active:hover {
	background: #aaa;
}

