@font-face{
	font-family: Copperplate;
	src: url('../font/Copperplate.ttc'),
		url('../font/copperplate.ttf');
}
/*@font-face{
	font-family: Calibri;
	src: url('../font/CALIBRI.TTF');
}
@font-face{
	font-family: 'Calibri-bold';
	src: url('../font/CALIBRIB.TTF');
}*/

body{
	font-family:Copperplate;
	/*font-family: 'Balthazar', serif;*/
	padding:0;
	margin:0;
	font-size:16px;
	width:100%;
	height:600px;

	background: #aba9ad; /* Old browsers */
	background: -moz-linear-gradient(top,  #aba9ad 1%, #ededed 34%, #e8e8e8 74%, #aba9ad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#aba9ad), color-stop(34%,#ededed), color-stop(74%,#e8e8e8), color-stop(100%,#aba9ad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aba9ad 1%,#ededed 34%,#e8e8e8 74%,#aba9ad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aba9ad 1%,#ededed 34%,#e8e8e8 74%,#aba9ad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aba9ad 1%,#ededed 34%,#e8e8e8 74%,#aba9ad 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #aba9ad 1%,#ededed 34%,#e8e8e8 74%,#aba9ad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aba9ad', endColorstr='#aba9ad',GradientType=0 ); /* IE6-9 */
}
#container{
	position:relative;
	width:1120px;
	height:600px;
	margin:auto;
	top:100px;
}
.clear{
	clear:both;
}
#col-left{
	position:relative;
	width:400px;
	height:100%;
	float:left;
}
a{
	text-decoration:none;
}
img{
	border:0;
}
span{
	cursor: default;
}
h1{
	font-size:32px;
	font-weight:400;
	margin:5px 0px 0px 0px;
}
h2{
	font-size:20px;
	font-weight:400;
	margin:5px 0px;
}
h3{
	font-size:15px;
	font-weight:100;
	margin:0px 0px;
}
h4{
	font-size:16px;
	font-family:Calibri;
	margin:0px;
	cursor:default;
}
.info-text{
	width:100%;
	text-align:right;
	float:left;
	cursor:default;
}
#col-left .name{
	margin: 40px 0px 10px 0px;
}
#col-left .photo{
	width:280px;
	height:280px;
	position:relative;
	margin:5px;
	float:right;
	background: url('../img/ajc.jpg');
	background-size: 101% 101%;
	box-shadow: 0px 0px 10px black;
}
#col-left .email{
	float:right;
	width:49%;
	text-align:left;
	cursor:pointer;
	color:#000;
}
#col-left .email:hover{
	color: rgb(104, 93, 226);
}
#col-left .phone{
	float:right;
	width:45%;
	text-align:right;
}
#col-left .logo{
	width:60px;
	height:60px;
	float:right;
	margin:30px 10px;
}

#col-right{
	width:680px;
	height:100%;
	float:right;
	font-size:20px;
}
#nav{
	position:relative;
	width:100%;
	margin-top:45px;
	height:20px;
}
#nav .nav-button{
	float:left;
	position:relative;
	padding:0px 10px;
	width:150px;
	text-align:center;
	color:#000;
	cursor:pointer;
	font-weight:100;
}
#nav .nav-button:hover{
	color:rgb(0,0,0);
	top:-2px;
}
#nav .selected{
	color: rgb(0,0,0);
}
#nav .selector{
	width:150px;
	height:2px;
	position:absolute;
	bottom:-3px;
	left:10px;
	background: #000;
}
#content{
	width:100%;
	height:500px;
	position:relative;
	top:20px;
	overflow:hidden;
}

/*BACKGROUND*/
#background{
	font-family: Calibri;
	font-size:18px;
	position:absolute;
	width:100%;
	top:20px;
}
#background-years{
	width:150px;
	float:left;
}
#background-description{
	width:500px;
	position:relative;
	float:left;
	margin-left: 20px;
	text-align:left;
}
.backg-year{
	width:100%;
	text-align:right;
	cursor:default;
}
.backg-position{
	font-family: Calibri;
	font-weight:bold;
	padding-right:20px;
	color: rgb(40, 122, 33);;
}

/*PUBLICATONS*/
#publications{
	display:none;
	position:relative;
	width:100%;
	height:480px;
}
#pub-scroll{
	font-family: Calibri;
	font-size:16px;
	position:relative;
	width:101%;
	height:420px;
	left:10px;
	top:10px;
	overflow-y:scroll;
}
.publication{
	padding:5px 0px;
}
.pub-title{
	color: rgb(104, 93, 226);
	font-family:Calibri;
	font-weight:bold;
}
.pub-authors{
	font-weight:100;
	margin-left:20px;
}
.pub-info{
	margin-left:20px;
	font-weight:100;
	color: rgb(40, 122, 33);
}
.pub-link{
	position:absolute;
	bottom:0;
	text-decoration:none;
	color:rgb(189, 50, 44);
	cursor:pointer;
}
.pub-link:hover{
	color:rgb(255,38,39);
	bottom:2px;
}

/*RESEARCH*/
#research{
	font-family: Calibri;
	font-size:18px;
	position:absolute;
	width:98%;
	text-align:justify;
	top:20px;
	display:none;
	padding:0px 10px;
}