/*
Theme Name: Keith Haring Site
Theme URI: http://haring.com/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: Daniel Wiener
Version: 1
Template: twentyten
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/
/*brown - #A43329  */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1.5rem;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -300px 0 0;  
	width: 100%;
}
#content {
	/* margin: 0 280px 0 20px; */ /* DW 2020 This may change */
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	/* width: 260px; */
	width: 100%;
	/* border: solid 1px red; */
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content{
	margin: 0 auto;
	/* width: 900px; */
	width: 100%;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url { /*old font font-family: Georgia, "Bitstream Charter", serif*/
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#access-secondary .menu,
#access-secondary div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.multi-tax-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#main,
#wrapper {
	margin: 0 auto;
	max-width: 1140px;
}
#wrapper {
	padding 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}

.column {
width: 175px;
float:left;
 /*border: 1px solid black;*/ 
padding: 0 0 0 5px;	
}  

.column li {
	font-size: 12px;
}

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

/* Main global 'theme' and typographic styles */
body {
	background-color: #f1f1f1;
	/* NOTE: ON THE REMOTE SITE THIS NEEDS TO BE HTTPS */
	/*  background-image: url("http://www.haring.com/!/wp-content/uploads/2012/01/bg.gif"); */
/* 
 background-position: left top;
 background-size: auto;
 background-repeat: repeat-x;
 background-attachment: scroll;
 */
}

body,
input,
textarea {
	color: #666;
	/* 
font-size: 1.7rem;
	line-height: 2rem; 
 */ /* #FIX these might have to change. erase once you know. TRYING  to use default Bootstrap. */
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: none;
	/* margin: 0 0 18px 1.5em; don't need this bootstrap columns do the trick.  */
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
/*blockquote {
	font-style: italic;
	padding: 0 3em;
}*/
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

#content input{
		color:#A43329;
    }
    
a:link {
	color: #f00; 
	text-decoration: none;
}
a:visited {
	color: #f00;
	text-decoration: none;
}
a:active,
a:hover {
	color: #666;
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


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

/* DW 2020
#header {
	padding: 0px 0 6px 0;
}
 */
#site-title {
	float: left;
	font-size: 20px;
/*	line-height: 36px;*/
	margin: 17px 0 0 0;
	/*width: 700px;*/
/*	border: 1px solid #999;*/
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/* DW 2020
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}
 */

/* This is the custom header image */
/* DW 2020
#branding img {
	display: block;
	float: left;
}
 */

/* DW 2020
#branding {
	float:left;
	height: 40px;
}
 */

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



#access {
	background: red;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%; /*DW 2020*/
	border-bottom: 1px solid #000;

}
#access .navbar-brand {
/* 
	float: left;
	font-size: 1.3rem;
 */
 	line-height: 2rem;
	}

#access a.navbar-brand {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#access a {
color: #ddd;
}



#access a:hover {
color: #fff;
text-decoration: underline;
}

.dropdown-menu {
	background-color: #bbb;
	}
	
#access li.active a.dropdown-toggle {
color: pink;
}

#access a.dropdown-item {
color: #000;
}

/*Year Genre Menu*/

#access-secondary .menu-header
 {
	margin: 0 auto;
	/* width: 880px; */
	width: 100%;
}

.access-secondary {
	background: #444;
	padding-top: .25rem;
	padding-bottom: .25rem;
	display: block;
	}


.access-secondary .nav .nav-link {

	padding-right: .6rem;
	padding-left: .6rem; 
	/* font-size: .6rem; */

	}



.access-secondary a {
	color: #ddd !important;
	display: block;
	text-decoration: none;
}

.access-secondary a:hover, .access-secondary a:active   {
	color: red  !important;
	}

/* https://bootstrapstudio.io/forums/topic/cant-delete-caret-in-dropdown/ */
.dropdown-toggle::after{
	display:none
	} 

/*END Year Genre Menu*/

