html
{
	
}

body
{
	
}

.newContainer
{
	padding: 2em;
}

h2, h3
{
	color: #062D50;
}

h1
{
	padding-bottom: 1em;
	border-bottom: 1px solid #ebebeb;
}

h2
{
	padding-top: 1em;
}

h3
{
	padding-top: 0.5em;
	font-size: 22px;
}

.preamble
{
	font-size: 18px;
}

.nav-pills
{
	font-size: 16px;
}

.subpill
{
	font-size: 14px;
	padding-left: 16px;
}

#sidebar
{
	position: fixed;
	display: none;
	padding-right: 4em;
	padding-top: 1.5em;
	padding-left: 1em;
	width: 256px;
	float: left;
}

#content
{
	
}

#inline-toc
{
	padding-bottom: 1em;
	border-bottom: 1px solid #ebebeb;
}


#footer
{
	/* shrink bottom's font size */
	font-size: smaller;
	
	/* surround with whitespace */
	margin: 20px;
}

#footer > a
{
	color: #333333;
}

#footer > a:hover
{
	color: #333333;
}

.downloadlink
{
	margin-bottom: 16px;
}



.section1
{
	padding-bottom: 1.25em;
}

.section1 + .section1
{
	border-top: 1px solid #ebebeb;
}

.sectionbody
{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.sectionbody ul, ol
{
	padding-left: 18px;
}

.sectionbody li
{
	padding: 0.25em;
}

.ulist strong
{
	font-weight: 500;
}

.img-responsive
{
	text-align: center;
	margin: 0 auto;
}

.img-retina
{
	zoom: 50%;
}

.video-container
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.exampleInput
{
	cursor: default !important;
}

/* disable blue outline */
.exampleInput.form-control:focus
{
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}





/* Side notes for calling out things
-------------------------------------------------- */

/* Base styles (regardless of theme) */
.bs-callout
{
	margin: 20px 0;
	padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
}
.bs-callout h1,
.bs-callout h2,
.bs-callout h3,
.bs-callout h4,
.bs-callout h5,
.bs-callout h6
{
	margin-top: 0;
}

.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6
{
	color: #D75452;
}

.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6
{
	color: #EEAC57;
}

.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6
{
	color: #60C0DC;
}

.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6
{
	color: #3aad60;
}

.bs-callout p:last-child
{
	margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight
{
	background-color: #fff;
}

.bs-callout-danger,
.bs-callout-warning,
.bs-callout-info,
.bs-callout-success
{
	border-width: 3px;
}

/* Themes for different contexts */
.bs-callout-danger
{
	background-color: #FDF7F7;
	border-color: #D75452;
}
.bs-callout-warning
{
	background-color: #FCF8F2;
	border-color: #EEAC57;
}
.bs-callout-info
{
	background-color: #F4F8FA;
	border-color: #60C0DC;
}
.bs-callout-success
{
	background-color: #f4faf6;
	border-color: #bcf1c5;
}

@media screen and (min-width: 768px)
{
	#content
	{
		
		width: calc(100% - 256px); /* IE9+ and future browsers */
		width: -moz-calc(100% - 256px); /* Firefox */
		width: -webkit-calc(100% - 256px); /* Chrome, Safari */
		float: right;
	}
	
	#footer
	{
		position: fixed;
		bottom: 0;
	}
}

@media print
{
	#content
	{
		width: 100%
	}
	#sidebar
	{
		display: none;
	}
	a[href]:after
	{
    	content: none !important;
	}
}

@media screen and (min-width: 768px)
{
    #inline-toc
    {
	    display: none;
    }
    #sidebar
    {
        display: block;
    }
}
