/*
	Theme Name: N-YHS Blog Theme
	Theme URI: http://www.nyhistory.org/
	Description: Theme designed for New-York Historical Society blogs. 
	Author: Muse Intermedia
	Author URI: http://www.museintermedia.com/
	Version: 1.0

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background: url(images/body-bg.jpg) repeat;
	color: #60605b;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.020em; 
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #e28c05;
	text-decoration: underline;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

strong {
	font-weight: bold;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #60605b;
	font-family: Georgia Regular, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.20;
	letter-spacing: 0.020em; 
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #c7c8ca;
	color: rgba(109,111,113,.50);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0.020em; 
	padding: 9px 6px 9px 6px;
	width: 100%;
	-webkit-appearance: none; 
	-webkit-border-radius: 0;
	box-shadow: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	color: rgba(109,111,113,1.0);
	outline: none;
}

::-moz-placeholder {
	color: rgba(109,111,113,.50);
	opacity: 1;
}

::-webkit-input-placeholder {
	color: rgba(109,111,113,.50);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	display: block;
	text-indent: -9999px; 
	line-height: 0; 
	font-size: 0;
	border: none;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: none; 
	-webkit-border-radius:0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	border: none;
	text-decoration: none;
}

input[type="submit"] {
	background: url(images/send.png) no-repeat; 
	width: 103px;
	height: 25px;
	-webkit-appearance: none; 
	-webkit-border-radius:0;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
	max-width: 960px;
}

.site-inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 715px;
}

.content-sidebar .content {
	background-color: #ffffff;
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	background-color: #ffffff;
	float: right;
	width: 225px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	display: none;
}

.search-form {
	position: relative;
	overflow: hidden;
	display: block;
	width: 225px;
	height: 26px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	position: absolute;
	width: 28px;
	height: 28px;
	background: url(images/search-bg.png) no-repeat; 
	right: 0px;
	z-index: 10;
	border: 0;
	padding: 0;
	-webkit-appearance: none; 
	-webkit-border-radius:0;
}

.search-form input[type="search"] {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #c7c8ca; 
	width: 225px;
	height: 26px;
	padding: 6px 30px 6px 6px;
	-webkit-appearance: none; 
	-webkit-border-radius:0;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text, .full-caption, .regular-caption {
	font-size: 11px;
	line-height: 14px;
	letter-saping: 0em;
	color: #60605b;
	margin: 10px 0px 10px 0px;
	text-align: left;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	color: #777;
	font-size: 12px;
	margin: -40px -60px 30px;
	padding: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-family: Georgia Regular, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px; 
	line-height: 36px;
	letter-spacing: 0.020em; 
	margin-bottom: 15px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #60605b;
	text-decoration: none;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #e28c05;
	text-decoration: none;
}

.archive-title,
.widget-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}

.footer-widgets .entry-title a {
	color: #60605b;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}

.site-header .wrap {
padding: 20px 0px 35px 0px;	
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	float: left;
	overflow: hidden;
	width: 320px;
}

.site-title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 5px;
}

.site-title a,
.site-title a:hover {
	color: #222;
	display: block;
	padding: 28px 0 0;
	text-decoration: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	float: left;
	margin: 0;
	max-width: 345px;
	min-height: 71px;
	padding: 0;
	width: 100%;
}

.header-image .site-title a {
	background: url(images/women-at-the-center-logo.png) no-repeat !important;
	background-size: 100% 100% !important;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 611px;
}

.site-header .widget_text {
	display: inline-block;
	float: left;
	width: 386px;
	text-align: right;
	padding-right: 20px;
}

.site-header .widget_text:last-of-type, .single .site-header .widget_text:last-of-type {
	display: none;
}

.site-header .widget_search {
	display: inline-block;
	float: left;
	width: 225px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	height: 30px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 30px;
    line-height: 15px;
	background: url(images/menu-li-bg.gif) no-repeat scroll right 2px;
}

.genesis-nav-menu .menu-item:last-of-type {
	background: none;	
}

.genesis-nav-menu a {
	color: #60605b;
	font-size: 13px;
    line-height: 18px;
	height: 30px;
	padding: 4px 7px;
	text-decoration: none;
    text-transform: lowercase;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.genesis-nav-menu a:hover, .genesis-nav-menu li:hover > a {
	border-bottom: 8px solid #e28c05;
    color: #e28c05;
	height: 22px;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	border-bottom: 8px solid #e28c05;
    color: #e28c05;
    height: 22px;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 11px 0px 0px 0px;
	opacity: 0;
	padding: 12px 12px 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 230px;
	z-index: 999;
	background: #e28c05;
}

.genesis-nav-menu .sub-menu .menu-item {
	display: block;
	background: none;
	float: none;
    height: auto;
    width: auto;	
}

.genesis-nav-menu .sub-menu a {
	display: block;
	border-bottom: 1px solid #f4bc6c;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	height: auto;
	padding: 3px 0px;
	position: relative;
}

.genesis-nav-menu .sub-menu li:last-of-type > a, .genesis-nav-menu .sub-menu li:last-of-type > a:hover {
	border-bottom: none;
}

.genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu li:hover > a {
	border-bottom: 1px solid #f4bc6c;
	height: auto;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: .90;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #ffffff;	
	height: 30px;
}

.nav-primary .wrap {
	margin: 0 auto;
    max-width: 960px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #ffffff;	
	padding-bottom: 20px;
}

.nav-secondary .wrap {
	margin: 0 auto;
    max-width: 960px;
}

.nav-secondary .genesis-nav-menu {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: auto;
	height: 20px;
	float: right;
	margin-right: 111px;	
	background: #f0f3f6;
}

.nav-secondary .genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	height: 13px;
    line-height: 15px;
	padding: 0px;
}

.nav-secondary .genesis-nav-menu a {
	color: #60605b;
	font-size: 15px;
    line-height: 11px;
	display: block;
	height: 13px;
	padding: 0px 12px;
	position: relative;
	text-decoration: none;
    text-transform: lowercase;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	border-right: 1px solid #6c6d6e;
}

.nav-secondary .genesis-nav-menu a:hover, .nav-secondary .genesis-nav-menu li:hover > a {
    color: #e28c05;
	border-bottom: none;
	text-decoration: none;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a, .nav-secondary .genesis-nav-menu #menu-item-2516 > a {
    color: #e28c05;
	border-bottom: none;
}

.nav-secondary .genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: -7px 0px 0px 0px;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 180px;
	z-index: 999;
	background: #f0f3f6;
}

.nav-secondary .genesis-nav-menu .sub-menu .menu-item {
	display: block;
	background: none;
	float: none;
    height: auto;
    width: auto;
	padding: 0px 0px 0px 0px;	
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	display: block;
	border-bottom: 1px solid #ccc;
	border-right: none;
	color: #60605b;
	line-height: 11px;
	width: 100%;
	height: auto;
	padding: 5px 10px;
	position: relative;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover, .nav-secondary .genesis-nav-menu .sub-menu li:hover > a {
	border-bottom: 1px solid #ccc;
	height: auto;
	color: #60605b;
}

.nav-secondary .genesis-nav-menu .sub-menu li:last-of-type > a, .nav-secondary .genesis-nav-menu .sub-menu li:last-of-type a:hover, .nav-secondary .genesis-nav-menu .sub-menu li:last-of-type:hover > a {
	border-bottom: none;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}

.nav-secondary .genesis-nav-menu .menu-item:hover {
	position: static;
}

.nav-secondary .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: .90;
}

.nav-secondary .genesis-nav-menu > .first > a {
	padding-left: 0;
}

.nav-secondary .genesis-nav-menu > .last > a {
	padding-right: 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	padding: 15px 15px 15px 15px;
	margin-bottom: 25px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.content .entry-header .entry-meta a {
	color: #e28c05;
	font-weight: normal;
}

.content .entry-header .entry-meta {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing: 0.020em; 
	color: #6d6f71;
	margin: 0 0 24px -60px;
	max-width: 600px;
	overflow: hidden;
	padding-left: 60px;
}

.content .entry-header .entry-meta .entry-comments-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing: 0.020em; 
	padding-left: 5px;
}

.content .entry-header .entry-meta .entry-author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing: 0.020em; 
}

.content .entry-header .entry-meta .entry-comments-link a, .content .entry-header .entry-meta .entry-author a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing: 0.020em;
	color: #e28c05;
}

.entry-footer .entry-meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing: 0.020em;
	color: #6d6f71;
	padding-top: 15px;
}

.entry-footer .entry-categories{
	display: block;
	overflow: none;
}

.entry-footer .entry-tags {
	display: block;
	overflow: none;
	padding-top: 15px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #64c9ea;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #6bd5f1;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

#comments, .entry-pings, #respond {
padding: 0px 15px 0px 15px;	
}

h3#reply-title, .entry-comments h3, .entry-pings h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	line-height: 24px;	
	letter-spacing: 0em;
	color: #60605b;
	text-transform: uppercase;
}

.comment-notes {
	display: none;	
}

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments .comment-author {
	color: #6d6f71;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0.020em; 
	margin: 0px 0px 0px 0px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	color: rgba(109,111,113,.50);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0.020em; 
}

.comment-respond .required {
display: none;	
}

.comment-list > li,
.ping-list > li {
	list-style-type: none;
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	border-bottom: 1px solid rgba(147,149,152,.50);
}

ol.comment-list > li:first-of-type,
ol.ping-list > li:first-of-type {
	list-style-type: none;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}

ol.comment-list > li:last-of-type,
ol.ping-list > li:last-of-type {
	list-style-type: none;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	color: #60605b;
	float: left;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	color: #6d6f71;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0.020em; 
	text-decoration: none;
}

.comment-content {
	clear: both;
}

.comment-content p {
	color: #60605b;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.020em; 
}

.comment-header p.comment-meta {
	color: #6d6f71;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0.020em; 
	margin: 0px 0px 10px 0px;
}

.comment .avatar {
	margin-right: 10px;
}

.comment-reply {
	font-size: 14px;
}

.entry-pings .reply {
	display: none;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}

.widget ol > li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	text-indent: 0;
}

.widget ul > li {
	list-style-position: outside;
	padding: 0 0 0 16px;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text .widget-title {
	display: none;
}

.widget_text .textwidget {
	color: #60605b;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0em; 	
}

/* Subscribe Widget */

