@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;
	}
}

@media (max-width: 767px) {
	#rotatorimage {
		display: none;
	}
}

@media (max-width: 991px) {
	#rotatorimage {
		position:relative;
		margin-left:auto;
		margin-right: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;
	}
}

.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; */
}

.blogimage {
	padding: 0px;
	position: relative;
	border:rgba(255,255,255,0.00) solid 1px;
}
.blogimage:hover a .blogcaption {
	text-decoration: underline;
}
.blogcaption {
	position: absolute;
	bottom: 0px;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	padding-right: 0.75em;
	width: 100%;
	/*text-rendering: optimizeLegibility;*/
	background-color: rgba(175,172,172,0.45);
	/*opacity: 0.45;
    filter: alpha(opacity=45);  For IE8 and earlier */
	color: #FFFFFF;
	/* [disabled]font-size: medium; */
	text-shadow: 0 1px 2px #000000;
}

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

#searchFieldSelector {margin-bottom: 10px;}

#searchboxes > .nav-tabs.nav-justified > .active > a,
#searchboxes > .nav-tabs.nav-justified > .active > a:hover,
#searchboxes > .nav-tabs.nav-justified > .active > a:focus {
	background: #E6E6E6;
	border-bottom-color: #E6E6E6;
}

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

#loadSearchForm { display: none; }

#advsearch {
	margin-top: 10px;
}

#related {
	position: relative;
	float: none;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	/* [disabled]padding-bottom: 5px; */
}
#related .row { margin:0; }

.sites  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: -1px;
	color: #000000;
	line-height: 32px;
	border: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.sites a:link {
	font: 20px Helvetica;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	border: 0;
	line-height: 24px;
}
.sites a:visited {	
	font: 20px Helvetica;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	border: 0;
	line-height: 24px;
}
.sites a:hover {
	font: 20px Helvetica;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
	border-bottom:1px solid #000000;
	line-height: 24px;
	background: #ffffff;
}
#140logo img {
	margin-top: 5px;
	margin-bottom: 5px;
}


/* experiment with plain black link column headers */
.navlinkheaderNoYellow {
	height: 75px;
	border: 2px dotted #000000;
	font-size: 36px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 5px;
	padding-left: 6px;
	padding-right: 5px;
	padding-top:4px;
	font: arial;
	letter-spacing: -1px; /* was -2, but I think this looks better */
	line-height: 90%;
	text-decoration: none;
}
.navlinkheaderNoYellow a {
	color: #232323;
	text-decoration: none;
}
.navlinkheaderNoYellow a:hover {
	color: #FF3300;
	text-decoration: none;
}
.navlinkheaderNoYellow a:active {
	color: #FF3300;
	text-decoration: none;
}
.navlinkheaderNoYellow a:visited {
	color: #232323;
	text-decoration: none;
}
/* end header experiment */


.navlinkheader > div {
	background-color: #FBF6B2;/*link bg*/
	height: 65px;
	font-size: 30px;
	text-transform: uppercase;
	/*height: 75px;
	font-size: 36px;
	font-variant: small-caps;*/
	font-weight: bold;
	margin-top: 15px;
	padding-left: 6px;
	padding-right: 5px;
	padding-top: 5px;
	font: arial;
	letter-spacing: -2px;
	/*letter-spacing: -1px;*/
	line-height: 90%;
	text-decoration: none;
}
.navlinkheader > div:hover {
	border: 2px dotted #000000;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 3px;
}

a.navlinkheader {
	/*color: #BCBCBC;*/
	color: #535353;
	text-decoration: none;
}
a.navlinkheader:hover {
	color: #FF3300;
	text-decoration: none;
}

.links {
	font: 13px helvetica;
	font-weight: lighter;
	color: #000000;
	border: 0;
	word-spacing:0.2em;
	z-index: 2;
}
.links a:link{
	font: 13px arial;
	color: #000000;
	text-decoration: none;
	border: 0px;
}
.links a:visited{
	font: 13px arial;
	color: #000000;
	text-decoration: none;
	border: 0;
}
.links a:hover{
	font: 13px arial;
	color: #000000;
	text-decoration: none;
	border-bottom:1px solid #FF3300;
}


#librarychat {
	display: block;
	/* [disabled]position: relative; */
	/*top: 251px;
				padding-left:720px;*/
	/* [disabled]float: right; */
	z-index: 1;
	/*background: #ffffff;
				border: 1px solid #999999;*/
	letter-spacing: -2px;
}
/* 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;*/
}
	

#bottomgrid {
	position: relative;
	top: -77px;
	float: left;
	z-index: -1;
	right: 47px;
}
@media (max-width: 767px) {
	#bottomgrid {
		top: 20px;
	}
}
	
#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: 767px) {
	#footer {
		top: 0px;
	}
}

/* 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;
}

.Eaglesannouncement{
	font-family: "Helvetica Neue", "Arial Unicode MS", Geneva,/* Arial,*/ sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:rgba(4,138,50,1.00);
}

.big-announcement{
	font-family: "Helvetica Neue", "Arial Unicode MS", Geneva,/* Arial,*/ sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#FF3300;
}

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

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