@media (min-width: 1200px) {
  .container {
    width: 970px;
   }
}

body {
	background-image:url('https://library.uarts.edu/images/gridrepeat.jpg');
	background-repeat:repeat;
	background-position: center;
	z-index:0;
}

#topgrid {
	position: absolute;
	top: 0px;
	left: 28px;
		}
			
#logo {
	position: relative;
	top: 0px;
	left: -60px;
	padding-bottom: 16px; 
	padding-top: 16px;
	z-index: 1;
}

@media (max-width: 767px) {
	#logo {
		left: auto;
	}
}


#topnav {
	position: relative;
	width: 430px;
	background-color: #FFFFCC;/*link bg*/
	/*background-color: #D1C3D5;*/
	font: 12px arial;
	color: #888888;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 44px;
	bottom: 0;
	text-align: right;
}
@media (min-width: 992px) {
  #topnav {
	float: right;
	margin-top: 44px;
   }
}
@media (max-width: 991px) {
	#topnav {
		float: none;
		width:100%;
		margin-top: 5px;
		margin-bottom:10px;
	}
}
@media (max-width: 991px) {
	#topnav-col {
		background: #FFFFCC;
	}
}
.topnavlinks {
	font: 12px arial;
	/*color: #888888;*/
	color: #535353;
	border: 0;
	background-color:#FFFFCC;/*link bg*/
	/*background-color: #D1C3D5;*/
}

.topnavlinks a:link{
	font: 12px arial;
	/*color: #888888;*/
	color: #535353;
	text-decoration: none;
	border: 0px;
	background-color:#FFFFCC;/*link bg*/
	padding-left: 3.3em;
}
@media (max-width: 767px) {
	.topnavlinks a:link{
		padding-left: 0.8em;
	}
}
.topnavlinks a:visited{
	font: 12px arial;
	color: #535353;
	text-decoration: none;
	border: 0;
	background-color:#FFFFCC;/*link bg*/
	}
.topnavlinks a:hover{
	font: 12px arial;
	color: #888888;
	text-decoration: none;
	border-bottom: 1px solid #535353;
	background-color: #FFFF99;
	/* [disabled]padding: 5px 0px 5px 0px; */
}

	
.form-inline .form-control input {
	width: 100%;
}

.searchform {
	background: #E6E6E6;
	/* [disabled]height: 160px; */
	width: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

#searchFieldSelector {margin-bottom: 10px;}

#loadSearchForm { display: none; }

#advsearch {
	margin-top: 10px;
}

#librarychat {
	display: block;
	margin-top: 20px;
	z-index: 1;
	letter-spacing: -2px;
}

@media (min-width: 992px) {
	#librarychat-col-md {
		float: right;
		display: block;
	}
	#librarychat-col-sm {
		display: none;
	}
}
	
@media (max-width: 991px) {
	#librarychat-col-md {
		display: none;
	}
	#librarychat-col-sm {
		display: block;
	}
}


	
/* Experimental styles hacking libraryh3lp -- not so experimental anymore, these work 4.11.12 -jcr */
.libraryh3lp span {
	font: 21px helvetica;
	font-weight: lighter;
	color: #FF3300;
	letter-spacing: -1px;
}
.libraryh3lp:first-child a:link {
	font: 16px helvetica;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
/*	border-bottom:1px solid #FF3300;*/
	line-height: 200%;
	letter-spacing: -1px;

}
.libraryh3lp:first-child a:visited {
	font: 16px helvetica;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
/*	border-bottom:1px solid #FF3300;*/
	line-height: 200%;
	letter-spacing: -1px;

	}
.libraryh3lp:first-child a:hover {
	font: 16px helvetica;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	/*border: 0px;*/
	border-bottom:1px solid #FF3300;	
	line-height: 200%;
	background: #ffffff;
	letter-spacing: -1px;

	
}
/* end experiment */
#chatoffline {
	width:260px;
	font: 12px helvetica;
	font-weight: lighter;
	color: #9e9e9e;
	text-decoration: none;
	letter-spacing: normal;
}
#chatoffline a:link {
	font: 12px helvetica;
	font-weight: lighter;
	color: #9e9e9e;
	text-decoration: underline;
	letter-spacing: normal;
	/*border-bottom:1px solid #9e9e9e;*/
}
#chatoffline a:visited {
	font: 12px helvetica;
	font-weight: lighter;
	color: #9e9e9e;
	text-decoration: underline;
	letter-spacing: normal;
	/*border-bottom:1px solid #9e9e9e;*/
}
#chatoffline a:hover {
	font: 12px helvetica;
	font-weight: lighter;
	color: #9e9e9e;
	text-decoration: none; 
	letter-spacing: normal;
	/*border-bottom:none;*/
}
	
.nav-tabs a {
	color: #000000;
	text-decoration: none;
}
.nav-tabs a:visited {
	color: #000000;
	text-decoration: none;
}
.nav-tabs a:hover {
	color: #FF3333;
	text-decoration: underline;
}
.nav-tabs li:hover {
	background-color: #F4F4F2;
}

.tab-pane {
	padding-top: 1em;
}

/* display all tab content and hide tabs when printing */
@media print {
.tab-content > .tab-pane {display: block !important; opacity: 1 !important; visibility: visible !important}
.nav-tabs {display: none !important; opacity: 0 !important; visibility: none !important}
 }


#bottomgrid {
	position: relative;
	top: -77px;
	float: left;
	z-index: -1;
	right: 47px;
}
@media (max-width: 991px) {
	#bottomgrid {
		top: 0px;
	}
}
	
#footer {
	position: relative;
	float: right;
	width: 100%;
	text-align: center;
	font-family: "Helvetica Neue", "Arial Unicode MS", sans-serif;
	font-size: 9px;
	color: #999999;
	/* [disabled]margin-bottom: 25px; */	/*margin-left:auto;
	margin-right:auto;*/
	top: 20px;
}
@media (max-width: 991px) {
	#footer {
		top: 20px;
	}
}

/* Style for emergency or otherwise important announcements (hours changes, access problems, etc) */
.announcement {
	font-family: "Helvetica Neue", "Arial Unicode MS", Geneva,/* Arial,*/ sans-serif;
	font-weight:bold;
	color:#FF3300;
}

a:hover.announcement  {
	color: #232323;
	text-decoration: none;
	border-bottom: 1px solid #FF3300;
}

.pagetitle { font-size:large; font-weight:bold; }

/* SUBPAGE STYLES */
#maincontent {
	border: 1px dashed black;
	font: 14px arial;
	line-height: 150%;
	color: #000000;
	background-color: #ffffff;
	margin-bottom: 20px;
	/* [disabled]min-height:620px; */
}

#breadcrumb {
	padding-top:5px;
	padding-bottom:5px;
    margin-top: 15px;
}
div#breadcrumb a, div#breadcrumb span {
    display: inline-block;
}
.breadcrumbl {
	font: 12px arial;
	color: #000000;
	/* [disabled]position:relative; */
	top: 16px;
			}
.breadcrumbl a:link{
			font: 12px arial;
			color: #AAAAAA;
			text-decoration: none;
			border-bottom:1px solid #AAAAAA;
}
.breadcrumbl a:visited{
	font: 12px arial;
	color: #AAAAAA;
	text-decoration: none;
	border-bottom:1px solid #AAAAAA;
	}
.breadcrumbl a:hover{
	font: 12px arial;
	color: #AAAAAA;
	text-decoration: none;
	border: 0px;
	background: #ffffff;
}

#transtitle {
	background-color: #F4F4F2;
	width: 100%;
	margin-bottom: 20px;
}

#transtitle p {
	margin-top: 6px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 6px;
	font: 55px arial;
	font-weight: bold;
	letter-spacing: -5px;
	color: #B3B3B3;
	text-transform: uppercase;
  }
@media (max-width: 767px) {
	#transtitle p {
		font: 35px arial;
		letter-spacing: -2px;
		font-weight: bold;
	}
}


#relatedpages {
	width: 100%;
	background-color: #ffffff;
	padding: 8px 0px 20px 16px;
	border: 1px solid black;
	margin-top: 20px;
}
@media (max-width: 991px) and (min-width: 767px) {
	#relatedpages {
		margin-top: 0px;
	}
}

