/*
Theme Name: DUL News and Events 2015 Theme
Description: child theme of twenty fourteen theme
Author: Michael Daul - Digital Projects Department
Template: twentyfourteen
*/
@import url("../twentyfourteen/style.css");



/* +++ */
/* HOME STYLES */

.home #main-content,
.home #secondary,
.home .site:before {
	display: none;
}

.home-wrapper {
	padding: 15px;
}

.home h3 {
	font-size: 18px;
}

.hide-link-text {
	line-height: 0 !important;
	font-size: 0 !important;
}


/* FEATURE ITEMS ++++++++++++++ */

#feature-slideshow-wrapper {
	width: 100%;
}

#feature-slideshow {
	width: 100%;
	max-height: 500px;
	overflow: hidden;
}

#feature-slideshow > div {
	width: 100%;

}

#feature-slideshow .feature_image {
	width: 100%;
}

#feature-slideshow .feature_image img {
	width: 100%;
}

#feature-slideshow .feature_text_bg {
	float: left;
	position: relative;
	margin: -30% 0 0 0;
	padding: 20px;
	z-index: 0;
	background: #262626;
	opacity: 0.85;
}

#feature-slideshow .feature_text_bg h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 4vw;
}

#feature-slideshow .feature_text_bg p {
	margin: 0;
	padding: 5px 0 0 0;
	color: #fff;
	line-height: 1.1;
	font-size: 3vw;
}

#feature-nav {
	width: 100%;
	text-align:center;
}

#feature-nav .feature-thumb {
/*width: 22.1vw;*/
width: 25%;
display: -moz-inline-box;
display: inline-block;
/*margin: .5vw 0 0 0;*/
margin: 1.5% 0 0 0;
}

#feature-nav .feature-thumb a {
	border: 5px solid #fff;
	border-width: 1vw;
	display: block;
}

#feature-nav .cycle-pager-active a,
#feature-nav .feature-thumb a:hover {
	border: 5px solid #ffd960;
	border-width: 1vw;
}

#feature-nav .cycle-pager-active {
	background: url(./images/up_arrow.png) no-repeat top;
	padding-top: 15px;
}

/*
#feature-nav .cycle-pager-active:before {
	content:url(./images/up_arrow.png);
	position: relative;
	top: -24px;
}

#feature-nav .cycle-pager-active img {
	margin-top: -24px;
}
*/

#feature-nav a img {
	width: 100%;
}

.feature-archive-link {
	clear: both;
	padding: 5px 15px;
	text-align: right;
}

.feature-archive-link p {
	margin-top: 10px;
}

.feature-archive-link p a {
	color: #184e85;
}



/* RSS FEED ITEMS ++++++++++++++ */
#home-rss-feed {
	width: 100%;
	clear: both;
	display: block;
	float: none;
	padding: 0;
	background: #eee;
	overflow: hidden;
	margin-bottom: 30px;
}

#home-rss-feed h3 {
margin:0;
padding: 20px 20px 10px 20px;
}

#home-rss-feed b {display: none;}

#home-rss-feed p {
	display: block;
	clear: left;
	padding:0;
	text-align: right;
	width: 100%;
}

#home-rss-feed p a {
	padding: 15px 15px 5px 15px;
}

#home-rss-feed p a:hover {
	color: #184e85;
}

#home-rss-feed ul {
	list-style: none;
	margin:0 0 0 0;
	padding:10px;
	overflow: scroll;
	overflow-x: hidden;
	height: 482px;
	margin-bottom: 20px;
}

#home-rss-feed ul li {
	float: left;
	margin: 0 0 10px 10px;
	width: 95%;
	display: block;
	border-top: 1px solid #eee;
	background: #f9f9f9;
}

#home-rss-feed ul li a {
	padding: 10px;
	line-height: 1.1em !important;
	display: block;
}

#home-rss-feed ul li a:hover{
	color: #184e85;
}

#home-rss-feed ul li .rssdate {
	/*float: left;*/
	font-style: italic;
	/*margin: 0 0 5px 5px;*/
	padding:0 0 0 5px;
	color: #666;
	line-height: 1em;
}


/* Exhibits List ++++++++++++++++ */


#library_exhibits {
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 30px 0;
	background: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*#exhibit-slideshow .exhibit-item { display: none }*/
#exhibit-slideshow .exhibit-item.first { display: block }


