/* CSS Document */


/* Global Layout */



body {
	background-color: #ffffff;
	margin:0;
	font-family: "open-sans", helvetica, sans-serif;

}

-webkit-text-size-adjust: none;



/* Global Text Styling */

p, h1, h2, h3, h4, h5, h6, h7, h8 {
	margin-top: 0;	
}

p {
	font-size:13px;
	
}

ul {
	margin: 1.5em 0;
	font-size:14px;
}

ul li {
	line-height:1.5em;
}

a {
	color:#44bccc;
}

h1 {
	margin: 0 0 40px 0;
	
	font-family: futura-pt, helvetica, sans-serif;
	line-height: 1em;
	text-transform:uppercase;
	font-size:68px;

}



/* Color Scheming */

.blue {
	color: #44bccc;
}

.green {
	color: #9fcf67;
}

.orange {
	color: #F78E1E;
}

.grey {
	color: #7E8083;
}

.red {
	color: #ED1C24;
}


div.blue {
	color: #fff;
}

div.green {
	color: #fff;
}

div.orange {
	color: #333;
}

div.grey {
	color: #fff;
}

div.red {
	color: #fff;
}

div.blue a {
	color: #fff;
}

div.green a {
	color: #fff;
}

div.orange a {
	color: #333;
}

div.grey a {
	color: #fff;
}

div.red a {
	color: #fff;
}


div.blue {
	background-color: #44bccc;
}

div.green {
	background-color: #9fcf67;
}

div.orange {
	background-color: #F78E1E;
}

div.grey {
	background-color: #7E8083;
}

div.red {
	background-color: #ED1C24;
}










/* Bio Page */

#bioImage {
	position:relative;
	float: left;
	margin-right:25px;
	width: 365px;
}

#bioContent {
	float:left;
	width: 445px;
	margin-top: 25px;
}

#bioContent h1 {
	font-size:30px;
	color: #44bccc;
	margin:0;
	
}

#bioContent h3 {
	font-family: "open-sans", helvetica, sans-serif;
	font-size:17px;
	color: #000000;
	font-weight:normal;
	margin:0;
	
}

#bioContent p {
	font-size:13px;
	color: #3c3c3c;
	margin:15px 0 0 0;
	
}

#bioContent p a {
	color: #3c3c3c;
	
}

#teamLinks {
	position:absolute;
	width:365px;
    background: rgba(0, 0, 0, 0.6);
	
	z-index:999;
	bottom: 0;
	
}

#teamLinks img {
	display:inline-block;
	padding: 9px 0 8px 7px;

	
}




/* Handy stuff */

.clear {
	clear:both;
}

