body {
	padding-top: 50px;
	padding-bottom: 40px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight:400;
}
code{
	font-family: 'Source Code Pro',monospace;
	font-weight: 700;
	font-size: 15px;
	line-height: 28px;
	white-space: nowrap;
	color: inherit;
}
pre.console, pre.file{
	overflow-x: auto;
	overflow-y: hidden;
	white-space: pre;
	font-family: 'Source Code Pro',monospace;
	font-weight: 400;
	font-size:115%;
	letter-spacing: 0.015em;
	line-height: 120%;
}
pre.console .popover-title{
	background-color: #111;
}
pre.console .popover-content {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight:400;
	color:#333333;
	font-size: 14px;
	white-space: normal;
    word-wrap: normal;
	word-break: normal;
}
.console{
	background-color: #111;
	color: #00aa00;
	padding: 0.3em 0.5em;
	border-radius: 10px;
}
.console .input, .console i{
	font-weight: 700;
	font-style: normal;
	color: #11FF11;
}
.console abbr, .console .explain {
	border: 1px dotted #00aa00;
}
.file{
	background-color: #F8F8F8;
	background-image: url('/common-ui/beige_paper.png');
	border: 1px solid #CCCCCC;
	padding: 0.5em;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7) ;
	border-radius: 0;
}
.file .filename{
	text-align: center; 
	font-weight: bold; 
	padding: 5px 0px; 
	background-color: rgba(0, 0, 0, 0.1);
}
.file .input, .file i{
	font-weight: bold; 
	font-style: normal;
	background-color: rgba(113, 255, 9, 0.4);
	color: #377d04; /* palette green at Value 47 */
}
.file .remove{
	text-decoration: line-through;
	background-color: rgba(255, 9, 112, 0.4);
	color: #780435; /* palette magenta at Value 47 */
}
.cut{
	background:url("/common-ui/scissors.png") no-repeat scroll 0 0 transparent; 
	padding-left:28px;
	color: #999999; /* .muted */
}
abbr, .explain {
	border: 1px dotted #999999;
	padding: 1px;
	cursor: help;
}
code abbr, code .explain{
	border: 2px dotted #bbb;
	padding: 0 2px;
}
em, .attn{
	background-color: rgba(255, 9, 112, 0.15);
    border: 1px solid rgba(255, 9, 112, 0.5);
    //color: #FF0970;
	font-style: inherit;
}
li .done{ color:#11FF11; font-size:200%; }
div.step{ 
	padding:40px 0 0 40px;
}
div.step h5{
	margin-bottom:0;
}
.step-title{
    font-size: 20px;
    line-height: 30px;
	text-indent: -35px;
}
.step-title i{
	background: url("/common-ui/check.png") no-repeat scroll 0 -150px transparent;
	width:30px;
	height:30px;
	margin-right:5px;
	display:inline-block;
	vertical-align:text-bottom;
}
.step-title.good i{
	background-position:0px -180px;
}
.step-title.bad i{
	background-position:0px -210px;
}
.lesson-progress{
	line-height:50px;
}
.lesson-progress i{
	background:url("/common-ui/check.png") no-repeat scroll 0 0 transparent; 
	width:50px;
	height:42px;
	margin-right:5px;
	display:inline-block;
	vertical-align:text-bottom;
}
.lesson-progress i.good{
	background-position:0px -50px;
}
.texture-block{
	border-radius: 6px 6px 6px 6px;
	background-image:url("/common-ui/debut_light.png");
}
.texture-block h2:first-child {
    margin-top: 0;
}
.texture-block h2{
	text-shadow: 2px 2px 3px #333;
}
.texture-block h3{
	text-shadow: 1px 1px 2px #333;
}
.texture-block blockquote small{
	color:#bbb;
}
.texture-block.slate{
	background-image: url("/common-ui/brushed_alu_trans.png"); 
	background-color: rgb(170, 170, 170);
}
.texture-block.slate h2,.texture-block.slate h3, .texture-block.white h2, .texture-block.white h3{
	text-shadow: none;
}
.texture-block.blue{
	background-color:#0970FF;
	color:white;
}
.texture-block.blue p a{
	color: white;
	text-decoration: underline;
}
.texture-block.green{
	background-color:#71ff09;
}
.texture-block.red{
	background-color:#FF0970;
	color:white;
}
.texture-block.sidebar{
	padding: 20px;
}
.sidebar h2, .sidebar h3{
	margin:0 0 20px 0;
}
.sidebar form{
	margin-bottom:0;
}

footer{
	margin-top:2em;
	border-top:1px dotted #ccc;
	clear:both;
}
.server{
	width:400px;
	color:black;
	padding:10px;
	display:inline-block;
	position:relative;
	border-radius: 10px;
	background-color:#999;
	background-image:linear-gradient(to bottom, #bbb, #888);
	background-repeat: repeat-x;
	box-shadow:3px 3px 6px rgba(0,0,0, 0.75);
	margin:0 20px 20px 0;
}
.server .hostname{
	margin-top:0;
	max-width:400px;
}
.status-glass{
	display:inline-block;
    color:#ffffff;
	height: 13px;
	width: 14px;
    border: 1px solid rgba(0,0,0,0.5);
    border-bottom: 3px solid rgba(0,0,0,0.5);

    border-radius: 8px;

    background: #CCCCCC;

    box-shadow: 
        1px 1px 2px rgba(0,0,0,0.5), /* Exterior Shadow */
        inset 0 1px rgba(255,255,255,0.3), /* Top light Line */
        inset 0 5px rgba(255,255,255,0.2), /* Top Light Shadow */
        inset 0 10px 20px rgba(255,255,255,0.25); /* Sides Light Shadow */
}
.status-failing{
	background:#FF0970;
}
.status-passing{
	background:#71ff09;
}
ol.lit, ul.lit{
	list-style-type: none;
	margin-left:0;
}
.lit > li{
	margin-left:0;
}
.lit > li:nth-child(n+2) {
	margin-top:10px;
}
.lesson{
	width:250px;
	height:200px;
	color:#333;
	padding:10px;
	margin:0 20px 20px 0;
	float:left;
	position:relative;
	border-radius: 10px;
	background-color:#999;
	background-image:linear-gradient(to bottom, #bbb, #888);
	background-repeat: repeat-x;
	box-shadow:3px 3px 6px rgba(0,0,0, 0.75);
}
.lesson:hover{
	color:#005580;
}
.lesson .todo{
	position:absolute;
	top: 2px;
	right: 2px;
}
.lesson h3{
	margin-top:0;
	line-height:1.1em;
	max-width:200px;
	min-height:50px;
}
.lesson p:last-child {
	margin-bottom: 0;
}
.overhead-tabs{
	border-color: #DDDDDD;
	border-width:0 1px;
	border-style:solid;
	padding:10px;
	height:200px;
	overflow-y:auto;
	overflow-x:hide;
}
#stack_notice{
	z-index:1041;
	height:160px;
	width:380px;
	padding:8px 14px;
	box-shadow:2px 2px 4px rgba(0, 0, 0, 0.7);
}
#stack_notice.centered{
	position:absolute;
}
#stack_notice .longform, #stack_notice .shortform{
	position:absolute;	
	top:8px;
}
#stack_notice .shortform{
	text-align:center;
	width:220px;
}
#stack_notice .close{
	opacity: 0.6;
}
#pw_meter div{
	height: 5px;
	min-height: 5px;
	background-color: #CCC;
	border-radius: 3px;
}
.weak #a{background-color: red;}
.ok #a, .ok #b{background-color: #EBFF09;}
.great #a, .great #b, .great #c{background-color: #71ff09;}