#library_exhibits h3 {
	margin:0;
	padding: 20px 20px 10px 20px;
}

#exhibit-slideshow {
	width: 100%;
	min-width: 180px;
	min-height: 135px;
}

#exhibit-slideshow > div {
	width: 100%;
	background: #eee;
}

#exhibit-slideshow a {
	text-decoration: none;
	display: block;
	overflow: hidden;
 	max-height: 225px;
}



#exhibit-slideshow .item-thumb {
	float: left;
	margin: 0 20px 0 20px;
	display: block;
	width: 33%;
}

#exhibit-slideshow .item-thumb img {
	margin: 10px 10px 0 10px;
	width: 100%;
	height: auto;
	border-bottom: 10px solid #fff;
}

#exhibit-slideshow .item-content {
	background: #fff;
	padding: 15px 15px 0 15px;
	border-left: 20px solid #eee;
	border-right: 20px solid #eee;
	display: block;
	min-height: 210px;
}

#exhibit-slideshow .item-content h3 {
	margin:0;
	padding: 0 0 5px 0;
}

#exhibit-slideshow .item-content p {
	margin:0;
	padding: 0 0 .2em 0;
	font-size: 3vw;
	line-height: 1.1;
}

#exhibit-slideshow .item-content p a {
	font-size: 4vw;
}

#exhibit-slideshow .item-content p a:hover {
	color: #184e85;
}

#exhibit-pager {
	text-align: center;
}

#exhibit-pager span {
	display: inline-block;
	/*color: #999;*/
	color: #225E9B;
	cursor: pointer;
	font-size: 200%;
	line-height: .7;
	padding: 0 2px 0 2px;
}

#exhibit-pager span:hover {
	color: #fff;
}

#exhibit-pager .cycle-pager-active {
	/*color: #333;*/
	color: #1b3854;
}


#exhibit-prev, #exhibit-next {
	display: block;
	padding: 4px;
}


#exhibit-prev {
	float: left;
}


#exhibit-prev a {
	display: block;
	width: 18px;
	height: 17px;
	background:url('./images/left_off.png');
}

#exhibit-prev a:hover {
	background:url('./images/left_on.png');
}

#exhibit-next {
	float: right;
}

#exhibit-next a {
	display: block;
	width: 18px;
	height: 17px;
	background:url('./images/right_off.png');
}

#exhibit-next a:hover {
	background:url('./images/right_on.png');
}

#library_exhibits .exhibits-links {
	display: block;
	clear: left;
	width: 100%;
}

#library_exhibits .exhibits-link p {
	text-align: right;
	padding:0;
	margin: 10px 0 10px 0;
}

#library_exhibits .exhibits-link p a {
	padding: 15px 15px 5px 15px;
}

#library_exhibits .exhibits-link p a:hover {
	color: #184e85;
}


#exhibit-nav-holder {
	width: auto;
	height: 25px;
	background: #ccc url('./images/exhibit-bg.png') repeat-x;
	overflow: hidden;
	margin: 0 20px 0 20px;
}

#exhibit-nav-holder a {
	color: #1c4e81;
}

#exhibit-nav {
	width: 260px;
	text-align: right;
	margin-left: auto;
}

#exhibit-nav a {
	margin: 6px 6px 0 6px;

	width: 12px;
	height: 12px;
	display: block;
	float: left;

	background: #999;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;

	font-size: 1px;
	line-height: 12px;
	text-align: center;
	color: #999;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

#exhibit-nav a:hover {
	background: #fff;
	color: #fff;
}

#exhibit-nav a.activeSlide {
	background: #333;
	color: #333;
	}

#exhibit-nav a:focus { outline: none; }



/* Events List ++++++++++++++++++++ */

#library_events {
	width: 100%;
	clear: both;
	float: left;
	margin: 0 0 30px 0;
	background: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#library_events h3 {
	margin:0;
	padding: 20px 20px 10px 20px;
}

#library_events .viewall {
	float: right;
	display: block;
	margin: .5em 0 .5em 0;
	padding: 0 20px 0 0;
}

#library_events .viewall a:hover {
	color: #184e85;
}

#library_events b {display: none;}

#library_events p {
	display: block;
	width: 100%;
	float: left;
	padding:0;
	margin: 5px 5px 0 0;
	text-align: right;
}

#library_events ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 10px;
	overflow: scroll;
	overflow-x: hidden;
	height: 378px;
	padding: 10px 20px 20px 20px;
}

