
body {
	padding-top: 55px; /* accommodate fixed navbar */
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300; /* light */
	font-size: 17px; /* default is 14px */
}

/* navbar */
.navbar {
	font-family: 'Oswald', sans-serif;
}

.navbar-default {
	background-color: #fafafa;
	}

ul.nav a:hover,
a.navbar-brand:hover {
	color: #337ab7 !important;
	}

/* end navbar */

div.post h2 {
	border-bottom: medium solid black;
}

body.page-single div.post h3,
body.page-single div#related-posts h3,
body.page-single div#comment-section h3 {
	border-bottom: thin solid black;
}

div.post-meta {
	margin-bottom: 1.0em;
}

div.post-top-pic {
	width:100%;
	position: relative;
	/*
	padding: 0.3em;
	background-color: #000; */
	}

body.page-single .post .img-responsive {
	margin-top: 25px;
	margin-bottom: 5px;
	}

/**** FareHarbor Tours */
div.tour-card {
	width:100%;
	padding: 0.3em;
	background-color: #efefef;
	border: #ccc solid 1px;
	margin-bottom: 2.0em;
	}

div.tour-card p {
	font-size: 15px;
}

/* for chevon on collapsible card details */
div.tour-card a[aria-expanded=true] .showmore {
   display: none;
}
div.tour-card a[aria-expanded=false] .showless {
   display: none;
}
/**** end FareHarbor */	

/**** front page */

div.section-head {
	color: #333;
	width: 100%;
	padding-left: 0.3em;
	padding-top: 0.5em;
	font-size: 24px;
	border-top: #000 solid 4px;
}

div.lead-card {
	width:100%;
	position: relative;
	padding: 0.3em;
	background-color: #000;
	}

div.lead-card h4,
div.lead-card h3 {
	margin-left: 0.5em;
}

div.lead-card a {
	color: #fff;
	}

div.lead-card div.overlay-logo,
div.post-top-pic div.overlay-logo {
	position: absolute;
	top: 2%;
	left: 1%;
	width: 15%;
}

div.sidebar-search-social {
	background-color: #f6f6f6;
	padding: 1em 0.5em;
	}


/*
div.lead-wrapper {
	position: relative;
	width: 100%;
}

div.lead-wrapper div.caption {
	position: absolute;
	left:0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 10px;
	width: 100%;
}

div.lead-wrapper div.caption h2 a {
	color: rgba(255, 255, 255, 1.0);
	margin: 0;
}

div.lead-wrapper div.overlay-logo {
	position: absolute;
	top: 2%;
	left: 1%;
	width: 15%;
}
*/



div.recent-wrapper {
	width: 100%;
	padding: 0.3em;
	margin-top: 1.0em;
	background-color: #efefef;
	border: #ccc solid 1px;
}

div.recent-wrapper h4 {
	margin-top: 0.5em;
}

div.recent-wrapper h4 a,
div.featured-wrapper h4 a,
div.tour-card h4 a {
	color: #333;
}

div.featured-wrapper {
	width: 100%;
	padding: 1.0em 0 1.0em 0;
	margin-top: 0;
	margin-bottom: 0em;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #aaa;
	}

div.featured-wrapper img {
	margin-right: 1.0em;
	}

div.featured-wrapper h4 {
	margin: 2.0em 0.5em 0.5em 0;
	}

body.page-search div.featured-wrapper h3,
body.page-category div.featured-wrapper h3 {
	margin: 2.0em 0.5em 0.5em 0;
	}

body.page-all-posts div.featured-wrapper h4 {
	margin: 0;
	}

/***** end front page */


span.req {
	color: red;
	}


body.page-mapdb div.search-form,
body.page-gpsdb div.search-form {
	display: none;
	}


/* social buttons */

span.fa-facebook-square {
	color: #3B5998;
	}

span.fa-twitter-square {
	color: #00ACED;
	}

span.fa-pinterest-square {
	color: #CB2027;
	}

span.fa-rss-square {
	color: #FF8300;
	}

span.fa-envelope-square {
	color: #2C3641;
	}


/* paragraph icons */

p.disclosure,
p.disclaimer,
p.new-info,
p.decision,
p.warning,
p.tldr { /* similar to BS well */
	padding:1em;
	background-color: #f5f5f5;
	border: #e3e3e3 solid 1px;
	}

p.cost span.glyphicon {
	color: green;
	}

p.decision span.glyphicon {
	color: inherit;
	}

p.directions span.glyphicon {
	color: inherit;
	}

p.disclaimer span.glyphicon {
	color: red;
	}

p.disclosure span.glyphicon {
	color: red;
	}

p.duration span.glyphicon {
	color: blue;
	}

p.gps span.glyphicon {
	color: blue;
	}

p.hours span.glyphicon {
	color: blue;
	}

p.important span.glyphicon {
	color: red;
	}

p.information span.glyphicon {
	color: blue;
	}

p.map span.glyphicon {
	color: blue;
	}


p.new-info span.glyphicon {
	color: green;
	}

p.own-risk span.glyphicon {
	color: orange;
	}

p.phone span.glyphicon {
	color: blue;
	}

p.photo span.glyphicon {
	color: inherit;
	}

p.tips span.glyphicon {
	color: pink;
	}

p.tldr span.glyphicon {
	color: blue;
	}

p.travel span.glyphicon {
	color: green;
	}

p.warning span.glyphicon {
	color: orange;
	}

p.website span.glyphicon {
	color: blue;
	}

/* end paragraph icons */

/* advertisements */
.double-button-ad-box {
	margin-top: 1.0em;
}
/* end advertisements */

div.form-subsection {
	margin-left: 25px;
	}


body.page-single div.post h3 { /* add some space for old IMG classes */
	clear:both;
	margin-top: 0.5em;
	}
/*** for IMG in articles -- copied from old theme */
img.centered, img.centered-noprint, img.centered-print, div.centered, img.hero {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-width: 0;
	}

img.alignright, div.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft, div.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}

div.alignleft img,
div.alignright img,
div#gb_form_div img.centered,
img.signature, img.wp-smiley {
	border-width:0; /* remove borders added to images by theme */
	}
/*** end IMG */

/*** comments ***/
div.comment-card { /* similar to BS well */
	background-color: #f5f5f5;
	border: #e3e3e3 solid 1px;
	margin-bottom: 3em;
	width: 100%;
	}

div.comment-card p.comment-content {
	background-color: #fff;
	padding: 10px;
	}

div.comment-card p.comment-author {
	padding-left: 10px;
}

div.authorcomment {
	background-color: #f9deaf;
	border-color: #efc881;
	}
/*** end comments ***/

div.lang-es {
	display: none;
	}

/* mostly for Olympics table of athletes
table.vert-center tbody tr td {
	vertical-align: middle !important;
}

/* utility spacers */
.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }
.margin-top-35 { margin-top: 3.5em; }
.margin-top-40 { margin-top: 4.0em; }

.margin-right-05 { margin-right: 0.5em; }
.margin-right-10 { margin-right: 1.0em; }
.margin-right-15 { margin-right: 1.5em; }
.margin-right-20 { margin-right: 2.0em; }

.margin-bottom-05 { margin-bottom: 0.5em; }
.margin-bottom-10 { margin-bottom: 1.0em; }
.margin-bottom-15 { margin-bottom: 1.5em; }
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-25 { margin-bottom: 2.5em; }
.margin-bottom-30 { margin-bottom: 3.0em; }
.margin-bottom-35 { margin-bottom: 3.5em; }
.margin-bottom-40 { margin-bottom: 4.0em; }

.padding-bottom-10 { padding-bottom: 1.0em; }
/* end spacers */