/* DW 2020  */
	.container, .container-sm, .container-md, .container-lg, .container-xl {
	max-width: 1140px; /* this works it tells all the devices how to size text and images #todo */
	}
	
	.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
	align-items:baseline; /* this does not works I want to move the button down... maybe #todo */
	}
	
.navbar-collapse {
	justify-content: flex-end;
	}
	
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: pink;
}


/* DW delete all menu stuff here and put back as needed. don't forget the 2 extra headers I made */



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

#main {
	overflow: hidden;
	padding: 80px 0 0 0; /* #FIX DW 2020, this may be temporary as I change to Bootstrap rows */
	background-color: #fcfcfc;
	box-shadow: 1px 1px 9px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 9px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 9px rgba(0,0,0,0.1);
}
#content {
	margin-bottom: 36px;
}
#content,
#content textarea {
	color: #333;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 25px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #666 !important;
	font-size: 30px;
	font-weight: bold;
}  
h1.page-title {
	margin: 0 -15px 10px -20px !important; /* #FIX DW move gray background to the edge. maybe do what I did with art-page-title  */
	padding: 0 0 0 20px;  
	color: #666;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
	}

/* ART Singlge Pages */
	
.art-page-title {
		color: #666;
		background-color: #eee;
		min-height: 3.2rem;
		margin-bottom: 1rem; /* so there is a bit of space above the large image */

		}

.art-page-title img {
	margin: 0 10px 0 0;
}

/* end ART Singlge Pages */

h1.multi-tax-title {
		font-size: 20px !important;
		margin: 0 0 10px -20px !important;
		padding: 0 0 0 20px;  
		color: #666 !important;
		border-bottom: 1px solid #ddd;
		background-color: #eee;
		}

.archive-meta p{
	margin: 0;
	padding: 0; 
	border: 1px solid #999;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited,
.art-page-title a:link,
.art-page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover
.art-page-title a:active,
.art-page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
    color: red;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

#content h1.entry-title {
	font-size: 1.5rem;
}

#content h2.entry-title {
	font-size: 1.3rem;
}

#content h2.toc_title {
	font-size: 1.5rem;
}
.entry-title a:link,
.entry-title a:visited {
	color: red;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	min-height: 130px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}  

#content .entry-summary {
	margin-top: 10px;
	margin-left: 20px;
	padding: 12px 10px 12px 10px;
	background-color: #fffefe;  
	border-left: 1px solid #eee;
	border-right: 1px solid #ddd;  
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 16px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	padding: 0 0 0 25px;
	margin-top: 5px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

#content .print_this {
	float: right;
	} 
	 
#content .print_this a {
	background: #fcfcfc url('images/printer.gif') no-repeat 0 -1px; 
	padding: 0 0 0 18px; 
    }

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

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	 /* prevent too-wide images from breaking layout and for small devices */
	max-width: 99% !important;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery-columns-3 .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 16%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


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

.navigation {
	color: #888;
/* 
 	font-size: 2rem;
    line-height: 2.5rem;
 */ /* using BS defaults */
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 47%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 47%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.page-template-lesson_plan-php #nav-above,
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments - taken as a whole from the twentyeleven beta. plus a few changes by DW
----------------------------------------------- */ 
#comments {
	border-top: 1px dotted #999;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;  
/*	padding: 0 0 2.6em; */
	text-transform: uppercase;
} 

h3#comments-title {
	font-size: 25px; 
}  

#comments a:link, #comments a:visited {
	color:  #A43329;
}
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
.commentlist .pingback {
	margin: 0 auto 1.625em;
	padding: 0 1.625em;
	width: 68.9%;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	font-size: 12px;
	font-weight: bold;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
.rtl #respond .comment-form-author label,
.rtl #respond .comment-form-email label,
.rtl #respond .comment-form-url label,
.rtl #respond .comment-form-comment label {
	-webkit-box-shadow: -1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: -1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: -1px 2px 2px rgba(204,204,204,0.8);
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	left: 30px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1b8be0;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Widget Areas
-------------------------------------------------------------- */
/* .widget-container, */ .dw-widget-container {
float: left;
/* width: 24%; */
padding-right: 1rem;
}

.dw-third-widget-container {
float: left;
/* width: 33%; */
padding-right: 1rem;
}

#content h3.widget-title {
margin: 10px 0 0 0;
font-size: 1.4rem;
}

