/*
Theme Name: The Berkeley Revolution
Description: Style for "The Berkeley Revolution" http://kristinalisejones.com
Project Manager: Scott Saul
Author: William Bottini
Editors: Kristin Jones, Scott Paul McGinnis, Chris Church

Revision History:
2012 September 2 (WB)
- some CSS still unsupported in IE8, IE6,7 unsupported

2013 May 18 (spm)
- Cleaned for readability 2013 May 18
*/

/* CSS Document */

@charset "UTF-8";

/* Font Declaration
@font-face not supported IE8 and before
url points to a folder on our server
 */
 

@font-face {
	font-family: 'SortsMillGoudy';
		src: url('fonts/GoudyStM-webfont.eot');
		src: url('fonts/GoudyStM-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/GoudyStM-webfont.woff') format('woff'), url('fonts/GoudyStM-webfont.ttf') format('truetype'), url('fonts/GoudyStM-webfont.svg#SortsMillGoudyRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SortsMillGoudy';
		src: url('fonts/GoudyStM-Italic-webfont.eot');
		src: url('fonts/GoudyStM-Italic-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/GoudyStM-Italic-webfont.woff') format('woff'),url('fonts/GoudyStM-Italic-webfont.ttf') format('truetype'),url('fonts/GoudyStM-Italic-webfont.svg#SortsMillGoudyItalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'OstrichSans';
	src: url('fonts/ostrich-regular-webfont.eot');
	src: url('fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/ostrich-regular-webfont.woff') format('woff'),url('fonts/ostrich-regular-webfont.ttf') format('truetype'),url('fonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'OstrichSansLined';
    src: url('fonts/ostrich-bold-webfont.eot');
    src: url('fonts/ostrich-bold-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/ostrich-bold-webfont.woff') format('woff'),url('fonts/ostrich-bold-webfont.ttf') format('truetype'),url('fonts/ostrich-bold-webfont.svg#OstrichSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OstrichSans';
    src: url('fonts/ostrich-black-webfont.eot');
    src: url('fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/ostrich-black-webfont.woff') format('woff'),url('fonts/ostrich-black-webfont.ttf') format('truetype'),url('fonts/ostrich-black-webfont.svg#OstrichSansBlack') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* BOILER PLATE: http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline; 3.11.17*/
	vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*___________________________STYLES*/
/*COLORSBLACKrgb(25,25,24)BROWNrgb(69,54,36)GRAYrgb(127,125,122)ORANGErgb(255,216,168)CREAMrgb(255,250,245)*/
@media screen {

.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.clear {
	clear: both;
}

.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .group, *:first-child+html .group {/* First selector = IE6, Second Selector = IE 7 */
	zoom: 1;
}



html {
	background: url(http://revolution.berkeley.edu/assets/berkeley-revolution-background-copy-1.png);
	background-color:rgb(37,32,34);
	background-repeat:no-repeat;
	background-position: bottom;
	background-attachment:fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	
}

#page-wrap {
	background-color:white; /*rgb(255,250,245) edited 3/14/2017*/
	width: 62.25em;
	padding: 0 0 0 0;
	margin: 1.5em auto 0 auto;
	font-family:'Open Sans', sans-serif;
	/*font-family:SortsMillGoudy, Georgia, serif;*/
	color:rgb(25,25,24);
	-webkit-box-shadow: 0px 1em 1em 1em rgba(25,25,24,.8);
	-moz-box-shadow: 0px 1em 1em 1em rgba(25,25,24,.8);
	box-shadow: 0px 1em 1em 1em rgba(25,25,24,.8);
}

h1 {
	font-family: 'Oswald', sans-serif;
	/*font-family:OstrichSans, sans-serif;*/
	font-weight: 700;
	color:rgb:(37,32,34);
	/*color:rgb(69,54,36);*/
	font-size:1.0em;
}

.floatLeft {
	float:left;
}

/*HEADERS---------------*/
#header {
	width:62.25em;
	height:100em;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-origin:border-box;
	position:relative;
}	

.page-template-home-php #header,.page-template-about-php #header {
	
	background-image:url(http://revolution.berkeley.edu/assets/banner-1.png);
}/*Checks the template for the selected object and then chooses the background image for the header*/

.page-id-4 #header,.page-id-97 #header,.parent-pageid-97 #header,.single #header,.blog #header,.page-template-search-tags-php #header,.search #header,.archive #header {
	background-image:url(http://revolution.berkeley.edu/assets/banner-1.png);
}

.page-template-main-archive-time-php #header,.parent-pageid-57 #header {
	background-image:url(http://revolution.berkeley.edu/assets/banner-1.png);
}

.page-template-main-archive-places-php #header,.parent-pageid-59 #header,.error404 #header {
	background-image:url(http://kristinalisejones.com/assets/places.png);
}

.page-template-main-archive-people-php #header,.parent-pageid-690 #header {
	background-image:url(http://kristinalisejones.com/assets/people.png);
}

/* added three menu page headers April 17 2017 */

.themes-menu-page #header {
	background-image:url(http://revolution.berkeley.edu/assets/banner-1.png);
}

.places-menu-page #header {
	background-image:url(http://kristinalisejones.com/assets/places.png);
}

.people-menu-page #header {
	background-image:url(http://kristinalisejones.com/assets/people.png);
}


#header h1 {
	font-family:'Bowlby One SC', cursive;
	font-variant: small-caps;
	/*font-family:OstrichSansLined; */
	font-weight:lighter;
	font-size:4.5em;
	/*letter-spacing:.075em;*/
	line-height:1em;
	text-align:center;
	padding-top:0em;  /*This is to optically [w.c.] center the text*/
	padding-left:.1125em;
	color: rgb(25,25,24);

	/*-moz-text-shadow: 0 10px 20px rgba(25,25,24,.8), -1px -1px rgb(255,250,245), 1px 1px rgb(255,190,168);*/
	/*-webkit-text-shadow: 0 10px 20px rgba(25,25,24,.8), -1px -1px rgb(255,250,245), 1px 1px rgb(255,190,168);*/
	/*text-shadow: 0 10px 20px rgba(25,25,24,.8), -1px -1px rgb(255,250,245), 1px 1px rgb(255,190,168);*/
}

.page-template-about-php #header p a:hover,.page-template-home-php #header p a:hover {
	color:rgb(55,188,211);
	/*color:rgb(127,125,122);*/
}

#header p {
	font-family:'Open Sans', sans-serif;
	/*font-family:SortsMillGoudy, Georgia, serif;*/
	font-size: .875em;
	line-height:1.425em;/*IE8 */
	line-height:1.25rem;
	font-style:italic;
	text-align:right;
	padding: 0 6.34em .6em 0; /*IE8 */
	padding: 0 5.5625rem .6em 0;
	margin:0;
	color:rgb(69,54,36);
	position:absolute;
	bottom:0;
	left:0;
	right:0; /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/* what did I just remove? */
}

#header p a {
	font-style:italic;
	}

#header p a:hover {
	color: rgb(55,188,211); 
	/*color: rgb(127,125,122);*/
}