.subscribe label, .subscribe br {
	display: none;	
}

.subscribe input#s2email {
	padding: 6px 6px 6px 6px;
}

.subscribe input[name="subscribe"] {
	display: inline-block;
	float: left;
	background: url(images/subscribe.png) no-repeat; 
	width: 103px;
	height: 25px;
	margin: 0px 5px 0px 0px;
}

.subscribe input[name="unsubscribe"] {
	display: inline-block;
	float: left;
	background: url(images/unsubscribe.png) no-repeat; 
	width: 103px;
	height: 25px;
}

/* Tagcloud Widget */

.tagcloud a {
	line-height: 1.5em;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	padding-bottom: 30px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar li,
.sidebar .more-from-category a {
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
	padding-top: 6px;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 15px 15px 15px 15px;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	color: #8C8C8C;
	clear: both;
}

.footer-widgets .widget_text .textwidget {
    color: #8C8C8C;
    font-family: Georgia Regular,"Times New Roman",Times,serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
}

.footer-widgets .widget_text .textwidget h3 {
	color: #60605b;
    font-family: Georgia Regular,"Times New Roman",Times,serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    line-height: 18px;
    text-transform: lowercase;
	margin: 0px 0px 0px 0px;
}

.footer-widgets .widget_text .textwidget h3 a {
	text-decoration: none;	
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 30px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-2 {
	border-right: 1px solid #a1a1a1;
	width: 320px;
    height: 285px;
	padding: 0px 15px 0px 15px;
}

.footer-widgets-3 {
	border-right: none;
	width: 320px;
    height: 265px;
	padding: 0px 15px 0px 15px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets .widget_text .widget-title {
    display: block;
}

.footer-widgets .widget-title {
    color: #e28c05;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#footer-links-topline {
    float: right;
    margin: -43px 0 10px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #60605b;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    padding: 0 5px;
    text-align: right;
	background: #969696;
}

.site-footer .wrap {
	margin: 0 auto;
    max-width: 960px;	
}

.site-footer a {
	color: #60605b;
	text-decoration: none;
}

.site-footer p {
	margin: 0;
}

/* Mobile Footer */

.footer-mobile {
display: none;
width: 100%;
height: auto;
overflow: hidden;
background: #F5F5F5;
padding: 30px 0px 100px 0px;
margin: 0px auto;		
}

.footer-mobile .nyhs-button {
display: block;
width: 100%;
height: auto;	
background: #ffffff;
margin-bottom: 6px;	
}

.footer-mobile .nyhs-button a {
display: block;
overflow: hidden;
font-family: Georgia Regular, "Times New Roman", Times, serif; 
font-weight: normal;
font-size: 24px; 
line-height: 30px;
letter-spacing: 0.020em; 
color: #60605b;
text-decoration: none;
padding: 15px 15px 15px 15px;	
}

.footer-mobile .nyhs-button a:hover {
background: #E1E1E1;
text-decoration: none;	
}

.footer-mobile .donate-button {
display: block;
width: 100%;
height: auto;	
background: #ffffff;
margin-bottom: 35px;
}

.footer-mobile .donate-button a {
display: block;
overflow: hidden;
font-family: Georgia Regular, "Times New Roman", Times, serif;
font-weight: normal; 
font-size: 24px; 
line-height: 30px;
letter-spacing: 0.020em; 
color: #60605b; 
text-decoration: none;
padding: 15px 15px 15px 15px;	
}

.footer-mobile .donate-button a:hover {
background: #E1E1E1;
text-decoration: none;	
}

.footer-mobile .social-icons {
display: block;
width: 100%;
height: auto;
margin: 0 auto;	
}

.footer-mobile .social-icons h3 {
display: block;
overflow: hidden;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: normal;
font-size: 12px; 
line-height: 18px;
letter-spacing: 0.020em; 
color: #767676; 	
margin-bottom: 20px;
}

.footer-mobile .social-icons a {
display: inline-block;
float: left;
width: 10%;
height: auto;
margin-right: 1%;	
}

.footer-mobile .social-icons a img {
display: block;
width: 100%;
height: 100%;	
}

.footer-mobile .social-icons a.newsletter {
display: inline-block;
float: left;
width: 67%;
height: auto;
overflow: hidden;
margin-right: 0%;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 29px; 
letter-spacing: 0.020em; 
background: #60605b;
color: #FFFFFF; 
text-decoration: none;
text-align: center;	
}

/* Entry Buttons */

.entry-buttons {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto 20px auto;	
}

.entry-buttons .spacer {
	display: block;
	width: 100%;
	height: 5px;
	overflow: hidden;
}

.entry-buttons a.top {
	display: block;
	text-indent: -9999px; 
	line-height: 0; 
	font-size: 0;
	border: none;
	box-shadow: none;
	cursor: pointer;
	background: url(images/back-to-top.png) no-repeat; 
	width: 275px;
	height: 44px;
	margin: 0px auto 0px auto;
}

.entry-buttons a.overview {
	display: block;
	text-indent: -9999px; 
	line-height: 0; 
	font-size: 0;
	border: none;
	box-shadow: none;
	cursor: pointer;
	background: url(images/back-to-overview.png) no-repeat; 
	width: 275px;
	height: 44px;
	margin: 0px auto 0px auto;	
}

/* Pagination */

.wp-pagenavi {
	display: none;	
}

/* AddtoAny */

.addtoany_share_save_container:before {
	display: block;
	content: "SHARE";
	color: #60605b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	line-height: 24px;	
	letter-spacing: 0em;
	text-transform: uppercase; 	
}

/* Single Post */

.full {
	display: block;	
}

.regular, .regular-caption {
	display: none;
}

/* Other N-YHS Blogs */

.widget_text:nth-child(2) .widget-title, .widget_text:nth-child(3) .widget-title {
    display: block;
}

.nyhs-blogs a {
	display: block;
	width: 100%;
	height: 49px;
	overflow: hidden;
	color: #60605b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	line-height: 49px;	
	letter-spacing: 0em;
	text-transform: uppercase; 
	text-decoration: none;	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 75px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.nyhs-blogs a span { 
	display: inline-block;
  	vertical-align: middle;
  	line-height: normal;
}


.nyhs-blogs a.women-at-the-center {
	background: url(images/women-at-the-center-sidebar.png) no-repeat; 
	background-size: 58px 48px;
}

.nyhs-blogs a.from-the-stacks {
	background: url(images/from-the-stacks-sidebar.png) no-repeat; 
	background-size: 58px 48px;
}

.nyhs-blogs a.behind-the-scenes {
	background: url(images/behind-the-scenes-sidebar.png) no-repeat; 
	background-size: 58px 48px;
}

.nyhs-blogs a.history-detectives {
	background: url(images/history-detectives-sidebar.png) no-repeat; 
	background-size: 58px 48px;
}

.nyhs-blogs a.teen-historians {
	background: url(images/teen-historians-sidebar.png) no-repeat; 
	background-size: 58px 48px;
}

.nyhs-blogs a.sports {
	background: url(images/ny-sports-sidebar.png) no-repeat; 
	background-size: 58px 48px;
}

.nyhs-blogs a.women-at-the-center:hover, .nyhs-blogs a.women-at-the-center.active {
	background: url(images/women-at-the-center-sidebar-active.png) no-repeat; 
	color: #e28c05;
	background-size: 58px 48px;
}

.nyhs-blogs a.from-the-stacks:hover, .nyhs-blogs a.from-the-stacks.active {
	background: url(images/from-the-stacks-sidebar-active.png) no-repeat; 
	color: #e28c05;
	background-size: 58px 48px;
}

.nyhs-blogs a.behind-the-scenes:hover, .nyhs-blogs a.behind-the-scenes.active {
	background: url(images/behind-the-scenes-sidebar-active.png) no-repeat; 
	color: #e28c05;
	background-size: 58px 48px;
}

.nyhs-blogs a.history-detectives:hover, .nyhs-blogs a.history-detectives.active {
	background: url(images/history-detectives-sidebar-active.png) no-repeat; 
	color: #e28c05;
	background-size: 58px 48px;
}

.nyhs-blogs a.teen-historians:hover, .nyhs-blogs a.teen-historians.active {
	background: url(images/teen-historians-sidebar-active.png) no-repeat; 
	color: #e28c05;
	background-size: 58px 48px;
}

.nyhs-blogs a.sports:hover, .nyhs-blogs a.sports.active {
	background: url(images/ny-sports-sidebar-active.png) no-repeat; 
	color: #e28c05;
	background-size: 58px 48px;
}

/* Homepage Styles */

.home .content {
    background-color: transparent;
    float: left;
}

/* Posts */

.homepage-post {
	display: inline-block;
	float: left;
	width: 225px;
	height: 650px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0px 20px 20px 0px;	
}

.homepage-posts .homepage-post:nth-child(3n) {
	margin: 0px 0px 20px 0px;	
}

.homepage-post .info {
	display: block;
	overflow: hidden;
	padding: 15px 20px 15px 20px;	
}

.homepage-post .info a.title {
	display: block;
	overflow: hidden;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.020em; 
	text-decoration: none;
	color: #60605b;
	margin: 0px 0px 10px 0px;
}

.homepage-post .info .date {
	display: block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0.020em;
	color: #6d6f71;
	margin: 0px 0px 10px 0px;
}

.homepage-post .info .text {
	display: block;
	overflow: hidden;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.020em; 
	text-decoration: none;
	color: #60605b;
}

.homepage-post .info .text p {
	margin: 0px 0px 10px 0px;	
}

.homepage-post .info .text a.read-more {
	display: block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0em;
	text-transform: uppercase;
	text-decoration: none;
	color: #e28c05;
}

/* Homepage Featured Post */

/* Regular Size */

.homepage-featured-regular {
	display: none;
	float: none;
	width: 225px;
	height: 650px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0px 0px 13px 0px;	
}

.homepage-featured-regular .info {
	display: block;
	overflow: hidden;
	padding: 15px 20px 15px 20px;	
}

.homepage-featured-regular .info a.title {
	display: block;
	overflow: hidden;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.020em; 
	text-decoration: none;
	color: #60605b;
	margin: 0px 0px 10px 0px;
}

.homepage-featured-regular .info .date {
	display: block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0.020em;
	color: #6d6f71;
	margin: 0px 0px 10px 0px;
}

.homepage-featured-regular .info .text {
	display: block;
	overflow: hidden;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.020em; 
	text-decoration: none;
	color: #60605b;
}

.homepage-featured-regular .info .text p {
	margin: 0px 0px 10px 0px;	
}

.homepage-featured-regular .info .text a.read-more {
	display: block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0em;
	text-transform: uppercase;
	text-decoration: none;
	color: #e28c05;
}

/* Full Size */

.homepage-featured-full {
	display: block;
	float: none;
	width: 715px;
	height: 450px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0px 0px 13px 0px;	
}

.homepage-featured-full .info {
	display: block;
	overflow: hidden;
	padding: 15px 20px 15px 20px;	
}

.homepage-featured-full .info a.title {
	display: block;
	overflow: hidden;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.020em; 
	text-decoration: none;
	color: #60605b;
	margin: 0px 0px 10px 0px;
}

.homepage-featured-full .info .date {
	display: block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0.020em;
	color: #6d6f71;
	margin: 0px 0px 10px 0px;
}

.homepage-featured-full .info .text {
	display: block;
	overflow: hidden;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.020em; 
	text-decoration: none;
	color: #60605b;
}

.homepage-featured-full .info .text p {
	margin: 0px 0px 10px 0px;	
}

.homepage-featured-full .info .text a.read-more {
	display: block;
	float: right;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0em;
	text-transform: uppercase;
	text-decoration: none;
	color: #e28c05;
}

/* Related Content */

.related {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0px 0px 0px;
}

.related .related-exhibitions, .related .related-programs, .related .related-posts {
	display: inline-block;
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0px 13px 0px 0px;	
}

.related .widget-title {
	margin: 0px 0px 0px 0px;	
}

.related .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	line-height: 24px;	
	letter-spacing: 0em;
	text-transform: uppercase;
	text-decoration: none;
	color: #60605b;
	margin: 20px 0px 5px 0px;
}

.exhibition {
	display: block;
	overflow: hidden;
	width: 225px;
	height: 750px;
	background: #FFFFFF;	
}

.exhibition .info {
	display: block;
	overflow: hidden;
	padding: 15px 20px 15px 20px;
}

.exhibition .info a.title {
	display: block;
	overflow: hidden;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.020em; 
	text-decoration: none;
	color: #60605b;
	text-transform: none;
	margin: 0px 0px 10px 0px;
}

.exhibition .info .date {
	display: block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0.020em;
	color: #6d6f71;
	margin: 0px 0px 10px 0px;
}

.exhibition .info .text {
	display: block;
	overflow: hidden;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.020em; 
	text-decoration: none;
	color: #60605b;
}

.exhibition .info .text p {
	margin: 0px 0px 10px 0px;	
}

.exhibition .info .text a.read-more {
	display: block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0em;
	text-transform: uppercase;
	text-decoration: none;
	color: #e28c05;
}

.program {
	display: block;
	overflow: hidden;
	width: 225px;
	height: 750px;
	background: #FFFFFF;	
}

.program .info {
	display: block;
	overflow: hidden;
	padding: 15px 20px 15px 20px;
}

.program .info a.title {
	display: block;
	overflow: hidden;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.020em; 
	text-decoration: none;
	color: #60605b;
	text-transform: none;
	margin: 0px 0px 10px 0px;
}

.program .info .date {
	display: block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0.020em;
	color: #6d6f71;
	margin: 0px 0px 10px 0px;
}

.program .info .series {
	display: block;
	overflow: hidden;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.020em; 
	color: #60605b;
	margin: 0px 0px 10px 0px;
}

.program .info .speakers {
	display: block;
	overflow: hidden;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.020em; 
	color: #60605b;
	margin: 0px 0px 10px 0px;
}

.program .info .speakers span {
	display: block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0.020em;
	color: #60605b;
	text-transform: uppercase;
}

.program .info .text {
	display: block;
	overflow: hidden;
	font-family: Georgia Regular, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.020em; 
	text-decoration: none;
	color: #60605b;
}

.program .info .text p {
	margin: 0px 0px 10px 0px;	
}

.program .info .text a.read-more {
	display: block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	line-height: 18px;	
	letter-spacing: 0em;
	text-transform: uppercase;
	text-decoration: none;
	color: #e28c05;
}

/* Magnify */

.magnify-wrap {
	width: 100%;	
}

.magnify-wrap .wrap {
	margin: 0 auto;
    max-width: 960px;	
}

.magnify {
	background: #f0f3f6;
    color: #60605b;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
	margin-top: -40px;
    width: auto;
	float: right;
}

.magnify span {
	float: left;
    line-height: 18px;
    margin-right: 5px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

.nyhs-blogs a.from-the-stacks {
	background: url(images/from-the-stacks-sidebar-2x.png) no-repeat; 
	background-size: 58px 48px;
}

.nyhs-blogs a.behind-the-scenes {
	background: url(images/behind-the-scenes-sidebar-2x.png) no-repeat; 
	background-size: 58px 48px;
}

.nyhs-blogs a.history-detectives {
	background: url(images/history-detectives-sidebar-2x.png) no-repeat; 
	background-size: 58px 48px;
}

.nyhs-blogs a.teen-historians {
	background: url(images/teen-historians-sidebar-2x.png) no-repeat; 
	background-size: 58px 48px;
}

.nyhs-blogs a.sports {
	background: url(images/ny-sports-sidebar-2x.png) no-repeat; 
	background-size: 58px 48px;
}

.nyhs-blogs a.from-the-stacks:hover, .nyhs-blogs a.from-the-stacks.active {
	background: url(images/from-the-stacks-sidebar-active-2x.png) no-repeat; 
	color: #e28c05;
	background-size: 58px 48px;
}

.nyhs-blogs a.behind-the-scenes:hover, .nyhs-blogs a.behind-the-scenes.active {
	background: url(images/behind-the-scenes-sidebar-active-2x.png) no-repeat; 
	color: #e28c05;
	background-size: 58px 48px;
}

.nyhs-blogs a.history-detectives:hover, .nyhs-blogs a.history-detectives.active {
	background: url(images/history-detectives-sidebar-active-2x.png) no-repeat; 
	color: #e28c05;
	background-size: 58px 48px;
}

.nyhs-blogs a.teen-historians:hover, .nyhs-blogs a.teen-historians.active {
	background: url(images/teen-historians-sidebar-active-2x.png) no-repeat; 
	color: #e28c05;
	background-size: 58px 48px;
}

.nyhs-blogs a.sports:hover, .nyhs-blogs a.sports.active {
	background: url(images/ny-sports-sidebar-active-2x.png) no-repeat; 
	color: #e28c05;
	background-size: 58px 48px;
}

.entry-buttons a.top {
	background: url(images/back-to-top-2x.png) no-repeat; 
	background-size: 275px 44px;
}

.entry-buttons a.overview {
	background: url(images/back-to-overview-2x.png) no-repeat; 
	background-size: 275px 44px;
}

.subscribe input[name="subscribe"] {
	background: url(images/subscribe-2x.png) no-repeat; 
	background-size: 103px 25px;
}

.subscribe input[name="unsubscribe"] {
	background: url(images/unsubscribe-2x.png) no-repeat; 
	background-size: 103px 25px;
}

input[type="submit"] {
	background: url(images/send-2x.png) no-repeat; 
	background-size: 103px 25px;
}

}

@media only screen and (max-width: 1023px) {

/* Regular Styles */

}

@media only screen and (max-width: 800px) {
	
.site-container {
	max-width: 720px;
}

.content {
	float: right;
	width: 480px;
}

.sidebar-primary {
	background-color: #ffffff;
	float: right;
	width: 225px;
}

/* Homepage */

.homepage-featured-full {
	width: 480px;
}

.homepage-posts .homepage-post:nth-child(3n) {
	margin: 0px 20px 20px 0px;	
}

.homepage-posts .homepage-post:nth-child(2n) {
	margin: 0px 0px 20px 0px;	
}

/* Header */

.site-header .widget-area {
	float: right;
	width: 371px;
}

.site-header .widget_text {
	display: inline-block;
	float: left;
	width: 145px;
	text-align: right;
	padding-right: 20px;
}

.genesis-nav-menu a, .nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 4px 6px;
}

/* Footer */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 240px;
	height: 320px;
}

}

@media only screen and (max-width: 500px) {

.site-container {
	max-width: 460px;
}

.nav-primary, .nav-secondary, .magnify-wrap, .sidebar .widget_text:first-of-type, .site-header .widget_text:first-of-type {
	display: none;	
}

.content {
	float: right;
	width: 220px;
}

.sidebar-primary {
	background-color: #ffffff;
	float: right;
	width: 225px;
}

/* Header */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
}

.site-header .widget-area {
	max-width: 460px;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}

.site-header .widget_text {
	display: inline-block;
	float: left;
	width: 145px;
	text-align: right;
	padding-right: 20px;
}

.genesis-nav-menu a, .nav-secondary .genesis-nav-menu a {
	font-size: 12px;
}

/* Footer */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	display: block;
	float: none;
	border-right: none;
}

