/*
Theme Name: Elucidate
Theme URI: https://github.com/chrisdc/elucidate
Author: Christopher Crouch
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
/* 0.0 RESET */

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, article {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
	font-family: inherit;
	font-size: 100%;
}
html {
	font-size: 100%;
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	opacity: 1;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
/* 1.0 GLOBAL ELEMENTS */

/* 1.1 Typography */

html {
	font-size: 100%; /* 18px base size */
}
/* Standard font-size */
button, input, select, textarea, .menu-toggle, pre, .widget-title, .page-title, .site-description {
	font-size: 18px;
	font-size: 1rem;
}
body, #page, button, input, select, textarea, pre {
	line-height: 1.5; /* 18px */
}
/* Serif elements */
body, #page, button, input, select, textarea {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
}
/* Sans serif elements */
h1, h2, h3, h4, h5, h6, table, dt, .post-categories, .more-link, button, .menu-toggle, html input[type="button"], input[type="reset"], input[type="submit"], label, .main-navigation {
	font-size: 100%; /* 18px base size */
}
.entry-meta, .posted-on, .wp-caption, .gallery-caption, .site-main [class*="navigation"], .format-quote .entry-content blockquote, .comment-meta, .edit-link a, .comment .fn, .comment-reply-link, .widget, .sticky_post, .site-footer {
	font-family: 'Lato', sans-serif;
}
/* Standard element spacing */
hr, p, ul, ol, dd, blockquote, address, pre, table, .pingback, .comment-meta, .page-links, .video-player {
	margin-bottom: 18px;
	margin-bottom: 1rem;
}
/* Headings */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .fn a {
	text-decoration: none;
	color: #333;
}
h1 {
	font: 2em arial, tahoma;
	letter-spacing: 1px;
	color: #660000;
}
h2 {
	font: 1em arial, tahoma;
	color: #FFFFFF;
	background-color: #003333;
	padding: 1px 7px 1px 7px;
	letter-spacing: 1px;
	line-height: 1;
}
h3 {
	font: 1em arial, tahoma;
	color: #FFFFFF;
	background-color: #003333;
	padding: 1px 7px 1px 7px;
	letter-spacing: 1px;
	line-height: 1;
}
h4, .widget-title {
	font: 1.0em arial, tahoma;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #003333;
	padding: 7px 7px 7px 7px;
	text-transform: uppercase;
}
h4 {
	margin: 26px 0 18px;
	margin: 1.44444444444rem 0 1rem;
}
h5 {
	font: 1em arial, tahoma;
	color: #FFFFFF;
	background-color: #333;
	padding: 1px 7px 1px 7px;
	letter-spacing: 1px;
	line-height: 1;
}
h6 {
	font-size: 15px;
	font-size: 0.83333333333rem;
	font-weight: bold;
	margin: 27px 0 18px;
	margin: 1.5rem 0 1rem;
	text-transform: uppercase;
}
h7 {
	font: 1em arial, tahoma;
	color: #FFFFFF;
	background-color: #003333;
	padding: 1px 7px 1px 7px;
	letter-spacing: 1px;
	line-height: 1;
}
h8 {
	font: 1em arial, tahoma;
	color: #FFFFFF;
	background-color: #006666;
	padding: 1px 7px 1px 7px;
	letter-spacing: 1px;
	line-height: 1;
}
h9 {
	color: #660000;
	font-size: 100%;
}
hr {
	background-color: #006666;
	border: 0;
	height: 1px;
}
/* Lists */

li {
	display: block
}
ul, ol, dl {
	margin-left: 36px;
	margin-left: 2rem;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
}

/* List rest*/