/* added April 25 */
#header h1 a:hover {
	color: rgb(51,53,56);
}

/*END HEADERS-------------*/

/*NAVIGATION MENU--------------*/
#nav {
	padding: .2em 0;
	position:relative;
	background: rgb(55,188,211);
}

#nav .menu {
	height:2em;
	padding: 0 0 0 7.1em; /* changed from 12 on June 21 2017 and then from 7 on June 22 and 7.2 on June 23*/
	background: rgb(55,188,211);/* Old browsers */
background: -moz-linear-gradient(top,  rgba(37,32,34,1) 22%, rgba(25,25,24,1) 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,rgba(37,32,34,1)), color-stop(100%,rgba(25,25,24,1)));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(37,32,34,1) 22%,rgba(25,25,24,1) 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(37,32,34,1) 22%,rgba(25,25,24,1) 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(37,32,34,1) 22%,rgba(25,25,24,1) 100%);/* IE10+ */
	background: linear-gradient(top,  rgba(37,32,34,1) 22%,rgba(25,25,24,1) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#453624', endColorstr='#191918',GradientType=0 );/* IE6-9 */
	
}

#nav ul a {
	font-size:1.5em;
	/*line-height:.996em;*/
	letter-spacing:.05em;
	font-family:'Oswald', sans-serif;
	/*font-family:OstrichSans;*/
	font-weight:700;
	text-align:center;
	color:rgb(55,188,211);
	margin:0;
	float: left;
	padding: .333333em 0 0 0;
	padding: .25rem 0 .25rem 0;
	width:6.4166em;/*IE 8*/
	width:9.625rem;
/*	border-bottom: .04em solid rgb(25,25,24); */
}

#nav p {
	font-size:1.125em;
	line-height:1em;
	font-style:italic;
	text-align:left;
	color:rgb(55,188,211);
	background:none;
	position:absolute;
	left: 4.0555em;
	top: .4em;
	padding: .2666em 0 .066em 0;
}

#nav .current_page_item a,#nav .current-page-ancestor a {
	/*color:rgb(69,54,36);*/

	color:rgb(37,32,34);
	background:rgb(55,188,211);
	/* removed gradient 4-7-2017*/

}

/*Navigation, DROP DOWN MENU*/
#nav ul li {
	position:relative;
	float:left;
	display:inline-block;
}

#nav ul ul {
	position:absolute;
	display:none;
	font-weight:normal;
	z-index:99999;
}

#nav ul ul a {
	font-weight:normal;
	font-size:1.1em; /* changed from 1.3 April 20 2017; changed from 1.2 on July 21, 2020 */
	letter-spacing:.05em;
	padding: .5em .125em .5em .125em;
	width:6.4166em;/*IE 8*/
	width:9.225rem;
	border-top: 0 solid rgb(69,54,36);
	border-bottom: 1px solid rgb(69,54,36);
	margin:0;
	float: left;
}

#nav ul li:hover ul {
	left:0;
	display:block;
	top:2em;
}

#nav ul li:hover a:hover {
	color:rgb(37,32,34);

	background:rgb(55,188,211);
	/* removed gradient 4-7-2017*/
}

#nav ul li:hover li a{
	/* governs the color of the text of the dropdown items */
	background-color:rgb(37,32,34);
	color:rgb(55,188,211);
	/*background-color:rgba(69,54,36,.9);
	color:rgb(255,216,168);*/
}

#nav ul li:hover li:hover a{
	color:rgb(37,32,34);
	background:rgb(55,188,211);

	/*removed gradient 4-7-2017*/
}

#nav ul li:hover li.current_page_item a,#nav ul li:hover li.current-page-ancestor a {
	color:rgb(37,32,34);
	background:rgb(55,188,211);
	/* removed gradient 4-7-2017 */

}

#nav .current_page_item ul a,#nav .current-page-ancestor ul a {
	color:rgb(55,188,211);
	background:rgb(37,32,34);
	/*color:rgb(255,216,168);
	background: rgba(69,54,36,.9);*/
}

/*END NAVIGATION-----------------*/