.homepage-featured-full {
	display: none;
}

.homepage-featured-regular, .homepage-post {
	display: block;
}

}

@media only screen and (max-width: 385px) {

.nav-primary, .nav-secondary, .magnify-wrap, .footer-widgets, .sidebar .widget_text:first-of-type, .site-header .widget_text:first-of-type {
	display: none;	
}

.site-container {
	max-width: 345px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 345px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 345px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 345px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 345px;
}

/* Header */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 345px;
	min-height: 71px;
	padding: 0;
	width: 100%;
}

.site-header .widget-area {
	max-width: 345px;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
}

.search-form {
	position: relative;
	overflow: hidden;
	display: block;
	width: 345px;
	height: 26px;
	margin: 0px 0px 20px 0px;
}

.search-form input[type="search"] {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #c7c8ca;
	width: 345px;
	height: 26px;
	padding: 6px 30px 6px 6px;
}

.site-header .widget_text {
	display: block;
	float: none;
	width: 345px;
	height: auto;
	overflow: hidden;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.site-header .widget_text:last-of-type {
	display: block;
}

/* Footer */

.footer-mobile {
	display: block;
	width: 345px;
}

.entry-buttons {
	display: block;	
}

.footer-mobile .social-icons a.newsletter {
	line-height: 36px;
}

/* Homepage */

.homepage-featured-full {
	display: none;
}

.homepage-featured-regular, .homepage-post {
	display: block;
	float: none;
	width: 345px;
	height: 600px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0px 0px 13px 0px;	
}

.homepage-featured-regular .image a img, .homepage-post .image a img {
	width: 345px;
	height: 307px;
}

/* Single Post */

.full {
	display: none;	
}



.regular img {
	width: 345px;
	height: 249px;
}

#respond input[type="submit"] {
	background: #ef8d00;
	width: 100%;
	height: 34px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px; 
	line-height: 14px;	
	letter-spacing: 0.020em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%
}

