ul.teammemberNav {
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
}

ul.teammemberNav li {
	font-size: 120%;
	line-height: 140%;
	float: left;
	margin: 0 25px 0 0;
}

ul.teammemberNav li.last {
	margin-right: 0;
}

ul.teammemberNav li a {
	display: block;
	font-weight: bold;
	color: #555;
	margin: 0;
	text-decoration: none;
}

ul.teammemberNav li a em {
	font-weight: normal;
	color: #aaa;
	font-size: 65%;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	line-height: 120%;
}

ul.teammemberNav li.active a, ul.teammemberNav li a:hover { 
	color: #089dd9;
}

ul.teammemberNav li.active a em, ul.teammemberNav li a:hover em { 
	color: #85cbeb;
}

div.profileCol {
	float: left;
	width: 182px;
	color: #888;
}

div.profileCol p.teammemberMovie {
	margin: 0;
}

div.profileCol #teammemberMovie {
	display: block;
	margin: 0;
	width: 180px;
	height: 235px;
	border: 1px solid #ccc;
}

div.profileCol h3, div.teammemberContent h3 {
	display: block;
	font-size: 95%;
	color: #464646;
	margin-bottom: 0;
}

div.teammemberContent {
	width: 400px;
	float: right;
}

div.teammemberContent h2 {
	color: #089dd9;
	font-size: 200%;
	margin: -0.25em 0 0 0 !important;
}

div.teammemberContent h3 {
	font-size: 140%;
	text-transform: none;
	font-weight: normal;
	margin: 1.3em 0 0.5em 0 !important;
}

div.teammemberContent .content {
	height: 176px;
}

p.title {
	float: left;
	display: block;
	text-transform: uppercase;
	color: #999 !important;
	margin-top: 0.3em !important;
}

ul.socialLinks {
	list-style: none;
	display: block;
	float: right;
	padding: 0;
	margin-top: 0.3em !important;
}

ul.socialLinks li {
	float: left;
	margin-left: 5px;
}

ul.socialLinks li a {
	display: block;
	width: 18px;
	height: 19px;
	background: url(images/social-links.sprite.png) no-repeat 0 0;
	text-indent: -10000em;
}

ul.socialLinks li a.linkedin { background-position: -21px 0; }
ul.socialLinks li a.facebook { background-position: -42px 0; }
ul.socialLinks li a.twitter  { background-position: -63px 0; }

p.content {
	margin-bottom: 20px;
}

p.quote {
	font-size: 140% !important;
	text-align: left !important;
	color: #999 !important;
}

/* ClearFixing */

.clear {
	clear: both;
}

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* For Safari */
.clearFix {
	display: inline-block;
}


* html .clearFix {
	height: 1%;
}

.clearFix {
	display: block;
}

/* Twitter widget */
div.twtr-hd {
	display: none;
}

div.twtr-bd {
	font-family: Arial;
	padding: 0 !important;
}

div.twtr-bd p {
	font-size: 95% !important;
	text-align: left !important;
}

.twtr-widget .twtr-tweet-wrap {
	padding: 5px 0 !important;
}

.twtr-widget .twtr-timeline p a {
	text-decoration: underline !important;
}

#twtr-widget-1 .twtr-timeline p i a {
	color: #aaa !important;
	text-decoration: none !important;
}

#content .entry p a:hover {
	background-color: transparent !important;
	color: #089dd9 !important;
}

.twtr-ft {
	display: none;
}