div.span8 {
	position: relative;
}

body #filter {
	position: absolute;
	top: 15px;
	right: 0px;
	height: 35px;
	width: 150px;
}

body #filter input {
	border: 1px solid #DFDFDF;
	border-radius: 20px;
	width: 115px;
	padding-left: 15px;
	color: #949494;
}

div.profile-list img {
    display: block;
	/*float: left;*/
	margin-right: 20px;
	margin-top: -5px;
	width: 100px !important;
}

/* Temp hide for marketing pics */

.site-marketing div.profile-list img {
    display: none;
}

.site-marketing .entry-content img.people-image {
	display: none;
}
.site-marketing.single-people div.people-contact {
	margin-top: 10px;
}


div.profile-list img.no-pic {
    opacity: 0;
}

.searchable-container > h3 {
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 15px;
	padding-top: 20px;
	font-size: 20px;
	font-weight: 700;
}

div.profile-list {
    display: block;
    overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom:20px;
	
}

div.profile-list p {
	margin-bottom: 0px;
	font-size:12px;
	line-height:20px;
}

div.profile-list .name {
	font-weight: bold;
	margin-bottom: 2px;
    margin-top: 5px;
	font-size: 14px;
	color:#4b2e78;
}
div.profile-list .pic {
	height:140px;
}


div.profile-list div.info {
   float: left;
    clear: right;
}

div.profile-list .title {
	font-style: italic;
	color: #4B4B4B;
	font-size: 12px;
	line-height:18px;
	text-rendering: optimizeLegibility;
	position: relative;
}
div.people-contact .title {
	font-style: italic;
	color: #4B4B4B;
	font-size: 16px;
	line-height:22px;
	text-rendering: optimizeLegibility;
	position: relative;
	
}

div.people-contact .contact {
	padding-top: 20px;
}

div.people-contact div.big-contact {
    padding-top: 10px;
}

div.people-contact {
	margin-top: 20px;
	display:inline-block;
    max-width: 400px;
	margin-left: 0px;
	
}

div.big-people-contact {
	margin-top: 0px;
}
div.big-people-contact h1, div.wide-people-contact h1, div.people-contact h1 {
	font-size: 24px;
}

div.wide-people-contact {
    display: block;
    margin-top: 40px;
    margin-left: 20px;
    max-width: 100%;
}

img.people-image {
	display:inline-block;
	width: 180px;
    margin-right: 40px;
    margin-top: 10px;
	float:left;
}

div.people-info {
	padding-top: 30px;
	clear: both;
}


/* Single page */


.single-people .contact p {
	margin-bottom: 5px;
}
.single-people p.team {
	margin-bottom: 0;
}
.single-people div.people-contact {
	margin-top: 20px;
}
.single-people div.people-info {
	padding-top: 15px;
	padding-bottom:20px;
}

@media (max-width: 979px) {
    div.people-contact {
        max-width: 100%;
    }
    img.people-image {
        float: none;
        display: block;
        margin-right: 0;
        margin-left: 0;
    }
	.single-people div.people-contact {
		margin-left: 0;
	}
	.single-people h1 {
		margin-left: 0px;
	}
}
@media (max-width: 767px) {
   	div.profile-list div.info {
    	max-width: 185px;    	
	}
	article > div {
		padding: 0 20px;
	}
	body #filter {
		position: static;
		margin: 0 0 0 -5px;
	}
}
/**** Isotope styles ****/

/* required for iso-cons to inherit vertical size from window */

#isotope {
  padding: 5px;
 
}

.element {
  width: 200px;
  height: 275px;
  margin: 5px;
  float: left;
 overflow: hidden;
  position: relative;
  color: #222;
 padding:10px;
		 
 -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
		
}

.element.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element.other.nonmetal  { background: #00F; background: hsl( 252, 100%, 50%); }
.element.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }


.element * {
 
  margin: 0;
}

.element .symbol {
  left: 0.2em;
  top: 0.4em;
  font-size: 3.8em;
  line-height: 1.0em;
  color: #FFF;
}
.element.large .symbol {
  font-size: 4.5em;
}

.element.fake .symbol {
  color: #000;
}

