/**
 * @file
 * Block Styling
 */
 
 .hooray {
	 /*color:#0F6;*/
 }


.block { /* Block wrapper */
  margin-bottom: 1.5em;
}

.wtfifworking div table {
	width:700px;
}

.ContactInfo {
	width:300px;
}

.block.first { /* The first block in the region */
}

.block.last { /* The last block in the region */
}

.block.odd { /* Zebra striping for each block in the region */
}

.block.even { /* Zebra striping for each block in the region */
}

h2.block-title { /* Block title */
}

.rssFeed { /* Block for the latest news items in the first feed */
/*background:url(/sites/all/images/main/rssBook.png) no-repeat;*/
}
.rssFeed h2 { /* Block for the latest news items in the first feed */
    font-family: 'Oswald', sans-serif;
	font-size:22px;
	color:#A3792C;
	font-weight:bold;
	margin:0px;
	text-align:center;
	line-height:normal;
}
.rssFeed ul { /* Block for the latest news items in the first feed */
	margin:17px 0px 0px 5px;
	padding:0px 5px 0px 0px;
	list-style-image:none;
	list-style-type:none;
}

.rssFeed .item-list {
	background-color:none;	
}

.rssFeed li { /* Block for the latest news items in the first feed */
	border-bottom:1px solid #FFF;
	line-height:12px;
}
.rssFeed li:hover { /* Block for the latest news items in the first feed */
	background-color:rgb(231,231,231);
}
.rssFeed a { /* Block for the latest news items in the first feed */
	color:#666;
	border-bottom:none;
	font-size:13px;
	line-height:15px;
}
.rssFeed .more-link { /* Block for the latest news items in the first feed */
	background-color: #dadada;
	padding:2px 15px 5px 0px;
}
.rssFeed .more-link a:hover { /* Block for the latest news items in the first feed */
	color:#A3792C;
	border-bottom:1px solid #A3792C;	
}

.pupNumbers { /* Block for the latest news items in the first feed */
	background-color:#dbdada;	
}
#explanation { /* Block for the latest news items in the first feed */	
		font-size:12px;
	color:#666;
	font-weight:normal;
	margin-bottom:10px;
	text-align:center;
	margin-top:-10px;	
}
.pupNumbers h2 { /* Block for the latest news items in the first feed */
	font-family:Impact, Charcoal, sans-serif;
	font-size:22px;
	color:#A3792C;
	font-weight:normal;
	margin:0px;
	text-align:center;	
}
.pupNumbers p { /* Block for the latest news items in the first feed */
	font-size:14px;
	color:#666;
	font-weight:normal;
	margin-bottom:10px;
	text-align:center;	
}

#pupNumber { /* Block for the latest news items in the first feed */
	font-family:Impact, Charcoal, sans-serif;
	font-size:22px;
	color:#ba5915;
	font-weight:normal;
	margin-bottom:2px;
	text-align:center;	
}

.pupNumbers2 { /* Block for the latest news items in the first feed */
	margin-bottom:0px;	
}

.pupNumbers2 h2 { /* Block for the latest news items in the first feed */
	font-family:Impact, Charcoal, sans-serif;
	font-size:22px;
	color:#A3792C;
	font-weight:normal;
	margin:0px;
	text-align:center;	
}

#block-block-1 { /* First block created with "Add block" link */
}

#block-blog-recent { /* "Recent blog posts" block */
}

#block-book-navigation { /* "Book navigation" block for the current book's table of contents */
}

#block-comment-recent { /* "Recent comments" block */
}

#block-forum-active { /* "Active forum topics" block */
}

#block-forum-new { /* "New forum topics" block */
}

#block-locale-language { /* Language switcher block */
}

#block-menu-menu-NAME { /* Custom menu block */
}

#block-node-recent { /* "Recent content" block */
}

#block-node-syndicate { /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */
}

#block-poll-recent { /* "Most recent poll" block */
}

#block-profile-author-information { /* "Author information" block for the profile of the page's author */
}

#block-search-form { /* "Search form" block */
}

