/*
 *  Van Scoyoc Associates main website
 *  People-specific styles
 *
 *  Created by Eli Van Zoeren
 *  http://elivz.com
 *
 */

#header #banner {
  	background: url(../images/interface/banner-people.jpg);
  	}

#header.no_chrome {
    padding: 1em 0;
    margin-bottom: 3em;
    font-size: 0.85em;
    text-align: center;
    border-bottom: 1px solid #6b88a6;
    }
    
#footer.no_chrome {
    margin-top: 2em;
    border-top: 1px solid #6b88a6;
    }

h1 { padding-bottom: 0; }
h3.title { font-size: 1.333em; padding-bottom: 1em; }

.people {
    clear: both;
  	list-style: none;
  	padding-left: 0;
  	overflow: hidden;
  	border-top: 1px solid;
  	margin: 0;
  	padding: 1.33em 0 0.667em;
  	}
.people h2 {
    padding-bottom: 0.333em;
    }

.iefix { display: block; height: 0; }

#vps {
    border: none;
    }

.people li a, .people li strong {
	font-family: "proxima-nova-1","proxima-nova-2",Helvetica,Arial,Geneva,sans-serif;
  	font-style: normal;
  	font-weight: 700;
  	font-size: 1.286em;
  	margin-right: 0.5em;
  	color: #8C1515;
  	}

.people li .practice_area {
  	display: none;
  	}

.filter_box {
    text-align: center;
    padding: 0 0.629em 0.629em;
    background: url(../images/interface/filter-box-bg.png) repeat-x left bottom;
    border-bottom: 1px solid #6b88a6;
    }

#live_filter input, #live_filter select {
    width: auto;
  	margin-right: 3em;
  	}
  
#clients {
    border-top: 1px solid #6b88a6;
    padding-top: 0.667em;
    }
	
li.Facebook a { background: url(../images/icons/facebook.png) no-repeat left center; padding-left: 24px; }
li.Twitter a { background: url(../images/icons/twitter.png) no-repeat left center; padding-left: 24px; }
li.LinkedIn a { background: url(../images/icons/linkedin.png) no-repeat left center; padding-left: 24px; }
li.Flickr a { background: url(../images/icons/flickr.png) no-repeat left center; padding-left: 24px; }
li.YouTube a { background: url(../images/icons/youtube.png) no-repeat left center; padding-left: 24px; }
