/*
Theme Name: mc_durham
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/



/*Fonts

font-family: 'Open Sans', sans-serif;
font-family: 'Radley', serif;

*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: rgba(179, 183, 149, 0.5);
	/*background-image: url(/web/20200729204510im_/https://www.durhamlibrary.org/wp-content/themes/mc_durham/images/bg-texture.png);*/
	background-repeat: repeat;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


body,
button,
input,
select,
textarea {
	/*color: #989b99;*/
	color: #7b7d7c;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}


h2 {
	color: #55645B;
	font-size: 1.333em;
	margin-bottom: 22px;
}


h3 {
	color: #55645B;
	font-size: 1.063em;
	margin-bottom: 22px;
}


h1 {
	color: #55645B;
	font-size: 1.333em;
}



h1 a {
	color: #55645B;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
/*	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;*/
/*	border-radius: 3px;*/
/*	background: #e6e6e6;*/
/*	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);*/
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
/*	padding: 1.12em 1.5em 1em;*/
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
/*	border-color: #ccc #bbb #aaa #bbb;*/
/*	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);*/
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
/*	border-color: #aaa #bbb #bbb #bbb;*/
/*	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);*/
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
/*	border: 1px solid #ccc;*/
/*	border-radius: 3px;*/
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	/*color: #5f6638 ;*/
	color: #333;
	text-decoration: none;
}
a:visited {

}
a:hover,
a:focus,
a:active {
	color: #333;
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	background: #fff;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	/*top: 2.1em /*1.5em;*/
	left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	background-color: #3c4841;
}
.main-navigation ul ul :hover > a {
	
}
.main-navigation ul ul a:hover {
	color: #FFF;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* added by GH */

/* =Layout taken from sidebar-content-sidebar.css
----------------------------------------------- */

#main {
	background-color: #FFF;
	width: 978px;
	margin: auto;
	overflow: auto;
	border-top: 1px solid #b6b7ac;
	border-right: 1px solid #b6b7ac;
	border-left: 1px solid #b6b7ac;
}

#primary {
	float: left;
	width: 100%;
}



#primary-kids {
	float: left;
	width: 100%;
	/*background-image: url(/web/20200729204510im_/https://www.durhamlibrary.org/wp-content/themes/mc_durham/images/kids-bg.jpg);
	background-repeat: repeat;
	min-height: 680px;*/
}



#primary-teens {
	float: left;
	width: 100%;
	/*background-image: url(/web/20200729204510im_/https://www.durhamlibrary.org/wp-content/themes/mc_durham/images/teen-bg3.jpg);
	background-repeat: repeat;
	min-height: 680px;*/
}



#content {
/*	margin: 0 25%;*/
 	margin: 20px 25% 0;
	padding: 0 15px;
}

#content.inner {
	margin: 20px 5% 0 25%;
}



#main .widget-area {
	float: left;
	overflow: hidden;
	width: 25%;
}

#secondary { /* Sidebar 1 */
	margin: 0 0 0 -100%;
}

#main #tertiary {
    float: left;
    overflow: hidden;
    width: 23%;
    min-height: 600px;
}

#tertiary { /* Sidebar 2 */
	margin: 15px 0 15px -25%;
}



.site-footer {
	clear: both;
	width: 100%;
}

.site-main {
/*	padding: 0 15px;*/
	padding: 0px;
}


#homecontentwrap {
  width: 480px;
  margin-left: -20px;
}


.featuredcontent {
  width:220px;
  /*height: 215px;*/
  height: 225px;
  max-height: 225px;
  float:left;
  padding-left: 15px;
}


.featuredcontent img {
	border: 6px solid #e9e3d7;
}



.featuredcontent p {
	font-family: font-family: 'Open Sans', sans-serif;
	font-size: 0.750em;
	/*color: #989b99;*/
	color: #686c6a;
}

.featuredcontent a {
	font-size: 0.750em;
	font-weight: bold;
}



/* =Page
----------------------------------------------- */

#page {
	width: 980px;
	margin: 0 auto;
	position: relative;
/*	background: #fff;*/
}




/* =Header
----------------------------------------------- */

