* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  margin: 0px;
  padding: 0px;
	min-height: 100%;
}
body {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  background: #005b7f;
	background-image: url(../images/background-gradient.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: auto;
	font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}

body, td, th {
	color:#253c25;
	font-family: 'Droid Serif', Georgia, Times New Roman, serif;
  font-size: 16px;
	font-weight: normal;
}

p {margin:0; padding:0 0 1em 0; line-height:1.8em;}
img {border:none;}
h1, h2, h3 {
  font-weight: normal;
  font-family: 'Titillium Web', Arial, sans-serif;
  margin: 0px;
  padding: 10px 0px 12px 0px;
	color: #209c9b;
}

h1 {
		color: #007ba7;
  font-size: 45px;
	line-height: 57px;
  font-weight: 700;
}

h2 {
		color: #007ba7;
  font-size: 26px;
	line-height: 38px;
  font-weight: 700;
}
	h2.underlinedgradientheading, h2.underlinedgradientheading-textonly, h2.underlinedgradientheading-reverse {
		font-size: 18px;
		line-height: 30px;
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
		font-family: 'Titillium Web', Arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	background: linear-gradient(to right, #bc6701, #d3bc42, #d3bc42);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
		border-bottom: 1px solid rgba(33,33,33,.5);
		letter-spacing: 1px;
	}
	h2.underlinedgradientheading-textonly {
		border-bottom: none;
	}
	h2.underlinedgradientheading-reverse {
		border-bottom: none;
		background: linear-gradient(to right, #fceca1, #ffffff);
		background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}
	
h3 {
		color: #007ba7;
  font-size: 22px;
	line-height: 32px;
  font-weight: 700;
}
	h3.sidebarpoststitle {
		color: #fff;
		font-family: 'Droid Serif', Georgia, Times New Roman, serif;
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
		font-style: italic;
		font-weight: bold !important;
	}

h4, h5, h6 {
	font-weight: 800;
	font-family: 'Droid Serif', Georgia, Times New Roman, serif;
	margin: 0px;
	padding: 10px 0px 12px 0px;
	color: #209c9b;
}

a, a:active {
	color:#039895;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: underline;
}
a:hover {
	color: #b28c18;
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.container {
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  width: 1280px;
}


/* BACKGROUND */
.pagebg {
	background-image: url(../images/background-gfx.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	background-position: top center;
}

/* HEADER */
.theheader {
  background-color: transparent;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.header-logo {
	padding: 60px 0px 20px 0px;
	width: 100%;
	text-align: center;
}


/* FOOTER */
.footer-deco {vertical-align: top; width: 100%;}
.footer-deco img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.thefooter {
  padding: 0px 0px 40px 0px;
	color: #2b2b2b;
	font-size: 12px;
	text-align: center;
}

.thefooter-sn {padding: 0px 0px 0px 0px;}
.thefooter-sn ul {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.thefooter-sn ul li {
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  display: inline-block;
  list-style-type: none;
}
.thefooter-sn ul li a {
	color: rgb(43, 43, 43);
	color: rgba(43, 43, 43, 0.50);
	text-decoration: none;
}
.thefooter-sn ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.thefooter-sn ul li i {font-size: 36px;}

.footer-copyright {
  color: #2b2b2b;
  font-size: 13px;
	padding: 0px 0px 10px 0px;
	line-height: 24px;
}
.footer-copyright a {color: #2b2b2b; text-decoration: underline;}
.footer-copyright a:hover {color: #fff; text-decoration: underline;}


/* MAIN */
.thebody {
	padding-bottom: 0px;
}

.mainbody {
	position: relative;
	width: 100%;
}

.maincontent {
  	background-image: url(../images/background-border.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.maincontent-bg-nav {
	background-image: url(../images/bg-content-nav.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding: 0px 20px 0px 20px;
}
.maincontent-padding {padding: 40px 60px 40px 60px;}

.navbug {
	float: left;
}
.navbug img {vertical-align: bottom;}




/* Header Search */
.header-search {
		width:27%;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 20px 10px 0px 0px;
	}
	.header-searchform {
		padding: 0px 0px 0px 0px;
		background-color: #484848;
	}
	.header-searchform form {margin:0px; padding: 0px; height: 35px;}
	.header-searchform form .col-field {float: left; width: 75%;}
		.header-searchform form .col-field input {
			height: auto;
			width: 100%;
			margin: 0px 0px 0px 5px;
			padding:10px 0px 5px 10px;
			color:#b7b6b6;
			font-family: 'Droid Serif', Times New Roman, serif;
			font-style: italic;
			font-size: 14px;
			background-color: #484848;
			border: 1px solid #484848;
		}
	.header-searchform form .col-button {float: right; width: 20%; text-align: right;}
		.header-searchform form .col-button input {
			height: auto;
			width: 100%;
			margin: 10px 0px 0px 0px;
			padding:0px 3px 0px 3px;
			background-color: #212121;
			border:1px solid #212121;
			text-align: center;
			color:#6b6b6b;
			text-transform: uppercase;
			font-family: 'Droid Serif', Times New Roman, serif;
			font-size: 12px;
		}



/* BLOG */
.blog-body {width: 73%; float: left;}
.blog-sidebar {width: 25%; float: right;}



/*==========  CONTENT STYLES  ==========*/

/* INSIDE PAGE */
.sectiontitle {
	width: 100%;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 36px;
	line-height: 48px;
	color: #000;
	border-bottom: 5px solid rgba(33,33,33,.15);
}

.page-content {padding: 10px 20px 20px 20px;}


.twocol-image {width: 35%; float: left;}
	.twocol-image img {width: 100%; height: auto; vertical-align: bottom;}
.twocol-text {width: 61%; float: right;}

/* SIDEBAR */
.widget {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 15px;
  color: #6c655a;
	font-weight: 300;
}
.widget h2 {
  font-size: 18px;
  line-height: 30px;
	margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-weight: bold;
	text-transform: uppercase;
	background: linear-gradient(to right, #bc6701, #d3bc42, #d3bc42);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	border-bottom: 1px solid rgba(33,33,33,.5);
	letter-spacing: 1px;
}

.widget ul {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.widget ul li {
  border-bottom: 1px dotted #929191;
  list-style-type: none;
  margin: 0px 0px 15px 0px;
  padding: 0px 10px 12px 10px;
  line-height: 24px;
}
.widget ul li a {color:#0a9996; text-decoration: none;}
.widget ul li a:hover {color: #b28c18; text-decoration: underline;}

.widget input[type=text], .widget .searchform input[type=text] {
  background-color: #015c80;
  border: 1px solid #015c80;
  padding: 5px 10px 5px 10px;
  font-size: 13px;
  font-family: 'Droid Serif', Georgia, Times New Roman, serif;
	color: #a8c3da;
	font-style: italic;
}

.widget .searchform {
  background-color: #015c80;
  border: none;
  clear: both;
  margin-bottom: 10px;
}

.widget .searchform input[type=text] {
  height: 32px;
  border: none;
  background-color: transparent;
  width: 80%;
  width: calc(100% - 80px);
  width: -o-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
	color: #a8c3da;
}

.widget #searchsubmit {
  padding: 6px 8px 6px 8px;
	width: 80px;
  float: right;
  height: 32px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: none;
  color: #ffffff;
  font-family: 'Titillium Web', Arial, sans-serif;
	cursor: pointer;
	background: #013042;
}
.widget .screen-reader-text {display: none;}
.widget #searchsubmit:hover {background-color: #77cac6;}

.widget select {
  background-color: #015c80;
  border:1px solid #015c80;
  margin: 0px 0px 20px 0px;
  padding: 15px 15px 15px 15px;
  font-size: 14px;
  color: #a8c3da;
  width: 100%;
  font-family: 'Droid Serif', Georgia, Times New Roman, serif;
}

.sb-box {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.sb-box-body {
	background-image: url(../images/sb-box-bg.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	color: #fff;
	font-size: 15px;
	padding: 0px 15px 0px 15px;
}
.sb-box-deco {margin: 0px; padding: 0px;}
.sb-box-deco img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}


/* WIDGET STYLES */
.widget ul li span.post-date {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
	font-family: 'Droid Sans', Arial, sans-serif;
	color: #7793ab;
}

/* Widget Events */
.widget-events ul li {
	margin: 0px 0px 10px 0px;
  padding: 10px 10px 20px 10px;
}
.widget-event-link {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 18px;
}
.widget-event-item {
	color: #7793ab !important;
	font-family: 'Droid Serif', Georgia, Times New Roman, serif;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
}
.widget-event-item  i {color: #7793ab !important; padding-right: 5px;}

.widget-event-morelink {
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.sb-copyright {
	margin: 20px 0px 20px 0px;
	padding: 20px;
	background-color: #ddebee;
	color: #88a0b4;
	text-align: center;
	line-height: 1.6em;
	font-size: 14px;
}
.sb-copyright a {color: #88a0b4;}
.sb-copyright a:hover {color: #000;}

/* BLOG POST - BODY */
.blogpost {
  padding: 0px 0px 0px 0px;
}
.blog-titledate {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

.blog-date {
  font-size: 13px;
  text-transform: uppercase;
  color: #7793ab;
  padding: 0px 0px 5px 0px;
  font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Droid Sans', Arial, sans-serif;
}
	.blog-date i {color: #7793ab;}
.blog-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  color: #039895;
}
.blog-title a {color: #039895; text-decoration: none;}
.blog-title a:hover {color: #0184b6; text-decoration: underline;}

.blog-contentbody {padding: 0px 0px 0px 0px;}

.blog-meta {
  padding: 15px 0px 20px 0px;
  color: #7793ab;
  font-size: 14px;
	font-family: 'Droid Sans', Arial, sans-serif;
}
  .blog-meta i {color: #7793ab;}
  .blog-meta strong {font-weight: 400;}
  .blog-meta a {color: #7793ab; text-decoration: none;}
  .blog-meta a:hover {color:#039895; text-decoration: underline;}
  .blog-meta p {margin: 0px; padding: 0px 0px 5px 0px;}



/* BLOG POST NEXT-BACK */
.nextback {
  margin: 10px 0px 0px 0px;
  padding: 10px 20px 8px 20px;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
	border-top: 1px solid rgba(33,33,33,.25);
	border-bottom: 1px solid rgba(33,33,33,.25);
}

.nextback .backlink {
  text-align: left;
  width: 48%;
  float: left;
}

.nextback .nextlink {
  text-align: right;
  width: 48%;
  float: right;
}
.nextback a {color: #039895; text-decoration: none;}
.nextback a:hover {color:#000; text-decoration: underline;}

.nextback .backlink a, .nextback .nextlink a {background-repeat: no-repeat; display: inline-block;}
.nextback .backlink a {
  background-image: url(../images/post-back.gif);
  background-position: top left;
  padding: 0px 0px 0px 20px;
}

.nextback .nextlink a {
  background-image: url(../images/post-next.gif);
  background-position: top right;
  padding: 0px 20px 0px 0px;
}


/* ARCHIVE PAGES */
.blogarchive-item {
  margin: 0px 0px 40px 0px;
  padding: 0px 20px 30px 20px;
	border-bottom: 1px dotted #829f82;
}
.blogarchive-item .blog-tagscategs {padding: 10px 0px 0px 0px;}

.blogarchive-item .blog-titledate {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
	background-image:none;
}
.blogarchive-item .blog-title {
  font-size: 24px;
  line-height: 36px;
}


/* SEARCH RESULTS */
.searchtext-desc {
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  font-size: 20px;
}

.thesearchresults {}
.thesearchresults .blog-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
}



/* PAGE NAVI */
.pagination {padding: 20px 0px 20px 0px; color: #005b7f;}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #005b7f !important;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a {
  border: 1px solid #456e81;
	color: #456e81;
}
.wp-pagenavi span:first-child {
  border: none !important;
  padding: 4px 6px;
  color: #005b7f !important;
	font-weight: 500;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #005b7f;
}
.wp-pagenavi a:hover {
  border-color: #456e81 !important;
  background-color: #78cbc7 !important;
  color: #fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #fff;
	background-color: #005b7f;
}


/* 404 PAGE */
.errorpage {
  width:65%;
  margin: auto;
  text-align: center;
}
.noresults {}

.errorpage .searchform, .noresults .searchform {}

.errorpage .searchform input[type=text], .noresults .searchform input[type=text]{
  height: 32px;
 color: #2e2e2e;
  font-family: 'Droid Serif', Georgia, Times New Roman, serif;
  border: 1px solid #dadada;
  background-color: #f2f2f2;
  width: 80%;
  padding: 8px 10px 8px 10px;
}

.errorpage #searchsubmit, .noresults #searchsubmit {
  cursor: pointer;
  width: auto;
	height: 32px;
  text-decoration: none;
	margin: 5px 0px 0px 0px;
  padding: 5px 20px 5px 20px;
  text-transform:uppercase;
  font-weight: 600;
  font-size:14px;
  color: #c9e6d3;
  font-family: 'Titillium Web', Arial, sans-serif;
  border: 1px solid #456e81;
	background: #456e81;
	vertical-align: bottom;
}
	.errorpage #searchsubmit {text-align: center; display: inline-block;}
.errorpage .screen-reader-text, .noresults .screen-reader-text {display: none;}
.errorpage #searchsubmit:hover, .noresults #searchsubmit:hover {
	border-color:#d46866;
	background-color: #d46866;
	color: #fff;
}



/* BOOKS PAGE */
.twocol-image {width: 35%; float: left;}
	.twocol-image img {
		width: 100%;
		height: auto;
		vertical-align: top;
}
.twocol-text {width: 65%; float: right; padding-top: 10px;}

.book-buylinks {
	text-align: left;
	padding: 20px 0px 20px 0px;
}

.sectiontitle-bookspage {margin-bottom: 0px;}
.bookpage {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 40px 0px;
}



/* BOOKS PAGE - SINGLE */
.bookpage-single {padding: 0px 0px 0px 0px;}
.bookpage-single .twocol-image {width: 34%; padding: 0px 30px 0px 0px;}
.bookpage-single .twocol-text {width: 66%; padding-top: 0px;}

.book-titlepublisher {margin: 0px; padding: 0px 0px 30px 0px;}

.book-title, .bookpage-single .book-title, .book-item-default .book-title,
.event-title, .eventtax-title {
  font-size: 36px;
  line-height: 48px;
  color: #af8225;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.book-title a {color: #af8225; text-decoration: none;}
.book-title a:hover {color:#000000; text-decoration: underline;}

.bookpage-single .book-titlepublisher {padding-bottom: 40px;}

.event-title {padding-bottom: 40px;}
.eventtax-title {padding:0px 0px 20px 0px;}

.book-publisher {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-family: 'Droid Sans', Arial, sans-serif;
	color: #596e80;
	font-size: 18px;
}

.book-excerptbox {
	background: rgb(195, 220, 226);
	background: rgba(1, 92, 128, 0.10);
	margin: 20px 0px 20px 0px;
	padding: 30px 30px 30px 30px;
}

.book-excerptbox h2 {
		padding: 0px 0px 20px 0px;
}


.book-additional-stuff {padding: 40px 0px 0px 0px;}



/* BOOKS - DEFAULT */
.books-list {padding: 0px 0px 0px 0px;}
.book-item-default {
	  margin: 0px 0px 40px 0px;
  padding: 0px 20px 40px 20px;
	border-bottom: 1px dotted #666666;
}
	.featuredbookhome {margin: 0px; padding: 0px; border:none;}
	
.book-item-default .twocol-image {width: 30%; padding-right: 30px;}
.book-item-default .twocol-text {width: 70%; float: left;}

.book-item-default .book-titlepublisher {padding: 0px 0px 20px 0px;}

.book-item-default .book-title {
	text-align: left;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	font-size: 28px;
	line-height: 40px;
}
.book-item-default .book-publisher {
	padding: 5px 0px 0px 0px;
	text-align: left;
	font-size: 16px;
}
.bookbuttons {padding: 20px 0px 20px 0px;}



/* BOOKS - CATEGORIZED */
.bookscontainer {width: 100%; text-align: center;}
.bookscontainer h1 {
	margin: 80px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	font-size: 24px;
	line-height: normal;
	 font-family: 'Titillium Web', Arial, sans-serif;
	color: #d46866;
}
.bookscontainer h1:first-of-type {margin-top: 20px;}
.bookboxed {
	width: 19%;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	vertical-align: top;
	text-align: center;
}
.bookboxed img {
	width: 80%;
	height: auto;
-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}


/* ABOUT PAGE */
.aboutpage .twocol-image {width: 30%; float: left; padding-right: 30px;}
.aboutpage .twocol-text {width: 70%; float: left; }


/* CONTACT FORM */
.theform {
  width: 100%;
	border: 1px solid #212121;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
	margin: 20px 0px 40px 0px;
	padding: 40px 40px 20px 40px;
}
  .theform h3 {font-weight: 400; margin: 0px; padding:20px 0px 20px 0px;}
.form-item {
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 30px 0px;
}

.form-item p {margin: 0px; padding: 0px;}
.form-item-label {
  font-size: 18px;
  padding: 0px 0px 8px 0px;
  color:#005b7f;
  font-weight: 500;
}
  .form-item-label span {font-size: 11px; color: #d1a82c; padding-left: 5px; font-weight: normal;  text-transform: uppercase;}
.form-item input, .form-item textarea {
  width:100%;
  padding:10px;
  font-size:15px;
  line-height: 22px;
  color: #2e2e2e;
  font-family: "Droid Serif", Georgia, Times New Roman, serif;
  border: 1px solid #dadada;
  background-color: #fff;
}
.form-item textarea {height: 120px;}

.form-item input[type="radio"] {width: auto;}
.wpcf7-radio {margin: 0px 0px 0px 0px;}

.theform-button {text-align: left;}
.theform-button input {
  cursor: pointer;
  width: auto;
  text-decoration: none;
  padding: 8px 20px 5px 20px;
  text-transform:uppercase;
  font-size:16px;
  color: #fff;
	font-weight: 600;
  font-family: 'Titillium Web', Arial, sans-serif;
  border: 1px solid #015c80;
	background: #015c80;
}
.theform-button input:hover {
border-color:#039895;
	background: #039895;
	color: #fff;
}
.form-1col {padding-right: 20px; box-sizing: border-box;}
.form-2col {width: 50%; float: left; padding-right: 20px; box-sizing: border-box;}

.contactform-consent {padding: 10px 0px 20px 10px;}


/* EVENTS PAGE */
.eventslisting {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	border-spacing: 0;
  border-collapse: collapse;
}

.eventslisting tr:nth-child(even) {
	background: rgb(195, 220, 226);
	background: rgba(1, 92, 128, 0.10);
}
.eventslisting tr table tr:nth-child(even) {background-color: transparent;}
.eventslisting tr:nth-child(odd) {
 background: rgb(195, 229, 229);
	background: rgba(120, 203, 199, 0.20);
}
.eventslisting tr table tr:nth-child(odd) {background-color: transparent;}

.eventslisting tr td {
	margin: 0px 0px 0px 0px;
	padding:10px;
}
.theeventlistingdetails tr td {
	margin: 0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	font-size: 14px;
	color: #222222;
}

.elisting-title {
	font-size: 20px !important;
	font-weight: 600;
	color: #039895;
}
.elisting-title a {color: #039895; text-decoration: none;}
.elisting-title a:hover {color: #015c80; text-decoration: underline;}
.elisting-label {
	color: #7793ab;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
}
.eventlabeltext {color: #7793ab;}
.eventdetailes-item {
	padding: 0px 0px 20px 0px;
}
.eventdetailes-item .elisting-label {
	display: inline-block;
	padding: 0px 5px 0px 0px;
	font-size: 14px;
}
td.eventsentry-date {width: 33%; color: #7793ab !important;}
td.eventsentry-time {width: 30%; color: #7793ab !important;}
td.eventsentry-venue {width: 37%; color: #7793ab !important;}

.eventphotographic {
	float: left;
	margin: 0px 30px 30px 0px;
	width: 30%;
}
.eventphotographic img {width: 100%; height: auto;
}

.eventslisting tr td.eventlisting-photo {width: 25%; vertical-align: top; padding: 20px 10px 20px 20px;}
.eventslisting tr td.eventlisting-photo img {width: 100%; height: auto;
}

.eventtaxonomy-links {margin: 0px 0px 0px 0px; padding: 0px 0px 20px 0px;}
.eventtaxonomy-links select {
	width: auto;
	margin-right: 10px;
	font-size: 16px;
  background-color: #265b7d;
  border:1px solid #265b7d;
  padding: 7px 10px 6px 10px;
  color:#fff;
  font-family: 'Droid Sans', Arial, sans-serif;
}

.eventtax-title{
	text-align: center;
	font-size: 36px;
  line-height: 48px;
  color: #af8225;
	padding-bottom: 20px;
}


/*==========  ELEMENT STYLES  ==========*/
.bar {
  width: 100%;
  height:1px;
  margin: 30px 0px 30px 0px;
	background-color: #ddd5c6;
	clear: both;
}
.annualarchivelist {
}
.annualarchivelist ul {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; list-style-type: none; display: inline;}
.annualarchivelist ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	display: inline;
	font-size: 18px;
	line-height: 32px;
}

.annualarchivelist ul li:not(:first-child):before {
  content: " | ";
}
	.aapastarchiveslist {
		list-style-type: none;
		display: inline;
	}
	.aapastarchiveslist li:before {
		content: " | ";
	}

/*==========  HOME PAGE STYLES  ==========*/
.homewelcome {
	padding: 0px 0px 40px 0px;
}
.homewelcome h2 {
	font-family: 'Droid Serif', Georgia, Times New Roman, serif;
	color:#000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 36px;
}
.home-latestbook {
	background: rgb(184, 184, 184);
	background: rgba(184, 184, 184, 0.30);
	margin: 0px 0px 40px 0px;
	padding: 20px 20px 20px 20px;
}


/*==========  CLIENT-SPECIFIC CONTENT STYLES  ==========*/
.barsep {
	background-image: url(../images/barsep3.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 1px;
	height: 1px;
	width: 100%;
	margin: 40px 0px 40px 0px;
}
a.buttonlink {
  cursor: pointer;
  width: auto;
  text-decoration: none;
  padding: 5px 15px 4px 15px;
  text-transform:uppercase;
	font-weight: 500;
  font-size: 14px;
  color: #bccfe0;
  border: 1px solid #456e81;
	background: #456e81;
	font-family: 'Droid Sans', Arial, sans-serif;
}
a.buttonlink:hover {
  border-color:#17a09f;
	background-color: #17a09f;
	color: #fff;
}

a.buttonlink2 {
	cursor: pointer;
  width: auto;
  text-decoration: none;
  padding: 5px 15px 4px 15px;
  text-transform:uppercase;
	font-weight: 600;
  font-size: 16px;
  color: #baeceb;
  border: 2px solid #039895;
	background: #04a4a1;
	font-family: 'Titillium Web', Arial, sans-serif;
}
a.buttonlink2:hover {
	border-color: #bc9623;
	background-color: #d1a82c;
	color: #fff;
}


/*==========  IMAGES  ==========*/
img.alignnone {margin: 20px 0px 20px 0px;}
img.alignright {float:right; margin:20px 0 20px 20px;}
img.alignleft {float:left; margin:20px 20px 20px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:20px 0 20px 20px}
a img.alignleft {float:left; margin:20px 20px 20px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

img.responsive {width: 100%; height: auto;}

.shadow {
		-webkit-box-shadow: 4px 6px 11px -4px rgba(0,0,0,0.55);
		-moz-box-shadow: 4px 6px 11px -4px rgba(0,0,0,0.55);
		box-shadow: 4px 6px 11px -4px rgba(0,0,0,0.55);
}
.imgborder {
	border: 3px solid #ece7d6;
}


/*==========  STYLE OVERRIDES  ==========*/
.nopaddingtop {padding-top: 0px;}
.mt-0 {margin-top: 0px !important;}
.mr-0 {margin-right: 0px !important;}
.mb-0 {margin-bottom: 0px !important;}
.ml-0 {margin-left: 0px !important;}
.pt-0 {padding-top: 0px !important;}
.pr-0 {padding-right: 0px !important;}
.pb-0 {padding-bottom: 0px !important;}
.pl-0 {padding-left: 0px !important;}

.pt-10 {padding-top: 10px !important;}
.pr-10 {padding-right: 10px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pl-10 {padding-left: 10px !important;}

.mb-10 {margin-bottom: 10px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}

.mt-10 {margin-top: 10px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}

/* ALIGNMENTS */

/* img.alignnone, img.alignright, img.alignleft, img.aligncenter {
  outline: 1px solid white;
  outline-offset: -4px;
}
*/
.center, .centered {text-align: center; margin: auto;}
.alignright {float:right; margin:20px 0 20px 20px;}
.alignleft {float:left; margin:20px 20px 20px 0}


/* COLORS */
.gradientyellow {
	background: linear-gradient(to right, #bc6701, #d3bc42, #d3bc42);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* CLEARFIX */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}