/* sidebar */
.sb-what { display: block; text-transform: uppercase; background-color: #6b6b6b; padding-left: 5px; color: #fff; line-height: 1.5em; }
.sb-links { padding-left: 10px; margin-bottom: 10px; }
.sb-links a { display: block; margin-top: 4px; line-height: 1.1em; }
.sb-sub .arr, .sb-par .arr, .sb-sib .arr { border: 4px solid transparent;  height: 0; width: 0;
	display: inline-block; margin-right: 4px; position: relative; top: -1px; }
.sb-par .arr { border-bottom-color: #000; }
.sb-sib .arr { border-left-color: #000; left: 2px; }
.sb-sub .arr { border-top-color: #000; }

/* font size */
#accessibility a { border: 1px solid #bbd3f9; color: #0367B1; font-family: courier; font-weight: bold;
	display: inline-block; margin-right: 4px; line-height: 30px; width: 28px; text-align: center; text-decoration: none;
	-moz-border-radius: 8px; border-radius: 8px; -webkit-border-radius: 8px; }
#accessibility .current { color: #555; }
#accessibility a:hover { background-color: #D2DBFF; }

#post-2 .entry-content { overflow: visible; } /* home pg width */

/* doc n link icons */
.doc-link { line-height: 20px; height: 20px; }

/* section (shortcode) */
h3.section { font-size: 12pt!important; color: #39f!important; }
.section a { margin-left: 15px; padding: 4px; background-color: #39f;
	color: #fff!important; text-decoration: none; cursor: pointer; }
/*.section-body { display: none; }*/
