@import url("basic_legacy.css");
@import url("nav.css");
@import url("slider.css");
@import url("hub.css");

* { 
	margin: 0; 
	padding: 0; }

/* --- GLOBAL STYLES
------------------------------------------------------ */
html { font-size: 12px; font-family: "Arial","Helvetica",sans-serif; }

body { text-align: center;
	/*background: #313131; old - cmackenzie 3/4/09*/
	background: #b9b9b9;
	color: #3c3c3c; 
	margin-left:auto;
    margin-right:auto;
	}
	
a.askalibrarian 
{
    color:#ac0400;
	margin: 0 0 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 0px 0;
	font-size: 14px;
	font-weight: bold;
	position:relative;
	left:-4px;
	top:-5px;
	text-decoration:none;
	/*top:24px;*/
}

a.askalibrarian:hover
{
  color:  #9C5945;
}

a{ color: #953800; }
	a:hover { color: #587b7c; }
	
	/* --- HEADINGS --- */	
	h1 { 
		font-family: "Georgia","Times New Roman","Times",serif; 
		font-size: 190%;
		font-weight: normal;
		color: #012c4e; 
		margin-bottom: 15px; }
	
	h2 {
	font-size: 125%;
	font-weight: normal;
	color: #012c4e;
	margin: 0 0 5px 0; }
		
	h3 {
	font-size: 14px;
	color: #333;
	margin: 5px 0; }
	
	/* --- LISTS --- */	
	ol, ul { margin: .5em 0; }
	
	ol { padding-left: 24px; }
	/*commented by cmackenzie, this was impacting the usage of the URMC footer - 6/5/09
	ul { 
	    /*list-style-image: url(/images/img-list-bullet.gif);
		padding: 0 0 0 25px; }*/
	ul {
	padding: 0 0 0 10px;
	list-style-type: none; }
	
	li {
		color: #3c3c3c;
		padding: 5px 0; 


		}
	
		li ul { margin: 0; }
	
		li ul li { padding-bottom: 0; }
	
	dl { margin: 0 10px; }
		
	dt {
		font-family: "Georgia", "Times New Roman", "Times", serif;
		font-size: 14px;
		color: #333333;
		font-style: italic; }
		
	dd { padding: 0 .5em; }
	
	dl.faq { margin: 0; }

	dl.faq dt {
		font-size: 18px;
		font-weight: normal;
		color: #333333;
		font-style: italic;
		margin: 0 0 2px 0; }
		
		dl.faq dd { padding-bottom: 1em; }
	
	/* --- TEXT --- */	
	p {
	font-size: 100%;
	line-height: 16px;
	color: #3c3c3c;
	margin: 0 0 10px 0; }
	
   blockquote{
		padding:2px 0 2px 0;
		margin: 15px; }

	
	/* --- MISC --- */		
	hr { display: none; }
	
	img {
		border: 0;
		padding: 0;
		margin: 0; }
		
	/* --- GENERAL CLASSES --- */
	.callout {
	background-color: #D9E3EC;
	color: #000000; }
	
	.stressed {
		font-size: 118%; }

	.hidden { display: none; }

/* --- MAJOR DIVs
----------------------------------------------------- */
#identity, #navigation, #content, #footer { 
	clear: both;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	z-index: 0; 
	
	}
.alert-banner{
	color: #012c4e;
	font-family: 'Open Sans',sans-serif;
	text-rendering: optimizeLegibility;
	line-height: 1.625;
	font-size: 125%;
	font-weight: normal;
}
.alert-banner a{
	text-decoration: underline;
color: #0061ab;
}
.cta-btn {
	padding: 15px;
text-decoration: none;
display: inline-block;
background: #0061ab;
    background-color: rgb(0, 97, 171);
text-align: center;
min-width: 200px;
box-sizing: border-box;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
transition: all .2s ease-out;
color: #000;
border: 2px solid #000;
background-color: rgba(0,0,0,0);
	font-size: 16px;
	line-height:1;
	font-weight: 400;
}
.cta-btn:hover {
	color:#fff;
	background:#000;
}
.alert-banner  {
	background: #ffeb3b;
	padding:10px;
}
.max-width {
	//display: none;
}
#navigation .max-width {
	display: none;
}
.affiliate-alert
{
	display: none;
}
.highland-restrictions{
	display: none;
}
.noyes-restrictions{
	display: none;
}
.st-james-restrictions{
	display: none;
}
.jones-restrictions{
	display: none;
}
/* --- IDENTITY
----------------------------------------------------- */
#identity { 
	/*background: #000;*/
	background: url(/libraries/miner/images/rename_bg-header-short2.jpg) no-repeat scroll right top transparent;
	border-top: 2px solid white;
	color: #FFFFFF;
	height: 58px;
	margin-top: 82px;
	padding: 0;
	position:relative;
	background-color: #1b517d;
 }

#miner-logo { 
	float: left; 
	width: 325px; 
	height: 58px;
	margin-top: 0;
	padding-left: 20px;
	text-align: left;
	vertical-align: middle;
	}
	#miner-logo img{
		visibility: hidden;
	}
		
	#miner-logo a {
		display: block;
		width: 325px;
		height: 58px;
		/*background: url('/libraries/miner/images/img-miner-logo.jpg') no-repeat left;
		commented by cmackenzie 6/3/09 for blue redesign*/ }
		