.element .name {
  left: 0.5em;
  bottom: 1.6em;
  font-size: 1em;
  color:#4b2e83;
}
.element .strip{
left:0;
bottom:0;
height:30px;
background: #999999;
 background: -moz-linear-gradient(bottom, #000000 0%, transparent 100%);
 background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(100%,#999999));
 background: -webkit-linear-gradient(left, #000000 0%, #999999 100%);
 background: -o-linear-gradient(left, #000000 0%, #999999 100%);
 background: -ms-linear-gradient(left, #000000 0%, #999999 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#999999',GradientType=1 );
 -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#999999',GradientType=1 );
 background: linear-gradient(left, #000000 0%, #999999 100%); 
width:170px;
}
.element .weight {
left:0;
bottom:0;
height:25px;
background: transparent;
 background: -moz-linear-gradient(bottom, #000000 0%, transparent 100%);
 background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#000000), color-stop(100%,transparent));
 background: -webkit-linear-gradient(bottom, #000000 0%, transparent 100%);
 background: -o-linear-gradient(bottom, #000000 0%, transparent 100%);
 background: -ms-linear-gradient(bottom, #000000 0%, transparent 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='transparent',GradientType=1 );
 -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='transparent',GradientType=1 );
 background: linear-gradient(bottom, #000000 0%, transparent 100%); 
width:165px;
  font-size: 0.9em;
 
  padding-left:5px;
  color:#fff;
  font-weight:bold;
  position:absolute;
 
}

.element .dweight {
  font-size: 0.9em;
 
  left: 0.5em;
  bottom: 0.5em;
  color:#fff;
  font-weight:bold;
 
}

.element .number {
  font-size: 1.25em;
  font-weight: bold;
  color: hsla(0,0%,0%,.5);
  right: 0.5em;
  top: 0.5em;
}

.variable-sizes .element.width2 { width: 230px; }

.variable-sizes .element.height2 { height: 230px; }

.variable-sizes .element.width2.height2 {
  font-size: 2.0em;
}

.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100;
}

.clickable .element:hover {
  cursor: pointer;
}

.clickable .element:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
  color:white;
}

.clickable .element:hover h2 {
  color: white;
}

/**** Example Options ****/

#options {
  padding-bottom: 1.0em;
}

#options h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#options h4 { 
  font-weight: bold;
}

#options ul {
  margin: 0;
  list-style: none;
  margin-left:0px;
  display:inline-block;
  
}

#options ul ul {
  margin-left: 1.5em;
}

#options li {
  float: left;
  margin-bottom: 0.2em;
  background-image:none;
  margin:0 0 0.2em 0;
  padding:0;
  
}

#options li a {
  display: block;
  padding: 0.2em 0.5em;
  background-color:#007337;
  color: #ffffff;
  font-weight: normal;
;
 
  font-size:12px;
  height:25px;
   border-radius: 7px 7px 7px 7px;
  
   margin-right:5px;
}

#options li a:hover {
  background-color: #4b2e78;
  color: white;
}

#options li a:active {
  background-color: #4b2e78;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
		  color: white;
}

#options li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
  color:#ffffff;
}

/*#options li:first-child a {
  border-radius: 7px 0 0 7px;
  border-left: none;
}

#options li:last-child a {
  border-radius: 0 7px 7px 0;
}*/

#options li a.selected {
  background-color:#4b2e78;
  text-shadow: none;
  color: white;
}

/* Combination filter options*/

#options .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

#options .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#options .option-combo h2,
#options .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

/* Color shapes */

.color-shape {
  width: 70px;
  height: 70px;
  margin: 5px;
  float: left;
}
 
.color-shape.round {
  -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
          border-radius: 35px;
}
 
.color-shape.big.round {
  -webkit-border-radius: 75px;
     -moz-border-radius: 75px;
          border-radius: 75px;
}
 
.color-shape.red { background: red; }
.color-shape.blue { background: blue; }
.color-shape.yellow { background: yellow; }
 
.color-shape.wide, .color-shape.big { width: 150px; }
.color-shape.tall, .color-shape.big { height: 150px; }

.color-shape a {
  display: block;
  height: 100%;
}

.color-shape a:hover {
  background: white;
  background: hsla( 0, 0%, 100%, 0.5 );
}

/**** Horizontal ****/

.horizontal #isotope {
  height: 80%;
}

#copy {
  max-width: 640px;
}



/**** Pygments ****/

code .s1,
code .s { color: #78BD55; } /* string */
code .mi, /* integer */
code .cp, /* doctype */
code .kc { color: #5298D4; } /*boolean*/
code .k { color: #E39B79; } /* keyword */
code .kd, /* storage */
code .na { color: #A9D866; } /* markup attribute */
code .p  { color: #EDB; } /* punctuation */
code .o  { color: #F63; }   /* operator */
code .nb { color: #AA97AC;} /* support */

/* comment */
code .c,
code .c1 { color: #666; font-style: italic; }

code .nt { color: #A0C8FC; } /* Markup open tag */

code .nf { color: #9EA8B8; } /* css id */
code .nc { color: #A78352; }  /* CSS class */
code .m  { color: #DE8E50; } /* CSS value */
code .nd { color: #9FAD7E; } /* CSS pseudo selector */



/**** Super list ****/

/**** Infinite Scroll ****/

#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 30px;
  left: 42%;
  z-index: 100;
  background: white;
  background: hsla( 0, 0%, 100%, 0.9 );
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }