/* 
@ Bowei Chen 2018
CSS modified based on the CSS of Kyle Jamieson @ Princeton University 
*/

/* 
#054685
#a4b4c5
#0078d4
#12bdef
#d6e143
#76c34a
#eff6fd
#ffffff
#e8a67d 
*/

html {
    height: 100%;
}

body {
    background: #ffffff;
    font: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.3;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

a {
    color: #054685;
    /* #696969; */
}

a:hover {
    text-decoration: underline;
    color: #e87511;
}

/* #sidebar-a {
    float: right;
    width: 199px;
    height: 300px;
    line-height: 15px;
    padding-right: 15px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#sidebar-b,
#ytplayer-arraytrack {
    float: left;
    padding: 15px 15px 15px 0px;
}

#sidebar-b,
#ytplayer-mobitagbot {
    float: right;
    padding: 15px 0 15px 15px;
}

#sidebar-a p {
    text-align: right;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    color: #777777;
} */

#page {
    width: 925px;
    /* position: relative; */
    /* min-height: 100%; */
    margin: 1.5px auto;
    padding: 0;
    border-width: 0px 1px 0px 1px;
    border-color: #ffffff;
    background: #ffffff;
    border-style: solid;
}

#page p.disclaimer {
    font-size: 11px;
    color: #aaaaaa;
}

p.credit {
    font-size: 11px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: bold;
}

#header {
    position: relative;
    background-color: #ffffff;
    vertical-align: top;
}

#title {
    padding: 30px 0 30px 0;
    margin: 0 15px 0 15px;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    /* font-family: 'futura book', sans-serif; */
    /* font-weight: bold; */
    text-transform: uppercase;
    color: #074b92;
    width: 700px;
    line-height: 1.3;
}

#title span {
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    color: #585858;
    text-transform: initial;
}

#title span.address {
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    color: #585858;
    text-transform: initial;
}

#body {
    margin: 0 15px 0 15px;
    /* background: #e2e3e4; */
    background: #ffffff;
    /* overflow: auto; */
    padding: 5px 0 15px 0;
    clear: both;
}

p {
    margin-bottom: 11px;
}

h1 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    line-height: 1.3;
    margin: 25px 0 15px 0;
    color: #074b92;
    /* #006eb1; */
    text-transform: uppercase;
    /* border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #e87511; */
}

h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 1.3;
    margin: 15px 0 11px 0;
    color: #e87511;
    /* text-transform: uppercase; */
}


/* h3 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 15px;
    line-height: 1.3;
    margin: 20px 0 2px 0;
    color: #e87511;
} */

#body ul {
    margin: 3px;
}

#body ul li {
    padding: 3px;
}

#body ol {
    margin: 3px;
}

#body ol li {
    padding: 3px;
}

#body dl {
    margin: 3px;
}

#body dl li {
    padding: 3px;
}


#body .pubs {
    margin-bottom: 15px;
}

#body .pubs .pub {
    background: #eff6fd ! important;
    margin: 5px 0 5px 0;
    padding: 5px 5px 5px 5px;
}

#body #ytplayer {
    margin-left: 15px;
}

/* Publications: rounded cards */
#body .pubs .pub {
    border-radius: 5px;   /* adjust as desired */
}

/* Publication tables: rounded container */
table {
    border-radius: 5px;
    overflow: hidden;      /* ensures the background clips to rounded corners */
}

#body .pubs .pub:nth-of-type(odd) {
  background: #eff6fd ! important;
}

#body .pubs .pub:nth-of-type(even) {
  background: #eff6fd ! important;
}

#body .pubs .pub .title {
    font-weight: bold;
}

#body .pubs .pub .venue {
    color: #000000;
}

#body .pubs .pub a.pdflink {
    float: right;
    vertical-align: top;
    padding-left: 11px;
    transform: translateY(25%);
}

#body .pubs .pub a.pdflink img {
    vertical-align: top;
    width: auto;
    height: 15px;
}

#body ul#news li {
    margin: 0;
}

#bmenu-container {
    margin: 0;
    padding: 20px 0 20px 0;
    clear: both;
}

.bmenu {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dbdbdb;
}

.bmenu li {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    padding: 0px 0px 0px 11px !important;
}

.bmenu li a {
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #555555;
    margin: 0 !important;
    padding: 4px 5px;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 5px solid white;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

body.about .bmenu li#about,
body.publications .bmenu li#publications,
body.teaching .bmenu li#teaching,
body.talks .bmenu li#talks,
body.service .bmenu li#service {
    font-weight: bold;
}

body.about .bmenu li#about a,
body.publications .bmenu li#publications a,
body.teaching .bmenu li#teaching a,
body.talks .bmenu li#talks a,
body.service .bmenu li#service a {
    color: #074b92;
    border-bottom: 5px solid #074b92 !important;
}

.bmenu:hover li a {
    color: #074b92 !important;
}

.bmenu li a:hover {
    color: #074b92;
    border-bottom: 5px solid #074b92 !important;
}

#head,
#foot {
    /* height: 1.75px; */
    background: #074b92;
    width: 925px;
    margin: 0 auto;
}


/* copyright section */

#site-credits {
    /* font-family: Georgia, serif; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 11px;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
    color: #808b96;
}

#site-credits a {
    color: #808b96;
}

#outer-container {
    width: 925px;
    margin: 0 auto 0 auto;
    position: relative;
}


/* Publication Table */

table {
    margin-bottom: 11px;
    font-size: 15px;
    border-collapse: collapse;
    text-align: left;
    Width: 770px;
    background-color: #eff6fd ! important;
    padding: 5px 11px 5px 11px;
}

.title {
    font-weight: bold
}

.easylink {
    color: #808b96;
}

td {
    padding: 5px 5px 5px 5px;
}

.left {
    font-size: 15px;
    text-align: left;
    vertical-align: top;
    width: 730px;
    background-color: #eff6fd ! important;
}

.right {
    font-size: 15px;
    text-align: right;
    vertical-align: top;
    width: 40px;
    padding: 5px 5px 5px 5px;
    background-color: #eff6fd ! important;
}

body .table .right td.pdflink img {
    float: right;
    vertical-align: top;
    height: 15px;
    width: auto;
}

body .table .left td.pdflink img {
    float: left;
    vertical-align: top;
    height: 15px;
    width: auto;
}