/* --- CONTENT
----------------------------------------------------- */
#content { 
	width:890px; /*860px;*/
	background: #fff /*url('/libraries/miner/images/bg_book.gif')*/ no-repeat;
	/*background-position: bottom right;*/
	padding: 10px 0px 10px 10px; }
	
#content p.clear { 
		clear: both; 
		margin: 0; 
		height: 0; }
		
#content img {
	margin: 5px;
	margin-right: 0px;}
	
#primary {
	width: 200px;
	float: left;
	padding: 0;
	margin: 0 5px 0 0;}
	
#secondary { 
	float: left;
	margin: 0 5px 0 0;
	width: 420px; }
	
#tertiary {
	width: 258px;
	float: right;
	padding: 0px;
	margin:0;
	 }
#vline {
	position: relative;
	top: 0px;
	right: 0px;
	height: 400px;
	width: 0px;
	float: left;
	margin: 0px 0px 0px 7px;
	border-right: 1px solid #bbbbbb;
	z-index: 100;
}

#tertiaryMainPage {
	position: relative;
	top: 0px;
	left: 0px;
	height: 650px;
	width: auto;
	float: left;
	margin: 0px 5px 0px 7px;
	padding: 0px;
}

#right-image {
	position: relative;
	top: 5px;
	left: 0px;
	width: 228px;
	margin: 0px;
	padding: 0px;
	float: left;
}	


/* --- FOOTER 
----------------------------------------------------- */
/*new footer copied from urmc-base.css - cmackenzie 6/5/09*/
	#footer {
	font-size: 100%;
	padding: 15px 40px 20px 40px;
	clear: both;
	background: url('/images/bg-footer.jpg') left top repeat-x;
	height: 90px;
	width: 820px;
	border-top: 5px solid #00467f;
}
		
	#footer p {
	color: #777777;
	text-align: center;
	line-height: 18px; }
	
	#footer a, #footer a:visited {
	color: #797979;
	text-decoration: underline;
}
	#footer a:hover {
	color:#000000;
	text-decoration: underline; }
	#footer-links {
	float: left;
	width: 600px;
}
	#footer-links ul {
	margin:0 20px 0 0;
	padding:0;
}
	
	#footer-links ul li {
	background:none;
	padding: 1px 0 1px 5px;
	font-size: 11px;
	padding: 2px 0;
	margin: 0;
	color:#797979;
}
		
	#footer-links .col1, #footer-links .col2, #footer-links .col3{
	float:left;
	margin:0 35px 0 0;
}
	#footer-links .footnote {
		margin:5px 0 0 0;}
	
	#footer-links .update {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: normal;
	padding: 0;
}

#footer-links .heading {
	font-weight:bold;
	font-size:12px;}

#footer-mark {
	float:right;
	width:200px;
	margin-top: 15px;
}

/* --- Specialized CSS 
----------------------------------------------------- */
.mobileQRStyle { 
				border-color:#999999;
				border-width:1px;
				border-style:solid;
				position:absolute;
				top:8px;
				left:695px;
				display:none;
				z-index:1;
				background-image:url(/libraries/miner/images/bg-hub.jpg);
				background-repeat:no-repeat;
				width:160px;
				height: 212px;
				color:#623A00;
				padding-left:6px;
				background-position:99% 100%;
			}

/* --- ACTIVE ALERT
----------------------------------------------------- */

#active-alert {
                overflow: auto; 
                width: 820px;
                height: 60px;
                margin: 4px auto 0 0;
                padding: 10px 35px;
                background: transparent url('/images/global-site/bg-alert.png') no-repeat left top; }
                
#active-alert h1 {
                display: block;
                float: left;
                margin: 2px 0;
                border-right: 1px solid #d35141;
                padding: 10px 25px 10px 0;
                color: #FFF; 
                text-transform: uppercase;
                font-family:Georgia, "Times New Roman", Times, serif;
                font-size:  2.3em;
                font-weight: lighter;
                letter-spacing: .2ex;}

#active-alert p {
                float: left;
                width: 80%;
                margin: 0;
                padding: 12px 0 12px 25px;
                color: #FFF;
                font-weight: bolder;}

                #active-alert p a {
                                color: #FFF;}

                #active-alert p strong {
                                text-transform: uppercase; }


#brandingtext
{
	font-size: 14px;
    color: #e9edf0;
    font-family: garamond;
    text-shadow: 1px 1px 2px #000;
    text-decoration: none;
	position: absolute;
    top: 34px;
    left: 28px;
}
/*old footer - cmackenzie 6/5/09
#footer {
	font-size: 95%;
	padding: 40px 0 15px 0;
	clear: both;
	font-weight: bold;
	letter-spacing: 1px;
    background: #313131 url(/libraries/miner/images/img-site-end.jpg) no-repeat;
	background-position: center top;
	text-align: center;
}
	
#footer p {
	color: #e8e8e8;
	text-align: center;
	line-height: 18px;
	
}

#footer p.update { color: #747474; font-size: 9px; font-weight: normal; letter-spacing: normal; }

#footer a, #footer a:visited {
	color: #e8e8e8;
	text-decoration: underline;
}
#footer a:hover { 
	color:#fff; 
	text-decoration: underline; }*/