html { 
  height: 100%;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

.banner {
  margin: 0 0 -20px 0;
}

p.Language {
  /*border-radius: 15px 15px 15px 15px;
  border: solid 2px #1e2c40;*/
  float: right;
  text-align: center;
  margin: -4 0 0 0;
  padding: 6px 6px;
  background: #b3b3ff;
  box-shadow:5px 5px 5px #ccccff;
}

p.link2 {
  /*border-radius: 15px 15px 15px 15px;
  border: solid 2px #1e2c40;*/
  float: right;
  text-align: center;
  margin: -4 20 0 0;
  padding: 6px 6px;
  background: #adc2eb;
  box-shadow:5px 5px 5px #ccddff;
}

.HeadDetails {
  width: 760px;
  height: 240px;
  margin-top: 50px;
  padding: 10px 15px 25px 25px;
  box-shadow:10px 10px 10px #c2d1f0;
  background: #ebf0fa;
}

.chunk_wrap {
  float: left;
  text-align: left;
  margin: 8 8 8 16;
  padding: 0px 12px;
  box-shadow:10px 10px 10px #c2d1f0/*rgba(0,0,0,0.4)*/;
  background: #ebf0fa;
  /*background: #f2e6ff*/;
  /*box-shadow:5px 5px 5px rgba(0,0,0,0.35)*/;
}


.columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    margin: 5px 5px;
}



.doodle {
  width: 100%;
  height: 100px;
  text-align: center;
  margin-top: 50px;
  padding: 0;
  background: rgba(0,0,0,0);
}

#name {
  float: left;
  width: 520px;
  height: 250px;
}

#name h1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  margin: 15px 0 15px 2px;
/*  margin: 2px 2px; */
/*  padding: 2px 0;  */
}

#name h2 {
  font-size: 20px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  line-height: 8px;
  margin-left: 2px; 
/*  margin: 1px 1px; */
/*  padding: 1px 0; */
}

#name p {
  font-size: 14px;
  font-family: 'Source Serif Pro', Helvetica, Arial, sans-serif;
  margin: 2px 2px;
  padding: 2px 0;
}

#name pit {
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  margin: 2px 2px;
  padding: 2px 0;
}

#name padd {
  font-size: 16px;
  font-family: "Courier New", Courier, monospace;
  font-style: italic;
  margin: 2px 2px;
  padding: 2px 0;
}

#name p.IndentName {
  text-indent: 100px;
  font-size: 15px;
  padding-bottom: 5px;
}

#name li {
  font-size: 18px;
  font-family: 'Source Serif Pro', Helvetica, Arial, sans-serif;
  margin: 10px 2px;
  padding: 2px 0;
}

#photo img {
  width: 28%;
  height: auto;
  text-align: right;
  float: right;
  margin: 22px 10px 25px 0px;
}

#pic_highlight img {
  width: 20%;
  height: auto;
  text-align: left;
  float: left;
  margin: 22px 10px 25px 0px;
}

#pic_highlight p {
  font-size: 14px;
  font-family: 'Source Serif Pro', Helvetica, Arial, sans-serif;
  margin: 20px 20px;
  padding: 2px 20px;
  float: right;
  text-align: center;
}

#button img {
  width: 5%;
  height: auto;
  text-align: center;
  float: center;
  margin: 22px 10px 25px 0px;
}

body {
  font: normal 16px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  background: #fff;
  color: #444;
  width: 100%;
  min-width: 420px;
  max-width: 800px;
  height: 100%;
  margin: auto;
}

p.Summary {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0;
}

p.Reference {
  text-align: center;
  font-size: 15px;
  margin: 5px 0 20px 0;
  text-align: right;
}

p.Caption {
  text-align: center;
  font-size: 18px;
  padding-bottom: 8px;
}

li.Link {
  text-indent: 20px;
  margin: 10px 0;
}

h3.title {
	text-align: center;
}

.Timeline tr th,
.Timeline tr td {
  font: normal 18px arial, sans-serif;
  padding: 5px 0;
  vertical-align: top;
  text-align: left;
}

.Timeline tr th{
  font: normal 18px arial, sans-serif;
  white-space: nowrap;
  padding-right: 30px;
}

.Timeline_Award tr th,
.Timeline_Award tr td {
  font: normal 18px arial, sans-serif;
  padding: 5px 0;
  vertical-align: top;
  text-align: left;
}

.Timeline_Award {
  counter-reset: ranking;
}

.Timeline_Award tr th{
  font: normal 18px arial, sans-serif;
  white-space: nowrap;
  padding-right: 30px;
}

.Timeline_Award th:before{
  counter-increment: ranking;
  content: counter(ranking)".";
  padding-right: 0.5em;
}

a { 
  outline: none;
  color: #444;
  text-decoration: none;
}

a:hover {
  outline: none;
  color: #cf8a05;
  text-decoration: underline;
}

ul, ol {
  margin: 0 0 15px 15px;
}

ul li { 
  font: normal 1.3em arial, sans-serif;
  list-style-type: circle;
  margin-left:1em;
  padding-left:0px;
  padding-bottom:5px;
}


header { 
  width: 800px;
  height: 105px;
}

#link {
  font: normal 15px arial, sans-serif;
}

#copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}


/* from here: http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers */
.lavaLampWithImage {
  position: relative;
  height: 18px;
  width: 100%; /* check this */
  min-width: 420px;
  max-width: 770px;
  padding: 10px 12.5px 15px;
  margin: 8px 0 0 0;
  overflow: hidden;
  float: left;
/*  background: #4e4f52;*/
/*  background: #041d40;*/
/*  background: #1e2c40;*/
 background: #5959a6;
}

.lavaLampWithImage li {
  float: left;
  list-style: none;
}

.lavaLampWithImage li.back {
/*  background: #4778ff no-repeat right bottom;*/
/*  background: rgba(71,120,255,0.6) no-repeat right bottom;*/
 background: #000080;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  width: 9px;
  height: 60px;
  z-index: 8;
  position: absolute;
  padding-top: 5px;
  padding-bottom: 50px;
  margin-top: -50px;
  margin-left: 0px;
}

.lavaLampWithImage li a {
  font: normal 20px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;/*'News Cycle', sans-serif;*/
/*  text-shadow:1px 1px #222;*/
  text-decoration: none;
  color: #fff;
  outline: none;
  text-align: left;
  letter-spacing: 0;
  z-index: 10;
  display: block;
  float: left;
  height: 32px;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
  margin: auto 15px;
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
  border: none;
}




.click {
  float: center;
  text-align: center;
  font-size: 16px;
  margin: 0 0 0 0;
  padding: 9px 9px;
  background: #f2e6ff;
  box-shadow:5px 5px 5px rgba(0,0,0,0.35);
}


/* Display text when hovering */
.img__wrap {
  position: relative;
  height: 41px;
  width: 248px;
}

.img__description {
  position: absolute;
  top: -5;
  bottom: 0;
  left: 240;
  right: 0;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  visibility: hidden;
  opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}
