@font-face { font-family: linux-libertine; src: url('/fonts/LinLibertine_R.woff'); }
@font-face { font-family: linux-libertine; src: url('/fonts/LinLibertine_RI.woff'); font-style: italic; }
@font-face { font-family: linux-libertine; src: url('/fonts/LinLibertine_RB.woff'); font-weight: bold; }
@font-face { font-family: linux-libertine; src: url('/fonts/LinLibertine_RBI.woff'); font-weight: bold; font-style: italic; }

body {
  font-family: "linux-libertine", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "linux-libertine", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}

h1 small,
.h1 small {
  font-size: 28px;
}

h2 small,
.h2 small {
  font-size: 22px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 18px;
}


.panel-h1 {
  border-color: #455ca1;
}

/* This controls the subheadings inside the boxes */
.panel-h1 > .panel-heading {
  color: #ffffff;
  /* background-color: #455ca1; */
  /* background-color: #334466; slate blue */
  /* background-color: #473267; dark purple */
  background-color: #461660; /* UAlbany purple */
  /* border-color: #455ca1; */
  border-color: #334466;
}

.panel-h1 > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #455ca1;
}

.panel-h1 > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #455ca1;
}

.popover {
  font-size: 14px;
  color: #333;
}

h1,h2 {
  padding-top: 70px;
  margin-top: -70px;
}

.jajoffset {
  padding-top: 50px;
  margin-top: -50px;
}

.jajnewsimg {
  display: inline-block;
  text-align: center;
}

.jajnewsthumb {
  background-color:#222;
  display: inline-block;
  text-align: center;
}

.jajimgcontainer {
  text-align: center;
}

.jajtiny {
  font-size: 13px;
  line-height: 21px;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 170px;
  }
  .bs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 80px;
    offset: 1000px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media print {
  img.hidden-print {
    display: none !important;
  }
  header.hidden-print {
    display: none !important;
  }
  ul.hidden-print {
    display: none !important;
  }
  li.hidden-print {
    display: none !important;
  }
  h1.hidden-print {
    display: none !important;
  }
  h2.hidden-print {
    display: none !important;
  }
  dl.hidden-print {
    display: none !important;
  }
  a.hidden-print {
    display: none !important;
  }
}

/* These next two allow paper comments to pop up when the mouse hovers over the paper.
 * Borrowed from JingJing Gu
*/
dd span.appear{	
	display:none;
	/* color:#333333; */
	color:green;
	color:#008800;
        font-style:italic;
	/* background:rgba(255,204,51, 1); */
	background:#22eeff;
	border:1px solid #FFCC00;
	padding:10px;
	margin-left:75px;
	margin-top:-10px;
	/* font-size:0.9em; */
	font-size:85%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	/* width:200px; */
	width:300px;
	text-align:left;
	line-height:130%;
	position: absolute;
	z-index:10;
}
dd:hover span.appear{
	 display:block;
}
