.orange-font-color {
    color: #EF8243;
}

.blue-font-color {
    color: #006599;
}

h2 {
    color: #006599;
}

/* hide sidebar sub menus by default */
ul#sidebar li{
    list-style: none;
}
#sidebar.nav .nav {
	display: none;
    font-size:12px;
}

i.label-info,
i.label-danger,
i.label-success {
    text-transform: uppercase;
    float: right;
    font-style: normal;
}

.citation-star {
    color: #EF8243;
}

/* show sub menu when parent is active */
#sidebar.nav>.active>ul {
	display: block;
}
.content-block {
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.navbar-bright {
	background-color:#111155;
    color:#fff;
}

.navbar-bright a, #masthead a, #masthead .lead {
  	color:#aaaacc;
}

.navbar-bright li > a:hover {
    background-color:#000033;
}

.affix-top,.affix{
	position: static;
}
#mainCol #intro {
    border-top: none;
    padding-top: 0px;
}
#leftCol,
#mainCol {
    margin-top: 60px;
}
@media (min-width: 768px) {
  #sidebar.affix-top {
    position: static;
  }

  #sidebar.affix {
    position: fixed;
  }
}

#sidebar li {
    padding-left: 2px;
    border:0 white solid;
    border-left-width:3px;
}

/*#sidebar li.active {
  	border:0 #eee solid;
  	border-right-width:4px;
}*/

#sidebar li li.active {
  	border:0 #EF8243 solid;
  	border-left-width:3px;
}

#sidebar > li.active > a {
    color: #EF8243;
    font-weight: bold;
}

#sidebar li li.active a {
     color: #EF8243;
}