dt {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	border-left: 2px solid #660000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-style: italic;
	padding-left: 36px;
	padding-left: 2rem;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	max-width: 100%;
	overflow: auto;
	padding: 26px;
	padding: 1.44444444444rem;
}
code, kbd, tt, var {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #fff;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
/* Selection styling */

/* Safari */
::selection {
	background: #006666;
	color: #fff;
}

/* Firefox */
::-moz-selection {
 background: #006666;
 color: #fff;
}
/* 1.2 Links */

a {
	color: #003333;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
/* Includes toggle for responsive menu and menu items, see section 2.2 */
a:hover, .comment-metadata a:hover, .main-navigation a:hover, .byline a:hover, .widget a:hover {
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
a:active {
	color: #003333;
}
.comment-metadata a:hover, .main-navigation a:hover, .byline a:hover, .entry-title a:hover {
	color: #003333;
}
.widget a:hover {
	color: #660000;
	text-decoration: underline;
}

/* button style links */
.more-link, button, .menu-toggle, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #003333;
	border: 0;
	-webkit-border-radius: 3px;
	-mox-border-radius: 3px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	padding: 9px 13.5px;
	padding: 0.5rem 0.75rem;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.more-link:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #660000;
	color: #fff;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
/* 1.3 Media */

figure {
	margin: 0;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
embed, iframe, object {
	max-width: 100%;
}
/* 1.4 Tables */

table {
	border-collapse: collapse;
	width: 100%;
}
tr {
	border-bottom: 1px solid #fff;
}
td {
	padding: 4.5px;
	padding: 0.25rem;
}
/* 1.5 Forms */
/* Note that buttons are defined above in section 1.2 to avoid duplication */

button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button, input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
input, textarea {
	max-width: 100%; /* Fix overlowing inputs. */
}
button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	border: 1px solid #003333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #003333;
	padding: 9px 13.5px;
	padding: 0.5rem 0.75rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
/* Adds space to some contact forms */
label {
	margin-top: 18px;
	margin-top: 1rem;
}
/* 1.6 Screen reader text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #003333;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #003333;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* 1.7 Icon fonts */

@font-face {
	font-family: 'elucicons';
	src: url('fonts/elucicons.eot');
	src: url('fonts/elucicons.eot?#iefix') format('embedded-opentype'), url('fonts/elucicons.ttf') format('truetype'), url('fonts/elucicons.woff') format('woff'), url('fonts/elucicons.svg#elucicons') format('svg');
	font-weight: normal;
	font-style: normal;
}
.post-categories:before, .tag-links:before, .comments-link a:before, .edit-link a:before, .comment-reply-link:before, .menu-item-has-children > a:after, .menu-item-has-children .menu-item-has-children > a:after {
	display: inline-block;
	font-family: 'elucicons';
	font-size: 18px;
	font-size: 0.88888888888rem;
	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 4.5px;
	margin-right: 0.25rem;
	text-transform: none;
	speak: none;
	/* optical adjustment */
	vertical-align: -10%;
}
.post-categories:before {
	content: "\e600";
	vertical-align: baseline;
}
.tag-links:before {
	content: "\e601";
}
.comments-link a:before {
	content: "\e60a";
}
.edit-link a:before {
	content: "\e609";
}
.comment-reply-link:before {
	content: "\e604";
}
/* 2.0 LAYOUT */

#page {
	background-color: #fff;
	margin: 0 auto;
	max-width: 900px;
	max-width: 40.9090909091rem;
	padding: 0 20px;
	padding: 0 1.11111111111rem;
	border-color: #006666;
	border-width: 3px;
	border-style: solid;
}
.content-area {
	width: 100%;
}
.site-main {
	margin: 0;
}
.site-content .widget-area {
	overflow: hidden;
}
.site-footer {
	clear: both;
	font-size: 18px;
	font-size: 1rem;
	padding: 20px 0;
	padding: 1rem 0;
	width: 100%;
}
/* 3.0 LOCAL ELEMENTS */

/* 3.1 Header */

#masthead {
	margin-bottom: 20px;
	margin-bottom: 1rem
}
.site-branding {
	padding: 50px 0;
	padding: 2.9rem 0;
}
.site-title {
	font-size: 38px;
	font-size: 2.7rem;
	color: #003333;
	font-weight: 200;
	margin: 0;
}
.site-description {
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	margin: 4.5px 0 0;
	margin: 0.25rem 0 0;
	text-transform: none;
}
/* 3.2 Navigation */
.menu-toggle {
	cursor: pointer;
	display: block;
	text-align: center;
	width: 100%;
}
.main-navigation {
	line-height: 1.5;
	font-size: 100%; /* 18px base size */
}
/*Hide the menu by default, until it's toggled on */
.main-navigation .menu {
	display: none;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation ul ul {
	margin-left: 36px; /* eingerueckt bei mobile */
	margin-left: 2rem;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	float: left;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	font-weight: normal;
	color: #003333;
	border: 1px solid;
	border-color: #FFFFFF;
	padding: 0px 5px 0px 5px;
}
.main-navigation a:hover {
	height: auto;
	background-color: #003333;
	color: #FFFFFF;
	font-weight: normal;
}
.main-navigation ul ul a {
	color: #fff;
	background-color: #660000;
	font-size: 97%;
	width: 97%;
	border-bottom: 0px solid #fff; /* Linien imdropdown-menu */
}
.main-navigation ul ul a:hover {
	height: auto;
	background-color: #003333;
	color: #FFFFFF;
	font-weight: normal;
}
/* Toggled On */

.main-navigation.toggled .menu {
	display: block;
}
/* 3.3 Content */

.sticky_post {
	color: #003333;
	float: right;
}
.hentry {
	border-bottom: 2px solid #006666;
	margin-bottom: 38px;
	margin-bottom: 2.11111111111rem;
	padding-bottom: 38px;
	padding-bottom: 2.11111111111rem;
}
.entry-header {
	margin-bottom: 26px;
	margin-bottom: 1rem;
}
.byline, .updated {
	display: none;
}
.single .byline, .group-blog .byline {
	color: #777;
	display: block;
	font-style: italic;
	margin-top: 26px;
	margin-top: 1.44444444444rem;
}
.byline a {
	color: inherit;
}
.page-content, .entry-content, .entry-summary {
	margin-top: 18px;
	margin-top: 1rem;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-links {
	clear: both;
}
/* Post Meta */

.entry-meta {
	color: #777;
	font-size: 16px;
	margin-top: 8px;
	margin-top: 0.44444444444rem;
}
.entry-meta a {
	color: #777;
}
.entry-meta a:hover {
	color: #003333;
}
.post-categories, .tag-links, .comments-link, .edit-link {
	margin-right: 18px;
	margin-right: 1rem;
}
/* 3.3.1 Wordpress Generated Classes */
/* alignment, smileys, galleries and captions. */

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	color: #003333;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin-top: 15px;
	margin-top: 0.83333333333rem;
}
/* Gallery */

.gallery-item {
	margin-left: 0;
}
.gallery-caption {
	font-size: 15px;
	font-size: 0.83333333333rem;
	color: #003333;
	overflow: wrap;
}
.gallery-item .gallery-icon .attachment-thumbnail {
	border: 0 !important;
}
.gallery-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
}
/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin: 0 18px 18px 0;
	margin-right: 0 1rem 1rem 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 18px 18px;
	margin-right: 0 0 1rem 1rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 18px;
	margin: 0 auto 1rem;
}
/* 3.4 PAGINATION */

.site-main [class*="navigation"] {
	overflow: hidden;
	padding-bottom: 38px;
	padding-bottom: 2.11111111111rem;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* 3.5 COMMENTS */

.comment-list {
	margin-left: 0;
}
.comment-list, .children {
	list-style: none;
}
.comment {
	margin: 38px 0;
	margin: 2.11111111111rem 0;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-metadata, .comment-metadata a, .edit-link a {
	color: #777;
}
.comment-metadata > .edit-link {
	margin: 0 0 0 18px;
	margin: 0 0 0 1rem;
}
.comment .fn {
	font-size: 26px;
	font-size: 1.44444444444rem;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1;
	margin: 26px 0 18px;
	margin: 1.44444444444rem 0 1rem;
}
.bypostauthor {
}
.comment-reply-link:before {
	content: "\e604";
}
/* 3.6 WIDGETS */
.widget {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 30px;
	margin-bottom: 1rem;
	color: #660000;
}
.widget-title {
	margin-bottom: 18px;
	margin-bottom: 1rem;
}
.widget a {
	font-size: 16px;
	font-size: 1rem;
	color: #003333;
}
.widget a:hover {
	font-size: 16px;
	font-size: 1rem;
	color: #660000;
	text-decoration: underline;
}
.widget a:active {
	font-size: 16px;
	font-size: 1rem;
	color: #003333;
}
.widget ul {
	list-style: none;
	margin-left: 0;
}
.widget li {
	margin-bottom: 9px;
	margin-bottom: 0.5rem;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
/* Recent posts widget */

.post-date {
	display: block;
	font-family: georgia, serif;
	font-style: italic;
}
/* 4.1 Asides */

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/* 4.2 Quotes */

.format-quote .entry-content blockquote {
	border: 0;
	font-size: 26px;
	font-size: 1.44444444444rem;
	font-style: normal;
	padding: 0;
}
.format-quote .entry-content cite {
	font-style: normal;
}
/* 5.0 Page templates */

.page-header {
	margin-bottom: 38px;
	margin-bottom: 2.11111111111rem;
}
.page-title {
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
}
/* 5.1 Front page template */

.front-page-template #primary {
	float: none;
	width: 100%;
}
/* 6.0 Cleafix */

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: '';
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}

/* 7.0 MEDIA QUERIES */

@media screen and (min-width: 800px) {
#primary {
	float: left;
	width: 73.87228258428122%; /* 680px at full size */
}
#secondary, #tertiary {
	float: right;
	margin-top: 25px;
	width: 21.725543482922617% /* 200px */
}
#page {
	margin: 0 auto;
	max-width: 920px;
	max-width: 51.1111111111rem;
	padding: 0 80px;
	padding: 0 4.44444444444rem;
	border-color: #006666;
	border-width: 3px;
	border-style: solid;
}
.site-branding {
	float: left;
}
.main-navigation {
	border-color: #660000;
	border-style: solid;
	border-width: 2px 0;
	float: left;
	padding: 9px 0;
	padding: 0.5rem 0;
	width: 100%;
}
.main-navigation .menu {
	display: block;
}
.main-navigation li {
	float: left;
	margin-right: 26px;
	margin-right: 1.44444444444rem;
	position: relative;
}
/* Add a down menu next to links with sub-menus */
        

.main-navigation li:hover > ul, .main-navigation li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul {
	background-color: #fff;
	border: 0px solid #9E005D;
	left: -999em;
	margin: 0;
	position: absolute;
	top: 100%;
	z-index: 99999;
	width: 200px;
	width: 11.1111111111rem;
}
.main-navigation ul ul li {
	float: none;
	margin: 0;
}
.main-navigation ul ul a {
	padding: 0 10px 0 5px;
	padding: 0 0.5555555555rem 0 0.27777777777rem;
}
.main-navigation ul ul ul {
	top: -10px;
	top: -0.55555555555rem
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.menu-toggle {
	display: none;
}
/* Front Page Template */
#front-page-widgets > div {
	float: left;
	margin-right: 4.347826086%; /* 40px */
	width: 30.434782608% /* 280px */
}
#front-page-widgets > .front-page-3 {
	margin-right: 0;
}
entry-date {
	display: none;
}
/* Footer */
.site-info {
	float: right;
	text-align: right;
}
#social-navigation {
	float: left;
}

