
body {
	padding-top: 70px;
}

h2#pageTitle{}

div#breadcrumbs { /* OLD - but currently using */
	margin-top: 10px;
	margin-bottom: 10px;	
}

/* bootstrap top menu */
.navbar-fixed-top {
	z-index: 10; /* Override for ADF Lightbox (formerly 1) */
}


/* Set gray background color and 100% height */
.sidenav {
	margin-top: -20px;
	/* margin-left: -20px; */
	/* padding-top: 20px; */
	/* background-color: #f1f1f1;*/
	height: 100%;
	float: left;
	
	display: block;
	overflow: hidden;
	/* overflow-wrap: break-word;*/
	white-space: normal;
} 
.sidenav ul {
	/*float: left; */ 
	text-align: left; 
	/* margin-left: -0.5em; */
	list-style-type: none;
} 
.sidenav ul ul {
	/*float: left; */
	text-align: left;
	/* margin-left: -1.0em; */
	list-style-type: none;
	
	
} 
.sidenav ul li {
	
}


.img-photo-credit,
.custom-red-text-badge {
  background-color: red;
  color: white;
  padding: 4px 8px;
  text-align: center;
  border-radius: 5px;
}


/* Set black background color, white text and some padding */
footer {
	background-color: #555;
	color: white;
	padding: 15px;
	margin-top: 20px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
	.sidenav {
	  height: auto;
	  padding: 15px;
	}
	/* .row.content {height:auto;} */ 
}

	/* Remove the navbar's default margin-bottom and rounded borders */ 
   /*  .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }*/
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    /* .row.content {height: 450px} */
    

    

    
    

/* Page Layouts - OLD */
/* div#body {
  min-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
div#rightColumn {
	display: inline;
 	float: left;
    margin-left: 10px;
    margin-right: 10px;
	width: 220px;
}
div#mainColumn {
	display: inline;
 	float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 460px;
}
div#leftColumn {
	display: inline;
 	float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 220px;
}
div#mainColumnFullWidth {
	display: inline;
 	float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 960px;
}
div#mainColumnNoSide {
	display: inline;
 	float: left;
    margin-left: 10px;
    margin-right: 10px;
     width: 700px;
}
div#headerBox {
	display: inline;
 	float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 960px;
}
div#headerBox {
	display: inline;
 	float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 960px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
*/