.program, .exhibition {
	display: block;
	float: none;
	width: 345px;
	height: 700px;
}

.program .image a img, .exhibition .image a img {
	width: 345px;
	height: 307px;
}

.srp-widget-container,
.srp-widget-row {
	display: block;
}

.srp-container-single-column .srp-widget-singlepost, .srp-container-multi-column .srp-widget-singlepost  {
	width: 345px;
	height: 700px;
}

.srp-post-content-container {
	height: 700px;
}

.srp-widget-singlepost .srp-thumbnail-box a img {
	width: 345px;
	height: 249px;
}

}

@media only screen and (max-width: 360px) {

.nav-primary, .nav-secondary, .magnify-wrap, .footer-widgets, .sidebar .widget_text:first-of-type, .site-header .widget_text:first-of-type {
	display: none;	
}

.site-container {
	max-width: 320px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 320px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 320px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 320px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 320px;
}

/* Header */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 320px;
	min-height: 66px;
	padding: 0;
	width: 100%;
}

.site-header .widget-area {
	max-width: 320px;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
}

.search-form {
	position: relative;
	overflow: hidden;
	display: block;
	width: 320px;
	height: 26px;
	margin: 0px 0px 20px 0px;
}

.search-form input[type="search"] {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #c7c8ca;
	width: 320px;
	height: 26px;
	padding: 6px 30px 6px 6px;
}