.site-header hgroup {
	background: url(/web/20200729204510im_/https://www.durhamlibrary.org/wp-content/themes/mc_durham/images/header.png) 0 0 no-repeat;
	height: 204px;
}

.site-title {
	background: url(/web/20200729204510im_/https://www.durhamlibrary.org/wp-content/themes/mc_durham/images/logo.png) 20px 10px no-repeat;
	height: 204px;
	padding-left: 20px;
	padding-top: 50px;
}

.site-title a {
	color: #e3dacb;
	display: block;
	font-family: 'Radley', serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	font-size: 300%;
	/*height: 204px;*/
	padding-left: 170px;
}

#text-2 {
	color: #e3dacb;
	font-size: 80%;
	left: 190px;
  position: absolute;
  top: 120px;
}



#headtop{
	color: #e3dacb;
	/*font-size: 80%;*/
	font-size: 13px;
	left: 190px;
  position: absolute;
  top: 120px;
}

/* =Main
----------------------------------------------- */



/* =Nav
----------------------------------------------- */

.main-navigation {
	background-color: #5f6638 ;
  	/*background-image: url(/web/20200729204510im_/https://www.durhamlibrary.org/wp-content/themes/mc_durham/images/nav_bg.png);*/
	background-repeat: repeat-x;
	border: 1px solid #3e5046;
  	border-radius: 15px;
  	-webkit-box-shadow: inset 0 0 0 1px #73827a;
  	-moz-box-shadow: inset 0 0 0 1px #73827a;
  	box-shadow: inset 0 0 0 1px #73827a;
/*	margin: 10px 0;*/
	margin: 5px 0 5px -20px;
	padding: 0 20px;
}

.main-navigation a {
	font-size: 14px;
	color: #eee;
	padding: 5px 16px;
	text-transform: uppercase;
	font-weight: normal;
}

.main-navigation ul ul a {
	color: #5f6638 ;
	font-size: 12px;
}

/* =Footer
----------------------------------------------- */

.site-footer {
	background: none repeat scroll 0 0 #5f6638 ;
}

.site-info {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 70%;
	padding: 10px;
	position: relative;
}

.site-tag {
	position: absolute;
	right: 20px;
	top: 10px;
}

/* =Widgets
----------------------------------------------- */

.widget-title {
	color: #5f6638 ;
	font-family: 'Radley', serif;
	font-size: 150%;
	font-style: italic;
	margin-bottom: 15px;
	text-shadow: 1px 1px 1px #fff;
}

/* =Right sidebar
----------------------------------------------- */

#tertiary {
	background: rgba(179, 183, 149, 0.2);
}


#nav_menu-2 .menu-how-do-i-container {
	padding-bottom: 7px;
    padding-top: 4px;
}

.widget {
	padding: 15px;
}


#text-4 {
	padding: 0px 0px 0px 15px;
}


#menu-library-policies {
	list-style: none;
  margin-left: 5px;
}


#menu-library-policies li {
	padding: 0px 0px 12px 0px;
	font-size: 14px;
}





/* =Left sidebar
----------------------------------------------- */

#secondary .widget {
	margin: 0px;
}



#greenbuttons {

}


#greenbuttons .greenbutton {
	width: 200px;
	height: 40px;
	/*background-image: url(/web/20200729204510im_/https://www.durhamlibrary.org/wp-content/themes/mc_durham/images/button-bg.png);*/
	background-color: #5f6638;
	background-repeat: repeat;
	border: 1px solid #3e5046;
	margin: 7px 0px;
}


#greenbuttons .greenbutton p {
	margin: 8px 10px;
	padding: 0px;
}


#greenbuttons .greenbutton p a {
	color: #e9e3d7;
    font-family: 'Radley',serif;
    font-size: 100%;
    font-style: italic;
    text-shadow: 1px 1px 1px #666;
	text-decoration: none;
}


@-moz-document url-prefix() {
  #greenbuttons .greenbutton p a {
      color: #e9e3d7;
      font-family: 'Radley',serif;
      font-size: 100%;
      font-style: normal;
      text-shadow: 1px 1px 1px #666;
      text-decoration: none;
  }
}


#greenbuttons .greenbutton p a:hover {
	color: #FFC;
	text-decoration: none;
}



#icons {

}


#icons img {
	padding-bottom: 20px;
	border: 0px;
}




/* Before Footer */

#beforefoot {
	background-image: url(/web/20200729204510im_/https://www.durhamlibrary.org/wp-content/themes/mc_durham/images/footer-texture.png);
	background-repeat: repeat;
	width: 978px;
	height: auto;
	margin: auto;
/*	overflow: auto;*/
	border-bottom: 1px solid #b6b7ac;
	border-right: 1px solid #b6b7ac;
	border-left: 1px solid #b6b7ac;
}

