<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/* ------------------------- Breadcrumb Title ------------------------- */
#breadCrumb p { 
	padding: 0;
}
h2 {
	font-size: 150%;
}
#container #breadCrumb &gt; h2:first-of-type {
	font-weight: bold;
	width: 19%;
	background: #ddd;
	padding: .1em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
/* ------------------------ Main Content ------------------------------*/
#content dl dd {
	padding: 0 0 0 1em;
}
/*-------------------------Staff Container ----------------------------*/
.staffContainer {
	float: left;
	margin-left: 10px;
	padding-left: 1%;
	padding-top: 1%;
	width: 330px;
}
.shadow_img {
	 padding: 5px; 
	 border: 1px solid #CCC; 
	 -webkit-box-shadow:3px 3px 5px #ccc; -moz-box-shadow:3px 3px 5px #ccc; 
	 box-shadow:3px 3px 5px #ccc;
	 float:left;
 	 margin-right: 1em !important;
	 background-color: #ffffff;
}
.about {
	float: left;
	position: relative;
	left: 10%;
	width:100%;
}
/* ------------------------- Side Navigation ------------------------- */
#sideNav ul {
	background: #eee;
}
#sideNav ul li {
	padding: .8em 0;
}
#sideNav ul li a {
    padding: 0 1em 0 1em !important;
}
#sideNav li:hover {
	color: #fff !important;
	background: #A385C2;
}
#sideNav ul li:hover a {
	color: #fff;
}
#sideNav ul li a strong {
	color: #333
}
.libraryh3lp {
	text-align: center;
    background-color: #A385C2;
}
.map a {
background: url(http://www.wiu.edu/libraries/govpubs/_resources/images/govPubs_globe.png) center right no-repeat !important;
	height: 2em;
	margin-right: 2em;
}
/* ------------------------- Right Side Menu ------------------------- */
#highlightRight a{
	text-decoration: underline !important;
}
#content ul li {
	list-style-type: none;
}
/* ------------------------- Start Tabbed Search ------------------------- */
#content h3 {
	color: #C98210;
	font-weight: bold;
	padding: 0.5em 0;
}
#content h4 {
	color: #000
}
#content h5 {
	color: #000
}
#content h6 {
	color: #000
}
.content {
	margin-bottom: 1em;
}
.tabSearch {
    float: none;
    overflow: hidden;
    position: relative;
}
/* Nav */
.tabSearch nav {
    text-align: center;
	background: #999; background: -moz-linear-gradient(center top , #C2ADD6, #A385C2) repeat scroll 0 0 transparent; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C2ADD6), to(#A385C2)); 
	background-image: -ms-linear-gradient(top, #C2ADD6 100%, #A385C2 0%);
	padding-top:.2em;
}
.tabSearch nav ul {
    padding: 0 !important;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.tabSearch nav ul li {
    border: solid thin #AAA;
	border-bottom: none;
	margin: 0 .1em !important;
    display: block;
    float: left;
    position: relative;
	background-color: #EEE;
}
.tabSearchs nav li.tab-current {
    border: solid thin #AAA;
	box-shadow: inset 0 .2em #639;
    border-bottom: none;
    z-index: 100;
	background-color: #FFF;
}
.tabSearch nav li.tab-current:before,
.tabSearch nav li.tab-current:after {
    content: '';
    position: absolute;
    height: .02em !important;
    right: 100%;
    bottom: 0;
    width: 100em;
	background: #AAA;
}
.tabSearch nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 400em;
}
.tabSearch nav a {
    color: #555 !important;
	display: block;
    font-size: 1.3em;
    line-height: 2;
    padding: 0 1em;
    white-space: nowrap;
}
.tabSearch nav a:hover {
    color: #A385C2 !important;
}
.tab-current {
	background-color: #FFF !important;
	box-shadow: inset 0 .2em #639;
	border-bottom: none;
}
.tabSearch nav li.tab-current a {
    color: #639 !important;
}
/* Icons */
.tabSearch nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}
/* links */
.tabSearchLinks {
	padding-right:1.5em;
}
.tabSearch label {
	margin-right:1em;
}
.radios {
	line-height:2em;
	margin-top: 0.8em;
}
.radios &gt; span {
    white-space: nowrap;
	text-height: 1em;
}
/* Content */
.content section {
    display: none;
    margin: 0 auto;	
	padding-bottom: 1em;
}
.content section:before,
.content section:after {
    content: '';
    display: table;
}
.content section:after {
    clear: both;
}
/* Fallback example */
.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: thin solid #AAA;
}
.content section.content-current {
    display: block;
	border: solid thin #AAA;
	border-top: none;
}
.mediabox {
    padding: 1em;
}
.mediabox a{
	text-decoration: underline !important;
}
.mediabox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.mediabox h3 {
	font-size: 1.3em !important;
	text-transform:uppercase;
	margin: 0.5em 0;
	padding: 0 !important;
}
.mediabox p {
    margin: 1em 0;
	padding: 0 !important;
}
.mediabox p:last-child {
    margin: 0;
}
/* ----- Start hr style ----- */
hr.carved {
  clear: both; 
  float: none; 
  width: 100%; 
  height: .2em;
  margin: 1.2em 0 1em;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.5, rgb(221,221,221)),
      color-stop(0.5, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      center top,
      rgb(221,221,221) 50%,
      rgb(255,255,255) 50%
  );
}
/* ----- End hr style ----- */
/* ------------------------- Table Styles ------------------------- 
#content table caption {
	color: black;
	font-weight: bold;
	padding: 0.5em 0;
	font-size: 1.2em;
	text-align: center;
}
#content tr th {
	height: 35px;
	color: #fff;
	text-align: center;
	background: #639;
	background-image: 0 35% #6728ab 68%;
	border-top: none;
	border-right: none;
	border-bottom: medium solid #C9F;
	border-left: none;
	vertical-align: middle;
}
#content th {
	font-size: 1em;
	font-weight: normal;
	
}
#content td {
	text-align: left;
}
#content tr td {
	border: #666 thin solid;
	padding: .8em;
}
#content tr:nth-of-type(even) {
	background-color:#fff !important;
}
#content tr:nth-of-type(odd) {
	background-color: #dfdfdf !important;
} */
/* ------------------------- End Table Styles ------------------------- */