.widget-area ul {
	list-style: none;
	margin-left: 0; 
    font-size: .8rem;
    line-height: 1.1rem;

}
 
.widget-area ul li{
	margin-left: 5px;
	} 
.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 90%;
	margin-bottom: 10px;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #666;
	font-weight: bold;
	font-size: 2rem;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

a.taxonomy-drilldown-reset {
	font-size: 16px;
	line-height: 30px;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
}
#primary {
}
#secondary {
}

.textwidget {
	padding-left: 5px;
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Gravity Form Table for completed grant applications for signed-in board members ------------------------------------------------------*/

#content table.entry-detail-view {
	margin-bottom:16px;
	}

#content table.entry-detail-view thead {
	background-color: #C3AF9B;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #000;
	}
	
#content table.entry-detail-view th#details {
	font-size: 25px;
	line-height: 50px;
	color: #663300;
	}
table.entry-detail-view td.lastrow {border-bottom:none!important}

#content .grant td.entry-view-section-break {
	font-size: 30px;
/*	font-weight:bold;
	font-style: italic;*/
	background-color:#FBFAF9;
/*	border-bottom:1px solid #663300;
	border-top:1px solid #663300;*/
	padding: 20px 0 20px 60px;
	color: red; 
	letter-spacing: .08em;
    }  

#content .grant td.entry-view-section-break:before {
/*	content:"{";*/
	font-size: 40px;
} 

#content .grant td.entry-view-section-break:after {
/*	content:"}"; */
	font-size: 40px; 
}

/*#content .grant tr {
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	} */

#content .grant td.entry-view-field-name {
	color: #663300;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;    
	font-weight:bold;
	background-color:#E1D6CD;
	border-bottom:1px solid #B89C9B;
	border-right:1px solid #CCCCCC; 
	line-height:150%;
	padding: 5px 12px;
	}

#content .grant td.entry-view-field-value { 
	font-size: 14px;
	color: #363636;
	background-color:#EFEAE5;
	border-bottom:1px solid #DBCDCC;
	border-right:1px solid #E1D6CD; 
	line-height:150%;
	padding: 7px 7px 12px 40px;
	}
.grant td.entry-view-field-value p {text-align:left}
.grant td.entry-view-field-value ul.bulleted {margin-left:12px}
.grant td.entry-view-field-value ul.bulleted li {list-style-type:disc}
div.note-avatar {width:48px; height:48px; float:left; margin-right:6px}
h6.note-author {font-weight:bold; font-size:13px; margin:0; padding:0}
div.detail-note-content {margin:10px 0 10px 54px; line-height:150%}
div.detail-note-content p {line-height:150%}    
	
/* Styles for GF Table for authentication. ------------------------------------------------------*/ 

.gfield_html_formatted #terms_conditions {
	 height: 250px;
	 overflow: auto;
     font-size: 11px;
	 font-family: Arial, "MS Trebuchet", sans-serif; 
	display: block;
	border: 1px solid #999; 
	padding: 10px;
	}      
	
.gform_wrapper .gfield_description {
	/*border: 1px solid #999;*/
	margin: 0 0 28px 0; 
	}
 
/* =Gravity Form - Grant Application Form
 ------------------------------------------------------*/   

#content .gform_wrapper .gform_body .gform_fields .gsection {
	background-color: #efefef;
	background:-moz-linear-gradient(left,#efefef,#fcfcfc);
	background:-webkit-gradient(linear,left left,left right,from(#efefef),to(#fcfcfc));
	padding-top: 9px;
	border-top:1px dotted #ccc!important;
}

#content .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
	color: #f00;
	font-size: 20px; 
	padding-left: 10px !important;
}

#content .gform_wrapper .gform_body .gform_fields .gsection .gsection_description {
	padding-left: 18px !important;
	font-size: 13px;
	color: #666; 
}

