article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-y: scroll; }
html, button, input, select, textarea { font-family: sans-serif; color: #000; }
body { margin: 0; font-size: 16px; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #000000; text-decoration: none; }
a:visited { color: #000000; }
a:hover { color: #000000; text-decoration: underline; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/*pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }*/
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

html, body, h4 { margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; }
body { font-size: 12px; background: #2f4f4f; } /* DeepSlateGray */

h1 { font-size: 200% }
h2 { font-size: 160% }
h3 { font-size: 120% }
h4 { font-size: 100% }
h5 { font-size: 90% }
h6 { font-size: 80% }

#wrapper { min-height: 100%; /*width: 962px;*/ margin: 0 auto; padding: 40px 0; }
.lt-ie7 #wrapper { height: 100%; }
#container { position: relative; background: #ffffff; border-radius: 8px; }

header, footer { background: #00bfff; } /* DeepSkyBlue */
header { border-radius: 8px 8px 0 0; }
#header { padding: 0 0.6em; }
#header #h1, #header #h2 { display: inline; line-height: 70px; }
#header #h1 { letter-spacing:2px; }

#dLogo { float: left; width: 50px; height: 50px; margin: 10px 10px 0 0; }

#qWrap { padding: 20px; text-align: center; }

#main, #mcWrap { width: 100%; }
#main { padding-bottom: 200px; }
/*#mcWrap { display: inline-block; /*border:1px solid;*/ }*/
/*#leftcolumn, #midcolumn, #rightcolumn { margin: 5px 0 0; padding: 0; float: left; }*/
#leftcolumn { width: 180px; margin-left: 1px; }
/*#midcolumn { width: 624px; padding-right: 5px; }*/
#rightcolumn { width: 150px; }

.js #leftcolumn  .left-menu { cursor: pointer; }
#leftcolumn .left-menu { margin: 0; padding: 0; letter-spacing: 1px; text-indent: 5px; }
#leftcolumn ul { list-style: none; padding: 0; width: 150px; margin: 0 auto; padding: 0; }
#leftcolumn li { list-style: non; margin: 10px 0 0; padding: 0; }
#leftcolumn #leftcolumn-top { margin-top: 5px !important; }
#leftcolumn div { display: none; padding: 5px; border: 1px solid; border-radius: 8px; }
#leftcolumn div div { display: block; border: none; border-bottom: 1px solid; border-radius: 0; }
#leftcolumn div div>a { width: 100%; margin: 0; padding: 0; line-height: 1em; }
#leftcolumn div div { margin: 0; padding: .5em 0; border-bottom: 1px solid; }
#leftcolumn div>:last-child { border: none; }

#content { padding: 0 10px; }
#content>:first-child { margin-top: 0; }

p.quote {padding:3px 0 4px;text-align:center;font-style:italic;border-top:1px solid;border-bottom:1px solid;}

.simpleCodeSample { padding: 0 5px; /*background: #000000; color: #ffffff;*/ overflow-x: auto; border: /*3px inset #2f4f4f*/ 1px solid; }
.codeSample { /*background: #000000; color: #ffffff;*/ overflow-x: auto; border: /*3px inset #2f4f4f*/ 1px solid; }
.codeSample ol { margin-top: 0; margin-bottom: 0; }
.codeSample pre { margin: 0; padding-left: 1em; border-left: 1px solid; }
.contracted { height: 18em; overflow-y: auto; }

footer { position: absolute; width: 100%; height: 200px; bottom: 0; right: 0; text-align: center; font-size: 8pt; border-radius: 0 0 8px 8px; }
#footer {  }

#footer-grid { text-align: left; }
#footer-grid dl { margin: 0; padding: 0; }
#footer-grid dt { font-size: 8pt; height: 24px; line-height: 28px; letter-spacing: 1px; border-bottom: 1px solid #000000; margin: 0 0 4px 0; padding: 0; }
#footer-grid dd { font: normal 8pt/1.75em Arial, Helvetica, sans-serif; margin: 0; padding: 0; }
.ftr-col * { text-indent: 28px; }
.ftr-col { display: -moz-inline-box; display: inline-block; vertical-align: top; margin: 0 0 1.5em 0; }
.ftr-row-1 { width: 25%; margin-top: .20em; }
.ftr-row-2 { width: 33%; }
.ftr-row-2:last-child { width: 34%; }

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