.relatedfont {
	font: 21px arial;
	font-weight: bold;
	color: #FF3300;
	border: 0;
}
.relatedfont a:link{
	font: 15px arial;
	color: #000000;
	text-decoration: none;
	border-bottom:1px solid #000000;
	line-height: 200%;
}
.relatedfont a:visited{
	font: 15px arial;
	color: #000000;
	text-decoration: none;
	border-bottom:1px solid #000000;
	line-height: 200%;
	}
.relatedfont a:hover{
	font: 15px arial;
	color: #000000;
	text-decoration: none;
	border: 0px;
	line-height: 200%;
	background: #ffffff;
}

.relatedtext {
	font-size: 12px;
	font-family: arial;
	color: #333333;
	font-weight: normal;
	}
	
#maintext {
	padding-bottom: 1em;
}
#maintext a:link{
	/*font: 14px arial;*/
	color: #000000;
	text-decoration: none;
	border-bottom:1px solid #FF3333;
}
#maintext a:visited{
	/*font: 14px arial;*/
	color: #000000;
	text-decoration: none;
	border-bottom:1px solid #FF3333;
	}
#maintext a:hover{
	/*font: 14px arial;*/
	color: #FF3333;
	text-decoration: none;
	border: 0px;
}

.menublock {border-bottom:solid 1px; padding-bottom:8px; padding-top:8px;}

.updated {font-size:small; text-align:center;}

@media (max-width: 767px) {
	.advsearchhelp {
		display: none;
	}
}

.advsearchfields select {
	width: 6em;
}

@media (min-width: 992px) {
	.advsearchsubmit {
		margin-top: 5em;
	}
}

.advsearchlimit {
	padding-top: 10px;
}


/* Database listing page styles */
#dbListings {} /* the entire listings panel group */
.db {} /* in case we need to style the whole panel for each database listing */
.dbHeading {
	background-color: #ffffff;
}
.dbBlurb {
	width: 80%;
}
.dbBlurbRow { position: relative; }
.dbToggleBtn {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.dbToggleBtn a { 	/* WHY DOESN'T THIS FREAKING WORK???!!! - had to add style attribute in the tag this is selecting - fix someday */
	text-decoration: none;
	border: none;
}

/* Subject Guides listing navigation */
#maintext ul.nav-stacked li a {
	border: none;
}
#maintext ul.nav-stacked li a:hover {
	background-color: #FFFFFF;
}
#maintext ul.nav-stacked li.active a { 
	background-color: #F4F4F2;
}
#maintext ul.nav-stacked li.active a:hover { 
	color: #000000;
}

.guidelists li {
	list-style-type: none;
	margin-bottom: 0.3em;
}

/* styles for books cited in subject guides */

.guideCite {
	width:100%;
	padding-bottom:3px;
	padding-top:3px;
	border-bottom:solid 1px #555555;
	clear:both;
	min-height:9em;
}

.bookcover {
	float:right;
	margin-left:5px;
	margin-top:4px;
	border:solid 1px #555555;
	height:8.5em;
}

.bookcover a:hover {border:solid 1px #555555; margin-top:2px; margin-left:5px;}

.webimage {
	float:right;
	margin-left:5px;
	margin-top:2px;
	border:solid 1px #555555;
	height:6.25em;
}

.webimage a:hover {border:solid 1px #555555; margin-top:2px; margin-left:5px;}

.booktitle { 
	font-style:italic;
	font-size:larger;
}

/* Content in subject guide tabs */
#maintext > .tab-content > .tab-pane { 
	padding-top: 2em;
}
/* #maintext > .tab-content div ul li {
  padding-bottom: 2em;
} */
div#indexesContent ul li { /* add extra spacing to how-to lists in article tabs */
  padding-bottom: 2em;
}

/* styles for the table that holds library liaison assignments about/liaisons.html */

.liaisoncollege {
	font-size:large;
	font-weight:bold;
}

.liaisonheader td {
	font-weight:bold;
}

.liaisonlist td {
	font-size:small;
	vertical-align:top;
	
}

.disclaimer {
	font-size: 10px;
	line-height: 120%;
	color: #AAAAAA;
}


/* ------------------- Carousel Styling ------------------- */
/* ------------------- from https://bootsnipp.com/snippets/xBdN ------------------- */


.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