/*HORIZONTAL RULERS---------------*/
hr {
	display: block;
	padding: 0;
	margin: 0 0 .25em 0;
	height:1px;
	border-width:0;
	color:rgb(255,216,168);
	background-color:rgb(255,216,168);
	clear:both;
	margin-top:2.25em;
}

.one {
	margin: 0;
	height: .2em;
	color: rgb(255,250,245);
	background-color: rgb(255,250,245);
}

.two {
	margin: 0;
	height: .2em;
	color: rgb(69,54,36);
	background-color: rgb(69,54,36);
}

.three {
	height: .2em;
	color: rgb(255,216,168);
	background-color: rgb(255,216,168);
	margin:0 0 0 0;
}

.four {
	width:61.8%;
	color:rgb(127,125,122);
	background-color:rgb(127,125,122);
	height: 1px;
	margin: .2em auto;
	clear:both;
}

.five {
	width:100%;
	color:rgb(255,216,168);
	background-color:rgb(255,216,168);
	height: 1px;
	margin: .2em auto;
	clear:both;
}

.divider {
	width:61.8%;
	color:rgb(255,216,168);
	background-color:rgb(255,216,168);
	height: 1px;
	margin: .875em auto;
	clear:both;
}

.nav {
	height: .2em;
	color: rgb(255,216,168);
	background-color: rgb(255,216,168);
	margin:0 0 0 0;
	}

.footer {
	height: .2em;
	color: white;
	/*color: rgb(255,216,168);*/
	background-color: rbg(37,32,34);
	/*background-color: rgb(255,216,168);*/
	margin:6em 0 0 0;
	clear:both;
}

.home .footer {
	margin-top:3.75em;
}

.archiveRule {
	display: block;
	padding: 0;
	margin: 0 auto 2.25em auto;
	width:61.8%;
	height:1px;
	border-width:0;
	color:rgb(127,125,122);
	background-color:rgb(127,125,122);
	clear:both;
	margin-top:2.25em;
}

.smallHR {
	display: block;
	padding: 0;
	margin: 0 auto 1em auto;
	width:100%;
	height:1px;
	border-width:0;
	color: rgb(255,216,168);
	background-color: rgb(255,216,168);
	clear:both;
	margin-top:1em;
}

.HR1 {
	color:rgb(127,125,122);
	background-color:rgb(127,125,122);
}

/*------Mainy Typography--------------*/
.entry h1,ul h1 {
	font-weight:700;
	color:rgb(37,32,34); /* changed from 69,54,36 on April 20 2017 */ 
	font-size:2.25em;
	line-height:1em;
	/*color:rgb(69,54,36);*/
	margin-bottom: .27em;
	margin-bottom:.625rem;
}

.single h1 {
	font-size:2.0em; /* changed from 2.25 on April 20 2017 */
}

.previewGallery h1 {
	line-height:1em;
	color:rgb:(37,32,34);
	/*color:rgb(69,54,36);*/
	margin-bottom:.27em;
	margin-bottom: .625rem;
}

ul.gallery h1 a {
	color:rgb:(37,32,34);
	/*color:rgb(69,54,36);*/
}

ul.gallery h1 a:hover {
	color:rgb(127,125,122);
}

h2 {
	font-family:'Open Sans', sans-serif;
	/*font-family:SortsMillGoudy, Georgia, serif;*/
	font-style:italic;
	/*color:rgb(69,54,36);*/
	font-size:1.2em; /* changed from 1.5 on April 20 2017 */
	line-height:1.5em;
	color:rgb:(37,32,34);
	/*color:rgb(69,54,36);*/
	margin-bottom:1em;
	text-align:center;
	font-style:italic;
}

h3 {
	font-family:'Open Sans', sans-serif;
	/*font-family:SortsMillGoudy, Georgia, serif;*/
	text-align: center;
	font-weight:700; /* added April 28 */
	/*font-variant:small-caps; commented out April 27 */
	color:rgb:(37,32,34);
	/*color:rgb(69,54,36);*/
	font-size:1.25em;
	line-height:1.2em;
}



h3 a:hover {
	color:rgb(127,125,122);
}

 h4 {
	text-align:center;
	color:rgb(25,25,24);
	font-variant:small-caps;
	text-transform:lowercase;
	margin:.2em 0 0 0;
	text-decoration:none;
}

p {
 	margin-bottom:0.9em; /* added June 12 2017 for Firefox */
	padding: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0.9em; /* changed from 0 May 3 */
}

#nav p a {
	font-variant:small-caps;
}

a {
	color:inherit;
	text-decoration:none;
}

a:hover {
	
	color:rgb(55,188,211); 
	/*color:rgb(69,54,36);*/
}

.post {
/* currently empty */
}

.entry {
	width:51.125em;
	margin: 0 auto;
	line-height:1.5em;
	font-size:1em;
	margin-top:2em;
	position:relative;
}

.entry p a,.postContent p a, a.more-less-button {
	font-style:normal;
	/*font-size:larger;  added May 3 */
	color:rgb(255,56,48);
	/*color: rgb(55, 188, 211); commented out again May 8 */
	/* color:rgb(255,197,0); commented out May 8 */
	/*color:rgb(127,125,122);*/
}

.entry p a:hover,.postContent p a:hover, a.more-less-button:hover {
		
	color:rgb(69,54,36);
}

.entry p:first-of-type,.entry h3+p,.postContent p:first-of-type {
	text-indent:0;
}



.entry div p:first-of-type:first-line {
font-weight:700;
font-size:1.2em;
	font-variant:small-caps;
	letter-spacing:.1em;
}


.entry p,.postContent p {
	text-indent:0em; /* changed from 1.62 on May 3 */
	/* hyphens: auto; commented out April 25 */
	line-break:loose;
	padding-bottom:0;
}