.site-header .widget_text {
	display: block;
	float: none;
	width: 320px;
	height: auto;
	overflow: hidden;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.site-header .widget_text:last-of-type {
	display: block;
}

/* Footer */

.footer-mobile {
	display: block;
	width: 320px;
}

.entry-buttons {
	display: block;	
}

.footer-mobile .social-icons a.newsletter {
	line-height: 33px;
}


/* Homepage */

.homepage-featured-full {
	display: none;
}

.homepage-featured-regular, .homepage-post {
	display: block;
	float: none;
	width: 320px;
	height: 600px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0px 0px 13px 0px;	
}

.homepage-featured-regular .image a img, .homepage-post .image a img {
	width: 320px;
	height: 284px;
}

/* Single Post */

.full {
	display: none;	
}



.regular img {
	width: 320px;
	height: 249px;
}

#respond input[type="submit"] {
	background: #ef8d00;
	width: 100%;
	height: 34px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px; 
	line-height: 14px;	
	letter-spacing: 0.020em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%
}

.program, .exhibition {
	display: block;
	float: none;
	width: 320px;
	height: 700px;
}

.program .image a img, .exhibition .image a img {
	width: 320px;
	height: 284px;
}

.srp-widget-container,
.srp-widget-row {
	display: block;
}

.srp-container-single-column .srp-widget-singlepost, .srp-container-multi-column .srp-widget-singlepost  {
	width: 320px;
	height: 700px;
}

