/* Yellow: ffb515
 * Light gray: e5e5e5
 * Medium gray: e0e0e0
 * Medium gray II: c0c0c0
 * Dark gray: 707070
 * Blue: 0a0545
 * Red: a01010
 * Light orange: rgb(247,237,220)
 * Black: rgb(0,0,0)
 */


// css example
//span {
//   content: "\2709";
//}


body {
  background:rgb(0,0,0);
  margin:0;
  text-align:center;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;;
  color:#333;
}

#content {
  width:1000px;
  background:#FFFFFF;
  margin:0 auto;
  text-align:left;
  color: rgb(0,0,0);
}

#bg {
  background:#FFFFFF;
  text-align:left;
}


#hdr {
  width:700px;
  background:#FFFFFF;
}

#hdr-txt {
  background:#FFFFFF;
  vertical-align:bottom;
}
h1 {
    font-size: 32px;
    font-weight: 600;
    font-family:'Source Sans Pro', sans-serif;
    margin:0px;
    padding:0px;
}

h3 {
    margin:0px;
    padding-top:5px;
    padding-bottom: 15px;
}
span.tab{
    padding: 0 12px; /* Or desired space*/
}


#image{
  transition:transform 0.5s ease;
}

#image:hover{
  -webkit-transform:scale(1.35); /* or some other value */
  transform:scale(1.35);
}

.h-lead {
    font-size: 18px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Source Sans Pro', sans-serif;
}
.h-email {
    font-size: 16px;
    line-height: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}


.research-image {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

.hdr-big {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}
.hdr-big-black {
  font-size: 24px;
  color:#222;
  margin: 0px;
  padding: 0px;
}

#hdr-logos {
  background:#FFFFFF;
  text-align:right;
  vertical-align:bottom;
}