.caption, .wp-caption {
	font-size:.8em; /* changed from .875 on April 20 2017 */
	line-height:1.2825em;/*IE 8*/
	line-height:1.125rem;
}

.wp-caption {
	text-align:center;
	margin-bottom:1.7em;
}

.entry .wp-caption p:first-of-type:first-line {
font-weight:400;
font-size:1em;
	font-variant:normal;
	letter-spacing:0;
}

.introTextNoBQ {
	width:51.125em;
	-webkit-column-count:2; 
	-moz-column-count:1; /*changed from 2 on June 21 */
	-webkit-column-gap:2em;
	-moz-column-gap:2em;
	column-count:1;
	/*column-count:2; commented out April 17 2017*/
	column-gap:2em;
	margin: 0 0 2.25em 0;
}

/* added May 17 */
.introTextNoBQ h3 {
	padding-bottom: 0.9em;
}


em {
	font-style:italic;
}

strong {
	font-variant: small-caps;
}

	pre {
/* currently empty */
}

code, tt {
/* currently empty */
}

#meta {
/* currently empty */
}

.postmetadata {
/* currently empty */
}

#sidebar {
/* currently empty */
}

.navgation {
/* currently empty */
}

.next-posts {
/* currently empty */
}

.prev-posts {
/* currently empty */
}

#searchform {
	float:right;
}

#s {
	width:14.875em;
}

#searchsubmt {
/* currently empty */
}


/*For searching by WP tags */
.wp-tag-cloud {
	width:26em;
	margin: 0 auto;
}

.wp-tag-cloud li {
	display:inline;
	line-height:2em;
	text-align:center;
}

.wp-tag-cloud li::after {
	content:"";
	display:inline-block;
	width:.5em;
}

/*for searching the archive*/
.searchResultData {
	float:left;
	width:31.5em;
}

.searchResultData h4 {
	margin-top:0;
}

.searchResultData p,.searchResultData h2,.searchResultData h4 {
	text-align:left;
}

.searchResultData h2 {
	margin:.36em 0 0 0;
	line-height:1em;
	margin-top:}

.searchResultData h2 a,.searchResultImage h2 a {
	font-style:italic;
	color:rgb(127,125,122);
}

.searchResultData h2 a:hover,.searchResultImage h2 a:hover {
	color:rgb(69,54,36);
}

.searchResultText {
	float:left;
	width:31.5em;
	-webkit-column-count:2;
	-moz-column-count:2;
	-webkit-column-gap:2em;
	-moz-column-gap:2em;
	column-count:2;
	column-gap:2em;
	margin: 0 0 1em 0;
}

.searchResultInfo {
	float:left;
	width:14.625em;
	margin: 0 1.125em 2.25em 0;
	text-align:center;
}

.searchResultImage{
	float:left;
	width:14.425em;
	margin: 0 2.25em 1em 0;
}

.searchResultImage img {
	display:block;
	margin: 0 auto;
	border: 1px solid rgb(255,216,168);
}

.searchResultImage img:hover {
	border: 1px solid rgb(127,125,122);
}

.postsNav {
	text-align:center;
	font-style:italic;
	color:rgb(127,125,122);
}

.video1 {
	width:24.375em;
	height:13.7em;
	display:block;
}

.introTextHome .catPage {
	width:24.375em;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {

    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100%); /* Adjust as needed */
}


/*SINGLE POST CSS*/
.postHead {
	width:51.125em;
	margin: 2em auto 0 auto;
}

.postImage img {
	display:block;
	margin-left:.8em; /*changed from auto on June 9 */
	margin-right:.8em; /*changed from auto on June 9 */
	margin-bottom:.8em; /* added May 8; decreased from 1em on Jun 9 */
	border:.1em solid rgb(127,125,122);
}

.postImage img:hover {
	border:.1em solid rgb(255,216,168);
}

.postImage {
	float:right;
	line-height:1.7em;
	width:36em;
	margin: 0 0 2.25em 0; 
}

.postInfo {
	float:left;
	width:14em;
	font-size:smaller;
	line-height:170%;
}

.displayPost  {
	padding-top:.875em;
	font-size:1em;
	line-height:1.5em;
	text-align:left;
}

.displayPost h3 {
	margin:1em 0 0 0;
	letter-spacing:.05em;
}

.displayPost h3:first-of-type {
	margin:0;
}

.postLinks {
	color:rgb(127,125,122);
}

.postContent {
	width:36em;
	margin-top:.625em;
}

.postLinks a:after {
	content:", ";
}

.postLinks a:last-of-type:after {
	content:"";
}

.previous {
	float:left;
	width:17em;
	text-align:right;
	margin:1.5em 0;
}

.previous h3{
	margin-top:0;
	text-align:right;
}

.next {
	float:right;
	width:17em;
	text-align:left;
	margin:1.5em 0;
}

.next h3{
	margin-top:0;
	text-align:left;
}

.previous p, .next p {
	line-height:1.2;
}

.displayPost a {
	font-style:italic;
	color:rgb(125,127,122);
	text-decoration:none;
}

.displayPost a:hover {
	color:rgb(69,54,36);
}

.twitter-share-button {
	float:left;
	margin:1em 0 2.25em 1em;
}

.fb-like {
	float:left;
	margin: 1em 0 2.25em 0;
}

#catPageSideBar .twitter-share-button {
	margin: .54em 0 2.25em 0;
	float:right;
}

#catPageSideBar .fb-like {
	margin: .34em .54em 2.25em 0;
	float:right;
}

.introTextNoBQ .twitter-share-button {
	float:right;
	margin: .54em 0 0 0;
}