.srp-post-content-container {
	height: 700px;
}

.srp-widget-singlepost .srp-thumbnail-box a img {
	width: 320px;
	height: 249px;
}

}

@media only screen and (max-width: 320px) {

.nav-primary, .nav-secondary, .magnify-wrap, .footer-widgets, .sidebar .widget_text:first-of-type, .site-header .widget_text:first-of-type {
	display: none;	
}

.site-container {
	max-width: 280px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 280px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 280px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 280px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 280px;
}

/* Header */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 280px;
	min-height: 58px;
	padding: 0;
	width: 100%;
}

.site-header .widget-area {
	max-width: 280px;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
}

.search-form {
	position: relative;
	overflow: hidden;
	display: block;
	width: 280px;
	height: 26px;
	margin: 0px 0px 20px 0px;
}

.search-form input[type="search"] {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #c7c8ca;
	width: 280px;
	height: 26px;
	padding: 6px 30px 6px 6px;
}

.site-header .widget_text {
	display: block;
	float: none;
	width: 280px;
	height: auto;
	overflow: hidden;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.site-header .widget_text:last-of-type {
	display: block;
}

/* Footer */

.footer-mobile {
	display: block;
	width: 280px;
}

.entry-buttons {
	display: block;	
}

/* Homepage */

.homepage-featured-full {
	display: none;
}

.homepage-featured-regular, .homepage-post {
	display: block;
	float: none;
	width: 280px;
	height: 600px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0px 0px 13px 0px;	
}

.homepage-featured-regular .image a img, .homepage-post .image a img {
	width: 280px;
	height: 249px;
}

/* Single Post */

.full {
	display: none;	
}



.regular img {
	width: 280px;
	height: 249px;
}

#respond input[type="submit"] {
	background: #ef8d00;
	width: 100%;
	height: 34px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px; 
	line-height: 14px;	
	letter-spacing: 0.020em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%
}

.program, .exhibition {
	display: block;
	float: none;
	width: 280px;
	height: 700px;
}

.program .image a img, .exhibition .image a img {
	width: 280px;
	height: 249px;
}

.srp-widget-container,
.srp-widget-row {
	display: block;
}

.srp-container-single-column .srp-widget-singlepost, .srp-container-multi-column .srp-widget-singlepost  {
	width: 280px;
	height: 700px;
}

.srp-post-content-container {
	height: 700px;
}

.srp-widget-singlepost .srp-thumbnail-box a img {
	width: 280px;
	height: 249px;
}

}

/*///// Phone Styles /////*/

/* iPhone 6 Plus in portrait */

@media only screen 
and (min-device-width : 540px) 
and (max-device-width : 960px) 
and (orientation : portrait) {
	
.nav-primary, .nav-secondary, .magnify-wrap, .footer-widgets, .sidebar .widget_text:first-of-type, .site-header .widget_text:first-of-type {
	display: none;	
}

.site-container {
	max-width: 500px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 500px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 500px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 500px;
}

/* Header */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 500px;
	min-height: 103px;
	padding: 0;
	width: 100%;
}

.site-header .widget-area {
	max-width: 500px;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
}

.search-form {
	position: relative;
	overflow: hidden;
	display: block;
	width: 500px;
	height: 26px;
	margin: 0px 0px 20px 0px;
}

.search-form input[type="search"] {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #c7c8ca;
	width: 500px;
	height: 26px;
	padding: 6px 30px 6px 6px;
}

.site-header .widget_text {
	display: block;
	float: none;
	width: 500px;
	height: auto;
	overflow: hidden;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.site-header .widget_text:last-of-type {
	display: block;
}

/* Footer */

.footer-mobile {
	display: block;
	width: 500px;
}

.entry-buttons {
	display: block;	
}

.footer-mobile .social-icons a.newsletter {
	line-height: 49px;
}

/* Homepage */

.homepage-featured-full {
	display: none;
}

.homepage-featured-regular, .homepage-post {
	display: block;
	float: none;
	width: 500px;
	height: 600px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0px 0px 13px 0px;	
}

.homepage-featured-regular .image a img, .homepage-post .image a img {
	width: 500px;
	height: 444px;
}

/* Single Post */

.full {
	display: none;	
}



.regular img {
	width: 500px;
	height: 249px;
}

#respond input[type="submit"] {
	background: #ef8d00;
	width: 100%;
	height: 34px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px; 
	line-height: 14px;	
	letter-spacing: 0.020em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%
}

.program, .exhibition {
	display: block;
	float: none;
	width: 500px;
	height: 700px;
}

.program .image a img, .exhibition .image a img {
	width: 500px;
	height: 444px;
}

.srp-widget-container,
.srp-widget-row {
	display: block;
}

.srp-container-single-column .srp-widget-singlepost, .srp-container-multi-column .srp-widget-singlepost  {
	width: 500px;
	height: 700px;
}

.srp-post-content-container {
	height: 700px;
}

.srp-widget-singlepost .srp-thumbnail-box a img {
	width: 500px;
	height: 249px;
}

}

/* iPhone 6 Plus in landscape */

@media only screen 
and (min-device-width : 540px) 
and (max-device-width : 960px) 
and (orientation : landscape) {
	
.site-container {
	max-width: 720px;
}

.content {
	float: right;
	width: 480px;
}

.sidebar-primary {
	background-color: #ffffff;
	float: right;
	width: 225px;
}

/* Header */

.site-header .widget-area {
	float: right;
	width: 371px;
}

.site-header .widget_text {
	display: inline-block;
	float: left;
	width: 145px;
	text-align: right;
	padding-right: 20px;
}

.genesis-nav-menu a, .nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 4px 6px;
}

/* Footer */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 240px;
	height: 320px;
}

}

/* iPhone 6 in portrait */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {

.nav-primary, .nav-secondary, .magnify-wrap, .footer-widgets, .sidebar .widget_text:first-of-type, .site-header .widget_text:first-of-type {
	display: none;	
}

.site-container {
	max-width: 335px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 335px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 335px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 335px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 335px;
}

/* Header */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 335px;
	min-height: 69px;
	padding: 0;
	width: 100%;
}

.site-header .widget-area {
	max-width: 335px;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
}

.search-form {
	position: relative;
	overflow: hidden;
	display: block;
	width: 335px;
	height: 26px;
	margin: 0px 0px 20px 0px;
}