.block { display:block; }
.hdr-line { background:#FFFFFF; }

.bar-top {
  border-bottom: 2px solid #000000;
}
.hdr-crumbs {
  padding: 2px 4px;
  background:#FFFFFF;
  font-weight:600;
  font-size:17px;
  border-top: 10px;
  text-align:center;
  border-bottom: 2px solid #FFFFFF;
  padding: 10px;
}

.hdr-crumbs-right {
  padding:1px 4px;
  background:#4997D0;
  font-size:10px;
  text-align:right;
  border-top: 2px;
  border-bottom: 1px solid #000000;
}

.lastcrumb {
  color:#000;
}

.sb {
  width:200px;
  background:#FFFFFF;
  float:left;
  line-height:15px;
  vertical-align:top;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.sb-content {
  text-align: left;
  font-size: 12px;
  margin: 4px 0 0 0;
  line-height:15px;
}

.sb-title {
  color:#000000;
  margin:0;
  font-size:13px;
  border-bottom: 1px solid #000000;
}

.sb-contact {
  font-size:12px;
}

.sb-contact-data {
  font-size:12px;
}

.sb-li {
  font-size:12px;
  text-align: left;
  padding: 0px 0px 5px 3px;
}

.sb-logo {
  background:#FFFFFF;
  color:#345;
  margin-left:10px;
  padding:0;
}

.plain-border {
  margin:0px 35px;
}

.proj-table {
  margin:10px 0 0 5px;
  background:#FFFFFF;
  color: #1c1c1c;
  vertical-align:top;
  text-align:left;
}

.proj-logo {
  background:#FFFFFF;
  color:#345;
  margin:0;
  padding:0;
}

.proj-title {
  font-size: 20px;
  color:#000;
  margin: 3px 3px 3px 10px;
  padding: 0px;
}

.proj-tag {
  font-size: 14px;
  color:#666;
  margin: 3px 3px 3px 10px;
  padding: 0px;
}

.proj-addl {
  font-size: 12px;
  color:#888;
  margin: 3px 3px 3px 10px;
  padding: 0px;
  line-height:135%;
}


.meat {
  padding: 5px 10px;
  background:#FFFFFF;
  color: #1c1c1c;
  vertical-align:top;
  text-align:left;
}
.meat-hd {
  background:#FFFFFF;
  color: #1c1c1c;
  vertical-align:top;
  text-align:left;
}

.meat-title {
  margin: 0px 0 16px 0;
  font-size:16px;
  color:#222;
  padding-top: 16px;
  font-weight: 900;
}

.meat-title-black {
  font-size: 16px;
  color:#222;
}

.pubs-table {
  margin: 0px 0px 0px 0px;
  vertical-align:top;
  text-align:left;
  line-height:18px;
}

.sb-tiny {
  padding: 0px 3px;
  font-size:10px;
}

.tiny-bar {
  margin: 0px 5px;
  padding: 0px 3px;
  font-size:10px;
  border-left: 1px solid #FFFFFF;
}

ul {
  margin-top: -15px;
  margin-bottom: 0px;
}

li {
  font-size:14px;
  padding: 0px 0px 5px 0px;
  line-height: 150%;
  margin: 15px 0;
}

br {
       line-height: 100%;
    }

.plain {
  border-style: none;
}

.smallcode {
  font-size:10px;
  font-family: 'Open Sans', sans-serif;
}

.code {
  font-family: 'Open Sans', sans-serif;
}

.codecmt {
  font-size:10px;
  font-family: 'Open Sans', sans-serif;
  background:#e0e0e0;
  color:#0084b4;
}

pre {
  width: 560px;
  margin: 10px 0px 10px 20px;
  padding: 5px 5px;
  font-size:10px;
  font-family: 'Open Sans', sans-serif;;
  background:#e5e5e5;
  color:#333;
  overflow:auto;
}

a, a:link, a:visited
{
  color: #000 ;
  border-bottom: 0px solid #e5e5e5;
  text-decoration:none;
}

a:hover
{
  background-color:#FFFFFF;
  color: #000;
  border-bottom: 1px solid #000000;
  text-decoration:none;
}

.thisyear, .thisyear:link, .thisyear:visited
{
  color: #1c1c1c;
  border-bottom: 1px solid #FFFFFF;
  text-decoration:none;
}

a.thisyear:hover
{
  color: #1c1c1c;
  border-bottom: 1px solid #000000;
  text-decoration:none;
}

a.plain {
  border-style: none;
  text-decoration:none;
  border-bottom: 1px solid #e5e5e5;
}

a.plain:hover {
  border-style: none;
  text-decoration:none;
  color: #0084b4;
  border-bottom: 1px solid #0084b4;
}

a.pub, a.pub:hover, a.pub:link, a.pub:visited {
  color: #000;
  font-size:12px;
  border-bottom: 1px solid #fff;
}

a.homemenu, a.homemenu:link, a.homemenu:visited {
  border-style: none;
  text-decoration:none;
  color: #1c1c1c;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 3px;
}

a.homemenu:hover {
  border-style: none;
  text-decoration:none;
  color: #1c1c1c;
  border-bottom: 1px solid #0084b4;
  margin-right: 3px;
}

a.sb-tiny {
  border-style: none;
  text-decoration:none;
  border-bottom: 1px solid #1c1c1c;
}

a.sb-tiny:hover {
  border-style: none;
  text-decoration:underline;
  color: #1c1c1c;
  border-bottom: 1px solid #0084b4;
}

a.blank {
  border-style: none;
  text-decoration:none;
  color: #1c1c1c;
  border: none;
}

p {
  margin: 4px 0px 6px 0px;
  font-size:13px;
  line-height:17px;
}

p.left {
  margin: 4px 0px 6px 0px;
  font-size:12px;
  line-height:17px;
  text-align:left;
}

p.center {
  margin: 4px 0px 6px 0px;
  font-size:12px;
  line-height:17px;
  text-align:center;
}

p.pub {
  color: #000;
  margin: 2px 0px 2px 0px;
  font-size:12px;
  line-height:17px;
  text-align:left;
}

.td
{
    font-size: 14px;
    color:#000;
}

#tab { display:inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