.introTextNoBQ .fb-like {
	float:right;
	margin: .34em .54em 0 0;
}


/*HOME PAGE TEMPLATE ENTRY STYLES-----*/
.introTextHome {
	float:left;
	width: 24.375em;
	padding-bottom:2.25em;
}

.introTextHome h2 a {
	font-style:italic;
	color:rgb(127,125,122);
}

.introTextHome h2 a:hover {
	color:rgb(69,54,36);
}

.page-template-home-php .entry h1 a:hover {
	rgb(127,125,122);
}

.page-template-home-php .images {
	clear:both;
	width: 51.125em;
	margin: 0 0 2.25em 0;
}

.archiveImages {
	width: 23.875em;
}

.archiveImages .images {
	width: 23.875em;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* margins added June 9 */
.alignleft {
	float:left;
	margin-bottom: .8em;
    	margin-top: .8em;
    	margin-left: .8em;
    	margin-right: .8em;
}

.alignright {
	float:right;
	margin-bottom: .8em;
    	margin-top: .8em;
    	margin-left: .8em;
    	margin-right: .8em;
}

.images {
	overflow:visible;
}

.images a {
	text-align:center;
}

.images a img {
	display: inline-block;
	margin: 0;
	padding: 0;
	border:1px solid rgb(69,54,36);
}

.images a img:hover {
	border:1px solid rgb(255,216,168);
}

.galleryFeaturedPosts {
	margin: 0 0 2.25em 0;
	width:24.375em;
	float:right;
}

.galleryFeaturedPosts h2 {
	line-height:.833325em;
	color:rgb(127,125,122);
	font-weight:normal;
	margin-bottom:0;
}

.galleryFeaturedPosts li {
	display:block;
	margin: 1.5em 0 1.5em 0;
	height: 10em;
}

.galleryFeaturedPosts li:last-of-type {
	margin-bottom:.625em;
}

.galleryFeaturedPosts .featuredInfo {
	float:left;
	width:11em;
}

.featuredInfo .caption:first-of-type:first-line {
	font-weight:400;
font-size:1em;
	font-variant:normal;
	letter-spacing:normal;
}

p.readmore {
	text-align:right;
}

 p.readmore a {
 	color: rgb(127,125,122);
	font-style:italic;
 	text-align:right;
	font-variant:normal;
	letter-spacing:0;
}

p.readmore a:hover {
	color:rgb(69,54,36);
}

.galleryFeaturedPosts .featuredImage {
	float:right;
	width:12em;
}

.galleryFeaturedPosts h3 {
	font-variant:normal;
	text-align:right;
}

.galleryFeaturedPosts .caption {
	text-align:right;
}

.featuredImage img {
	border: .1em solid rgb(69,54,36);
}

.featuredImage img:hover {
	border: .1em solid rgb(255,216,168);
}

/*Category Page Layout CSS*/
#introTextSingleCol {
	width:30.5em; /* reduced from 31.5 on April 20 2017 */
	float:left;
	margin-bottom:2.25em;
	position: relative;
}

#introTextSingleCol h3 {
	padding: .8em 0 .4em 0;
}

#introTextSingleCol blockquote {
	width:11em;
	margin: 0 0 0 1em;
	padding-bottom:0;
	float:right;
	position:relative;
	top:-.37em;
}

blockquote p {
	font-family:OpenSans, sans-serif;
	font-size:1em;
	line-height:2em;
	font-style:italic;
	font-weight: normal;
	color:rgb(69,54,36);
	font-variant:normal;
	text-indent:0;
	hyphens:none;
}

.entry blockquote p:first-of-type:first-line {
font-weight:400;
font-size:1em;
	font-variant:normal;
	letter-spacing:0;
}

.entry blockquote p:first-of-type {
	text-indent:-.3em;
}

blockquote p:last-of-type {
	float: none;
  	width: 80%;
  	font-size:smaller;
	text-align:justify;
	margin: 10px auto 10px auto;

	/*text-align:right; commented out April 26 */
	/*text-transform:uppercase;*/
	/*padding-bottom:0;*/
}

.collapsedIntroTextSingleCol {
	max-height: 30em;
	overflow:hidden;
}

#catPageSideBar {
	float:right;
	width:18.375em;
	margin-right:0;
	position:relative;
}

.catPageBQ {
	width:18.375em;
	margin-right:0;
	position:relative;
	top:-.5em;
	padding-bottom:0;
}

#catPageSideBar .caption {
	text-align:center;
	padding-top:5%; /* added April 20 2017 */
}

#catPageSideBar p:first-of-type::first-line {
font-weight:400;
font-size:1em;
	font-variant:normal;
	letter-spacing:0;
}

#moreButton {
	color:rgb(127,125,122);
	text-indent:0;
	left:0;
	top:28.5em;
	position:absolute;
}

#moreButton:hover {
	color:rgb(69,54,36);
	cursor: pointer;
}

hr.catPage {
	display: block;
	padding: 0;
	width:51.125em;
	margin: .3125em auto;
	height:1px;
	border-width:0;
	color:rgb(255,216,168);
	background-color:rgb(255,216,168);
	clear:both;
}

hr.catPage.middle {
	color: rgb(127,125,122);
	background-color: rgb(127,125,122);
}

hr.catPage.bottom {
	margin-bottom:2.25em;
}

/*ARCHIVE CATEGORY LIST*/
ul.gallery {
	width:54.7em;
	margin: 0 0 0 5.5625em;
}

ul.gallery.homeGallery {
	margin: 0 auto 0 auto;
	text-align:center;
}