/*#content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {border:1px solid red}*/ 
/*#content .gform_wrapper .gform_body .gform_fields .gfield {border:1px solid red}*/   

#content .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	color:#A43329;
	font-size: 15px;
	} 

#content .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
	color:red;
	font-size: 15px;
	} 
	
#content .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
/*	border:1px solid red; */
	margin: 0 0 0 0 !important;}

#content .gform_wrapper .gform_body .gform_fields .gfield .g _complex .ginput_full label, #content .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_left label, #content .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_right label 			{
/*	color:green;*/
/*	border: 1px solid #999;*/
	padding: 0 0 10px 0 !important;
	margin: 0 0 0 0 !important;
	line-height: 16px !important;
	} 
	
#content .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
	padding: 6px 0 15px 0 !important;
	margin: 0 0 0 0 !important;
	line-height: 16px !important;
	font-size: 11px;
	color: #666;
/*	border: 1px solid #999;*/
	}

#content .gform_wrapper .gform_footer input[type=submit] {
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
		padding:3px 10px;
		font-size:14px;
		-moz-border-radius:0px;
		-khtml-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		cursor:pointer;
		text-decoration:none;
		margin-top:-3px;
	    border-bottom: 1px solid #F3C1BF !important; 
		border-right: 1px solid #B89C9B !important; 
		 background: red;
				background:-moz-linear-gradient(bottom,#FF0000,#F00000);
				background:-webkit-gradient(linear,left bottom,left top,from(#FF0000),to(#F00000));
	       /* border: #f24643;*/
			color: #F3C1BF;
	}

#container #content .page .entry-content #gforms_confirmation_message {
	background-color: #fff !important;
	border: 1px solid red;
	}  
body #gforms_confirmation_message table{
		background-color: #fff !important;

		}

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

#site-info {
	float: right;

}
#site-generator {
/*	float: right;
	width: 220px; */
}

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 1px dashed #666;
/*	margin-top: -4px; */
	overflow: hidden;
	padding: 5px 0;
}
#site-info {
	width: 100%;
	font-weight: normal;
	/* font-size: 12px; */
	padding: 0 0 5px 0;
/*	border: 1px solid #999;*/
}
#site-info a:link, #site-info a:visited {
	color: #999;
	text-decoration: none;
}  

#site-info a:hover, #site-info a:active {
	color: #f00;
	text-decoration: none;
}

#site-info img {
	vertical-align:bottom;
	padding: 3px 0 0 0;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	color: #666;
	display: inline-block;
	line-height: 16px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =pagination from Gravy by http://www.darrenhoyt.com
-------------------------------------------------------------- */

#archive_pagination {
	overflow: hidden; 
	padding: 20px;
	text-align: center;
	}

	.current-numeric-page, .page-numbers.current {
	padding: 5px 8px;
	}

#archive_pagination a, #archive_pagination a:visited {
	border:1px solid #CCC;
	padding: 5px 8px;
	text-decoration: none;
	color: #888;
	}

#archive_pagination a:hover {
	background: #f5f5f5 !important;
	}

#archive_pagination a:active {
	background:#e6e6e6;
	border-color:#bebebe;
	}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}    


	             
 /* WordPress Logo */ 

/*  h1 a {
      background:url('images/haring_login_logo.gif') 0 0 no-repeat;
	  width:310px;
	  height:70px;
	  margin-left: 10px;
	  margin-bottom: 0px;
     padding-bottom: 0px;
	} */
	
 .message {
	    margin-bottom: 0px;
	} 
	
#loginform {  
		background:url('images/haring_login_logo.gif');
		margin: 10px 10px 5px 10px;
		padding:16px 16px 40px 16px;
		font-weight:normal;
		-moz-border-radius:11px;
		-khtml-border-radius:11px;
		-webkit-border-radius:11px;
		border-radius:11px;
		background:#fff;
		border:1px solid #e5e5e5;
		-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;
		-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;
		-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;
		box-shadow:rgba(200,200,200,1) 0 4px 18px;
		width: 300px;
		font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	}
	
