#explore-bar{
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 1000;
}

#explore-bar #related-projects{
	height: 0px;
	background: #000;
	padding:0px;
	padding-left: 40px;
	padding-right: 40px;
	
}

#explore-bar #explore-header{
	/* background: #f6f6f6; */
	background: #322F31;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#322F31'); /* for IE */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');*/
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#322F31)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #666,  #322F31); /* for firefox 3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#322F31));
	padding: 5px 15px;
	border: 1px solid #444;
	height: 28px;
	text-shadow: none;
	color: white;
	-moz-box-shadow: 0px -1px 1px #111; /* Firefox */
  	-webkit-box-shadow: 0px -1px 1px #111; /* Safari, Chrome */
  	box-shadow: 0px -1px 1px #111;
	font-size: 1.1em;
	/* font-weight: 500;  */
	text-shadow: 0px 1px #FFF;
}

#explore-bar #new{
	color:#F9A739;
}

#explore-bar #explore-header a{
	color: white;
	font-weight: bold;
}

#explore-bar #explore-header-closed{
	margin-top: 5px;
}

#explore-bar #explore-header-closed .header-text{
	display:inline-block;
}

#explore-bar #explore-header-open .header-text{
	margin-top: 2px;
	display: inline-block;
}


#explore-bar #explore-header .header-text{
	font-size: 1.05em;
	margin-right: 5px;
}

#explore-bar #explore-buttons{
	display: inline-block;
	float:right;
}

#explore-bar #close{
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	cursor: default;
	font-weight: bold;
	background-image: url(../../images/triangle-close-white.png);
	background-repeat: no-repeat;
	width: 15px;
	cursor: default;
	opacity:0.9;
	filter:alpha(opacity=90);
	vertical-align: middle;
}

#explore-bar #open{
	background-image: url(../../images/triangle-open-white.png);
	background-repeat: no-repeat;
	width: 15px;
	display: inline-block;
	margin-right: 10px;
	cursor: default;
	opacity:0.9;
	filter:alpha(opacity=90);
	vertical-align: middle;
}

#explore-bar .explore_button{
	display: inline-block;
}

#explore-bar .project-item{
	display: inline-block;
	padding-right: 15px;
}

#explore-bar .hidden{
	display:none;
}

#explore-bar #explore-buttons .bold{
	font-weight: bold;
}

#explore-bar #inner{
	padding-top: 10px;
	overflow: hidden;
}

#explore-bar #galleries .dropdown-menu{
	max-height: 155px;
	overflow:auto;
	right: 0px;
	left: auto;
	min-width: 200px;
	/* overflow-x: hidden; */
}
#explore-bar #galleries li{
	  
}

#explore-bar .list-container{
	list-style: none;
}

#explore-bar .carousel-control{
	display:none;
}

.admin #explore-bar #explore-header {
  padding-left: 270px;
}

.admin #explore-bar .carousel {
  margin-left: 250px;
}

.admin.closed #explore-bar #explore-header {
  padding-left: 40px;
}

.admin.closed #explore-bar .carousel {
  margin-left: 0px;
}


#explore-bar .explore_button.selected {
  text-shadow: 0 -1px 1px black, 0 -1px 2px black;
  padding: 5px 10px;
  box-shadow: .05em .1em .2em rgba(0,0,0,.7) inset;
  border: 1px solid rgba(0,0,0,.4);
  border-radius: 5px;
  background-color: rgba(0,0,0,.3);
}