#library_events ul li {
	float: left;
	display: block;
	background: #f9f9f9;
	width: 100%;
	margin-bottom: 1em;
}

#library_events ul li a {
	padding: 10px 10px 5px 10px;
	line-height: 1.1em !important;
	display: block;
}

#library_events ul li a:hover {
	color: #184e85;
}

#library_events ul li .rssdate {
	clear: left;
	float: left;
	font-style: italic;
	margin: 0 0 10px 10px;
	padding:0 0 0 0;
	color: #666;
	line-height: 1em;
}


#home-rss-feed .wprss-feed-meta .image,
#home-rss-feed .wprss-feed-meta .feed-source,
#home-rss-feed .wprss-feed-meta .feed-date {
	display: none;
}


#post-40 .wpra-item-list {
	margin-left: 0;
	margin-top: 1em;
}

#post-40 div.wpra-list-template .wpra-item-list > li.wpra-item > div.wprss-feed-meta > span:not(:last-child):after {
    content: ' — ';
}

#post-40 .wprss-feed-meta {
	font-size: .9em;
	font-style: italic;
}

#post-40 .wprss-feed-meta .title {
	font-size: 1.2em;
	font-style: normal;
}

#post-40 .wpra-item-list--bullets.wpra-item-list--default {
    list-style-type: none;
}

#post-40 .wpra-item .image {
  float: left;
    margin: 0 15px 10px 0;
    width: 5vw;
    min-width: 50px;
    }
#post-40 .wpra-item .image img {
        border: 1px solid #ccc;
    width: 100%;
   }

#post-40 .feed-item {
	    display: block;
    width: 100%;
    margin-bottom: 2em;
    overflow: hidden;
    }


	/* Scroller +++ */

	 .jcarousel-skin-tango {
	 	padding: 0 20px 0 20px;
	 }

	.jcarousel-skin-tango .jcarousel-container {
		background: #eee;
		margin-top: 10px;
	}

	.jcarousel-skin-tango .jcarousel-direction-rtl {
		direction: rtl;
	}

	.jcarousel-skin-tango .jcarousel-container-vertical {
		width: 100%;
		/*height: 262px;*/
		height: 312px;
		padding: 28px 0 28px 0;
	}

	.jcarousel-skin-tango .jcarousel-clip {
		overflow: hidden;
	}

	.jcarousel-skin-tango .jcarousel-clip-vertical {
		width:  100%;
		/*height: 262px;*/
		height: 312px;
	}

	.jcarousel-skin-tango .jcarousel-item {
		width: 100%;
	}

	.jcarousel-skin-tango .jcarousel-item-vertical {
		margin-bottom: 10px;
	}

	.jcarousel-skin-tango .jcarousel-item-placeholder {
		background: #fff;
		color: #000;
	}


	/**
	 *  Vertical Buttons
	 */
	.jcarousel-skin-tango .jcarousel-next-vertical {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 18px;
		cursor: pointer;
		background: #ccc url('./images/eventsbar.png') no-repeat 50% -36px;
	}

	.jcarousel-skin-tango .jcarousel-next-vertical:hover,
	.jcarousel-skin-tango .jcarousel-next-vertical:focus {
		background: #aaa url('./images/eventsbar.png') no-repeat 50% -36px;
	}

	.jcarousel-skin-tango .jcarousel-next-vertical:active {
		background: #aaa url('./images/eventsbar.png') no-repeat 50% -36px;
	}

	.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
	.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
	.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
	.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
		cursor: default;
		background: #ddd url('./images/eventsbar.png') no-repeat 50% -54px;
	}

	.jcarousel-skin-tango .jcarousel-prev-vertical {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 18px;
		cursor: pointer;
		background: #ccc url('./images/eventsbar.png') no-repeat 50% 0;
	}

	.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
	.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
		background: #aaa url('./images/eventsbar.png') no-repeat 50% 0;
	}

	.jcarousel-skin-tango .jcarousel-prev-vertical:active {
		background: #aaa url('./images/eventsbar.png') no-repeat 50% 0;
	}

	.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
	.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
	.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
	.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
		cursor: default;
		background: #ddd url('./images/eventsbar.png') no-repeat 50% -18px;
	}


/* All Events Page */

.event-item {
	margin-top: 1.25em;
	font-family: "Libre Baskerville", serif;
}

.event-item h3 {
	font-family: Lato, sans-serif;
}

