@CHARSET "UTF-8";
body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #777;
	line-height: 180%;
}
.clr{
	clear: both;
}
.f-right{
	float: right;
}
.f-left{
	float: left;
}

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

a:hover {
	text-decoration: underline;
}

.header{
	width: 100%;
	line-height: 100%;
	min-height: 100px;
}

.outer.header{
	margin-top: -1px;
	border-top: solid 1px transparent;
	border-bottom: solid 1px #ddd;
	-webkit-box-shadow: 0px 2px 15px 2px rgba(238,238,238,1);
	-moz-box-shadow: 0px 2px 15px 2px rgba(238,238,238,1);
	box-shadow: 0px 2px 15px 2px rgba(238,238,238,1);
}

.header div.inner-0{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
.body{
	width: 100%;
	border: solid 1px transparent;
	margin-top: 30px;
	background-color: #fff;
}
.footer{
	width: 100%;
	border: solid 1px transparent;
	margin-top: -1px;
}
.name-box{
	float: left;
}
.name{
	color: #000;
	font-size: 43px; 
	font-weight: lighter !important;
	margin-top: 15px;
	margin-bottom: 10px; 
	line-height: 100%;
	display: inline-block;
}
.specialty{
	font-size: 16px; 
	font-weight: lighter !important;
	line-height: 100%;
}
.name a{
	text-decoration: none;
	color: #000;
}
.specialty a{
	text-decoration: none; 
	color: rgb(85, 85, 85);
}

.header-box{
	padding-left: 315px;
	padding-top: 15px;
}
.tagline{
	font-family: Georgia;
	font-size: 16px;
	font-style: italic;
	line-height: 100%;
	margin-top: -25px;
	margin-bottom: 25px;
	color: #999;
}

.contact{
	font-size: 13px;
	text-align: right;
	
}
.contact a.ico{
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url('../../images/ico/social_icon_set_free_vector_art.png');
	display: inline-block;
}
.contact a.ico:hover{
	background-image: url('../../images/ico/social_icon_set_free_vector_art-hover.png');
}
.contact a.ico span.caption{
	display: block;
	text-indent: 1000px;
	overflow: hidden;
}
.contact a.ico.linkedin{
	background-position: 0px 0px;
}
.contact a.ico.email{
	background-position: -37px 0px;
}
.contact a.ico.twitter{
	background-position: -72px 0px;
}
.contact a.ico.facebook{
	background-position: -107px 0px;
}

.nav{
	float-: right;
	margin-left: -20px;
}
.nav ul.nav-items{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 100%;
}
.nav li.nav-item{
	display: inline-block;
	padding: 0;
	margin: 0;
}
.nav li.nav-item a{
	display: block;
	text-decoration: none;
	padding: 0px 20px;
	font-size: 22px; 
	font-weight: lighter !important; 
	color: #616161;/*#36533C;*/
	line-height: 100%;
}
.nav li.nav-item a:hover,
.nav li.nav-item.active a{
	color: #b00;
}

.body div.inner-0{
	width: 960px;/*960px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

h1, h2, h3, h4, h5{
	font-weight: normal;
	font-family: 'Neo Sans W02', Tahoma, sans-serif !important;
	text-rendering: optimizelegibility;
}
h1,
.rd{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 36px;
	font-style: normal;
	font-weight: 100;
	height: 36px;
	letter-spacing: -1px;
	line-height: 100%;
	padding: 0px;
	vertical-align: baseline;
}

h3{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 100 !important;
	line-height: 24px;
	letter-spacing: 0px;
	line-height: 100%;
	padding: 0px;
	vertical-align: baseline;
}
h4{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 100 !important;
	height: 18px;
	letter-spacing: 0px;
	line-height: 100%;
	padding: 0px;
	vertical-align: baseline;
}
h4 a{
	text-decoration: none;
	color: #111;
}
h4 a:hover{
	text-decoration: underline;
}

.body div.inner-0 h1{
	color: #b00;
	margin-bottom: 25px;
	margin-top: 0px;
}

.body div.inner-0 h3{
	color: #300;
}
.body div.inner-0 h3 a{
	color: #300;
	text-decoration: none;
}
.body div.inner-0 h3 a:hover{
	text-decoration: underline;
}

.avatar{
	margin-top: 0;
}
.avatar img{
	width: 100%;
}
.quote {
	background-image: url('../../images/quote-open.png');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 20px;
	
}
span.signature {
	display: block;
	font-style: italic;
	text-align: right;
	font-weight: normal;
	font-weight: lighter !important;
	padding-top: 5px;
	font-size: 16px;
}
.quote.motivation{
	font-size: 22px;
	font-weight: lighter !important;	
	line-height: 140%;
}

ul.inline{
	padding: 0;
}
ul.inline li{
	display: inline-block;
	margin-right: 15px;
}
ul.plain{
	list-style-type: none;
}
.pic-inline-wrapper {
	display: inline-block;
	margin-bottom: 10px;
}
.pic-inline-wrapper.f-right{
	margin-left: 15px;
}
.pic-inline-wrapper.f-left{
	margin-right: 15px;
}
.pic-inline-wrapper img {
	border: solid 1px #ccc;
	padding: 2px;
}
.pic-caption {
	font-size: 11px;
	margin-top: 5px;
	background-color: #efefef;
	padding: 5px;
}
.pic-caption p {
	margin: 0px;
	line-height: 130%;
}

#about *.quote-container.f-right{
	width: 280px;
	margin-top: -50px;
	margin-left: 50px;
	margin-bottom: 10px;
}
#about *.quote-list *.quote{
	margin-bottom: 30px;
}
#about *.quote-list *.quote *.signature{
	margin-top: -10px;
}
#about *.quote-list a.read-more{
	margin-top: -20px;
	display: block;
	text-align: center;
}
#projects *.tm-modbuk{
	background-image: url('https://launchrock-assets.s3.amazonaws.com/logo-files/W6U9CH9A_1360533450147.png?_=1');
	background-repeat: no-repeat;
	min-width: 155px;
	min-height: 34px; 
	text-indent: -1000px;
	overflow: hidden;
	background-color: #333;
	display: inline-block;
	background-size: auto 100%;
}
#projects *.tm-1degreebio{
	background-image: url('http://1degreebio.org/common/images/org/nav/1degreebio-logo.png');
	background-repeat: no-repeat;
	min-width: 287px;
	min-height: 34px; 
	text-indent: -1000px;
	overflow: hidden;
	background-color: #333;
	display: inline-block;
}
#projects *.tm-ios{
	background-image: url('https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcT3jH0odNPdEHcKMxB5Xvwl6j654VIzkfE6E0TuR66ZK-39dOUMyQ');
	background-repeat: no-repeat;
	width: 66px;
	min-height: 34px; 
	text-indent: -1000px;
	overflow: hidden;
	background-position: -5px -5px;
	background-color: #333;
	display: inline-block;
	background-size: auto 130%;
}

.list-item{
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: #ddd;
}
.t-grid{
	width: 100%;
	border-collapse: collapse;
}
.t-grid td{
	padding: 0px;
	vertical-align: top;
}
.t-grid.list{
	border: solid 1px #ccc;
}
.t-grid.list td,
.t-grid.list th{
	border: solid 1px #ccc;
	padding: 3px 5px;
}
.t-grid.list td{
	/*padding: 3px 5px;*/
}
.t-grid.list th.period{
	width: 40px;
}
.t-grid.list th div.caption{
	height: 40px;
}
.t-grid.list th div.note{
	font-weight: normal;
	font-style: italic;
}
.t-grid.list td.checkbox,
.t-grid.list td.radio{
	text-align: center;
	
}
.t-grid.list th.tr-subtitle{
	color: #144D8D;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
}
.t-grid.list tbody tr:nth-child(odd){
	background: #efefef;
}
.t-grid.list tbody tr:nth-child(odd):hover,
.t-grid.list tbody tr:hover{
	background-color: #EAF1FF;
}
.t-grid.list tbody tr.selected a,
.t-grid.list tbody tr.selected{
	background-color: #06f !important;
	color: #fff !important;
}

.t-grid.list tr.batch-first{
	border-top: solid 3px #aaa;
}
.t-grid.list tr.batch-last{
	border-bottom: solid 3px #aaa;
}
.t-grid.list th.light{
	font-weight: normal;
}
.t-grid.list table tbody tr:nth-child(odd),
.t-grid.list table tbody tr:nth-child(odd):hover {
	background: none;
}
.t-grid.list table td,
.t-grid.list table th {
	border: none;
	padding: 0px;	
}
.wordwrap{
	/* wrap long text and urls */
	white-space: pre; /* CSS 2.0 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3.0 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word; /* IE 5+ */
}
table.wordwrap{
	table-layout:fixed;	
}

