/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v13/8qcEw_nrk_5HEcCpYdJu8BTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v13/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* The bibliography */
div.bibliography
{
    font-family: Lato;
       /* font-family:'Lato',Arial,Geneva, sans-serif; */
       font-weight:300;
       line-height:1.4em;
   }

@media print
{
    #bib-preamble {display:none !important;}
}

/* Collection titles */
div.bibliography h1, div.bibliography h2, div.bibliography h3, div.bibliography h4
{
    font-family:Century Gothic,Times New Roman,Optima,sans-serif;
    font-weight:1000;
    color:Gray;
}
div.bibliography h2
{
    border-bottom: Gray solid 2px;
}
#searchTermSectionTitle
{
    border-bottom: none;
}

/* Search term highlighted */
#searchTermSectionTitle, #searchTermSectionTitle a {
    color:DarkGreen;
}

/* Collections */

div.bibliography div.collection { }
div.bibliography div.collection div.collection { /* nested collection */ }

div.short-bib-section {
    border: 1px solid black;
    padding: 10px;
    padding-top: 0;
}
div.full-bib-section div.bib-item {
    margin-bottom:25px;
}
/* the short format (selected works) */
div.short-bib-section div.bib-item {
    margin-bottom:5px;
}

/* numbered citations */

div.full-bib-section li {
    margin-bottom:10px;
}
div.short-bib-section li {
    margin-bottom:5px;
    list-style-type: none;    Use this to turn off numbering
}

/* the abbreviated conference or journal title in the short format section */
div.short-bib-section .containertitle {
    font-style:italic;
}

/* The entire bibliographic item */
div.bib-item {
    display: block;
    text-align:left;
    vertical-align:top;
    position:static;
}

/* The buttons for BIB, RIS, etc. */
div.blinkitems {
    display:inline-block;
    text-align:left;
    width:15%;
    position:absolute;
    left:20px;
}
div.blink  {
    display:inline-block;
}

div.blinkitems .bibshowhide {
    background: white;
    border: 2px solid grey;
    padding: 10px;
    z-index: 5;
    position: absolute;
}

.bib-item {
    position:relative;
}
.bib-venue {
    display:none;
}
div.bib-venue-short {
    display:none !important;  /* not displaying it */
    text-align:left;
    max-width:15%;
    position:absolute;
    left:20px;
    margin-top:-30px;
    color:black;
    padding:  0px 4px 0px 4px;
    font-size: 80%;
    font-variant: small-caps;
    background:#DDDDFF;

    /* border: 1px solid white; */

}

div.bib-details{
    text-align: left;
    display:inline-block;
    position:relative;
    left:18%;
    width:82%;
}

.bib-details .bib-extra {
    display: inline;
    font-weight:bold;
}

/* The actual BibTeX record (when visible) */
div.bib {
    font-family:Menlo,Courier,monospaced;
    color:brown;
    white-space: pre;
}

/* Citation (when visible) */
div.cite {
    width: 600px;
}

.blinkitems, .bib-venue, .bib-venue-short {
}

/* Text "bib", "abstract", and other buttons */
.blinkitems .blink a {
    /* font-variant: small-caps; */
    text-transform: uppercase;
    font-family:Arial,sans-serif;
    font-size:80%;
    text-decoration: none;
    clear: both;
    padding:0;
    margin:0;
}

/* the .blink p style is a hack because Wordpress seems to insert <p> at times. */
.blink p {
    display:inline;
}

div.full-bib-section .blink a {
    margin-bottom:-30px;
    border: 1px solid #DDDDDD;
    background-color: #EEEEEE;
    padding:1px;
}
div.short-bib-section .blinkitems .blink a {
    display:inline-block; /* needed to make margin-top work (collapsed margins) */
    margin-bottom:10px;
}


/* The actual abstract (when visible) */
div.abstract {
    color:black;
    margin:20px 60px 60px 10px;
    min-width: 450px;
}

/* Document titles */
.doctitle {
    font-weight:200;
}

/* Document titles linking to a PDF or somewhere else */
a.doctitle:link,a.doctitle:visited,a.doctitle,a.doctitle:hover,a.doctitle.active {
    color:blue;
    font-weight:200;
    text-decoration:none; /* do not underline */
}

/* Document titles where shorted, e.g. "selected works" */
.doctitle-short {
}

/* Display publication titles in their own lines.
Remove to disable. */
span.doctitle {
    display:block;
}

/* Search box */
#pubSearchButton {
    /* border: 0 solid #d4d0ba; */
    font-family: inherit;
    padding: 0;
}
#pubSearchBox {
    position:static;
    text-align:right;
    right:10px; top:100px;
    display:block;
}

/* Categories at top of the bibliography */

/* Entire section */
#bib-preamble {
    ___background-color:#DDDDDD;
    padding: 10px;
    margin: 10px;
}

/* Block of items of the same kind */
.bib-cat {
    display: inline-block;
    list-style: none;
    text-indent: 0;
    margin: 0; padding: 0;
    margin-right:30px;
    text-align:left;
    vertical-align:top;
    min-width:15%;
}

/* Single category */
.bib-cat li {
    display: block;
}

#bib-cat-year {
    max-width:20%;
}
#bib-cat-year li {
    display:block; /* inline */
}

#bib-cat-venue_short {
    display:block;
    margin-top:20px;
}
#bib-cat-venue_short li {
    display:inline;
    margin-left: 10px;
}

.bib-cat span.cat_count {
    font-style:italic;
    opacity: 0.5;
}
