/*
Main style sheet for ITAG. Check all ERH additions (e.g. tables) to see if duplication.

	Theme Name: Minimum Pro Theme
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.0.1

	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 600px
		- max-width: 320px

ERH additions

*/

/* Other things I changed:

site-title
site-description
entry-title
tagline color
widget-wrap font-size
start
genesis-nav-menu


Colours:
Blue #7590ae
Lighter blue: #9db8d2 

Original blue: #0ebfe9

Colours on these lines:
links 190
headings 267
nav links 1136


*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #000; /* was 333 */
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color:  #fff;
}

a {
	border-bottom: 1px dotted #42907b; 
	color: #42907b; 
	font-weight: 300; 
	text-decoration: none;
/* colour was 333 */
}

.site-title a {
	font-weight: 400;
	color:#7590ae;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #77a7b1;
	border-bottom: 1px dotted ;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 400;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #777; font-size:110%;
}

blockquote {
	margin: 40px;
}

blockquote {font-style: italic;padding: 8px 30px 15px;margin:18px 0px;padding: 0px 0px 0px 30px;background:transparent url(http://www.is-there-a-god.info/blog/wp-content/uploads/2016/01/quoteopen.gif) top left no-repeat;}
blockquote span {display:block;margin:0px;padding:0px 20px 0px 0px;background:transparent url(http://www.is-there-a-god.info/blog/wp-content/uploads/2016/01/quoteclose.gif) bottom right no-repeat;}
blockquote span.indotquote {display:block;margin:0px;padding:0px 20px 10px 0px;background:transparent url(http://www.is-there-a-god.info/blog/wp-content/uploads/2016/01/quoteclose.gif) bottom right no-repeat;font-size:80%;line-height:1.4;}

/* blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
} */

.entry-content code {
	background-color: #ddd;
	color: #333;
}
/*
.widget-wrap p {
	font-size:90%; /* Not stated before */
}
*/
cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #7590ae;  
	font-family: 'Advent Pro', serif;
 	font-weight: 300; 
	line-height: 1.2;
	margin: 0 0 15px;
}

/* Were previously 30, 28, 24, 20, 18, 16 */

h1 {
	font-size: 36px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

/* Start & second-start widget areas
--------------------------------------------- */
.start, .second-start {
    background: #fff;
    clear: both;
    margin:0;
    padding:0;
}

.start .wrap, .second-start .wrap {
    margin: 0 auto;
}

.start p.start, .second-start p.start {
        padding: 0px 20px 30px 20px;
        margin:0;
	text-align: left;	
	font-size: 18px;
	color:#000; /* was 125095 */
    line-height: 30px;
    text-transform:none;		
	font-family: 'Roboto Slab', serif;
	font-weight:100;
}

h4.left {
	float:left;
	padding-left:20px;
}

h4.right {
	float:right;
	padding-right:20px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0ebfe9;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: normal;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px; 
}

.home .site-inner {
	padding-top:0px;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

/* Home featured & Second widget areas  */

.home-featured,
.second {
/*	border-bottom: 5px solid #f5f5f5; */
	margin-bottom: 10px; /* was 60px; */
	padding: 0; /* was 40px 0 */
}

.home-featured h2,
.second h2 {
	margin-bottom:3px;
}

.home-featured li, .second li {
	list-style-type: none;
}

.home-featured .widget, .second .widget {
	padding: 0 20px;
}

.home-featured p:last-child, .second p:last-child {
	padding: 0 0 24px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4,
.second1,
.second2,
.second3,
.second4  {
	float: left;
	text-align: left;
	width: 25%; 
}

.home-featured-4 {margin-top:-34px;}

.home-featured-1 p,
.home-featured-2 p,
.home-featured-3 p,
.home-featured-4 p,
.second1 p,
.second2 p,
.second3 p,
.second4 p  {
	visibility:hidden;
	text-indent:-12px;
	font-size:80%;
}

.home-featured-1 a,
.home-featured-2 a,
.home-featured-3 a,
.home-featured-4 a,
.second1 a,
.second2 a,
.second3 a,
.second4 a  {
	visibility:visible;
	color:#000;
}

.home-featured-1 a:hover,
.home-featured-2 a:hover,
.home-featured-3 a:hover,
.home-featured-4 a:hover,
.second1 a:hover,
.second2 a:hover,
.second3 a:hover,
.second4 a:hover  {
	color:#42907b;
}

.home-featured .simple-social-icons ul li a, .second .simple-social-icons ul li a {
	padding: 40px !important;
}

.home-featured .simple-social-icons ul li, .second .simple-social-icons ul li {
	margin: 0 0 30px !important;
}

/* tagline  */

.site-tagline {
/*	border-bottom: 1px solid #eee; */
	margin-top: 0px; /* was 60 */
	padding-box: 40px 0; /* was 40 */
}

.site-tagline div.wrap {
	background: #fff; 
}

.site-tagline p {
	margin: 0;
}

.site-tagline-left {
	float: left;
	width: 600px; /* Was 50% */
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 300px; /* Was 50% */
}

.minimum .site-tagline {
	margin-top: 600px;
}

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 10px 3px;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 6px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
}

.gallery-caption {
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget-wrap a {
	border:none;
}

.textwidget a {
	border-bottom:1px dotted #42907b;
}

section.widget_subpages li {margin-left:40px;text-indent:-30px;margin-bottom:0;}

section.widget_subpages li.menu-item-5769,
section.widget_subpages li.menu-item-5824,
section.widget_subpages li.menu-item-5859,  
section.widget_subpages li.menu-item-5937,  
section.widget_subpages li.menu-item-5987,  
section.widget_subpages li.menu-item-6012,
section.widget_subpages li.menu-item-6030,
section.widget_subpages li.menu-item-6084,
section.widget_subpages li.menu-item-6284, 
section.widget_subpages li.menu-item-6349,
section.widget_subpages li.menu-item-6404, 
section.widget_subpages li.menu-item-6523, 
section.widget_subpages li.menu-item-6585,
section.widget_subpages li.menu-item-6772,
section.widget_subpages li.menu-item-6881,
section.widget_subpages li.menu-item-6927,
section.widget_subpages li.menu-item-6938,
section.widget_subpages li.menu-item-7013,
section.widget_subpages li.menu-item-7482,
section.widget_subpages li.menu-item-7489,
section.widget_subpages li.menu-item-7506,
section.widget_subpages li.menu-item-7516,
section.widget_subpages li.menu-item-7538,
section.widget_subpages li.menu-item-7546
	{margin:5px 0 0 0px;text-indent:0;}

section.widget_subpages li.menu-item-5769 a,
section.widget_subpages li.menu-item-5824 a,
section.widget_subpages li.menu-item-5859 a,
section.widget_subpages li.menu-item-5937 a,
section.widget_subpages li.menu-item-5987 a,
section.widget_subpages li.menu-item-6012 a,
section.widget_subpages li.menu-item-6030 a,
section.widget_subpages li.menu-item-6084 a,
section.widget_subpages li.menu-item-6284 a,
section.widget_subpages li.menu-item-6349 a,
section.widget_subpages li.menu-item-6404 a,
section.widget_subpages li.menu-item-6523 a,
section.widget_subpages li.menu-item-6585 a,
section.widget_subpages li.menu-item-6772 a,
section.widget_subpages li.menu-item-6881 a,
section.widget_subpages li.menu-item-6927 a,
section.widget_subpages li.menu-item-6938 a,
section.widget_subpages li.menu-item-7013 a,
section.widget_subpages li.menu-item-7482 a,
section.widget_subpages li.menu-item-7489 a,
section.widget_subpages li.menu-item-7506 a,
section.widget_subpages li.menu-item-7516 a,
section.widget_subpages li.menu-item-7538 a,
section.widget_subpages li.menu-item-7546 a
	{font-weight: 400;}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	line-height: 1;
}

h2.entry-title {margin-bottom:0;}

body.home h1.entry-title {
	display:none;
}    /* New */

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #7590ae;
}

.widget-title {
	font-size: 24px;  /* was 16 */
	margin-bottom: 10px; /* was 24px; */
	text-transform: none; /* was uppercase; */
	font-family: 'Roboto Condensed,'Advent Pro', serif;
}

.home-featured .widget-title {
	margin-bottom: 10px;
	font-size: 20px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px; 
	line-height: 1.2;
	font-weight:400; /* not this before */
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Related posts
--------------------------------------------- */

div.bawmrp {clear:both;}

.bawmrp a {
	border-bottom: none; 
	color: #333; 
	font-size:90%;
}

.entry-content .bawmrp ul {
	margin-left: 0px;
	border-left:1px solid #ccc;
}

.bawmrp li {width:25%;}

.bawmrp h3 {font-size:24px;}
.page .bawmrp h3 {margin-top:30px;}

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	left: 0;
	letter-spacing: 1px;
	position: static;
	top: 0;
	width: 100%;
	z-index: 999;
}

.site-header div.wrap {
	background-color: #fff;
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0 10px 0; /* was 18/18 */
	width: 330px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Advent Pro', sans-serif;
	font-weight:400;
	font-size: 42px;
	line-height: 1;
	margin: 0;
	font-color: #314e6c; 

}

.site-title a,
.site-title a:hover {
	border: none;
	color: #7590ae;
	padding-bottom:10px;

}

.site-description {
	font-size: 18px;  /* was 36 */
	font-weight: 100;
	line-height: 1.5;  /* Was 1.2 */
	margin: 0;
	padding:0 2px 20px 2px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Graphic in site title */ 

.site-title a::before {
   content: url('http://www.is-there-a-god.info/blog/wp-content/uploads/2016/01/lighthouse-logo.png');
   margin-right: 12px;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 300px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.description {
	font-size:13px;
	text-transform:none;

}

span.menu-description {
	font-size:70%;
	text-transform:none;
}

.genesis-nav-menu {
	clear: both;
	color: #000;
	font-size: 18px;
	font-family:'Advent Pro',sans-serif; /* Was Roboto */
	font-weight: 400;
	line-height: 1.0; /* Was 1.5 */
	width: 100%;
}

#menu-itag {border-bottom: #ccc 1px solid;}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 16px;
	font-weight:300;
	padding: 20px 20px 5px 20px; 
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #7590ae; 
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #000;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #7590ae;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #7590ae;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	color: #333;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

img.attachment-post-image.size-post-image.wp-post-image {
	margin-bottom:30px;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: circle;
}

.entry-content li {
	margin-bottom:10px;
}

.entry-content li.close {
	margin-bottom:0px;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.entry-time {font-size:90%;font-style:italic;}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

div.adjacent-entry-pagination {margin: 40px 0 0 0;}
.pagination-previous a, .pagination-next a {border:none;font-size:80%;}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #7590ae;
}

/* Comments
--------------------------------------------- */

.comment-respond {
	margin-bottom: 30px;
	font-size:14px;
}

.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
	margin-bottom:12px;
}

p.solo-subscribe-to-comments {
	font-family: 'Advent Pro', serif;
 	font-weight: 300; 	
	font-size:22px;
	color:#7590ae; 
}

.solo-subscribe-to-comments label {
	font-family: 'Roboto Slab', serif;
 	font-weight: 300; 	
	font-size:14px;
	color:#000;
}

.comment-respond label,
.solo-subscribe-to-comments label {
	display: inline-block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list p {
	font-size:90%;
	margin:0 0 16px;	
}

.comment-list li li {
	margin-right: -32px;
}

.comment-content p {
	font-size:90%;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	width: 340px;
	font-size:14px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a {
	background-color: #fff;
	border-radius: 3px;
	border: none;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-family: 'Advent Pro', sans-serif;
	margin: 0 2px 0px 0;
	padding: 0px 1px;
	line-height:1;
}

.sidebar .tagcloud a:hover {
	background-color: #fff;
	color: #77a7b1;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.post-img {float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.footer-widgets {
	background-color: #4b5d70;
	color: #999;
	clear: both;
	font-size:80%;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #444;
	padding: 40px 0 16px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border:none;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top:50px;
	word-wrap: break-word;
	clear:both;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

/*
Custom fields
---------------------------------------------------------------------------------------------------- */

div.quote {background-color: #4b5d70;color:#fff;font-size:80%;padding-top:20px;}
div.byline {margin-bottom:20px;}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #4b5d70;
	letter-spacing: 1px;
	padding: 30px 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: 'Roboto Slab', sans-serif;  /* Was Roboto */
	font-weight: 300;
	font-size: 11px;
	margin-bottom: 0;
}

/* ---------Transfer from Responz ------------------- */

/* ---------Paragraph styles------------------- */

p.caption {font-size:80%; margin-top:-25px;padding-top:0;}
p.bqref {margin:-5px 0px 10px 0px;text-align:right;color:#444;font-size:100%;font-style:normal;}
p.bqref {margin:-20px 0px 20px 0px;font-size:80%;text-align:right;color:#444;}
p.bqref-l {margin:-5px 0px 20px 100px;font-size:80%;text-align:left;color:#444;}
.small {font-size:90%;}
p.photoref {margin-top:30px;font-size:80%;clear:both;}
p.photoref2 {margin:0px;font-size:80%;clear:both;}
p.dotpara {margin: -5px 0 .5em 24px;padding: 0;}
q {font-style:italic;}
p.series {color:#aaa;font-size:110%;}
p.captionright {font-size:90%; margin-top:5px;text-align:right;}
p.captioncentre {font-size:100%; margin-top:-25px;text-align:center;}
p.qref {margin:-20px 0px 25px 0px;font-size:80%;}
p.quoteref {text-align:right;font-size:90%;margin-top:-20px;}
p.winston {margin-top:37px;}
p.credit {margin-top:40px;font-size:92%;color:#777;}
p.photoref {margin-top:30px;font-size:80%;}
body.blog p {margin-top:-10px;}

.clear {clear:both;}
.gap {margin-top:100px;}
.gap40 {margin-top:40px;}
.gap60 {margin-top:60px;}

img.alignleft.size-link, img.imglink {margin-top:7px;}
img.gaptop {margin-top:20px;}


ul.page {margin-left:0;}
li.page {padding:0px 0px 10px 0px; margin:0px; line-height:1.6; }	
ul.page > li.page {list-style-type:none;}
li.page:last-child {padding:0px 0px 10px 0px; margin:0px; line-height:1.6; }

span.space40{word-spacing:40px;}

hr.blue {border:none;width:40%;background:#7eacc9;height:3px;margin-bottom:5px;color:#7eacc9;}

.anon {font-size:60%;font-style:normal;line-height:1.3;margin:.8em 0 0 0;}
.anonz {font-size:60%;font-style:normal;line-height:1.3;margin:.8em 0 1.2em 0;}
#reply-title {line-height:0.9; }

p.shead {margin-bottom:4px;font-style:italic;}
p.shead0 {margin-bottom:0px;font-style:italic;}
p.stext {margin-bottom:4px;font-size:90%;margin-left:20px;line-height:1.3;}
p.stext0 {margin-bottom:14px;font-size:90%;margin-left:20px;line-height:1.3;}
ul.slist {margin-top:2px;margin-bottom:4px;}
li.slist0 {margin-bottom:0px;font-size:90%;margin-left:20px;line-height:1.3;}
li.list0 {margin-bottom:0px;margin-left:20px;}

div.textbox250 {float:right;width:220px;border:#888 1px solid;padding:8px;margin-left:10px;}
div.notes {margin-top:20px;border-top:1px solid #444;}
.textbox250 p {font-size:80%;line-height:1.4;color:#888;}
.notes p {font-size:80%;line-height:1.4;color:#444;}
p.last {margin-bottom:0px;}

p.notetop {margin-top:30px;margin-right:400px;border-top:#000 1px solid;font-size:80%; line-height:1.4;}
p.notes {margin-top:4px;padding-top:0px;font-size:80%; line-height:1.4;}

div.convo {background:#eef4ee;}
.convo p {margin:0px 10px 8px 10px;font-size:90%,font-style:italic;color:#000;}

#introtext2 ul, #introtext2 ol {font-size:80%;}
#introtext2 li {margin:0;}
#introtext2 {margin:0px 0 20px 0;color:#444;border-bottom:#ddd 1px solid;}
#introtext2 p {font-size:90%;line-height:150%;}

p.indent {margin-left:20px;}

span.quote {font-size:100%; font-style:italic;}

p.notehead {font-size:110%;color:#7590ae; margin:0 0  0.5em 0;padding-top:5px;clear:both;}
.emphasis {font-weight:bold;}
.note {font-size:80%;line-height:1.4;}
q {font-size:100%; font-style:italic;}

ul.level2 {font-size:100%;margin-top:5px;}
li.level2 {list-syle-type:circle; margin:0;}
p.level2{margin-top:-15px;font-size:100%;}

#body .italic, #body .quote {font-style:italic;color:#222;}

#footer {color:#fff;}
.italic {font-style:italic;}
div.quote{ font-style:normal;}
div.picright {float:right;margin-left:30px;border:#777 1px solid;font-size:90%;}
.larger {font-size:140%; line-height:1.0;}
h3.home {font-size:210%; padding:20px 0px 10px 0px; margin:0px; line-height:1; }		
#footnotes p {margin-bottom:5px;}

#content ul.links2 { list-style-type:circle; padding:0px 0px 0px 18px; font-size:100%; margin:0; }
#content li.link2 { padding-top:5px; line-height:1.4; }

p.refs {margin:0 0 12px 0;}
ul.refs { font-size:100%; list-style-type:circle; padding:0px 0px 0px 18px; margin:0 0 20px 0; }
li.ref {padding-top:2px; }

.end ul.links { list-style-type:circle; padding:5px 0px 0px 18px; font-size:100%; margin:0;}
.end li.link { padding-top:1px; line-height:1.6; }
.end ul.links2 { list-style-type:circle; padding:0px 0px 10px 18px; font-size:90%; margin:0; }
.end li.link2 { padding-top:0px; line-height:1.4; }
.end ul.refs { font-size:90%; list-style-type:none; padding:5px 0px 0px 0px; margin:0; }
.end li.ref {padding-top:2px; }
.end li.refhead {padding-top:10px; font-weight:bold;}
.end p{margin-bottom:6px;}
.end h5 {margin-top:25px;margin-bottom:5px;font-size:18px;}

.fb-like {padding:10px 0px;}

div.fb-sidebar {margin:40px 0px; width:300px; float:left;}
div.textbox {width:90%; margin:0 auto; padding:0 5px; margin:30px 10px; border:#555 solid 1px;}
.textbox p {font-size:90%;padding:0;margin:0;}
.textbox h3 {font-size:150%;margin:0 0 10px 0;}
.textbox h4 {font-size:110%;margin:15px 0 8px 0;}

sup {font-size:70%;line-height:1;}

div.ltblue {background:#ebf3ff;}

a.prob {font-weight:400;border:none;}
#text-21 {margin-top:-36px;}

/*-----------------End graphics & links ---------- */

.end {width:100%;margin-top:30px;margin-bottom:30px;float:left;display:inline;border-top:#bbb 1px solid;clear:both;}
.end h3 {margin-top:30px;}
.end h4 {margin-top:20px;}

div.itaglink {width:25px;height:25px;border-radius:50%;background:#000;color:#fff;font-size:150%;float:left;padding-left:7px;margin-right:10px;line-height:1.0;}
p.itagbyline {font-size:90%;margin:-7px 0px 80px 0px;}

div.endlink {width:180px;float:left;margin:0;padding:10px 42px 0px 0;}
div.endlink2 {width:180px;float:left;margin:0;padding:10px 0 30px 0;}
p.endlink {font-size:120%;line-height:1;margin-bottom:0;}
h4.endlink {margin-top:40px;}
li.link {font-size:14px; }
p.comment{margin-bottom:0;}
p#feedback{margin-bottom:10px;}
p.links{font-size:90%;}

.endlink a, .endlink a:link, .endlink2 a:link {border:none;color:#555;font-size:15px;}
.endlink a:hover, .endlink2 a:hover {border:none;color:#005b96;}
p.ls-text {font-size:80%;font-style:italic;line-height:1.4;margin-top:5px;}

form#formfeed {display:block;}

/*----------------- Two columns within text ----------------- */

div.column1 {float:left;width:45%;margin:0 38px 0 0;}
div.column2 {float:left;width:45%;margin:0;}
div.colreturn {clear:both;}
ul.col{margin-top:0;margin-bottom:0;}
h5.col {margin-top:0;}

/*----------------- Table styling ----------------- */

table {width:100%; font-weight:300;font-size:80%;line-height:1.3;margin:20px 0px 30px 0px;color:#000;border-bottom:#5185bd 2px solid;}
th {background:#5185bd;color:#fff;}
tr {background:#fff;}
tr.odd {background:#ebf3ff;}


/*-------- Table for world religions--------*/

table.wr {width:100%; font-weight:300;font-size:80%;line-height:1.3;margin:20px 0px 50px 0px;color:#000;border-bottom:#5185bd 2px solid;}
table.wr th {width:12.88%;height:20px;padding:8px 9px;background:#5185bd;color:#fff;text-align:left;}
table.wr th.first {width:9.61%;height:20px;padding:8px 9px;background:#5185bd;color:#fff;}
table.wr td {width:12.88%;padding:8px 9px;vertical-align:top;}
table.wr td.first {width:9.61%;font-weight:bold;}
table.wr tr {background:#fff;}
table.wr tr.odd {background:#ebf3ff;}

/*multi=page boxes 

#multi {width:100%;margin:10px 0px 0px 0px;height:100px;}

#multi ul { list-style-type:none; }
#multi li { margin:0px; padding:0; display:block;float:left;}

#multi a, #multi a:link, #multi a:visited, #multi a:hover {border:none; text-decoration:none; display:block; font-size:130%;}

#multi a.current {background:#fff;color:#bbb;display:block;float:left;width:30px; margin:0 10px 5px 0px;}
#multi a.next {background:#5185bd;color:#fff;display:block;float:left;
	width: 25px;
	height: 25px;
	margin: 0 10px;text-indent: 6px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;}

p.multitext {margin:0px 10px 0px 0px; font-size:90%; display:block; float:left;}
*/

/* Table for M&R studies*/

table.mandr {width:100%; ;font-size:80%;line-height:1.4;margin:20px 0px 50px 0px;color:#000;border-bottom:#5185bd 2px solid;}
th {height:20px;padding:8px 9px;background:#5185bd;color:#fff;}
td {width:40%;padding:8px 9px;vertical-align:top;}
td.long {width:60%;}
tr {background:#fff;}
tr.odd {background:#ebf3ff;}

/* Table for IP Studies*/

table.ip {width:100%; ;font-size:80%;line-height:1.4;margin:20px 0px 50px 0px;color:#000;border-bottom:#5185bd 2px solid;}
th {height:20px;padding:8px 9px;background:#5185bd;color:#fff;}
td {width:20.8%;padding:8px 9px;vertical-align:top;}
th.short, td.short {width:4.1%;text-align:center;}
th.longish, td.longish {width:31.2%;}
th.long, td.long {width:39.5%;}
tr {background:#fff;}
tr.odd {background:#ebf3ff;}

/* table  for ethical chocolate*/
table.choc {font-size:90%;font-weight:300;}
table.choc td, th {width:20%;text-align:center;padding:0px;}
table.choc td.first, th.first {text-align:left;padding:0px;}

/* table & other styles for Choosing my religion*/
table.choosing td {width:15%;padding:3px;vertical-align:top;text-align:center;font-family:'Advent Pro';}
table.choosing th {width:15%;padding:3px 0px 3px 10px;vertical-align:top;text-align:left;}
table.choosing td.first {	width:15%;text-align:left;}
div.box {float:left;width:40px;font-size:300%;margin:-15px 0px 0px 0px;}
p.boxindent {margin-left:40px;}

/* table style for Horus */
table.horus {width:100%; font-weight:300;font-size:80%;line-height:1.3;margin:20px 0px 30px 0px;color:#000;border-bottom:#5185bd 2px solid;}
table.horus th {padding:4px 5px 4px 0px;height:20px;}
td.cp {width:35%;padding:4px 5px 4px 0px;vertical-align:top;}
td.as {width:60%;padding:4px 0px 4px 0px;vertical-align:top;}

/* table style for Mystical */
table.mystical {color:#000;border-bottom:#5185bd 2px solid;border-top:#5185bd 2px solid;margin:10px 0px;font-size:80%;line-height:1.4}
table.mystical td {padding:4px;vertical-align:top;width:75%;}
table.mystical td.first {padding:4px;vertical-align:top;width:25%;}
table.mystical tr {background:#fff;padding:4px;vertical-align:top;}
table.mystical tr.odd {background:#ebf3ff;padding:4px;vertical-align:top;}

table.mystical2 {color:#000;border-bottom:#5185bd 2px solid;border-top:#5185bd 2px solid;margin:20px 0px;font-size:80%;line-height:1.4}
table.mystical2 td {padding:4px;vertical-align:top;width:80%;}
table.mystical2 td.first {padding:4px;vertical-align:top;width:20%;}
table.mystical2 tr {background:#fff;padding:4px;vertical-align:top;}
table.mystical2 tr.odd {background:#ebf3ff;padding:4px;vertical-align:top;}
table.mystical2 ul {font-size:100%;list-style-type:circle;margin:0px 0px 4px 15px;}
table.mystical2 li {padding:0px 0px 5px 0px;}

/* table style for John & archaeology */

table.ja th, table.ja td {width:20%;}
table.ja th.first, table.ja td.first {width:10%;}
table.ja th.second, table.ja td.second {width:10%;}
table.ja th.third, table.ja td.third {width:25%;}
table.ja th.fourth, table.ja td.fourth {width:25%;}

/*multi=page boxes */

#multi {width:100%;margin:10px 0px 0px 0px;height:100px;}

#multi ul { list-style-type:none; }
#multi li { margin:0px; padding:0; display:block;float:left;}

#multi a, #multi a:link, #multi a:visited, #multi a:hover {border:none; text-decoration:none; display:block; font-size:130%;}

#multi a.current {background:#fff;color:#bbb;display:block;float:left; margin:-8px 20px 5px 25px;}
#multi a.next {background:#5185bd;color:#fff;display:block;float:left;
	width: 35px;
	height: 35px;
	margin: -8px 10px 0 10px;text-indent: 12px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;}

p.multitext {margin:0px 10px 0px 0px; font-size:90%; display:block; float:left;}

/* styles for Sean George page and pictures*/

div.sean {margin:10px -130px 30px -130px; float:left;}
img.sean {border:#000 solid 1px;}
p.sean-caption {font-size:90%;}

/* World religions */

div#wr-refs p {margin:0 0 12px;}
div#wr-refs h4 {margin:18px 0 12px 0;}

/* Sitemap */

div.sitemap {font-size:80%;}

/*  -------------------------------- ERH additions ------------------------------

.home-featured p{opacity:0;}--- */
a.more-links {opacity:1;font-size:90%;font-weight:normal;color:#0ebfe9;}
a.more-links: hover {color:#333}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

}

@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-tagline-left,
	.site-tagline-right {
		width: 100%;
	}

	.genesis-nav-menu a {
		padding:20px 12px 0px 12px;
	}

	.site-inner {
		padding: 40px 5%;
	}

	.post-type-archive-portfolio .entry,{
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	.site-header .widget-area {
		width:285px;
	}

/*	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}
*/
	.site-tagline {
		margin-top: 0;
		padding: 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;margin-left:5px;float:left;font-size:100%;
	}

	.site-description {padding-bottom:5px;}

	.search-form {width:285px;float:right;}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.site-footer .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}

}

@media only screen and (max-width: 768px) {

/*	.site-header {
		padding-bottom: 10px;
	}
*/
	.title-area {
		padding-bottom: 6px;
	}

	.minimum .site-tagline {
		margin-top: 200px;
	}
/*
	.site-tagline-left {width:300px;float:left;text-align:left;}
*/
	.genesis-nav-menu a {
		padding: 20px 10px 0 10px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
		text-align:center;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

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

	.site-tagline-left {width:100%;text-align:center;}
	.site-tagline-left p {margin-bottom:0;float:none;text-align:center;}
	.site-header .search-form {width:285px;margin:0 auto;float:none;}

	.site-header .widget-area {
		text-align: center;
		width:100%;
		float:none;
		text-align:center;
		clear:both;
		height:60px;
	}

	.title-area,
	.site-tagline,
	.site-description {
		text-align: center;
		width:100%;
	}
	
	.site-tagline-right {display:none;}
}

@media only screen and (max-width: 600px) {

	.site-tagline-left {width:100%;text-align:center;}
	.site-tagline-left p {margin-bottom:0;float:none;text-align:center;}
	.search-form {width:285px;margin:0 auto;float:none;}

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4,
	.second1,
	.second2,
	.second3,
	.second4,
	.bawmrp li {
		width: 50%;
	}
	
	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}

}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}