.event-item .displaydate,
.event-item .displaytime,
.event-item .event-location,
.event-item .event-campus {
	font-style: italic;
	color: #999;
	font-family: Lato, sans-serif;
}

.event-item .event-location,
.event-item .event-campus {
	display: block;
	width: 100%;
}

.event-item .event-campus {
	margin-bottom: 1em;
}


.event-item p {
	clear: both;
}

.event-item .event-campus {

}

.event-item .event-description {
	margin-top: 1em;
}

.event-item .footnote {
	margin-bottom: 0;
	padding-bottom: 1.25em;
	border-bottom: 1px dotted #ccc;
	font-size: .9em;
	margin-top: 1em;
}

.event-item img {
	display: none;
}



/* Blogs List ++++++++++++++++++++ */

#blogs {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	background: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 10px;
}

#blogs h3 {
	margin:0;
	padding: 20px 20px 5px 20px;
}

#blogs .blogthumb {
	margin: 20px -5px 0 20px;
	padding:0;
	float: left;
	overflow: hidden;
}

#blogs .blogthumb a {
	border: 0;
	padding:0;
	margin:0;
}

#blogs .blogthumb img {
	border: 5px solid #fff;
}

#blogs .blogcontent {
	float: left;
}

#blogs p {
	padding: 0 20px 0 20px;
	margin:0;
}

#blogs select {
	margin: 0 20px 20px 20px;
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* blog posts */

.wp-caption-text {

	font-size: 15pt;
	line-height: 1.2;
	color: #999;

}

.aligncenter .wp-caption-text {
	text-align: center;
	border-top: 2px solid #eee;
  margin-top: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
}


/* library promos ++++++++++++ */

#library_promo_wrapper {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	background: #eee;
	border-top: 5px solid #ccc;
	overflow: hidden;
}

#library_promo_wrapper .last {

}

.library_promo {
	padding: 20px 0 210px 5px;
	margin: 0 0 -200px 15px;
	border-top: 1px dotted #ccc;
	font-size: 90%;
	width: 90%;
}

.library_promo ul {
	list-style: disc outside none;
	margin: 0 0 0 15px;
	padding: 0;
}

.library_promo ul li {
	margin: 0 0 5px 5px;
	padding: 0;
	line-height: 1.2em;
}

.library_promo h3 {
	padding:0;
	margin:0;
	font-size: 90%;
}

.library_promo h4 {
	padding: 0 0 3px 0;
	margin:0;
	font-size: 90%;
}

.library_promo p {
	line-height: 1.2em;
	color: #333;
	font-style: italic;
}

.library_promo ul li a:hover {
	color: #184e85;
}




/* Videos Block */

#library-videos-block {
	display: block;
	width: 100%;
	float: left;
}

#library-videos-block ul {
	list-style: none;
	padding:0;
	margin:0
}

#library-videos-block ul li {
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	display: block;
	text-align: center;
	float: left;
	margin-bottom: 1em;
}

#library-videos-block .title {
	line-height: 1.2;
	font-size: 80%;
	padding-top: .25em;
}

#library-videos-block .duke-title {
	line-height: 1.2;
	padding-top: 1em;
}

#library-videos-block .title a:hover {
	color: #184e85;
}

#library-videos-block .thumbnail img {
	width: 75%;
	height: 50%;
	border: 2px solid #ccc;
}

#library-videos-block .button {
	background-color: #eee;
	padding: 10px;
}

#library-videos-block .button a {
	display: block;
	width: 100%;
}

#library-videos-block .button a:hover {
	color: #184e85;
}

/* +++ */


/* replacing green */
a {
	color: #225E9B;
}

.entry-content p,
.entry-content li {
	font-family: Libre Baskerville, serif;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a {
text-decoration: none;
}

.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover, .entry-header a:hover {
text-decoration: underline;
color: #225E9B;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #225E9B;
}
.entry-meta .tag-links a:hover {
background-color: #225E9B;
}

.post-navigation a:hover,
.image-navigation a:hover,
.comment-metadata a:hover {
	color: #225E9B;
}

.paging-navigation .page-numbers.current {
border-top: 5px solid #999;
color: #777;
}

.paging-navigation a:hover {
border-top: 5px solid #999;
color: #777;
}

.site-info a:hover {
color: #eee;
}

.site-footer .textwidget ul li a {
color: #eee;
}

.site-footer .textwidget ul li a:hover {
text-decoration: underline;
}

#mobilesearch {
	display: block;
	background: #333;
	background: rgba(33,33,33,.5);
	text-align: center;
	border-radius: 5px;
	position: absolute;
	top: 4%;
	right: 4%;
	padding: 3px;
}