#beforefoot h2 {
	color: #55645B;
    font-family: 'Radley',serif;
    font-size: 130%;
    font-style: italic;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px #FFFFFF;
}


#map {
	width: 300px;
	float: left;
	padding: 17px;
}


#sitemap {
	width: 275px;
	float: left;
	padding: 17px 25px 17px 7px;
}


#sitemap2 {
	float: right;
}


#sitemap1 {
	float: left;
	padding-left: 20px;
}

#sitemap ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#sitemap ul li a {
  font-size: 10px;
  color: #5f6638 ;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}


#sitemap ul li a:hover {
	color: #303c35;
}


#sitemap ul li ul li a {
  font-size: 10px;
  /*color: #989b99;*/
  color: #686c6a;
  text-transform: uppercase;
  padding-left: 15px;
  text-decoration: none;
  font-weight: normal;
}


#sitemap ul li ul li a:hover {
	/*color: #333;*/
	color: #000227;
}




#social {
	width: 300px;
	float: left;
	padding: 17px;
}


#social ul {
  	list-style: none;
	margin: 14px 0px 0px 0px;
    padding: 10px 25px;
	background-color: #f6f6f6;
	border: 1px solid #CCC;
}


#social ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #989b99;
}


#social h2 p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #989b99;
	margin: 14px 14px 0px 14px;
}


#social ul li a.timesince {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #53635a;
}


#social table a {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #53635a;
}


#social table a:hover {
	color: #000;
}


#social table tr td {
	padding: 0px 0px 35px 0px;
}

#social table a img {
	padding-right: 8px;
}




/* Search Box */

#searchform {
	background-color: #e9e3d7;
	border: 1px solid #53635a;
	width: 200px;
	height: 30px;
}


input#s {
	width: 150px;
	height: 23px;
/*  background: url("/web/20200729204510im_/https://www.durhamlibrary.org/wp-content/themes/mc_durham/images/search.png") no-repeat scroll 5px 6px transparent;*/
/*	background-color: #e9e3d7;*/
    border-radius: 0px 0px 0px 0px;
/*	border-top: 1px solid #53635a;
	border-bottom: 1px solid #53635a;
	border-left: 1px solid #53635a;*/
	border-right: 0px;
    font-size: 14px;
	color: #53635a;
    line-height: 1.2em;
/*  padding: 4px 10px 4px 28px;*/
	padding: 0 10px 0 10px;
}



input, input[type="password"], input[type="search"], isindex {
	-webkit-appearance: textfield;
	padding: 1px;
	background-color: #e9e3d7;
	border: 2px inset;
	border-image: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
}


#s {

}

input[type="text"] {
    padding: 3px;
	color: #53635a;
}


input[type="text"], input[type="password"], textarea {
    background: none repeat scroll 0 0 #e9e3d7;
/*    border: 1px solid #DDDDDD;*/
  	border: 0px;
/*    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;*/
    color: #53635a;
  	font-size: 12px;
	text-transform: uppercase;
}





input#searchsubmit {
	display: inline-block;
/*	background-color: #e9e3d7;*/
	background-image: url(/web/20200729204510im_/https://www.durhamlibrary.org/wp-content/themes/mc_durham/images/maginify-glass.png);
	background-position: center;
	background-repeat: no-repeat;
/*	border-top: 1px solid #53635a;
	border-bottom: 1px solid #53635a;
	border-right: 1px solid #53635a;*/
	border: 0px;
    height: 20px;
    margin: 5px 0 0 -5px;
    width: 25px;
}


/* Catalog button */

#searchcat {
	width: 200px;
	height: 23px;
	background-color: #e9e3d7;
	border: 1px solid #53635a;
	padding: 3px 0;
}

#searchcat ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background-image: url(/web/20200729204510im_/https://www.durhamlibrary.org/wp-content/themes/mc_durham/images/maginify-glass.png);
	background-repeat: no-repeat;
	background-position: 175px 1px;
}

#searchcat ul li {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 3px;
}


#searchcat ul a {
	color: #53635a;
	text-decoration: none;
}


#searchcat ul a:hover {
	color: #53635a;
	text-decoration: none;
}



/* How Do I Menu Styles */