@media screen and (max-width: 69.2em) {

/* ------------------------- Start Tabbed Search ------------------------- */
.tabSearch {
  	float: none;
    width: 100%;
}
.tabSearch nav {
	text-align: left;
}
.tabSearch nav a:before {
    margin: 0;
	display: block;
}
.tabSearch nav a {
    padding: 0.75em;
	line-height: 1em;
	font-size: 1em;
}
.tabSearch nav ul li {
    padding: 0.75em;
	width: 120%;
	margin: 0 0 0 0 !important;
	border-bottom: thin solid #666;
}	
.mediabox {
	float: none;
	width: auto;
	font-size: 90%;
	text-align: left;
}
.mediabox h3 {
	font-size: 1em !important;
	margin: 1em 0;
}
.mediabox:before,
.mediabox:after {
	content: '';
	display: table;
}
.mediabox:after {
	clear: both;
}
.mediabox input {
	margin: 0 0 1em 0;
}
/* ------------------------- End Tabbed Search ------------------------- */
}
 
@media screen and (max-width: 41.3em) {

/* ------------------------- Start Tabbed Search ------------------------- */
.tabSearch nav ul,
.tabSearch nav ul li a {
	width: 100%;
	padding: 0.1em 0.3em;
}
.tabSearch nav ul li {
	margin-left: 20%;
	margin-left: calc(20% + .02em);
}
.mediabox {
	text-align: left;
}
.mediabox img {
	float: none;
	margin: 0 auto;
	max-width: 100%;
}
.mediabox h3 {
	font-size: .8em !important;
	margin: 1.25em 0 1em;
}
.mediabox p {
	margin: 0;
}
.mediabox .radio {
	width: 2em;	
}
.mediabox select {
	margin: 0 0 1em 0;
}
.tabSearchLinks {
	display: block;	
}
.input {
	display: block;
}
#tabs-1 fieldset {
	width: 19em;
	font-size: .8em;
}
#tabs-1 fieldset {
	border: none;
}
textarea {
	width: 16em;
}
.button {
	margin-top: .5em !important;
}
.staffContainer {
    margin-left: 0;
    width: initial;
}
/* ------------------------- End Tabbed Search ------------------------- */
/*-------------------------- Staff Container -------------------*/
.about {
	position: inherit;
}

}
/* ------------------------- End Media Queries ------------------------- */
</pre></body></html>