#loginform p { 
  		margin: 0 0 0 0;
		padding: 0 0 0 0;
/*		border: 1px solid #999;*/
}


	
#loginform label{
		color:#777;
		font-size:16px;
/*		border: 1px solid red;*/
    }    

#rememberme{
		font-size: 11px;
		}
	
#loginform input{
		font-size:24px;
		width:97%;
		padding:3px;
		margin-top:2px;
		margin-right:6px;
		margin-bottom:10px;
		border:1px solid #e5e5e5;
		background:#fbfbfb;
    }


	
/* Login Button */ 
	.button-primary{
		font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
		padding:3px 10px;
		font-size:14px;
		-moz-border-radius:0px;
		-khtml-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		cursor:pointer;
		text-decoration:none;
		margin-top:-3px;
	    border-bottom: 1px solid #F3C1BF !important; 
		border-right: 1px solid #B89C9B !important;
	}
	
	#wp-submit {
	    background: red;
			background:-moz-linear-gradient(bottom,#FF0000,#F00000);
			background:-webkit-gradient(linear,left bottom,left top,from(#FF0000),to(#F00000));
        border: #f24643;
		color: #F3C1BF;
	}   
	
	#wp-submit:hover { 
		color: #ffffff;
		background: red;
	}
	
	/* Lost Password Link */
	.login #nav a {
	 	color: #443030!important;
		text-decoration: none;
	} 
	
	.login #nav a:hover {
	 	color: red !important;
		text-decoration: none;
 
	}
#site-info	.social_icons a img{
		padding: 0px 10px 0 0;
		
	}
	
#site-info	p.social_icons {
/* 
	font-size: 20px;
	line-height: 32px;
 */
	}
	
/* ========================= */
/* = Alerts from Bootstrap = */
/* ========================= */


	/* ========================= */
	/* = Buttons from Bootstrap = */
	/* ========================= */

	
/* ======================== */
/* = icons from bootstrap = */
/* ======================== */


/* ========================================= */
/* = columns for search page with keywords = */
/* ========================================= */	
.column_25 { 
	width: 22%;
	float:left;
	/*border: 1px solid #999;*/
	}
	
.column_5 { 
		width: 17.5%;
		float:left;
		border-left: 1px solid #ddd;*/
		}

.column_4 { 
		width: 22%;
		float:left;
		border-left: 1px solid #ddd;*/
		}		

.column_3 { 
		width: 31%;
		float:left;
		border-left: 1px solid #ddd;*/
		}
		
/* =========================== */
/* = extra stuff for forms,  = */
/* =========================== */

#dw_searchform input[type=text], #dw_advanced_searchform input[type=text] {
	margin: 15px 0 0 12px;
	width: 60%;
	height: 40px;
	padding-left: 10px;
	color: red;
}

#dw_searchform .thisthing {
	border: 1px solid red;
}

.btn-danger {
 background-color: red;
}


/* =============================== */
/* = for styles in Visual Editor = */
/* =============================== */
.small_and_gray {
	font-size: 11px;
	color: #666;
}

/* =============================== */
/* = stuff for Pop Shop = */
/* =============================== */
.page-template-page_popshop {

 /* Location of the image */
  background-image: url(images/haring_slides_22.jpg);
  
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #464646;
	/* background: #fff url(images/haring_slides_22.jpg) repeat fixed 0px 0px !important; */
	/*background: #DDD url(images/faces02.jpg) no-repeat fixed 0px -150px;*/
	  -webkit-background-size: cover !important;
	  	  	  -moz-background-size: cover !important;
	  	  	  -o-background-size: cover !important;
	  	  	  background-size: cover !important;
	}