ul.gallery.homeGallery a.home_image_caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	padding: 200px 50px 20px 20px;
	background-image: url(/assets/gradient-overlay-dark.png); 
	background-repeat: repeat-x;
	background-position: 0 -50px; /* changed from -100 on April 28 */
	opacity: 0.9;
	z-index: 500;
}

ul.gallery.homeGallery a.home_image_caption_b {
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	padding: 200px 50px 20px 20px;
	background-image: url(/assets/gradient-overlay-dark.png); 
	background-repeat: repeat-x;
	background-position: 0 -50px; /* changed from -100 on April 28 */
	opacity: 0.9;
	z-index: 500;
}

ul.gallery.homeGallery a.home_image_caption h3 {
	color: rgb(255, 225, 5);
	text-align: left;
	font-weight: bold;
	text-shadow: 3px 3px 20px black; /*added 23 June */
	font-size: 22px; /* changed from 24 April 25 */
}

ul.gallery.homeGallery a.home_image_caption_b h3 {
	color: rgb(255, 225, 5);
	text-align: left;
	font-weight: bold;
	text-shadow: 3px 3px 20px black; /*added 23 June */
	font-size: 20.3px; /* changed Jul 17, 2018 */
}

ul.gallery.homeGallery a.home_image_caption p {
	color: white;
	text-shadow: 3px 3px 20px black; /*added 23 June */
	text-align: left;
	font-size: 14px;
}

ul.gallery.homeGallery a.home_image_caption_b p {
	color: white;
	text-shadow: 3px 3px 20px black; /*added 23 June */
	text-align: left;
	font-size: 14px;
}

ul.gallery.previewGallery {
	margin: 0 auto 2.25em auto;
}

ul.gallery li {
	width:14.625em;
	/*float:left; edited on 3.10.17*/
	display:inline-block;
	/*margin: 0 3.5625em 3.25em 0; edited on 3.11.17*/
	margin: 10px 10px 10px 10px; /* changed from 30 10 30 10 on 7.17.18 */
	/*height: 21em;  took this out 3.11.17 */
	overflow:visible;
}



/*	
ul.gallery li:nth-of-type(3n+3) {
	margin: 0 0 3.25em 0;
}
*/

ul.gallery .caption {
	font-size:.875em;
	line-height:1.2825em;/*IE 8*/
	line-height:1.125rem;
	text-align:center;
}

ul.gallery img {
	/*width:12.125em; 3.11.17*/
	margin: 0;
	display:inline-block;
}

/*
ul.gallery li a:first-of-type:before {
	display:inline-block;
	content:"";
	height:14.625em;
	width:.15em;
	vertical-align:top;
	border-left: .1em solid rgb(255,216,168);
	border-right: .1em solid rgb(127,125,122);
	margin: 0 .25em 0 .65em;
}

ul.gallery li a:first-of-type:after {
	display: inline-block;
	content:"";
	height:14.625em;
	width:.15em;
	vertical-align:top;
	border-left:.1em solid rgb(127,125,122);
	border-right:.1em solid rgb(255,216,168);
	margin: 0 .65em 0 .25em;
}

ul.gallery li a:first-of-type:hover:before {
	display:inline-block;
	content:"";
	height:14.625em;
	width:.15em;
	vertical-align:top;
	border-left: .1em solid rgb(127,125,122);
	border-right: .1em solid rgb(255,216,168);
	margin: 0 .25em 0 .65em;
}

ul.gallery li a:first-of-type:hover:after {
	display: inline-block;
	content:"";
	height:14.625em;
	width:.15em;
	vertical-align:top;
	border-left:.1em solid rgb(255,216,168);
	border-right:.1em solid rgb(127,125,122);
	margin: 0 .65em 0 .25em;
}

commented out on 3.11.17
*/

/*POSTS GALLERY*/
ul.galleryPosts {
	width:51em;
	padding: 0 .075em;
	margin: 0 auto 7.5em auto;
}

.galleryPosts li {
	width:15em;
	padding: 0 1em;
	float:left;
	display:inline-block;
	margin: 0 0 1em 0;
	height:18.5em;
	overflow:visible;
}

.galleryPosts h3 {
	font-size:1.05em; /* changed from 1.25 on April 20 2017, then to 1.05 on April 25 */
	font-variant:normal;
	line-height:1.2em;
	width: 11.7em;
	margin: .432em auto 0;
}

.galleryPosts .caption {
	width: 16.715em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

.galleryPosts img {
	display:block;
	border: .1em solid rgb(69,54,36);
	margin: 0 auto;
}

.galleryPosts img:hover {
	border: .1em solid rgb(255,216,168);
}

/* On the home page */
#sandbox {
	/* width: 51.125em; 3.11.17 */
	 margin: 2% auto;
   	overflow:hidden; /* Hides extra elements, those outside the viewport area */
}

#sandbox h2 {
	display:inline-block;
	width:11.5834em;
	z-index:1;
	line-height:1.2;
	margin: 0 11.25em .75em 11.25em;
}

#sandbox h1 {
	display:inline-block;
	z-index:1;
	width:3em;
	color:rgb(127,125,122);
	text-align:center;
	margin: 0 0 .4445em 6.33334em;
}

#sandbox #carousel_ul{
	position: relative;/* Enables positionning of elements inside viewport */
	padding: 0;/* Resets default - User Agent - style */
}

.home #sandbox .carousel_li {
	/*width:54.7em; */
	width: 1000px;
}

.home #sandbox .carousel_li .narrow {
	/*width:14.625em;*/
	position: relative;
	width: 286px; /* Note: Configure this to be the fixed width of all narrow images */
}

