@charset "utf-8";
/* GIS styles */

a, a:link, a:visited, a:active {
	color:#0099cc;
}
h1, h2, h3, h4, h5, h6 {
	color:/*#162E3A;*/#14435a;
}
h3 {
	font-size:16px;
}
.panel-group {
	margin-top:1em;
}
/*---------------- banner styles modified from UA css	*/
header.library-banner {
	/*background-color: #afc3ac;*/
	margin-top:71px;
	width:100%;
}
i.fa {
	margin-right:.5em;
}
.library-banner {
	min-height:112px !important;
}
.library-banner a:link, .library-banner a:visited, .library-banner a:active {
	color:#ffffff;
	text-decoration:none;
	text-shadow:2px 2px #666666;
}
.library-banner a:hover {
	color:#cccccc;
}
header.library-banner #ribbon {
	background-color:#4d000a;
	background-image: url(/Libimages/ribbon/ribbon.png);
	background-repeat:no-repeat;
	padding:0;
	padding-right:10px;
	min-height:64px;
	margin-bottom:0;
}
#hours {
	color:#ffffff;
	padding-top:20px;
}
/*#ribbon #UALogo {
	background: url(/Libimages/ribbon/logo.png);
	background-repeat:no-repeat;
}*/
div#textLayer {	/*	This centres the banner text vertically.  Does not work in IE 9 and frankly, dear reader, I don't give a damn */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.siteName {		/*	banner title	*/
	/*margin-top:20px;*/
	/*max-width: 250px;*/
	display:inline-block;
	font-size:250%;
	text-align:right;
	margin-left:1em;
	/*margin-top:2.2% !important;*/
}
.library-banner #siteIdentifierGIS {	/*	edit this for other branch libraries	*/
	margin:0 auto;
	background-color:#A9BFA6;
	background-image:url(/Libimages/gis/banner2014.png);
	background-repeat:no-repeat;
	background-position:right;
	height:112px;
	max-width:100%;
	padding-left:10px;
	padding-right:10px;
}
	
a#librariesHome {	/* banner link to home page--can shrink for mobile	*/
	margin-top:-5px;
	margin-bottom:0;
	font-size:22px !important;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal !important;
}
/*	end banner	*/
#mainnav {
	margin-left:75px;
	width:100%;
	/*text-align:center;*/
	/*margin:0 auto;*/
}
/*
#mainnav ul, #mainnav > li > a {
	margin-right:15px;
	line-height:1.5em;
}*/
#mainnav ul {	/*	evens the dropdown menus	*/
	width:150px;
}
#mainnav ul.spaced-top {	/*	used to level the tops of drop-down menus when some headings have two lines	*/
	margin-top:24px !important;
}
cite {
	font-style:italic;
}
h2, .h2, section h2, section .h2 {
	font-size: 18px;
}
input[type="submit"] {	/*	custom style for GIS submit button - widget won't work with <button>	*/
    color: #FFF;
    background-color: #5BC0DE;
    border-color: #46B8DA;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-user-select: none;
}
div#quickLinks {
	padding-bottom: 100%;	/*	see overflow:hidden, below	*/
    margin-bottom: -100%;
}
div#contact-us ul {
    margin-left: 10px;
    padding: 0px;
	line-height:1.5em;
    list-style-type: none !important;
}
div#tabs {	/*	the entire search box, tabs and content	*/
	background-color:#395c6e;
	/*overflow:hidden;		together with the#quickLinks rules above, keeps LH column height=100%	*/
}
#tabs h2 {
	color:/*#143955;#baa975;#92986f;*/#C0C59B;
}
#tabs h3 {
	font-size:18px;
	margin-top:0;
	border-bottom:1px solid #cccccc;
}
/*#searchwidget ul {
	margin-left:0;
}*/
div#tabs input[type="button"], div#tabs input[type="submit"] {
	min-width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#c5caa0 0%,
		#92986f);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#c5caa0),
		to(#92986f));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #134201;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
.searchcontainer {
	float:left;
}

div.panel-searchbox {
	height:50px;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#353535;
}
div.search-options-container {
	clear:both;
	width:100%;
	overflow:hidden;
	padding:8px;
	margin:1em 5px 1em 0;
	/*border:1px solid #003366;#cccccc;*/
	/*color:#000000;*/
	/*background:#ffffff;
	opacity:0.5;*/
	background:#9CADB7;
	color:#000000;
}
div.search-options-container a {
	border-bottom:1px dotted;
	color:/*#161616;*/#15272B;
}
div.search-options-container a:hover {
	border:none;
	color:#5d5026;
}
		
div.search-options {
	float:left;
	width:15em;
	/*padding-top:1em;*/
}
form#Logon ul {
	line-height:2.5em;
}
form#Logon input[type=text], form#Logon input[type=password] {
	/*position:absolute;
	left:18em;*/
	min-height:17px;
}
form#Logon input[type=submit] {
	margin-left:25px;
}
div#engines {
	/* [disabled]max-width:|*15em;*|50%; */
	clear:both;
}
#engines label, form#Logon label, form#searchBooks label {
	font-weight:normal;
	color:silver;
}
/*#searchBooks input[type="submit"] {
	margin-top:1.5em;
}*/
#ILL-tab input {
	display:block;
}
#ILL-tab input[type="submit"]{
	margin-top:1em;
}
#ILL-tab label {
	display:inline-block;
}

