/*
Theme Name: Illuminate
Theme URI:
Author: Stephen Dickinson
Author URI:
Description: Illuminate is a clean, fully responsive theme that's versatile enough to be used for any kind of blog.
Version: 1.0.4
License: GNU General Public License
License URI: license.txt
Text Domain: illuminate
Domain Path: /languages/
Tags: blue, gray, one-column, two-columns, right-sidebar, responsive-layout, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

I typically stick with Foundation's default typography. It makes fonts a lot easier to figure out because the font styles are all in one place. By default, editor-style.css matches Foundation's typography settings, but if there are any typography changes in this file, then editor-style.css should be altered to match this file's settings instead.
*/

/* =Common Overrides
-------------------------------------------------------------- */

/* These are the most common ways I customize Foundation's features to suit my themes. */

#site-navigation .callout {
	margin-bottom: 0px;
}

#colophon .callout {
	margin-top: -20px;
}

a:active,
a:focus,
a:hover {
	text-decoration: underline;
}

/* =HTML tags
-------------------------------------------------------------- */

/* Text meant only for screen readers */
a.skip-link.screen-reader-text,
.screen-reader-text {
	display: none;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

address {
	margin-bottom: 1.25rem;
}

body {
	font-family: "Open Sans", sans-serif;
	background: #BDBDBD;
	font-size: 0.813rem;
	font-size: 13px;
}

code, kbd, tt, var {
	font-size: 0.813rem;
	font-size: 13px;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	color: black;
}

img {
	height: auto;
	max-width: 100%;
}

p {
	font-size: 0.813rem;
	font-size: 13px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.813rem;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 10px;
}

sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.5ex;
}

sup {
	bottom: 1ex;
}

ul, ol, dl {
	font-size: 0.813rem;
	font-size: 13px;
}

ul li ul, ul li ol {
	font-size: 0.813rem;
	font-size: 13px;
}

/* =Header
----------------------------------------------- */

/* Site header: Overall banner, nav menu */
#masthead {
	color: #8E8E8E;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#masthead .site-title > a {
	color: #8E8E8E;
	text-shadow: 2px 2px 2px black;
}

.site-description {
	font-size: 1.6rem;
	font-family: "Open Sans", sans-serif;
	text-shadow: 2px 2px 2px black;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#masthead input[type="search"] {
	margin-bottom: 0px;
	padding: 0px;
}

#masthead .button {
	margin-bottom: 0px;
	font-family: "Open Sans", sans-serif;
}

/* Entry header: Blog posts */
.entry-header {
	display: block;
}

.entry-title {
	display: block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/* Page header: 404, search results, static pages, archive */
.page-header {
	display: block;	
}

.page-title {
	display: block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/* =Menu
----------------------------------------------- */

div[class$="menu-container"] {
	margin-top: 5px;
}

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	font-family: "Open Sans", sans-serif;
}

.main-navigation .menu-toggle,
.toggled .menu-toggle {
	text-align: center;
	text-transform: uppercase;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 1rem;
	font-size: 16px;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	margin-right: 1.5rem;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #0079A1
}

.main-navigation ul ul {
	border-style: solid;
	border-width: 1px;
	border-color: #BAEFFF;
	margin-bottom: 1.25rem;
	padding: 5px;
	background: #EDFBFF;
	-moz-box-shadow: 0 0 1px 2px #888;
	-webkit-box-shadow: 0 0 1px 2px #888;
	box-shadow: 0 0 1px 2px #888;
	display: none;
	left: 0;
	position: absolute;
	top: 1.4rem;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	font-size: 1rem;
	width: 300px;
}

.main-navigation ul ul a:hover {
	color: #0079A1;
	text-decoration: underline;
}

.main-navigation ul li:hover > ul {
	display: block;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 767px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

/* =Comments
----------------------------------------------- */

a.comment-reply-link:hover {
	text-decoration: none;
}

#foundation-submit {
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 0.875rem;
	padding-right: 1.75rem;
	padding-bottom: 0.9375rem;
	padding-left: 1.75rem;
	font-size: 0.8125rem;
	background-color: #008CBA;
	border-color: #0079A1;
	color: white;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	padding-top: 1.0625rem;
	padding-bottom: 1rem;
	-webkit-appearance: none;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#foundation-submit:hover {
	background-color: #0079A1;
	color: white;
}

p.label {
	margin-bottom: 1.25rem;
}

.label {
	font-size: 1rem;
}

ol.comment-list {
	list-style: none;
}

.comment-list li {
	margin-bottom: 20px;
}

.comment-list .children {
	list-style: none;
}

.comment-list .children li {
	margin-left: 30px;
}

.comment-list ul ul {
	margin-left: 30px;
}

/* =Media
----------------------------------------------- */

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd {
	margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

nav.post-navigation.row {
	margin-bottom: 30px;
	overflow: hidden;
}

[class*="navigation"] .nav-previous {
	line-height: 1.6rem;
	text-align: left;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

[class*="navigation"] .nav-next {
	line-height: 1.6rem;
	text-align: right;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

nav#comment-nav-above {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* =Meta
----------------------------------------------- */

.genericon:before,
.entry-meta .attached:before,
.entry-meta .sticky:before,
.entry-meta .date:before,
.entry-meta .author:before,
.entry-meta .zoom:before,
.entry-meta .category:before,
.entry-meta .tag:before,
.entry-meta .comment:before,
.entry-meta .edit-link:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	margin-right: 2px;
	vertical-align: text-bottom;
}

.entry-meta .attached:before {
	content: '\f416';
}

.entry-meta .sticky:before {
	content: "\f308";
}

.entry-meta .date:before {
	content: '\f303';
}

.entry-meta .author:before {
	content: '\f304';
}

.entry-meta .zoom:before {
	content: '\f402';
}

.entry-meta .category:before {
	content: '\f301';
}

.entry-meta .tag:before {
	content: '\f302';
	position: relative;
	top: -1px;
}

.entry-meta .comment:before {
	content: '\f108';
	position: relative;
}

.entry-meta .edit-link:before {
	content: '\f411';
	position: relative;
	top: -1px;
}

footer .entry-meta {
	clear: both;
	margin-top: 15px;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit the container */
.widget select {
	max-width: 100%;
}

/* Hide search button */
.widget_search .search-submit {
	display: none;
}

/* Calendar */

.widget_calendar table {
	width: 100%;
	border-collapse: collapse;
}

.widget_calendar th {
	text-align: center;
}

.widget_calendar td#next {
	text-align: right;
}

/* =Content
----------------------------------------------- */

.sticky {}

.bypostauthor {}