@charset "UTF-8";
body  {
	font: 110% Helvetica, Arial, sans-serif;color:#000000;
	background-image: url(../bjs_library/i/tile-blue.jpg);
	margin: 0; 
	padding: 0;
	color: #000000;s
}


/* Links
------------------------------------------------------------------*/

a:link,
a:visited {
	text-decoration:none;
	color:#000057;
	}	
a:link {
	color: #002D76;
	border-bottom: 1px dotted #0066ff;
	}
a:visited {
	color:#282258;
	border-bottom:1px dotted #0066ff;
	}
a:hover {
	color:#000;
	background-color:#99ffff;
	border-bottom:1px dotted #F30B55;
	}

/*---:[ headlines ]:---*/

h1	{font: normal 1.65em/1em Helvetica, Arial, sans-serif; letter-spacing: -0.02em; color: #495fa8; margin: .50em 0 0.75em 0; padding: 0 0 2px 0; }
	
h2 {font: .90em Helvetica, Arial, sans-serif; color:#6256d0; margin: 0 0 0 0; }
h3 {font: normal Helvetica, Arial, sans-serif; font-weight:bold; color: #6256d0; line-height: 18px; letter-spacing: -1px;
}
h3 strong {
	color:#4c2110;
	text-decoration:none;
}
h4 {font-family:Helvetica, Arial, sans-serif; color:#333333; margin-bottom: 5px; border-top: 1px solid #000000; padding-top: 25px}
h5 {
	font-size: 13px;
	font-family:Helvetica, Arial, sans-serif;
	color:#666666;
	margin: 0 0 8px 0;
}

.list-columns {
-moz-column-count: 2;
-moz-column-gap: 60px;
-webkit-column-count: 2;
-webkit-column-gap: 60px;
column-count: 2;
column-gap: 60px;
}
li { margin-top: 10px;
}

/* Structure
------------------------------------------------------------------*/

.library #container { 
	width: 920px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.library #header { 
	background: #fff url(../bjs_library/i/header2015.jpg) no-repeat center center;
	height: 390px;
	width: 915px;
	padding: 2px 2px 2px 2px;
	text-align: center;
} 

.library #mainContent { 
	margin: 0 20px 0 20px;
	padding: 5 px 10px; 
} 
.library #footer { 
	padding: 0 10px 0 20px; 
	background:#BCD7F1; 
	text-align: center;
} 
.library #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin: 6px 20px 5px 0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: .5em;
	margin-bottom: 1em;
}
hr {color: #427fbd;
background-color: #427fbd;
height: 5px;
}

/*** Magazine Thumbnail layout ***/
	ul#albums { width:800px; } 
	ul#albums li { float:left; width:142px; list-style:none; } 
	ul#albums li a,
	ul#albums li a:visited { border:none; display:block; width:135px; padding:10px 0; height:180px; }
	ul#albums li img { border:2px solid #666; }
	ul#albums li a:hover,
	ul#albums li a:visited:hover { border:none; color:#000; font-weight:bold; }
	ul#albums li a:hover img { border:2px solid #000; }
	ul#albums li a:hover span { color:#000; }
	ul#albums span { font-size:12px; line-height:16px; }
	ul#albums .name { color:#000; display:block; padding-top:5px; }
	ul#albums .year { color:#666; font-size:10px; }