.popshop_one {
	display: flex;
	background-color: #A0CF67;
	font-size: 3.4rem;
	/*font-weight: bold;*/
	line-height: 4rem;
	margin: 0 -20px 0 -20px;
	padding: 30px 50px 10px 50px;
	height: auto;
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.popshop_two {
	display: flex;
	background-color: #F78F1E;
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0 -20px 0 -20px;
	padding: 50px 50px 10px 50px;
	height: auto;
	font-family: "fira-sans-2",  "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: white;
}

.popshop_three {
	display: flex;
	background-color: #aaa;
	font-size: 2.2em;
	font-weight: 200;
	line-height: 1.5em;
	margin: 0 -20px 0 -20px;
	padding: 40px 50px 10px 50px;
	height: auto;
	font-variant: italic;
	letter-spacing: .1em;
/*	*/
}


.popshop_four {
	display: flex;
	background-color: #000;
	color: #fff;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 -20px 0 -20px;
	padding: 50px 50px 10px 50px;
	height: auto;
	
}

.popshop_five {
	display: flex;
	background-color: #EA77B0;
	color: #fff;
	font-size: 1.9em;
	line-height: 1.4em;
	margin: 0 -20px 0 -20px;
/* 	padding: 10px 50px 50px 50px; */
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	letter-spacing: .05em;
	height: auto;
}

.format01 {
	display: block;
	background-color: #EA77B0;
	color: #fff;
	font-size: 1.9em;
	line-height: 1.4em;
	margin: 0 -20px 0 -20px;
	padding: 10px 50px 50px 50px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	letter-spacing: .05em;
}

p.format02 {
	display: block;
	background-color: #F78F1E;
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0 -20px 0 -20px;
	padding: 30px 50px 10px 50px;
/*	height: 360px;*/
	font-family: "fira-sans-2",  "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: white;
}

.format03 {
	display: block;
	background-color: #A0CF67;
	font-size: 3.3em;
	/*font-weight: bold;*/
	line-height: 1.2em;
	margin: 0 -20px 0 -20px;
	padding: 50px 50px 10px 50px;
	height: auto;
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

p.format04 {
	display: block;
	background-color: #9DC6F1;
	font-size: 3em;
	/*font-weight: bold;*/
	line-height: 1.2em;
	margin: 0 -20px 0 -20px;
	padding: 30px 50px 30px 50px;
/*	height: 370px;*/
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.format05 {
	display: block;
	background-color: #aaa;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0 -20px 0 -20px;
	padding: 40px 50px 10px 50px;
	font-variant: italic;
	letter-spacing: .1em;
}

.format06 {
	display: block;
	background-color: #E66218;
	color: #000;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 -20px 0 -20px;
	padding: 10px 50px 50px 50px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	letter-spacing: .05em;
}

.format07 {
	display: block;
	background-color: #BC192E;
	color: #bbb;
	font-size: 2em;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0 -20px 0 -20px;
	padding: 10px 50px 50px 50px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	letter-spacing: .05em;
}



.page-template-page_popshop .wp-caption {
	margin-top: 20px;
	max-width: 99% !important;
	padding: 0 0 2px 0;
	background-color: #FFF !important;
 }

.page-template-page_popshop #footer {
	background-color: #000;
}

.page-template-page_popshop #site-info {
	padding-left: 20px;
}


/* =============================== */
/* = Front Page Carousel Only = */
/* =============================== */
.carousel-item {
  height: 100vh;
  min-height: 450px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
	}
	
.carousel-caption {
/* 
    position: relative;
    left: 0
 */;
   /*  top: 95%; */
    /* color: #000; */
    /* border: solid 1px red; */
    /* z-index: 100; */
    margin-bottom: -50px;
    width: 100%;
    right: 0%;
    left: 0%;
    background: rgba(102, 102, 102, 0.73);
    }

.vertical-small {
font-size: .7rem;
}


.demo-block {

    margin: 0 0 2px 15px;
    width: 270px;
/* 
    min-width: 200px;
    height: 200px;
 */
    clear: both;
    /* background: url('/!/wp-content/themes/haring/lib/supersized/img/bg-black.png'); */
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0.7);
    padding-bottom: 10px;
    z-index: 1550;

}