.home #sandbox .carousel_li .wide {
	/*width:43.875em;*/
	position: relative;
	width: 520px; /* 588 Note: Configure this to be the fixed width of all wide images */
}

#sandbox .carousel_li{
	width: 51.125em;/* Defines the size of inner element */
	height: auto;
	float: left;
	display:inline-block;/* Places list items side by side*/
	list-style: none;/* Resets default - User Agent - style */
}

/*Posts Carousel*/
#viewport {
/* Defines the size of the visible part of the carousel		Attention : if you only want to see plain items in the viewport,		the width of the viewport should take into account:		- the items width		- the right and left padding of items		- the number of items you want to see in the viewport	 */
	/* width: 51.125em; 3.11.17 */
	/* margin: 2% auto; */
   	overflow:hidden;
	width: 50em; /* instead of 54.7em 3.12.17 */
	margin: 0 0 0 5.5625em;
	/* Hides extra elements, those outside the viewport area */
}

/*.home #viewport {
	width: 54.7em;
	margin: 0 0 0 5.5625em;
}*/

#viewport #carousel_ul{
	position: relative;/* Enables positionning of elements inside viewport */
	padding: 0;/* Resets default - User Agent - style */
}

.home #viewport .carousel_li {
	/*width:54.7em; */
	width: 1000px;
}

.home #viewport .carousel_li .narrow {
	/*width:14.625em;*/
	position: relative;
	width: 286px; /* Note: Configure this to be the fixed width of all narrow images */
}

.home #viewport .carousel_li .wide {
	/*width:43.875em;*/
	position: relative;
	width: 520px; /* 588 Note: Configure this to be the fixed width of all wide images */
}

#viewport .carousel_li{
	width: 51.125em;/* Defines the size of inner element */
	height: auto;
	float: left;
	display:inline-block;/* Places list items side by side*/
	list-style: none;/* Resets default - User Agent - style */
}

/* Cosmetic */
#simplePrevious, #simpleNext{
	width:2em;
	height:2em;
	display:inline-block;
	position:absolute;
	z-index: 10000;
}

.simpleNext {
	right:19em; /* changed from 20 on May 2 */
}

.simplePrevious {
	left:19em; /*changed from 20 on May 2 */
}

.homePrevious {
	left:18.5em;
	top:-.3em;
}

.homeNext {
	right:34.45em;
	top:-.3em;
}

#simplePrevious h2, #simpleNext h2{
	color:rgb(127,125,122);
	font-style:normal;
}

#simplePrevious:hover, #simpleNext:hover{
	cursor:pointer;
}

#simplePrevious:hover h2, #simpleNext:hover h2 {
	color: rgb(255,216,168);
}

.hrContainer {
	width:51.125em;
	margin: 0 0 0 5.5625em;
}

.carouselHomePageHeader {
	width:14em;
	margin: 0 0 0 5.5625em;
	position: relative;
 	z-index:9999;
}

.carousel_li h1 a:hover {
	color:rgb(69,54,36);
}

.carouselHomePageHeader .h1Container {
	width:14em;
	background: -moz-linear-gradient(left,  rgba(255,250,245,1) 0%, rgba(255,250,245,1) 92%, rgba(255,250,245,0) 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,250,245,1)), color-stop(92%,rgba(255,250,245,1)), color-stop(100%,rgba(255,250,245,0)));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,250,245,1) 0%,rgba(255,250,245,1) 92%,rgba(255,250,245,0) 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,250,245,1) 0%,rgba(255,250,245,1) 92%,rgba(255,250,245,0) 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,250,245,1) 0%,rgba(255,250,245,1) 92%,rgba(255,250,245,0) 100%);/* IE10+ */
	background: linear-gradient(to right,  rgba(255,250,245,1) 0%,rgba(255,250,245,1) 92%,rgba(255,250,245,0) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffaf5', endColorstr='#00fffaf5',GradientType=1 );/* IE6-9 */
}

.carouselMoverUpper {
	position:relative;
	top:-2.25em;
}

#viewport h2 {
	display:inline-block;
	width:14.5834em; /* changed from 11.5834em April 20 2017 */
	z-index:1;
	line-height:1.2;
	margin: 0 10.25em .99em 14.0em; /* changed from 0 11.25em .75em 11.25em April 20 2017 */
	padding-bottom:1%; /* added May 2 */
}

#viewport h1 {
	display:inline-block;
	z-index:1;
	width:3em;
	color:rgb(127,125,122);
	text-align:center;
	margin: 0 0 .4445em 6.33334em;
}

#carousel {
	position: relative;
}

#carousel .curtains {
	display:inline-block;
	width: 15.875em;/*234px + 20 for gradient*/
	position: absolute;
	padding: .35em 0 .875em 0;
	z-index:999;
}

#carousel .left {
	float: left;
	left: 5.5625em;

}

#carousel .right {
	float: right;
	right: 5.5625em;

}

.curtains hr {
	display: block;
	padding: 0;
	margin: .3125em 0 .3125em 0;
	height:5px;
	/*height:1px;*/
	width:14.625em;
	border-width:0;
	background-color:rgb(55,188,211);
	color:white;
	/*color:rgb(255,216,168);*/
	/*background-color:rgb(255,216,168);*/
	clear:both;
}

hr.bluedivider {
	background-color:rgb(55,188,211);
	color:white;
	display: block;
	padding: 0;
	margin: .3125em 0 .3125em 0;
	height:5px;
	width:14.625em;
	border-width:0;
	clear:both;
}

.curtains hr.middle {
	background-color:rgb(55,188,211);
	color:white;

	/*color:rgb(127,125,122);*/
	/*background-color:rgb(127,125,122);*/
}

