/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen/

Scrapped and re-invented by JDC
*/

@import url('/fonts/fonts.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	overflow-wrap: normal;
	word-wrap: normal;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 18px 'slabo_13px', 'lato', sans-serif;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #f1f1f1;
}

a { 
	color: #000;
	text-decoration: none;
}

/* Main Areas */
#page {
	margin: 0 auto;
	width: 80%;
	position: relative;
}

#sidebar {
	float:  left;
	width: calc(30% - 40px);
	background-color: #99ccff;
	padding: 10px 20px 0 20px;
}

#content {
	position: absolute;
	float: right;
	width: 70%;
	margin-left: 30%;
	display: block;
}

footer#colophon {
	clear: both;
	position: fixed;
	bottom: 0;
	width: 80%;
	/* display: block; */
	display: none;
}

/* Sidebar */
.site-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.site-description {
	margin-bottom: 10px;
}
.secondary-toggle {
	display: none;
}
nav#site-navigation { 
	margin-bottom: 20px;
}
#menu-primary-menu {
	a { 
		color: #006699;
	}
	list-style-type: none;
	li a::before {
		content: "> ";
	}
}
#widget-area .wp-block-heading {
	font-weight: bold;
	margin-bottom: 10px;
}
#widget-area .wp-block-group ul.wp-block-archives-list,
#widget-area .wp-block-group ul.wp-block-categories-list {
	margin-left: 20px;
	padding-bottom: 20px;
	a { 
		color: #006699;
	}
}

/* Articles Header */
header.page-header {
	background-color: #fff;
	padding:10px 10px 0px 20px;	
}

/* Main Articles */
article {
	padding: 10px 20px 20px 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
article .entry-header {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}
article .entry-content iframe {  /* e.g. YouTube Video */
	max-width: 90%;
	border-radius:5px !important;
}
article p {
	line-height: 1.2;
	margin-bottom: 15px;
}
article time.updated {
	display:none;
}
article time.entry-date {
	font-weight: bold;
}
article .comments-link {
	float: right;
	a { 
		color: #006699;
	}
}
article .author {
	display: none;
}

/* Comments */
#comments {
	background-color: #fff;
	padding: 0px 20px 20px 20px;
	ol.comment-list {
		list-style-type: none;
	}
	.comment-metadata {
		font-size: 11px;
		margin-bottom: 10px;
	}
}
#respond {
	background-color: #eee;	
	padding: 10px;
}
#reply-title {
	margin-bottom: 10px;
	font-weight: bold;
}
.comment-form-comment label {
	vertical-align: top;
}
#commentform p {
	margin-bottom: 10px;
}
.nav-links {
	display: none;
}
.comment-moderation {
	margin-bottom: 10px;
}

/* EventBrite Event Widgets */
.iee_archive .archive-event {
   margin:0;
   padding-bottom:20px;
}
.iee-event {
	width:45%;
}

/* Mobile Styles */

@media only screen and (max-width: 600px) {
	
	#sidebar {
		float: none;
		width: calc(100% - 40px);
	}
	#content {
		float: none;
		width: 100%;
		margin-left: 0px;
	}
	article img {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	article .entry-content iframe {  /* e.g. YouTube Video */
		width: 90%;
		border-radius:5px !important;
	}
	 #respond {
		textarea {
			width: 90%;
		}
	}

}