.horizontal .demo-block {
 width: auto;
 margin: 0px 0 10px 0;
 height: 100%;
 margin-top: 10px;
}

.horizontal .demo-block h2.entry-title, .horizontal .demo-block .textwidget {
	padding-left: 10px;
}

div.more-online {
padding-left: 10px;
margin-top: 20px;
}

div.more-online a {
font-size: 1.5rem;

}

div.more-online span a {
font-size: .7rem;
}

/* End carousel */

@media only screen and (max-width:991px) { /* This is phone and tablet */

#access .container .navbar-brand {
/* 
font-size: 3.1rem;
line-height: 1.7em;
 */
	}

#access .container .navbar-toggler-icon {
    display: inline-block;
   /* 
 width: 2em;
    height: 2em;
 */
    vertical-align: baseline;
    content: "";
	}
.navbar-nav {
	/* 
font-size: 2rem;
	line-height: 2.2rem;
 */
	}
	
.dropdown-item {
	/* font-size: 1.8rem; */
	}

}

/* =============================== */
/* = for styles in phones = */
/* =============================== */

@media only screen and (min-width:426px) {
	.front-page-small {
	display: none;
	}
}

@media only screen and (max-width:426px) { /* This is phone. My strategy is to put as much into the default css as possible. Mostly change it for desktop view - greater than 992. But then a few things like body text which is not working right for phone sizes less than 415. I know this is wrong. But the phone first method is not working since i am integrating old WP styles with Bootstrap 4*/

.front-page-big {
	display: none;
	}
	
/* 
#content,
#content input,
#content textarea,
.entry-content,
.entry-summary {
font-size: 2.3rem;
line-height: 2.8rem;
}
 */

/* Art pages year and genre header */
.access-secondary .nav .nav-link {
	padding-right: .25rem;
	padding-left: .25rem; 
	font-size: .6rem;
	}

.art-page-title h3 { /* This is for the title on art pages making sure it is not too big on phones.  */
	font-size: 1rem;
	}
/* End Art pages year and genre header */

img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 96%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

.gallery-columns-6 .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.gallery-columns-3 .gallery-item { /* for stacking images in galleries in small devices. */
	width: 100%;
	}
	

.navbar-toggler, .navbar-brand {
font-size: 1rem;
}

/* Front page with carousel */

	.carousel-item {
/* 
  height: auto;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
 */
  /* background-size: cover !important; */
 /*  object-fit: cover; */
 }

.front-page-vertical .demo-block {
	width:auto;
	background-color: rgba(255, 255, 255);
    /* padding-bottom: 10px; */
    padding-left: 13px;
	}

.front-page-vertical .demo-block h2.entry-title {
font-size: 1.4rem;
line-height: 2.4rem;

/* end front page vertical */


} /* end max-width:426px */

@media only screen and (max-width:376px) {

.tax-genre #content img, .tax-date #content img, .tax-medium #content img, .tax-keyword #content img {
width: 92px;
}



.gallery .gallery-item { /* for stacking images in galleries in small devices. */
	width: 100%;
	}
	
.gallery-columns-4 .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 50%;
}

.gallery-columns-5 .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 50%;
}

}

@media only screen and (min-width:992px) { /* OK DW This is for rare cases when I need to change the site for bigger screens. I am trying to do as much as I can by changing stuff in the non-media parts of the css. Though I am doing it with max width mostly instead of min width.  */


#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 260px;
}

/* navbar desktop */
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
}

.widget-container, .dw-widget-container, .dw-third-widget-container {
float: none;
width: 100%;
}




.widget_search #s {/* This keeps the search inputs in line in large view. */
	width: 60%;
}

/* front page carousel */
/* 
div.row.front-page-vertical div.col-lg-4.col-md-12.col-sm-12 div.demo-block {
 min-height: 5000px !important;
 border: solid 1px red; 
}
 */

} /* end media for bigger screens */