#block-shortcut-shortcuts { /* "Shortcuts" block */
}

#block-statistics-popular { /* "Popular content" block */
}

#block-system-main-menu { /* "Main menu" block */
}

#block-system-management { /* "Management" block for Drupal management menu */
}

#block-system-navigation { /* "Navigation" block for Drupal navigation menu */
}

#block-system-user-menu { /* "User menu" block for Drupal user menu */
}

#block-system-help { /* "System help" block */
}

#block-system-main { /* "Main page content" block */
}

#block-system-powered-by { /* "Powered by Drupal" block */
}

#block-user-login { /* "User login form" block */
}

#block-user-new { /* "Who's new" block for a list of the newest users */
}

#block-user-online { /* "Who's online" block for a list of the online users */
}

.pageLinks, .contactInformation {
	border-left:1px solid #666;
	padding-left:15px;
}

.pageLinks_noLine {
	padding-left:45px;
	margin-top:10px;
}

.pageLinks_first {
	border-left:1px solid #666;
	padding-left:15px;
	margin-top:50px;
}
.pageLinks_first_noLine {
	padding-left:15px;
	margin-top:50px;
}

.pageLinks_rss_feed {
	margin-top:50px;
}
.pageLinks_rss_feed_archives {
	margin-top:55px;
}

.pageLinks ul, .pageLinks_first ul {
	margin:0px;
	padding:0px;
}
.contactInformation {
	margin:0px;
	line-height:10px;
}

#block-nivo-slider-nivo-slider {
	margin-top:10px;
}



#views_slideshow_cycle_main_image_slideshow-block {
	position:relative;
	border:5px solid #CCC;
	height:308px;
}

#transparency {
	position:absolute;
	top:224px;
	left:4px;
	width:675px;
	height:80px;
	background-color:#000;	
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
}

#mycontent {
	position:absolute;
	bottom:15px;
	right:20px;
	color:#FFF;
	text-align:right;
}

#mycontent h2 {
	margin:0px;
	line-height:normal;
}

#views_slideshow_controls_text_image_slideshow-block {
	margin-top:-80px;
	z-index:10000;
}
/*
.views-slideshow-pager-field-item {
	float:left;
	display:inline;
}
*/
#content #views_slideshow_cycle_main_image_slideshow-block img {
	padding:4px;
}

#views_slideshow_controls_text_previous_image_slideshow-block {
	background:url(../images/previousButton.png);
	width:27px !important;
	height:0px;
	padding-top:27px;
	overflow:hidden;
}

#views_slideshow_controls_text_pause_image_slideshow-block {
	display:none;
	
}
#views_slideshow_controls_text_next_image_slideshow-block {
	
}





a.iconRollovers {
	display:inline-block;
	width:24px;
	height:24px;
	text-decoration:none;
	vertical-align:middle;
	margin:0px;
	border-bottom:none;
}
a.facebook {
	background: url("http://lib.purdue.edu/sites/all/images/main/facebookIcon.png");
	margin-left:12px;
}

a.twitter {
	background: url("http://lib.purdue.edu/sites/all/images/main/twitterIcon.png");
	margin-left:4px;
}

a.iconRollovers:hover {
	background-position:0 -24px;
}


a.iconRollovers2 {
	display:inline-block;
	width:24px;
	height:24px;
	text-decoration:none;
	vertical-align:middle;
	border-bottom:none;
}
a.iconRollovers2:hover {
	background-position:0 -24px;
}
a.twitter2 {
	background: url("http://lib.purdue.edu/sites/all/images/main/twitterIcon.png");
	margin-left:8px;
}

.librarySocialMedia {
	margin:7px 7px 0 0;
	text-align:center;
	color:#999;
	font-style:italic;
}

.digitalCollections {
	display:inline-block;
	height:95px;
	border-bottom:hidden !important;
	background: url("http://lib.purdue.edu/sites/all/images/spcol/digitalCollections.png");
	width:250px;
}
.digitalCollections:hover {
	background-position:0 -95px;
}

.openAccessFeed {
	width:420px;
}