/* Date last modified: 2019-7-1 (kaw5) */
 @font-face {font-family: texgyreadventor; src: url(http://rmc.library.cornell.edu/fonts/texgyreadventor-regular.otf);}
 
 
BODY		{ margin: 0px 40px 40px 40px; background-color: #fff; color: #4d371c; font-family: verdana, arial, sans-serif; font-size: 14px; line-height: 26px;  }
 H1				{ font-family: texgyreadventor, sans-serif; font-size: 22px; color: #5b1d1e; text-align: center; }
 H2				{ font-family: texgyreadventor, sans-serif; font-size: 20px; color: #7A2900; text-align: center }
 H4				{ font-family: texgyreadventor, sans-serif; font-size: 16px; color: #444; text-align: center }
 H5				{ font-family: texgyreadventor, sans-serif; font-size: 15px; color: #000000; text-align: center }
 
 HR { margin: 20px 0px; color: #5b1d1e; border: 0; height: 1px; background-image: linear-gradient(to right, rgba(91, 29, 30, 0.1), rgba(91, 29, 30, 0.5), rgba(91, 29, 30, 0.1));}
 
.H4				{  font-family: texgyreadventor, sans-serif; color: #444; font-weight: bold; font-size: 18px; }
.para			{ padding-bottom: 12px; }
.heading		{ color: #7A2900; }
.item			{ margin-left:1em; text-align: left; vertical-align: top; }
.serieslabel	{ color: #7A2900; font-weight: bold; font-size: medium; padding-top: 10px; }
.subserieslabel { color: #7A2900; font-weight: bold;}
.smalllabel		{ margin-bottom: 5px; color: #7A2900; font-weight: bold; font-family: texgyreadventor, verdana, arial, sans-serif; font-size: 13px }
.smallitem		{ margin-left: 1em; text-align: left; vertical-align: top; font-family: texgyreadventor, verdana, arial, sans-serif; font-size: 12px; }
.note			{ font-style: italic; text-align: right; }

.image			{ padding-top: 10px; padding-bottom: 10px; }
.caption		{ font-size: 11px; width: 300px }

OL.loweralpha	{ list-style-type: lower-alpha }
OL.upperalpha 	{ list-style-type: upper-alpha }
OL.lowerroman 	{ list-style-type: lower-roman }
OL.upperroman 	{ list-style-type: upper-roman }
UL.simple 		{ list-style-type: none }

a:link{ color: #5b1d1e; }
a:visited{ color: #5b1d1e; }

table { border-spacing: 0px; empty-cells: show; table-layout: fixed; width: 100%;}

td {padding: 8px; font-size: 14px; font-family: verdana, arial, sans-serif;  overflow: visible; white-space: normal; border: 1px;}

tr:nth-child(even) { background: #eee; }


#mainbody{
margin-left: 360px;
padding: 20px;
}

#titleproper{ 
width: 340px;
margin: 0px;
padding: 10px;
background-color: #ddd;
text-align: center;
font-family: texgyreadventor, sans-serif; 
font-size: 14px;
font-weight: bold;
color: #000;
line-height: 20px;
}

#titlepagedate{
font-size: 14px;
text-align: center;
}

#sidebar{
position: fixed;
top: 0px;
left: 0px;
float:left;
width: 360px; 
height: 100%; 
background-color: #efefef; 
}


  /* Smartphone Portrait and Landscape */ 
  @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px){ 
     #sidebar { display: none;}
     #mainbody{ margin-left: 0px;}
     
  }

#collnum{
color: #7A2900;
line-height: 28px;
}

#serieslist{
margin: 0px 0px 20px 0px;
padding: 20px 20px 20px 30px; 
font-size: 11px;
line-height: 16px;
font-weight: normal;
overflow: auto;
max-height: 400px;
}

#serieslist a{
font-weight: normal;
}

#serieslist::-webkit-scrollbar {
background-color: #eee;
width: 12px;
}

#serieslist::-webkit-scrollbar-thumb {
background-color: #999;
border-radius: 10px; 
}

#serieslist::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
border-radius: 10px;
}

#sidebarlinks{
text-align: center;
font-size: 12px;
color: #7A2900;
font-weight: bold;
}