#mobilesearch img {
	width: 40%;
}

#mobilesearch a {
	display: block;
}

#mobilesearch p {
	margin: 0;
    padding: 0;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
}

#searchform {
	display: block;
    width: 200px;
    position: absolute;
    margin-top: -40px;
    margin-right: 10px;
    right: 0;
    text-align: right;
}

#searchform.headersearch {
	display: none;
}

#searchform .search-submit {
	display: inline-block;
	padding: 8px 10px 9px 10px;
	background-color: #222;
}

#searchform .search-input {
	width: 120px;
	font-size: 12px;
	font-family: Lato, sans-serif;
}

@media screen and (min-width: 673px) {

	#mobilesearch {
		display: none;
	}

	#searchform.headersearch {
		display: block;
	}

	#searchform {
		margin-right: 30px;
	}

	#searchform .search-input {
		width: auto;
	}
}



/* Google CSE results */

.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
}

.gsc-control-cse table,
.gsc-control-cse td {
    border-width: 0 0 0 0;
}

.cse input.gsc-input, input.gsc-input {
	padding: 9px !important;
}

input.gsc-search-button {
	height: 37px !important;
	min-width: 75px !important;
}

div.gcsc-branding {
	/*display: block;
	float: left;
	margin-left: -5000px;
	position: absolute !important;*/
}




/* +++ */

.site {
margin: 0 auto;
}

.primary-sidebar {
padding-top: 1.5em;
}

#primary-sidebar a {
	color: #ddd;
}

#primary-sidebar a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.sticky {
position:fixed; top:0;
}

#site-header {
border-bottom: 1px solid #0A1F4E;
}

.site-header {
background-color: #333;
}

#library_logo {
width: 19.8412%;
max-width: 250px;
text-align: center;
display: block;
float: left;
position: absolute;
z-index: 4;
margin: 0;
padding: 0;
top: 0;
}

#library_logo img {
	width: 100%;
	max-width: 250px;
}

.paging-navigation {
border-top: 5px solid #333;
}

.site-footer {
background-color: #444;
}

#secondary {
background-color: #444;
border-top: none;
}

::selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

.socialMediaIconsBig a {
margin-right: 3px;
}

.site-footer .textwidget ul li {
padding-bottom: .5em;
}

.s2_form_widget input {
	color: #fff !important;
}

.s2_form_widget #s2email {
	color: #444 !important;
}


.entry-title {
	text-transform: none;
	font-size: 40px;
	font-weight: 400;
}

.cat-links a {
	color: #999;
}

.site-description {
	display: none;
}

.st-tag-cloud a {
	color: #eee !important;
}

#wpstats {
	display: none;
}



.post-thumbnail {
max-height: 250px;
overflow: hidden;
}

.post-thumbnail img {
	width: 100%;
}

/* Nav */

.primary-navigation {
float: left;
font-size: 11px;
width: 100%;
background: #fff;
margin: 0;
padding: 0;
text-transform: normal;
}

.site-navigation a {
	text-transform: normal;
	color: #666;
}


.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
background-color: #ddd;
color: #333;
}


.primary-navigation ul ul {
background-color: #eee;
}

.primary-navigation ul li:hover > a,
.primary-navigation ul li.focus > a {
	background-color: #ddd;
}


/* Static Pages */

.page-id-40 .content-area,
.page-id-90 .content-area,
.page-id-178 .content-area,
.page-id-187 .content-area,
.page-id-196 .content-area {
	padding-top: 0 !important;
	padding: 30px;
}

#post-40 .entry-title,
#post-90 .entry-title,
#post-178 .entry-title,
#post-187 .entry-title,
#post-196 .entry-title {
	display: none;
}

.page-id-40 .content-sidebar,
.page-id-90 .content-sidebar,
.page-id-178 .content-sidebar,
.page-id-187 .content-sidebar,
.page-id-196 .content-sidebar {
	/*display: none !important;*/
}

#all-library-news .image {
	float: left;
	margin: 0 15px 10px 0;
	width: 5vw;
	min-width: 50px;
}

#all-library-news .image img {
	border: 1px solid #ccc;
	width: 100%;
}