#menu-how-do-i {
  	margin: 0;
	padding: 0;
}

	#menu-how-do-i li
	{	float: left;
		list-style: none;
		font-family: 'Open Sans', sans-serif;
		border: 1px solid #53635a;
	}

	#menu-how-do-i li a {
		display: block;
		background: #e9e3d7;
		background-image: url(/web/20200729204510im_/https://www.durhamlibrary.org/wp-content/themes/mc_durham/images/howdoi-arrow.png);
		background-repeat: no-repeat;
		background-position: right;
		padding: 3px 12px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
		width: 176px;
		color: #5f6638 ;
		white-space: nowrap;
	}

	#menu-how-do-i li a:hover {
		background: #e3d8c1;
		background-image: url(/web/20200729204510im_/https://www.durhamlibrary.org/wp-content/themes/mc_durham/images/howdoi-arrow.png);
		background-repeat: no-repeat;
		background-position: right;
	}

		#menu-how-do-i li ul {
			margin: 0 0 0 -1px;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border: 1px solid #53635a;
			background: #e9e3d7;
		  	width: 200px;
		}

		#menu-how-do-i li ul li {
			float: none;
			border: 0px;
		}

		#menu-how-do-i li ul li a {
			background-image: none;
			width: auto;
			padding: 7px 12px 5px 10px;
		}

		#menu-how-do-i li ul li a:hover {
			background: #e3d8c1;
		}


/* Style for Historical Homes Table */

.home-records{
	border-collapse: collapse;
	font-size: .9em;
}
.home-records td{
	border: 1px solid #ddd;
	padding: 5px;
}
.home-records tr:nth-child(even) {
	background: #eee;
}
.home-records tr:nth-child(odd) {
	background: #FFF;
}



.historic ul {
  list-style: none;
}





/* Historic Homes Search */

#homessearch {
	float: right;
}


/* Calendar Feed Styles */


.ai1ec-agenda-widget-view h3.ai1ec-date-title {
    background-color: #4E5D55;
    background-image: linear-gradient(#FFFFFF, #FFFFFF 1em, #E0E0E0);
    background-repeat: no-repeat;
    border: 2px solid #4E5D55;
    border-radius: 0 0 0.5em 0.5em;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
    color: #525252;
    float: left;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 0.5em 0.5em !important;
    padding: 0 !important;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 3.5em;
}



.ai1ec-agenda-widget-view .ai1ec-month {
    background: none repeat scroll 0 0 #4E5D55;
    color: #FFFFFF;
    font-size: 0.9em !important;
    letter-spacing: 0.2em;
    padding: 0.1em 0 0.2em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}





.ai1ec-agenda-widget-view .ai1ec-date {
    background: none;
    border-top: 1px solid #E5E5E5 !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}



.ai1ec-agenda-widget-view .ai1ec-event {
    clear: right;
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0 0 0.5em 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
}




.ai1ec-agenda-widget-view .ai1ec-date {
    background: none repeat scroll 0 0 transparent;
    border-top: 1px solid #E5E5E5 !important;
    margin: 0 0 12px 0 !important;
    overflow: hidden;
    padding: 0 !important;
}


.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-title {
    font-weight: normal;
    font-size: 0.875em;
    color: #55645B;
}



.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time {
    font-weight: bold;
    color: #55645B;
}


.timely .pull-right {
    float: right;
    margin: 5px 8px 5px 0;
}

/* Took off highlight Today styles */

.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today {
    background: none;
    border-top: 0px solid #F0F0AA !important;
}




.single-ai1ec_event #backhome {
	display: none;
}


.single-post #backhome {
	display: none;
}

.hed{
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;  		
}

.hed > .logo{
	width:40%; 
	height:100%;	
	display: inline-block;
}

.hed > .logo img{
	width: 100%; 
	height: auto;
}

.hed > .divider{
	width:3px; 
	height:80%; 
	background-color: #5e6839;
}

.hed > .text{
	width:55%; 
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.hed > .text h2{
	font-weight: bold; 
	margin:0;
	text-transform: uppercase;
}

.hed > .text p{
	margin:0;
}

.hed > .text .links{
	margin-top:2.5em;
}
/*
     FILE ARCHIVED ON 20:45:10 Jul 29, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:48:39 Feb 24, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  load_resource: 317.566
  RedisCDXSource: 93.823
  exclusion.robots: 0.209
  LoadShardBlock: 1712.545 (3)
  PetaboxLoader3.resolve: 177.854
  exclusion.robots.policy: 0.194
  PetaboxLoader3.datanode: 1821.861 (4)
  esindex: 0.012
  captures_list: 1832.698
  CDXLines.iter: 21.964 (3)
*/