ul#social-stack-libraries {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#social-stack-libraries li {
	float:left;
}
ul#social-stack-libraries a {
	width:36px;
}

#footercenter {
	text-align:center;
}
#footercenter i.icon-facebook {
	color:#3A5A99;
	font-size:24px;
}
#footercenter i.icon-twitter {
	color:#47BCDC;
	font-size:24px;
}
#footercenter i.icon-youtube {
	color:#2597C8;
	font-size:24px;
}
#footercenter i.icon-sun {
	color:#F2AF5F;
	font-size:24px;
}
#footercenter i.icon-mobile-phone {
	color:#336799;
	font-size:24px;
}
#footercenter i.icon-instagram {
	color:#3574A6;
	font-size:24px;
}

.form-horizontal .form-group {
    margin-left: 0;
	margin-bottom: 5px;
}

#SENDTO {
	display: none; /* mail form honeypot */
}


/* galleries */

#content .gallery .col-md-8 p:first-child {
	margin-top: 0;
}

.modal {
	overflow-y: auto;
}

.modal-img {
	margin: 30px auto 0 auto;
	display: none;
	max-width: 80%;
	text-align: center;
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.thumbwrapper {
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}

.thumbwrapper .thumbnail {
	max-width: 250px;
}

.modal-img .caption {
	background: #333;
	color: #fff;
	padding: 5px 10px;
	text-align: left;
}

.modal-img .caption p {
	margin: 0;
}

.modal-directionNav a {
	position:absolute;
	top:50%;
}

a.modal-prevNav {
	left:-20px;
}

a.modal-nextNav {
	right:-20px;
}

.modal-directionNav a {
	display:block;
	width:60px;
	height:60px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	font-size: 1px;
    letter-spacing: -1px;
	color: rgba(225,225,225,0);
	top: 40%;
	text-align: center;
	text-decoration: none;
}

.modal:hover .modal-directionNav a {
	opacity: 1;
	cursor: pointer;
}

.modal-directionNav a:hover {
    text-decoration: none;
}
.modal-directionNav a:before {
    font-family: FontAwesome;
	font-size: 60px;
    letter-spacing: normal;
	line-height: 1em;
	color: rgba(225,225,225,0.9);
	

}
.modal-directionNav a.modal-prevNav:before {
	content:'\f0a8';
}
.modal-directionNav a.modal-nextNav:before {
	content:'\f0a9';
}


.spinner {
	font-size: 40px;
	color: #fff;
	text-align: center;
	display: block;
	position: fixed;
 	top: 50%;
 	left: 50%;
 	margin-top: -20px;
 	margin-left: -20px;
}




#searchParameter {
    position: absolute;
    min-width: 250px;
    max-width: 250px;
    right: 35px;
    top: 27px;
    float: none;
    left: inherit;
    margin:0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#searchParameter .list-unstyled {
	margin:0;
}

#searchParameter li {
	padding:0;
	margin:0;

	font-size:15px;
}

#searchParameter label {
	font-weight: normal;
	padding: 8px 8px 8px 12px;
	display: block;
	margin:0;
}

#searchParameter label:hover {
	background-color: #DEF3FD;
}

input[type="radio"]#radioLabela, input[type="radio"]#radioLabelb {
	display: none;
}

#searchParameter .searchSelected {
	color: #aa0000;
	font-weight: bold;
}


@media (min-width: 768px) {
    a.modal-prevNav { left:-80px; }
	a.modal-nextNav { right:-80px; }
}


@media (max-width: 350px) {
	#siteIdentifierFAL  {
		background-image:none;
	}
