/* Font Setups --------------------------------- */
* {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-family: 'Exo 2', sans-serif;
	font-weight: normal;
	text-align: left;
}

/* Recurring Elements -------------------------- */
a {
	color: #3aa2ff;
}

.terminal{
	color: #3cfe82;
}

.clear{
	clear: both;
}

.pointer {
	cursor: pointer;
	cursor: hand;}

.left{
	float: left;
	width: 50%;
}

.right{
	float: right;
	width: 50%;
}

/* Body ---------------------------------------- */
html, body{
	background-color: #2c313a;
}

#body{
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}

/* Header -------------------------------------- */
#head{
	background-color: #2c313a;
	width: 100%;
	position: fixed;
	top: 0;
}

#head .wrap{
	margin: 0px auto;
	max-width: 1250px;
}

#head .wrap #logo{
	float: left;
	margin: 10px 0 10px 20px;
}

#head .wrap #logo h1{
	margin: 0px;
	color: #646c7a;
	font-size: 42pt;
	font-weight: 300;
}

#head .wrap #logo img{
	width: 71px;
	height: 71px;
}

#head .wrap #nav{
	float: right;
	color: #3cfe82;
	padding: 10px 20px 10px 0;
}

#head .wrap .top_nav{
	float: right;
}

#head .wrap .top_nav .cv_link{
	color: #3cfe82;
	font-size: 13pt;
	vertical-align: top;
	border-right: solid #3cfe82 1px;
	padding: 0 8px 3px 0;
	margin: 0 5px 0 0;
	text-decoration: none;
}

#head .wrap .top_nav .linkedin img{
	width: 25px;
	height: 25px;
	display: inline;
	vertical-align: bottom;
}

#head .wrap #nav ul{
	list-style: none;
	padding: 0px;
	margin: 15px 0 0 0;
	clear: right;
}

#head .wrap #nav ul li{
	font-weight: 300;
	display: inline;
	font-size: 20pt;
	margin-left: 30px;
}

#head .wrap #nav_button{
	display: none;
	float: right;
    width: 51px;
    height: 51px;
    background-color: #3cfe82;
    padding: 10px;
}

/* Content ------------------------------------- */
#content{
	width: 100%;
	max-width: 750px;
	margin: 0px auto;
	text-align: justify;
	font-size: 14pt;
}

#content .wrap{
	padding: 0 20px;
}

#content h1{
	font-size: 42pt;
	margin: 0px;
	color: #2c313a;
}

#content #hello{
	color: #3cfe82;
}

/* Publications -------------------------------- */
#content  #publications h2{
	font-size: 24pt;
	font-weight: normal;
	margin: 5px;
}

#content #publications a {
	color: #000000;
	text-decoration: none;
}

#content #publications .publication {
	padding: 12px;
	text-align: left;
	margin: 5px;
	border: solid #000000 1px;
}

#content #publications a .publication {
	border: solid #3aa2ff 1px;
}

#content  #publications .publication  h3{
	font-size: 16pt;
	font-weight: normal;
	margin-top: 0px;
}

#content  #publications .publication p{
	margin: 0px;
}

#content  #publications .publication  .authors{
	font-size: 13pt;
}

#content  #publications .publication  .publisher{
	font-size: 8pt;
}

#content  #publications .publication  .medal{
	float: left;
    width: 21px;
    height: 21px;
    margin: 2px 4px 0 0;
}

/* Teaching ------------------------------------ */
#content #teaching h2 {
	text-align: left;
	font-size: 18pt;
	margin-bottom: 0px;
}

#content #teaching h3 {
	text-align: left;
	font-size: 16pt;
	margin-top: 0px;
	font-weight: normal;
}

/* Class --------------------------------------- */
#content #class ul li{
	color: #3aa2ff;
}

#content #class ul li a{
	text-decoration: none;
}

/* Footer -------------------------------------- */
#footer{
	background-color: #2c313a;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 16pt;
	padding: 10px;
}

/* Vetical Naviation --------------------------- */
#vert_nav{
	position: fixed;
	right: 0;
	z-index: 0;
	width: 230px;
	overflow: hidden;
	display: none;
	color: #3cfe82;
	padding: 10px;
	font-weight: 300;
}

#vert_nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 20pt;
}

#vert_nav ul li{
	margin-bottom: 20px;
}

#vert_nav .top_nav {
	margin-top: 40px;
}

#vert_nav .top_nav .cv_link{
	color: #3cfe82;
	font-size: 16pt;
	vertical-align: top;
	border-right: solid #3cfe82 1px;
	padding: 0 8px 3px 0;
	margin: 0 5px 0 0;
	text-decoration: none;
}

#vert_nav .top_nav .linkedin img{
	width: 30px;
	height: 30px;
	display: inline;
	vertical-align: bottom;
}