kbd{ /* cribbed from StackOverflow: http://meta.superuser.com/questions/4788/css-for-the-new-kbd-style */
    -moz-border-radius:3px;
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    -webkit-border-radius:3px;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    background-color:#f7f7f7;
    border:1px solid #ccc;
    border-radius:3px;
    box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    color:#333;
    display:inline-block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:1.4;
    margin:0 .1em;
    padding:.1em .6em;
    text-shadow:0 1px 0 #fff;
}

img.screenshot{
    box-shadow:0 0 10px rgba(0,0,0,1);
	margin:10px;
}

.doclist h3{
	margin-top: inherit;
	margin-bottom: 0;
}
.doclist p{
	margin-bottom: 2em;
}
.chosen{
	font-weight: bold; 
}
.choice{
	margin: 10px 0;
}
ul.choices{
	padding-left:50px;
	margin-left:0;
	background:url("/common-ui/choices.png") no-repeat scroll 0 10px transparent; 
	list-style-type:none;
}
ul.choices1{
	background-position: 0 5px;
}
ul.choices2{
	background-position: 0 -68px;
}
ul.choices3{
	background-position: 0 -197px;
}
ul.choices4{
	background-position: 0 -360px;
}


/* Side nav! */

.bs-docs-sidenav a code{
	font-size:90%;
	white-space:normal;
}
.bs-docs-sidenav {
	width: 208px;
	margin: 10px 0 0;
	padding: 10px;
	box-shadow:3px 3px 6px rgba(0,0,0, 0.75);
}

.bs-docs-sidenav.affix {
  top: 50px;
}

.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 50px;
}

@media (min-width: 1200px) {
  .bs-docs-sidenav {
    width: 258px;
  }
}

@media (max-width: 980px) {
  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    width: 218px;
    margin-top: 30px;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 146px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }
}


h1.thin_head { 
	font-weight:normal; 
}
@media (min-width: 768px) {
	h1.thin_head { 
		margin-bottom:50px;
		font-size:65px;
		line-height:110%;
	}
}