#all-library-news .content {
	float: left;
}

#all-library-news .content p {
	margin: 0 0 .25em 0;
	padding:0
}

#all-library-news .content .footnote {
	font-size: 80%;
	font-style: italic;
}

#all-library-news .news-item {
	display: block;
	width: 100%;
	margin-bottom: 2em;
	overflow: hidden;
}

#all-library-news .news-item div {
	font-family: Libre Baskerville, serif;
}

.feature-archive {
	overflow: hidden;
	margin-bottom: 1em;
}

.feature-archive-thumbnail {
    float: left;
    margin: 0px 20px 0px 0px;
    width: 50%;
}

.feature-archive-thumbnail img {
	width: 100%;
}

.feature-archive-content {
    width: 45%;
    float: left;
    font-style:italic;
}

.feature-archive-content p {
	font-style: normal;
}

.image-left {
	float: left;
	margin: 0 20px 20px 0;
}

/* All Events Page */

#all-library-events .displaydate,
#all-library-events .displaytime,
#all-library-events .event-location {
	color: #999;
}

#all-library-events .event-description {
	margin-top: .5em;
	border-top: 1px dotted #ddd;
	padding-top: .5em;
}

#all-library-events .event-image-wrapper {
	display: none;
}


@media screen and (min-width: 640px) {

	#feature-slideshow .feature_text_bg {
		margin: -20% 0 0 0;
	}

	.page-id-40 .content-area,
	.page-id-90 .content-area,
	.page-id-178 .content-area,
	.page-id-187 .content-area,
	.page-id-196 .content-area {
		padding-top: 0 !important;
		padding: 0;
	}

	#all-library-news .content {
		width: calc(100% - 6.5vw);
	}

}

@media screen and (min-width: 768px) and (max-width: 959px) {

	.home-wrapper {
		padding: 30px;
	}

	#feature-nav .feature-thumb {
		/*width: 22.4vw;*/
		width: 25%;
	}

	#home-rss-feed {
		float: right;
		clear: none;
		width: 49%
	}

	#library_exhibits {
		float: left;
		clear: none;
		width: 48%;
	}

	#exhibit-slideshow .item-content p a {
		font-size: 2vw;
	}

	#exhibit-slideshow .item-content p {
		font-size: 1.5vw;
	}

	#library_events {
		float: left;
		clear: none;
		width: 48%;
	}

	#blogs {
		float: right;
		clear: none;
		width: 49%
	}

	#library_promo_wrapper {
		float: left;
		clear: none;
		width: 48%;
	}


	/* Videos Block */

	#library-videos-block {
		display: block;
		width: 49%;
		float: right;
	}



	#library-videos-block ul li {

	}


	#library-videos-block .thumbnail img {

	}

}


@media screen and (min-width: 960px) {

	.home-wrapper {
		padding: 30px;
	}

	#feature-slideshow-wrapper {
		width: 66%;
		float: left
	}

	#feature-slideshow .feature_text_bg h2 {
		font-size: 2.5vw;
	}

	#feature-slideshow .feature_text_bg p {
		font-size: 1.5vw;
	}

	#feature-nav .feature-thumb {
		/*width: 13.1vw;*/
		width: 25%;
		max-width: 198px;
	}

	#feature-nav .feature-thumb a {
		border: 10px solid #fff;
		border-width: .75vw;
	}

	#feature-nav .cycle-pager-active a, #feature-nav .feature-thumb a:hover {
		border: 10px solid #ffd960;
		border-width: .75vw;
	}

	#home-rss-feed {
		float: right;
		clear: none;
		width: 31.5%
	}

	#library_exhibits {
		float: left;
		clear: none;
		width: 48%;
	}

	#exhibit-slideshow .item-content p a {
		font-size: 2vw;
	}

	#exhibit-slideshow .item-content p {
		font-size: 1.5vw;
	}

	#library_events {
		float: right;
		clear: none;
		width: 49%;
	}

	#blogs {
		float: left;
		clear: none;
		width: 48%
	}

	#library_promo_wrapper {
		float: left;
		clear: both;
		width: 100%;
		overflow: hidden;
		padding-bottom: 20px;
	}

	#library_promo_wrapper .library_promo {
		padding-right: 15px;
		border-top: none;
		border-right: 1px dotted #ccc;
		width: 20%;
		float: left;
		overflow: hidden;
	}

	#library_promo_wrapper .last {
		border-right: none;
	}

	/* Videos Block */

	#library-videos-block {
		display: block;
		width: 100%;
		float: left;
	}

	#library-videos-block ul li {
		width: 15%;
		margin-right: .5%;
		margin-left: .5%;
		margin-bottom: 2em;
	}


	#library-videos-block .thumbnail img {

	}

}


