@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:12px;
	color:#009EE0;
}

h2, h3, h5 {
	margin:0;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
}

h5 {
	font-size:12px;
	color:#999;
	font-weight:normal;
}

p {
	margin:6px 0;
}

a {
	color:#666;
	text-decoration:none
}

.header {
	height:180px;
}

.header-wrap {
	padding: 20px 0;
	height: 117px;
	width:960px;
	position:relative;
}

.social {
	position:absolute;
	bottom:20px;
	right:0;
}

.soc-twitter, .soc-linkedIn {
	float:right;
	margin-left: 5px;
}

.soc-twitter:hover , .soc-linkedIn:hover {
	opacity:0.8;
}

.soc-img {
	height:30px;
	width:auto;
	border:none;
}

.border-r {
	height: 9px;
	background:url(../img/border_r.png) repeat-x;
}

.border-b {
	height: 10px;
	background:url(../img/border_b.png) repeat-x bottom ;
	margin:0 0 5px;	
}

.content {
	height:470px;
	margin: 10px 0;
	padding: 20px 0;
	background:url(../img/bg.png) 0 -170%;
}

.content-wrap {
	margin: 0px auto;
	width:960px;	
}

.header-wrap {
	margin: 0 auto;
}

.column {
	width:280px;
	height:450px;
	background: #E75012;
	float:left;
	margin:0 15px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;	
	padding:10px;
}

.col1 {
	margin-left:0;
}

.col4 {
	margin-right:0;
}

.column-header {
	height:43px;
}

.bio-head {
	margin:5px auto 0;
	background:url(../img/head_bio.png) no-repeat;
	height:28px;
	width:68px
}

.photos-head {
	margin:5px auto 0;
	background:url(../img/head_photo.png) no-repeat;
	height:28px;
	width:26px
}

.twitter-head {
	margin:5px auto 0;
	background:url(../img/head_twitter.png) no-repeat;
	height:28px;
	width:26px
}

.linkedIn-head {
	margin:5px auto 0;
	background:url(../img/head_linkedIn.png) no-repeat;
	height:28px;
	width:26px
}

.column-content {
	background: #fff;
	padding: 0;
	position:relative;
}

.column-borderTop, .column-borderBottom {
	background:url(../img/col_border.png);
	height:4px;
	margin:0 -5px;
	position:absolute;
	width:103%;
}

.column-borderTop {
	top:0;
}

.column-borderBottom {
	bottom:0;
}

.twitter, .photos {
	height:395px;
}

.bio {
	margin-bottom: 15px;
}

.rood {
	color: #E75012;
}

.photos {
	padding:0px;
}

.photos img {
	width:100%;
	height:auto;
}

.photos-inner, .linkedIn-inner {
	height:395px;
	overflow-y:scroll;		
	overflow-x:hidden;
	}

.bio-inner {
	height:300px;
	padding:5px 8px 0;
	overflow-y:scroll;		
	overflow-x:hidden;
}

.address-inner {
	height:70px;
	padding:5px 8px 0;
}

.address-inner a {
	color:#009EE0;
}

.address-inner a:hover {
	text-decoration:underline;
}

.inner.twitter-inner {
  	padding-top: 3px;
	height:392px;
	overflow-y:hidden;		
	overflow-x:hidden;	
}

.linkedIn-inner {
	height:385px;
	padding:10px 8px 0;
	color:#292F33;
}

.linkedIn-item {
	margin-bottom:10px;
}

.footer {
	height:60px;
}

.copyright {
	width: 140px;
	background: #fff;
	margin: 0 auto;
	font-size:10px;
	color:#009EE0;
	text-align:center;
	font-weight:bold;
}