.curtains.right hr {
	margin-left:1.25em;
}

ol.commentlist {
 list-style: none;
}

ol.commentlist li {/*empty rule*/
}

ol.commentlist li.alt {/*empty rule*/
}

ol.commentlist li.bypostauthor {/*empty rule*/
}

ol.commentlist li.byuser {/*empty rule*/
}

ol.commentlist li.comment-author-admin {/*empty rule*/
}

ol.commentlist li.comment {
 border-bottom: 1px dotted #666;
 padding: 10px;
}

ol.commentlist li.comment div.comment-author {/*empty rule*/
}

ol.commentlist li.comment div.vcard {/*empty rule*/
}

ol.commentlist li.comment div.vcard cite.fn {
 font-style: normal;
}

ol.commentlist li.comment div.vcard cite.fn a.url {/*empty rule*/
}

ol.commentlist li.comment div.vcard img.avatar {/*empty rule*/
 float:right;
 margin: 0 0 10px 10px;
}

ol.commentlist li.comment div.vcard img.avatar-32 {/*empty rule*/
}

ol.commentlist li.comment div.vcard img.photo {/*empty rule*/
 }

ol.commentlist li.comment div.vcard span.says {/*empty rule*/
 }

ol.commentlist li.comment div.commentmetadata {/*empty rule*/
 }

ol.commentlist li.comment div.comment-meta {
 font-size: 10px;
}

ol.commentlist li.comment div.comment-meta a {
 color: #ccc;
}

ol.commentlist li.comment p {/*empty rule*/
}

ol.commentlist li.comment ul {/*empty rule*/
}

ol.commentlist li.comment div.reply {
 font-size: 11px;
}

ol.commentlist li.comment div.reply a {/*empty rule*/
 font-weight: bold;
}

ol.commentlist li.comment ul.children {
 list-style: none;
 margin: 10px 0 0;
}

ol.commentlist li.comment ul.children li {/*empty rule*/
 }

ol.commentlist li.comment ul.children li.alt {/*empty rule*/
 }

ol.commentlist li.comment ul.children li.bypostauthor {/*empty rule*/
 }

ol.commentlist li.comment ul.children li.byuser {/*empty rule*/
 }

ol.commentlist li.comment ul.children li.comment {/*empty rule*/
 }

ol.commentlist li.comment ul.children li.comment-author-admin {/*empty rule*/
 }

ol.commentlist li.comment ul.children li.depth-2 {
 border-left: 5px solid #555;
 margin: 0 0 10px 10px;
 }

ol.commentlist li.comment ul.children li.depth-3 {
 border-left: 5px solid #999;
 margin: 0 0 10px 10px;
 }

ol.commentlist li.comment ul.children li.depth-4 {
 border-left: 5px solid #bbb;
 margin: 0 0 10px 10px;
 }

ol.commentlist li.comment ul.children li.depth-5 {/*empty rule*/
 }

ol.commentlist li.comment ul.children li.odd {/*empty rule*/
 }

ol.commentlist li.even {
 background: #fff;
 }

ol.commentlist li.odd {
 background: #f6f6f6;
 }

ol.commentlist li.parent {
 border-left: 5px solid #111;
 }

ol.commentlist li.thread-alt {/*empty rule*/
 }

ol.commentlist li.thread-even {/*empty rule*/
 }

ol.commentlist li.thread-odd {/*empty rule*/
 }

form {/*empty rule*/
 }

input[type=text] {
	font-size: 1em;
	font-family:'Open Sans', sans-serif;
	/*font-family: SortsMillGoudy, serif;*/
	background-color: 	white;
	font-style: italic;
	padding: 0;
	line-height: 1em;
	text-align: center;
 	}

textarea {/*empty rule*/
 }

#footer {
	font-size:.875em;
	line-height:1.14em;
	background:rgb(37,32,34);
	color:white;  
	/*color:rgb(255,250,245);*/
	padding: 3.43em 12.54em 5.13em;
	text-align:center;
}

#footer a {
	
	color:rgb(255,216,168);
	font-style:italic;
}

#footer a:hover {
	color:rgb(255,250,245);
}

}

/* END screen media (no size declared) */


@media print {
.do-not-print {
 display: none;
}

#comments {
 page-break-before: always;
}

body {
 	width: 100% !important;
 	margin: 0 !important;
 	padding: 0 !important;
 	line-height: 1.4;
 	word-spacing: 1.1pt;
	font-family:'Open Sans', sans-serif;
 	/*font-family: SortsMillGoudy, Georia, "Times New Roman", serif;*/
 	color: #000;
 	background: none;
 	font-size: 16pt;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'Oswald', sans-serif;
	/*font-family: OstrichSans, Helvetica, Arial, sans-serif;*/
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size:20pt;
}

h3 {
	font-size:18pt;
}

h4,h5,h6 {
	font-size:16pt;
}

code {
	font: 10pt Courier, monospace;
}

 blockquote {
	font-family: OpenSans, Helvetica, Arial, sans-serif;
	font-style: italic;
	margin: 1.3em;
	padding: 1em;
}

img {
	 display: block;
	margin: 1em 0;
}

a img {
	border: none;
}

table {
	margin: 1px;
	text-align:left;
}

th {
	border-bottom: 1px solid #333;
	font-weight: bold;
}

td {
	border-bottom: 1px solid #333;
}

th, td {
	padding: 4px 10px 4px 0;
}

caption {
	background: #fff;
	margin-bottom: 2em;
	text-align: left;
}

thead {
	display: table-header-group;
}

tr {
	page-break-inside: avoid;
}

 a {
	text-decoration: none;
	color: black;
}

}
/* END print media */