@media screen and (min-width: 1008px) {

	.site:before {
	background-color: #fff;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	float: right;
	left: auto;
	right: 0;
	width: 250px;
	}

	#secondary {
	float: right;
	width: 190px;
	}

	.site-content, .site-main .widecolumn {
	margin-left: 0;
	margin-right: 250px !important;
	}

	.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	max-width: 620px;
	}

	.full-width .site-content blockquote.alignleft, .full-width .site-content img.size-full.alignleft, .full-width .site-content img.size-large.alignleft, .full-width .site-content img.size-medium.alignleft, .full-width .site-content .wp-caption.alignleft {
	margin-left: -25px;
	width: 25%;
	}

	.full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright {
	margin-right: -25px;
	width: 25%;
	}


	#secondary {
	background-color: #fff;
	border-top: none;
	color: #444;
	}

	#primary-sidebar h1,
	#primary-sidebar h2,
	#primary-sidebar h3,
	#primary-sidebar h4,
	#primary-sidebar p {
		color: #444;
	}

	#primary-sidebar a {
		color: #225E9B;
		text-decoration: none;
	}

	#primary-sidebar a:hover {
		color: #225E9B;
		text-decoration: underline;
	}

	#primary-sidebar input,
	#primary-sidebar textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #444;
	padding: 8px 10px 7px;
	}


	.st-tag-cloud a {
		color: #225e9b !important;
	}


}


@media screen and (min-width: 1080px) {

	.site:before {
	background-color: #fff;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	float: right;
	left: auto;
	right: 0;
	width: 250px;
	}

	#secondary {
	float: right;
	width: 190px;
	}

	.site-content, .site-main .widecolumn {
	margin-left: 0;
	margin-right: 250px !important;
	}

	.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	max-width: 620px;
	}

	.full-width .site-content blockquote.alignleft, .full-width .site-content img.size-full.alignleft, .full-width .site-content img.size-large.alignleft, .full-width .site-content img.size-medium.alignleft, .full-width .site-content .wp-caption.alignleft {
	margin-left: -25px;
	width: 25%;
	}

	.full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright {
	margin-right: -25px;
	width: 25%;
	}


	#secondary {
	background-color: #fff;
	border-top: none;
	color: #444;
	}

	#primary-sidebar h1,
	#primary-sidebar h2,
	#primary-sidebar h3,
	#primary-sidebar h4,
	#primary-sidebar p {
		color: #444;
	}

	#primary-sidebar a {
		color: #225E9B;
		text-decoration: none;
	}

	#primary-sidebar a:hover {
		color: #225E9B;
		text-decoration: underline;
	}

	#primary-sidebar input,
	#primary-sidebar textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #444;
	padding: 8px 10px 7px;
	}


	.st-tag-cloud a {
		color: #225e9b !important;
	}


	/*
	.secondary-navigation {
		width: 250px;
	}
	*/


}



@media screen and (min-width: 1280px) {

	body {
		background: #f5f5f5 url("images/shadow_bg_1260.jpg") repeat-y center;
	}

	.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	max-width: 760px;
	}

	.full-width .site-content blockquote.alignleft, .full-width .site-content img.size-full.alignleft, .full-width .site-content img.size-large.alignleft, .full-width .site-content img.size-medium.alignleft, .full-width .site-content .wp-caption.alignleft {
	margin-left: -100px;
	width: 35%;
	}

	.full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright {
	margin-right: -100px;
	width: 35%;
	}

	#feature-slideshow .feature_text_bg h2 {
		font-size: 32px;
	}

	#feature-slideshow .feature_text_bg p {
		font-size: 19px;
	}

	#exhibit-slideshow .item-content p a {
		font-size: 26px;
	}

	#exhibit-slideshow .item-content p {
		font-size: 18px;
	}

	#home-rss-feed {
		margin-bottom: 25px;
	}

	.jcarousel-skin-tango .jcarousel-container-vertical {
		height: 362px;
	}


	.jcarousel-skin-tango .jcarousel-clip-vertical {
		height: 362px;
	}

}