.library-banner a:link, .library-banner a:visited, .library-banner a:active {
	color:#ffffff;/*rgb(20, 67, 90);*/
	font-size:24px;
}
	#tabs ul {
		max-width:220px;
	}
	#siteIdentifierFAL {
		background-image:none;
		background:none;
	}
	a.siteName {
		text-align:left;
		font-size:18px;
	}
	a.siteName:link {
		display:block;
		margin-left:0;
		margin-top:5px;
}
#mainnav {
	text-align:left;
	margin-left:6px;
}
#footercenter {
	text-align:left;
}
}
@media (max-width: 500px) {
	#site-heading {
		display:none;
	}
	a.siteName {
		margin-left:20px;
		font-size:24px;
	}
	header.library-banner {
		margin-top:0;
		background:none;	
	}
	div#hours {
		display:none;
	}
#footercenter {
	text-align:left;
}
@media (max-width: 800px) {
	#mainnav {
	text-align:left;
	margin-left:6px;
}
}
@media (min-width: 1600px){
.library-banner #siteIdentifierGIS {
		margin-left:15em !important;
}
}
#tabs ul li ul li {
	list-style:circle;
}
div#tabs label {
	margin-right:1em;
}
.centered {
	text-align:center;
}
#addthis_button {
	text-align:right;
	padding-right:1em;
}
div.newbooks {
	text-align:center;
	max-with:200px;
}
#newsetc h2 {
	border-bottom:1px solid #c4c4c4;
}
/*  CSS3 Boxes - enhancements for (more or less) standards-compliant modern browsers */

.box_round {
     -moz-border-radius: 12px; 	/*	FF 3.6	*/
  -webkit-border-radius: 12px; 	/*	Safari	*/
          border-radius: 12px; 	/*	Placed last for when CSS3 is finally implemented	*/
}

.box_shadow {
     -moz-box-shadow: 10px 10px 5px #888888; 
  -webkit-box-shadow: 10px 10px 5px #888888;
          box-shadow: 10px 10px 5px #888888;
}

.box_gradient {
  background-color: #dde3eb;
  background-image: -moz-linear-gradient(top, #dde3eb, #a4a8ae); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #dde3eb),color-stop(1, #a4a8ae)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#dde3eb', EndColorStr='#a4a8ae'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dde3eb', EndColorStr='#a4a8ae')"; 
}

.box_rgba {
  background-color: #B4B490;
  background-color: rgba(180, 180, 144, 0.6);  
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#99B4B490',EndColorStr='#99B4B490'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#99B4B490',EndColorStr='#99B4B490')"; 
}

.box_rotate {
     -moz-transform: rotate(7.5deg);  /*	Firefox 3.6	*/
       -o-transform: rotate(7.5deg);  /*	Opera	*/
  -webkit-transform: rotate(7.5deg);  /*	Safari	*/
             filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',  
                      M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104); /*	IE 5 - 7	*/
         -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(
                      M11=0.9914448613738104, M12=-0.13052619222005157, M21=0.13052619222005157, M22=0.9914448613738104, 
                      sizingMethod='auto expand')"; 	/* IE 8 */
               zoom: 1;
}

.box_transition {
     -moz-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
  -webkit-transition: all 0.3s ease-out;  
}

.box_textshadow {
     text-shadow: 1px 1px 3px #888; 
}
p.titleinfo {
	margin-top:1em;
	width:200px;
}
.cleardefault {
	color:#666;		/*	suggestions in search boxes	on home page - new	*/
}
#search-stack form select {
    float: right;
    overflow: hidden;
    padding: 4px 0px 4px 5px;
    width: 250px;
    color: rgb(109, 109, 109);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid rgb(219, 219, 219);
    margin-right: 36px;
    background-color: rgb(243, 243, 245);
}
.javascriptwarning {
	font-size: 80%;
	color: #fff;
	text-align: right;
}
@media print {
/*	warnings for javascript - won't display in print media */
	.javascriptwarning {
		display: none;
	}
a:link:after, a:visited:after {	/*	prevents the display of full URL in a parenthesis	*/
    content: "";
}
header {
	display:none;
}
.container {
	padding-left:5em;
	margin-top:1em;
}
#maintext {
	font-size:10pt;
}
#toolbar {
	display:none;
}
.noprint {
	display:none;
}
div#addthis_button, #search-stack, #quickLinks {
	display:none;
}
#footercenter {
	display:none;
}
h1#site-heading {
	display:block;
	position:absolute;
	left:3.5em;
	top:-2em;
}
.container h1 {
	font-size:20pt;
}
#footerLH, #footerRH {
	font-size:10pt;
}
div.well {
	border:none;
}
}