.search-form input[type="search"] {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #c7c8ca;
	width: 335px;
	height: 26px;
	padding: 6px 30px 6px 6px;
}

.site-header .widget_text {
	display: block;
	float: none;
	width: 335px;
	height: auto;
	overflow: hidden;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.site-header .widget_text:last-of-type {
	display: block;
}

/* Footer */

.footer-mobile {
	display: block;
	width: 335px;
}

.entry-buttons {
	display: block;	
}

.footer-mobile .social-icons a.newsletter {
	line-height: 35px;
}

/* Homepage */

.homepage-featured-full {
	display: none;
}

.homepage-featured-regular, .homepage-post {
	display: block;
	float: none;
	width: 335px;
	height: 600px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0px 0px 13px 0px;	
}

.homepage-featured-regular .image a img, .homepage-post .image a img {
	width: 335px;
	height: 298px;
}

/* Single Post */

.full {
	display: none;	
}



.regular img {
	width: 335px;
	height: 249px;
}

#respond input[type="submit"] {
	background: #ef8d00;
	width: 100%;
	height: 34px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px; 
	line-height: 14px;	
	letter-spacing: 0.020em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%
}

.program, .exhibition {
	display: block;
	float: none;
	width: 335px;
	height: 700px;
}

.program .image a img, .exhibition .image a img {
	width: 335px;
	height: 298px;
}

.srp-widget-container,
.srp-widget-row {
	display: block;
}

.srp-container-single-column .srp-widget-singlepost, .srp-container-multi-column .srp-widget-singlepost  {
	width: 335px;
	height: 700px;
}

.srp-post-content-container {
	height: 700px;
}

.srp-widget-singlepost .srp-thumbnail-box a img {
	width: 335px;
	height: 249px;
}

}

/* iPhone 6 in landscape */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {

.site-container {
	max-width: 460px;
}

.nav-primary, .nav-secondary, .magnify-wrap, .sidebar .widget_text:first-of-type, .site-header .widget_text:first-of-type {
	display: none;	
}

.content {
	float: right;
	width: 220px;
}

.sidebar-primary {
	background-color: #ffffff;
	float: right;
	width: 225px;
}

/* Header */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
}

.site-header .widget-area {
	max-width: 460px;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}

.site-header .widget_text {
	display: inline-block;
	float: left;
	width: 145px;
	text-align: right;
	padding-right: 20px;
}

.genesis-nav-menu a, .nav-secondary .genesis-nav-menu a {
	font-size: 12px;
}

/* Footer */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	display: block;
	float: none;
	border-right: none;
}

.homepage-featured-full {
	display: none;
}

.homepage-featured-regular, .homepage-post {
	display: block;
}

}

/* iPhone 5 and 5S in portrait */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {

.nav-primary, .nav-secondary, .magnify-wrap, .footer-widgets, .sidebar .widget_text:first-of-type, .site-header .widget_text:first-of-type {
	display: none;	
}

.site-container {
	max-width: 280px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 280px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 280px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 280px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 280px;
}

/* Header */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 280px;
	min-height: 58px;
	padding: 0;
	width: 100%;
}

.site-header .widget-area {
	max-width: 280px;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
}

.search-form {
	position: relative;
	overflow: hidden;
	display: block;
	width: 280px;
	height: 26px;
	margin: 0px 0px 20px 0px;
}

.search-form input[type="search"] {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #c7c8ca;
	width: 280px;
	height: 26px;
	padding: 6px 30px 6px 6px;
}

.site-header .widget_text {
	display: block;
	float: none;
	width: 280px;
	height: auto;
	overflow: hidden;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.site-header .widget_text:last-of-type {
	display: block;
}

/* Footer */

.footer-mobile {
	display: block;
	width: 280px;
}

.entry-buttons {
	display: block;	
}

/* Homepage */

.homepage-featured-full {
	display: none;
}

.homepage-featured-regular, .homepage-post {
	display: block;
	float: none;
	width: 280px;
	height: 600px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0px 0px 13px 0px;	
}

.homepage-featured-regular .image a img, .homepage-post .image a img {
	width: 280px;
	height: 249px;
}

/* Single Post */

.full {
	display: none;	
}



.regular img {
	width: 280px;
	height: 249px;
}

#respond input[type="submit"] {
	background: #ef8d00;
	width: 100%;
	height: 34px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px; 
	line-height: 14px;	
	letter-spacing: 0.020em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%
}

.program, .exhibition {
	display: block;
	float: none;
	width: 280px;
	height: 700px;
}

.program .image a img, .exhibition .image a img {
	width: 280px;
	height: 249px;
}

.srp-widget-container,
.srp-widget-row {
	display: block;
}

.srp-container-single-column .srp-widget-singlepost, .srp-container-multi-column .srp-widget-singlepost  {
	width: 280px;
	height: 700px;
}

.srp-post-content-container {
	height: 700px;
}

.srp-widget-singlepost .srp-thumbnail-box a img {
	width: 280px;
	height: 249px;
}

}

/* iPhone 5 and 5S in landscape */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {

.site-container {
	max-width: 460px;
}

.nav-primary, .nav-secondary, .magnify-wrap, .sidebar .widget_text:first-of-type, .site-header .widget_text:first-of-type {
	display: none;	
}

.content {
	float: right;
	width: 220px;
}

.sidebar-primary {
	background-color: #ffffff;
	float: right;
	width: 225px;
}

/* Header */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
}

.site-header .widget-area {
	max-width: 460px;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}

.site-header .widget_text {
	display: inline-block;
	float: left;
	width: 145px;
	text-align: right;
	padding-right: 20px;
}

.genesis-nav-menu a, .nav-secondary .genesis-nav-menu a {
	font-size: 12px;
}

/* Footer */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	display: block;
	float: none;
	border-right: none;
}

.homepage-featured-full {
	display: none;
}

.homepage-featured-regular, .homepage-post {
	display: block;
}

}

/* iPhone 2G-4S in portrait */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) { 

.nav-primary, .nav-secondary, .magnify-wrap, .footer-widgets, .sidebar .widget_text:first-of-type, .site-header .widget_text:first-of-type {
	display: none;	
}

.site-container {
	max-width: 280px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 280px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 280px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 280px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 280px;
}

/* Header */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 280px;
	min-height: 58px;
	padding: 0;
	width: 100%;
}

.site-header .widget-area {
	max-width: 280px;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
}

.search-form {
	position: relative;
	overflow: hidden;
	display: block;
	width: 280px;
	height: 26px;
	margin: 0px 0px 20px 0px;
}

.search-form input[type="search"] {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #c7c8ca;
	width: 280px;
	height: 26px;
	padding: 6px 30px 6px 6px;
}

