/* Library site specific styles */


/*Renew Books and Ask a Librarian button background pictures
--------------------------------------------------------------------------------------- */

h2.books {
		background: transparent url(/library/images/books.png) no-repeat top left;
}
h2.cards {
		background: transparent url(/library/images/cards.png) no-repeat top left;
}
h2.typing {
		background: transparent url(/Library/images/bg_typing.png) no-repeat top left;
}

/* Feed styles for Whats Happening and In the Spotlight 
----------------------------------------------------------*/

div#whatshappening h3 {
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	}

div.inthespotlight h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
	
div.inthespotlight a.news-feed-thumbnail {
    float: right;
    padding-left: 5px;
	margin-top: 5px;
	}



/*Ask the TECH Bar button link styles 
----------------------------------------------------*/


a#ask-the-tech-bar img {
	position:relative;
	top:-8px;
}




/*Quick Links menu styles 
----------------------------------------------------*/


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


	div.quicklinksdropdown li {
		background-image:none !important;
	}

.quicklinksdropdown {
	width:150px; 
	height:32px; 
	position:relative; 
	left: -20px; 
	z-index:100;
	border-right:1px solid #fff;
}
/* hack to correct IE5.5 faulty box model */
* html .quicklinksdropdown {
	width:150px; 
	w\idth:745px;
}
/* remove all the bullets, borders and padding from the default list styling */
.quicklinksdropdown ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.quicklinksdropdown ul ul {
	width:150px;
	list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.quicklinksdropdown li {
	float:left;
	width:177px;
	position:relative;
	list-style-type:none;
}
/* style the links for the top level */
.quicklinksdropdown a, .quicklinksdropdown a:visited {
	display:block;
	font: 12px; 
	text-decoration:none; 
	color:#000; 
	width:170px; 
	height:18px; 
	border-top:2px solid #363636; 
	border-right: 1px solid #ccc; 
	border-bottom:1px solid #ccc;
	border-left: 2px solid #363636; 
	background:#fff url(http://www.brynmawr.edu/library/images/dropdown.gif) no-repeat 159px center; 
	padding-left:5px; 
	line-height:17px; 
	font-weight:normal;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .quicklinksdropdown a, * html .quicklinksdropdown a:visited {
	width:149px; 
	w\idth:138px;
}

/* style the second level background */
.quicklinksdropdown ul ul a.drop, .quicklinksdropdown ul ul a.drop:visited {
	background:#fff url(http://www.brynmawr.edu/library/images/dropdown.gif) no-repeat 130px center;
}
/* style the second level hover */
.quicklinksdropdown ul ul a.drop:hover{
	background:#fff url(http://www.brynmawr.edu/library/images/dropdown.gif) no-repeat 159px center;
}
.quicklinksdropdown ul ul :hover > a.drop {
	background:#fff url(http://www.brynmawr.edu/library/images/dropdown.gif) no-repeat 159px center;
}
/* style the third level background */
.quicklinksdropdown ul ul ul a, .quicklinksdropdown ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
.quicklinksdropdown ul ul ul a:hover {
	background:#fff;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.quicklinksdropdown ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:21px;
	left:0px; 
	width:180px;
	border-top:0px solid #fff; 
	border-bottom: 1px solid #fff;
}
/* another hack for IE5.5 */
* html .quicklinksdropdown ul ul {
	top:30px;
	t\op:31px;
}

.quicklinksdropdown ul ul li {

	padding-bottom:0 !important;
}

/* position the third level flyout menu */
.quicklinksdropdown ul ul ul{
	left:149px; 
	top:-1px; 
	width:149px;
}

/* position the third level flyout menu for a left flyout */
.quicklinksdropdown ul ul ul.left {
	left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.quicklinksdropdown table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.quicklinksdropdown ul ul a, .quicklinksdropdown ul ul a:visited {
	background:#fff; 
	color:#000; 
	height:auto; 
	margin:0 !important;
	line-height:1em; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left:5px; 
	width:170px !important;
	border-width:0 1px 0px 1px; 
	border-color: #000;
}
.lastlink {
	border-bottom: 1px solid #000;
}

/* yet another hack for IE5.5 */
* html .quicklinksdropdown ul ul a, * html .quicklinksdropdown ul ul a:visited {
	width:150px
	w\idth:128px;
}

/* style the top level hover */
#select a:hover, .quicklinksdropdown ul ul a:hover{
	color:#000; 
	background:#fff url(http://www.brynmawr.edu/library/images/dropdown.gif) no-repeat 159px center;
}
#select :hover > a, .quicklinksdropdown ul ul :hover > a {
	color:#000; 
	background:#fff url(http://www.brynmawr.edu/library/images/dropdown.gif) no-repeat 159px center;
}

.quicklinksdropdown a:hover, .quicklinksdropdown ul ul a:hover{
	color:#fff; 
	background:#16216c;
}
.quicklinksdropdown :hover > a, .quicklinksdropdown ul ul :hover > a {
	color:#fff; 
	background:#16216c;
}

/* make the second level visible when hover on first level list OR link */
.quicklinksdropdown ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}




