/* Styles specific to the LITS website: */


/* Because "Library, Information, & Technology Services" looks funny when it wraps */

h1.longTitle
	{
	font-size: 1.75em;
	}


/* Technical Help panel */

.techHelp
    {
	height: 7em;
	padding-bottom: 1em;
	}

#mainContent .techHelp ul
	{
	margin-left: 0;
	padding-left: 0;
	width: 36.9em;
	}

#mainContent .techHelp li
	{
	display: inline;
	width: 12.3em;
	float: left;
	list-style-type: none;
	}

#mainContent .techHelp a 
	{
	margin: .25em;
	padding: 2px;
	display: block;
	text-decoration: none;
	}

#mainContent .techHelp a:link,
#mainContent .techHelp a:visited
	{
	background-color: #ccc;
	border-left: 13px solid #369;
	}

#mainContent .techHelp a:hover
	{
	background-color: #efcd78;
	border-left: 13px solid #c93;
	}


/* Ostensibly for Rao's, but we could move this to the main stylesheet and use it elsewhere. */

#nav .largeImage 
	{
	padding-top: 1em;
	}

#nav .largeImage .caption
	{
	display: block;
	}


/* Ask Us button */

#sidebar .askUs 
	{ 
	height: 53px; 
	background: white; 
	overflow: hidden;
	}

#sidebar .askUs a 
	{
	display: block;
	width: 170px;
	height: 53px;
	text-indent: -9999px;
	color: white;
	background: #fff url('http://www.mtholyoke.edu/style/lits_homepage_images/ask-us-button.jpg') top left no-repeat;
	}

#sidebar .askUs a:hover, 
#sidebar .askUs a:active 
	{ 
	background-position: -170px 0; 
	} 



/* Stay Connected */

.stayconnected
	{
	padding: 0px 10px;
	background-color: #ccc;
	overflow: hidden;
	}

.stayconnected ul
	{
	list-style: none;
	margin: 10px 0px;
	padding: 0px 0px 0px 6px;
	overflow: hidden;
	/* needed for IE (v6-8): height: 60px; */
	}

.stayconnected ul li
	{
	float: left;
	margin: 0px 13px 0px 0px;
	padding: 0px;
	}
	
.stayconnected li.twitter
	{
	margin-right: 0px;
	}

.stayconnected ul li a
	{
	display: block;
	width: 39px;
	height: 40px;
	padding: 0px;
	text-indent: -4000px;
	background: transparent url('http://www.mtholyoke.edu/style/lits_homepage_images/lits_icons_transparent.png') no-repeat 0 0;
	}

.stayconnected ul li.litsblog a
	{
	background-position: -46px -5px;
	}

.stayconnected ul li.litsblog a:hover
	{
	background-position: -46px -52px;
	}

.stayconnected ul li.facebook a
	{
	background-position: -87px -5px;
	}

.stayconnected ul li.facebook a:hover
	{
	background-position: -87px -52px;
	}

.stayconnected ul li.twitter a
	{
	background-position: -128px -5px;
	}

.stayconnected ul li.twitter a:hover
	{
	background-position: -128px -52px;
	}

#nav .callout 
	{
	margin: 0px;
	padding: 0px;
	}