.site-header .widget_text {
	display: block;
	float: none;
	width: 280px;
	height: auto;
	overflow: hidden;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.site-header .widget_text:last-of-type {
	display: block;
}

/* Footer */

.footer-mobile {
	display: block;
	width: 280px;
}

.entry-buttons {
	display: block;	
}

/* Homepage */

.homepage-featured-full {
	display: none;
}

.homepage-featured-regular, .homepage-post {
	display: block;
	float: none;
	width: 280px;
	height: 600px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0px 0px 13px 0px;	
}

.homepage-featured-regular .image a img, .homepage-post .image a img {
	width: 280px;
	height: 249px;
}

/* Single Post */

.full {
	display: none;	
}



.regular img {
	width: 280px;
	height: 249px;
}

#respond input[type="submit"] {
	background: #ef8d00;
	width: 100%;
	height: 34px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px; 
	line-height: 14px;	
	letter-spacing: 0.020em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%
}

.program, .exhibition {
	display: block;
	float: none;
	width: 280px;
	height: 700px;
}

.program .image a img, .exhibition .image a img {
	width: 280px;
	height: 249px;
}

.srp-widget-container,
.srp-widget-row {
	display: block;
}

.srp-container-single-column .srp-widget-singlepost, .srp-container-multi-column .srp-widget-singlepost  {
	width: 280px;
	height: 700px;
}

.srp-post-content-container {
	height: 700px;
}

.srp-widget-singlepost .srp-thumbnail-box a img {
	width: 280px;
	height: 249px;
}

}

/* iPhone 2G-4S in landscape */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {

.site-container {
	max-width: 460px;
}

.nav-primary, .nav-secondary, .magnify-wrap, .sidebar .widget_text:first-of-type, .site-header .widget_text:first-of-type {
	display: none;	
}

.content {
	float: right;
	width: 220px;
}

.sidebar-primary {
	background-color: #ffffff;
	float: right;
	width: 225px;
}

/* Header */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
}

.site-header .widget-area {
	max-width: 460px;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}

.site-header .widget_text {
	display: inline-block;
	float: left;
	width: 145px;
	text-align: right;
	padding-right: 20px;
}

.genesis-nav-menu a, .nav-secondary .genesis-nav-menu a {
	font-size: 12px;
}

/* Footer */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	display: block;
	float: none;
	border-right: none;
}

.homepage-featured-full {
	display: none;
}

.homepage-featured-regular, .homepage-post {
	display: block;
}
	
}

/* Samsung Galaxy S5 and S6 in portrait  */

@media only screen 
and (min-device-width: 360px) 
and (max-device-height: 640px) 
and (orientation : portrait) 
and (-webkit-device-pixel-ratio: 3) {

.nav-primary, .nav-secondary, .magnify-wrap, .footer-widgets, .sidebar .widget_text:first-of-type, .site-header .widget_text:first-of-type {
	display: none;	
}

.site-container {
	max-width: 320px;
}

.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.content {
	float: none;
	width: 320px;
	margin: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 320px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 320px;
}

.sidebar-primary {
	display: block;
  	background-color: #ffffff;
  	float: none;
  	width: 320px;
}

/* Header */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
	margin: 0 auto;
	max-width: 320px;
	min-height: 66px;
	padding: 0;
	width: 100%;
}

.site-header .widget-area {
	max-width: 320px;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
}

.search-form {
	position: relative;
	overflow: hidden;
	display: block;
	width: 320px;
	height: 26px;
	margin: 0px 0px 20px 0px;
}

.search-form input[type="search"] {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #c7c8ca;
	width: 320px;
	height: 26px;
	padding: 6px 30px 6px 6px;
}

.site-header .widget_text {
	display: block;
	float: none;
	width: 320px;
	height: auto;
	overflow: hidden;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.site-header .widget_text:last-of-type {
	display: block;
}

/* Footer */

.footer-mobile {
	display: block;
	width: 320px;
}

.entry-buttons {
	display: block;	
}

.footer-mobile .social-icons a.newsletter {
	line-height: 35px;
}

/* Homepage */

.homepage-featured-full {
	display: none;
}

.homepage-featured-regular, .homepage-post {
	display: block;
	float: none;
	width: 320px;
	height: 600px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0px 0px 13px 0px;	
}

.homepage-featured-regular .image a img, .homepage-post .image a img {
	width: 320px;
	height: 284px;
}

/* Single Post */

.full {
	display: none;	
}



.regular img {
	width: 320px;
	height: 249px;
}

#respond input[type="submit"] {
	background: #ef8d00;
	width: 100%;
	height: 34px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px; 
	line-height: 14px;	
	letter-spacing: 0.020em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%
}

.program, .exhibition {
	display: block;
	float: none;
	width: 320px;
	height: 700px;
}

.program .image a img, .exhibition .image a img {
	width: 320px;
	height: 284px;
}

.srp-widget-container,
.srp-widget-row {
	display: block;
}

.srp-container-single-column .srp-widget-singlepost, .srp-container-multi-column .srp-widget-singlepost  {
	width: 320px;
	height: 700px;
}

.srp-post-content-container {
	height: 700px;
}

.srp-widget-singlepost .srp-thumbnail-box a img {
	width: 320px;
	height: 249px;
}

}

/* Samsung Galaxy S5 and S6 in landscape  */

@media only screen 
and (min-device-width: 360px) 
and (max-device-height: 640px) 
and (orientation : landscape) 
and (-webkit-device-pixel-ratio: 3) {

.site-container {
	max-width: 460px;
}

.nav-primary, .nav-secondary, .magnify-wrap, .sidebar .widget_text:first-of-type, .site-header .widget_text:first-of-type {
	display: none;	
}

.content {
	float: right;
	width: 220px;
}

.sidebar-primary {
	background-color: #ffffff;
	float: right;
	width: 225px;
}

/* Header */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: none;
}

.site-header .widget-area {
	max-width: 460px;
	float: none;
	height: auto;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}

.site-header .widget_text {
	display: inline-block;
	float: left;
	width: 145px;
	text-align: right;
	padding-right: 20px;
}

.genesis-nav-menu a, .nav-secondary .genesis-nav-menu a {
	font-size: 12px;
}

/* Footer */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	display: block;
	float: none;
	border-right: none;
}

.homepage-featured-full {
	display: none;
}

.homepage-featured-regular, .homepage-post {
	display: block;
}

}

/*///// Tablet Styles /////*/

/* iPad in portrait */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
.site-container {
	max-width: 720px;
}

.content {
	float: right;
	width: 480px;
}

.sidebar-primary {
	background-color: #ffffff;
	float: right;
	width: 225px;
}

/* Header */

.site-header .widget-area {
	float: right;
	width: 371px;
}

.site-header .widget_text {
	display: inline-block;
	float: left;
	width: 145px;
	text-align: right;
	padding-right: 20px;
}

.genesis-nav-menu a, .nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 4px 6px;
}

/* Footer */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 240px;
	height: 320px;
}

}

/* iPad in landscape */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
/* Regular Styles */	
	
}