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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block
}

body {
	line-height: 1
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	font-size: 100.01%
}

body {
	font-family: 'Open Sans', Arial, Verdana;
	font-size: 1em;
	border: 0;
	color: #111;
	background: url(../img/bg.jpg) repeat;
}

.noodles {
    width: 302px;
    height: 317px;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../img/table_noodles.png) top left no-repeat;
    z-index:-1;
}

.penne {
    width: 274px;
    height: 284px;
    position: absolute;
    top: -40px;
    left: 0;
    background: url(../img/table_penne.png) top left no-repeat;
    z-index:-1;
}

.gnocchi {
    width: 274px;
    height: 284px;
    position: absolute;
    top: -40px;
    left: 0;
    background: url(../img/table_gnocchi.png) top left no-repeat;
    z-index:-1;
}

.whisk {
    width: 205px;
    height: 380px;
    position: absolute;
    top: 240px;
    left: 0;
    background: url(../img/table_whisk.png) top left no-repeat;
    z-index: -1;
}

.carots {
    width: 300px;
    height: 280px;
    position: absolute;
    top: 320px;
    left: 0;
    background: url(../img/table_carots.png) top left no-repeat;
    z-index: -1;
}

.potato-left {
    width: 131px;
    height: 191px;
    position: absolute;
    top: 240px;
    left: 0;
    background: url(../img/table_potato_left.png) top left no-repeat;
    z-index: -1;
}

.bread {
    width: 350px;
    height: 633px;
    position: absolute;
    top: 360px;
    left: -140px;
    background: url(../img/table_bread.png) top left no-repeat;
    z-index: -1;
}

.herb {
    width: 400px;
    height: 345px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/table_herb.png) top left no-repeat;
    z-index: -1;
}

.vegetables {
    width: 226px;
    height: 458px;
    position: absolute;
    top: 100px;
    right: 0;
    background: url(../img/table_vegetables.png) top right no-repeat;
    z-index: -1;
}

.salad {
    width: 280px;
    height: 340px;
    position: absolute;
    top: 0px;
    right: 0;
    background: url(../img/table_salad.png) top right no-repeat;
    z-index: -1;
}

.table {
	display: none;
}

.buttonpanel {
	position: fixed;
	right: 10px;
	bottom: 30px;
}

.buttonpanel .button {
	width: 48px;
	height: 48px;
	background: rgba(179, 60, 0, 0.4);
	border-radius: 10px;
	margin: 0px 0px 10px 0px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	position: relative;
	border-radius: 5px;
	-webkit-transform: translateY(0);
	-webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.buttonpanel .active:hover {
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25)
}

.buttonpanel .active {
	background: rgba(179, 60, 0, 0.8);
}

.button img {
	display: block;
	width: 32px;
	height: 32px;
	padding: 8px;
}

a, a:link, a:visited {
	color: #111;
	text-decoration: none
}

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

input, textarea {
	padding: .2em;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: .3em;
	font-size: 1.2em;
	color: #222;
	font-family: 'Open Sans', Arial, Verdana
}

input[type="submit"] {
	padding: .5em 1em;
	text-decoration: none;
	color: #fff;
	background: rgba(179, 60, 0, 0.8);
	font-weight: 700;
	border: none
}

input[type="submit"]:hover {
	background: #222;
	cursor: pointer
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	*zoom: 1
}

input, textarea, select {
	max-width: 100%
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.container {
	max-width: 1320px;
	width: 80%;
	background: rgba(255, 255, 255, 0.8);
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#wrapper {
	margin-top: 2.5em;
	padding: .5em .5em 0;
	border-radius: 30px 30px 0px 0px;
}

#wrap {
	clear: both;
	padding-top: .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#content {
	float: left;
	width: 70%;
	padding-right: .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#sidebar {
	float: right;
	width: 30%
}

#topheader-wrap {
	background: #333
}

#topheader {
	max-width: 1320px;
	width: 94%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.topnav-toggle, #topnav-icon-tablet, #topnav-icon {
	display: none
}

.top-navigation-menu {
	display: inline;
	list-style-type: none;
	list-style-position: outside
}

.top-navigation-menu li {
	float: left
}

.top-navigation-menu a {
	display: block;
	font-size: .75em;
	padding: 1.6em 1.4em;
	text-decoration: none;
	text-transform: uppercase
}

.top-navigation-menu a:link, .top-navigation-menu a:visited {
	color: #fff;
	text-decoration: none
}

.top-navigation-menu a:hover {
	background: rgba(0, 0, 0, .2)
}

.top-navigation-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	color: #fff;
	background: #333
}

.top-navigation-menu ul li {
	float: none;
	position: relative
}

.top-navigation-menu ul a {
	min-width: 250px;
	min-width: 16rem;
	padding: 1em 1.2em;
	font-size: .75em;
	text-transform: none;
	background: rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .05);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.top-navigation-menu ul a:link, .top-navigation-menu ul a:visited {
	color: #fff;
	text-decoration: none
}

.top-navigation-menu ul a:hover {
	text-decoration: underline
}

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

.top-navigation-menu li.menu-item-has-children:hover>ul,
	.top-navigation-menu li.menu-item-has-children[aria-expanded="true"]>ul
	{
	display: block
}

.top-navigation-menu li.current_page_item a, .top-navigation-menu li.current-menu-item a
	{
	text-decoration: underline
}

.top-navigation-menu li.current_page_item ul li a, .top-navigation-menu li.current-menu-item ul li a
	{
	color: #fff;
	text-decoration: none
}

.top-navigation-menu li.current_page_item ul li a:hover,
	.top-navigation-menu li.current-menu-item ul li a:hover {
	text-decoration: underline
}

.top-navigation-menu ul li.current_page_item a, .top-navigation-menu ul li.current-menu-item a
	{
	color: #fff;
	text-decoration: underline
}

.top-navigation-menu ul li.current_page_item ul li a,
	.top-navigation-menu ul li.current-menu-item ul li a {
	text-decoration: none
}

.top-navigation-menu .mega-menu-content .mega-menu-widget ul li a:hover,
	.top-navigation-menu .mega-menu-content .mega-menu-widget ul li a:active
	{
	color: rgba(255, 255, 255, .6)
}

#header-wrap {
	background: rgba(153, 51, 0, 0.8);
	border-radius: 30px;
}

#header {
	padding: 2.5em
}

#logo {
	float: left;
	width: 100%
}

#logo .custom-logo {
	margin: 0 1.5em 0 0;
	padding: 0;
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto
}

#logo .site-title {
	font-family: 'Marck Script', Arial, Verdana;
	font-weight: 700;
	font-size: 4em;
	color: #fff
}

#custom-header {
	margin: .5em 0 0
}

#custom-header img {
	max-width: 1320px;
	vertical-align: top;
	width: 100%;
	height: auto
}

#mainnav-icon, #mainnav-toggle {
	display: none
}

#mainnav {
	float: right;
	background: rgba(255, 255, 255, .08)
}

.main-navigation-menu {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	position: relative
}

.main-navigation-menu li {
	float: left
}

.main-navigation-menu a {
	display: block;
	font-family: 'Open Sans', Arial, Verdana;
	font-weight: 700;
	padding: 1.4em;
	text-decoration: none
}

.main-navigation-menu a:link, .main-navigation-menu a:visited {
	color: #fff;
	text-decoration: none
}

.main-navigation-menu a:hover {
	background: rgba(255, 255, 255, .08)
}

.main-navigation-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	background: #fff;
	padding: .4em;
	box-shadow: 0 0 2px #444
}

.main-navigation-menu ul li {
	float: none;
	position: relative
}

.main-navigation-menu ul a {
	min-width: 250px;
	min-width: 16rem;
	padding: 1.2em;
	font-weight: 400;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.main-navigation-menu ul a:link, .main-navigation-menu ul a:visited {
	color: #333;
	font-size: .85em;
	text-decoration: none
}

.main-navigation-menu ul a:hover {
	color: #fff;
	background: rgba(179, 60, 0, 0.8);
}

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

.main-navigation-menu li.menu-item-has-children:hover>ul,
	.main-navigation-menu li.page_item_has_children:hover>ul,
	.main-navigation-menu li.menu-item-has-children[aria-expanded="true"]>ul
	{
	display: block
}

.main-navigation-menu li.current_page_item a, .main-navigation-menu li.current-menu-item a
	{
	text-decoration: underline
}

.main-navigation-menu li.current_page_item ul li a,
	.main-navigation-menu li.current-menu-item ul li a {
	text-decoration: none
}

.main-navigation-menu ul li.current_page_item a, .main-navigation-menu ul li.current-menu-item a
	{
	text-decoration: underline
}

.main-navigation-menu ul li.current_page_item ul li a,
	.main-navigation-menu ul li.current-menu-item ul li a {
	text-decoration: none
}

.mega-menu-content {
	line-height: 1.5
}

.mega-menu-content .mega-menu-widget .mega-menu-widget-header-title {
	font-weight: 700
}

.main-navigation-menu .mega-menu-content .mega-menu-widget ul li a:hover,
	.main-navigation-menu .mega-menu-content .mega-menu-widget ul li a:active
	{
	color: #aaa
}

.main-navigation-menu .mega-menu-content .widget_meta ul li,
	.main-navigation-menu .mega-menu-content .widget_pages ul li,
	.main-navigation-menu .mega-menu-content .widget_categories ul li,
	.main-navigation-menu .mega-menu-content .widget_archive ul li {
	display: block
}

.main-navigation-menu .mega-menu-content .widget_meta ul li a,
	.main-navigation-menu .mega-menu-content .widget_pages ul li a,
	.main-navigation-menu .mega-menu-content .widget_categories ul li a,
	.main-navigation-menu .mega-menu-content .widget_archive ul li a {
	display: block;
	padding: .75em 1em;
	font-size: 14px;
	font-size: .875rem
}

.main-navigation-menu .mega-menu-content .widget_meta ul li a:hover,
	.main-navigation-menu .mega-menu-content .widget_pages ul li a:hover,
	.main-navigation-menu .mega-menu-content .widget_categories ul li a:hover,
	.main-navigation-menu .mega-menu-content .widget_archive ul li a:hover
	{
	color: #fff;
	background: rgba(179, 60, 0, 0.8);
}

.widget {
	margin: 0 0 .5em 0;
	padding: .8em;
	color: #333;
	background: rgba(204, 204, 204, 0.2);
	border-bottom: 2px solid #ddd;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.widgettitle {
	color: #fff;
	background: rgba(179, 60, 0, 0.8);
	margin: -.8em -.8em 1em;
	padding: .6em .8em;
	border-radius: .3em;
}

.widgettitle span {
	font-family: 'Marck Script', Tahoma, Verdana, Arial;
	font-weight: 400;
	font-size: 1.6em;
	line-height: 1.4em
}

.widgettitle .accordion-toggle {
	float: right;
	display: block;
	margin: 0;
}
.widgettitle .accordion-toggle:hover {
	cursor: pointer;
	background: rgba(255, 255, 255, .08)
}
.widgettitle .accordion-toggle:before {
	line-height: 1;
	font-family: 'Genericons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: inherit;
	vertical-align: middle;
	content: '\f432';
	color: #fff;
}
.widgettitle .accordion-toggle.active:before {
	content: '\f431'
}

.widget .textwidget {
	line-height: 1.5em;
	margin: 0 .5em
}

.widget .textwidget p {
	margin-bottom: 1em
}

.widget ul {
	line-height: 1.5em;
	margin: 0 .5em;
	list-style: circle inside
}

.widget ul .children {
	padding: 0;
	margin: .5em 0 .5em 1em
}

.widget a:link, .widget a:visited {
	text-decoration: none;
}

.widget a:hover, .widget a:active {
	text-decoration: underline
}

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

.widgettitle a:link, .widgettitle a:visited {
	color: #fff
}

.search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden
}

.search-form .screen-reader-text {
	display: none
}

.search-form .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: .7em 45px .7em .7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1em;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: transparent;
	padding: .8em .7em 0 0;
	cursor: pointer
}

.search-form .search-submit .genericon-search {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: 400;
	font-style: normal;
	vertical-align: text-bottom;
	color: #777;
	content: '\f400'
}

.search-form .search-submit:hover .genericon-search {
	color: #333
}

#wp-calendar {
	margin: 0;
	width: 100%;
	color: #444;
	line-height: 1.6em
}

#wp-calendar th, #wp-calendar td, #wp-calendar caption {
	text-align: center
}

#wp-calendar caption {
	padding: .4em 0;
	margin: 0 -.4em .8em;
	text-align: center;
	text-transform: uppercase;
	font-size: .9em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

#wp-calendar th {
	font-weight: 700;
	font-size: .85em;
	padding-bottom: .6em
}

#wp-calendar tbody td {
	color: #888
}

#wp-calendar tbody td a {
	font-weight: 700
}

#wp-calendar tbody #today {
	font-weight: 700;
	color: #333
}

#wp-calendar tfoot tr td {
	padding-top: .8em
}

#wp-calendar #prev {
	text-align: left
}

#wp-calendar #next {
	padding-right: .4em;
	text-align: right
}

.type-post, .type-page, .type-attachment {
	margin: 0 0 .5em 0;
	padding: .6em 1em 1em;
	background: rgba(204, 204, 204, 0.2);
	border-top: 2px solid #ddd;
	border-bottom: 4px solid #ccc
}

.page-title, .entry-title {
	font-size: 3.6em;
	font-family: 'Marck Script', Tahoma, Verdana, Arial;
	padding: .1em 0;
	color: #b00;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.page-title {
	color: #333
}

.entry-title a:link, .entry-title a:visited {
	color: #b00;
	text-decoration: none
}

.entry-title a:hover, .entry-title a:active {
	color: #222
}

.sticky {
	border-left: 5px solid #b00
}

.page-links {
	margin: 0;
	word-spacing: 1em;
	font-weight: 700
}

.entry-meta {
	color: #222;
	margin: .8em 0 0;
	font-size: .85em;
	line-height: 1.5em;
	background: #ddd
}

.entry-meta .meta-date, .entry-meta .meta-author
	{
	display: inline-block;
	padding: .5em 1em;
	margin: 0
}

.entry-meta .meta-date {
	background: rgba(179, 60, 0, 0.8);
	color: #fff
}

.entry-meta .meta-date a:link, .entry-meta .meta-date a:visited {
	color: #fff
}

.entry-meta .meta-date a:hover, .entry-meta .meta-date a:active {
	text-decoration: none
}

.postinfo {
	clear: both;
	line-height: 1.5em;
	font-size: .95em;
	font-weight: 700
}

.postinfo span {
	margin-right: .5em
}

.postinfo a {
	font-weight: 400
}

.more-link {
	display: inline-block;
	margin: .5em 0;
	padding: .5em 1em;
	text-decoration: none;
	color: #fff;
	background: rgba(179, 60, 0, 0.8);
	font-weight: 700
}

.more-link:link, .more-link:visited {
	color: #fff
}

.more-link:hover, .more-link:active {
	background: #222;
	text-decoration: none
}

.content-excerpt .more-link {
	margin: .5em 0 1em
}

.post-navigation {
	margin: 0 0 .5em 0;
	padding: .8em;
	color: #333;
	background: rgba(204, 204, 204, 0.2);
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #ddd
}

.post-navigation .nav-links:before, .post-navigation .nav-links:after {
	content: "";
	display: table
}

.post-navigation .nav-links:after {
	clear: both
}

.post-navigation .nav-links .nav-previous {
	float: left
}

.post-navigation .nav-links .nav-next {
	float: right
}

.archive-title {
	font-weight: 700;
	color: #fff;
	background: rgba(179, 60, 0, 0.8);
	padding: .6em 1em;
	line-height: 1.4em;
	margin-bottom: .5em
}

.archive-description {
	margin: -.5em 0 .5em 0;
	padding: .8em;
	line-height: 1.6;
	color: #333;
	background: rgba(204, 204, 204, 0.2);
	border-bottom: 2px solid #ddd
}

.post-pagination {
	font-weight: 700;
	color: #fff;
	background: rgba(179, 60, 0, 0.8);
	padding: .6em 1em;
	line-height: 1.4em;
	margin-bottom: .5em
}

.post-pagination a {
	margin-right: .8em;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #fff
}

.post-pagination a:link, .post-pagination a:visited {
	color: #fff
}

.post-pagination a:hover {
	text-decoration: underline
}

.post-pagination .current {
	margin-right: .8em;
	text-decoration: underline
}

.infinite-scroll .post-pagination {
	display: none
}

.infinite-scroll #infinite-handle span {
	display: inline-block;
	margin-bottom: .5em;
	padding: .5em 1em;
	line-height: 1.5;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgba(179, 60, 0, 0.8);
}

.infinite-scroll #infinite-handle span:hover {
	background-color: #222
}

.breadcrumbs {
	font-weight: 700;
	color: #fff;
	background: rgba(179, 60, 0, 0.8);
	padding: .6em 1em;
	line-height: 1.4em;
	margin-bottom: .5em
}

.breadcrumbs .trail-browse, .breadcrumbs .trail-items, .breadcrumbs .trail-items li
	{
	display: inline;
	line-height: 1.4
}

.breadcrumbs .trail-browse {
	margin-right: .5em
}

.breadcrumbs .trail-items {
	list-style: none
}

.breadcrumbs .trail-items li a:link, .breadcrumbs .trail-items li a:visited
	{
	color: #fff;
	text-decoration: underline
}

.breadcrumbs .trail-items li a:active, .breadcrumbs .trail-items li a:hover
	{
	text-decoration: none
}

.breadcrumbs .trail-items li::after {
	content: "\00bb";
	padding: 0 .5em
}

.trail-separator-slash .trail-items li::after {
	content: "\002F"
}

.trail-separator-dash .trail-items li::after {
	content: "\2013"
}

.trail-separator-bull .trail-items li::after {
	content: "\2022"
}

.trail-separator-arrow-bracket .trail-items li::after {
	content: "\003e"
}

.trail-separator-raquo .trail-items li::after {
	content: "\00bb"
}

.trail-separator-single-arrow .trail-items li::after {
	content: "\2192"
}

.trail-separator-double-arrow .trail-items li::after {
	content: "\21D2"
}

.breadcrumbs .trail-items li:last-of-type::after {
	display: none
}

.entry {
	line-height: 1.6em;
	margin: .5em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.entry p, .comment p {
	margin: .75em 0
}

.entry h1, .comment h1, .entry h2, .comment h2, .entry h3, .comment h3,
	.entry h4, .comment h4, .entry h5, .comment h5, .entry h6, .comment h6
	{
	font-family: 'Marck Script', Arial, Verdana;
	color: #fff;
	font-weight: 700;
	line-height: 1em;
	margin: .2em 0 .3em;
}

.entry h1, .comment h1 {
	font-size: 3em;
	color: #444;
}

.entry h2, .comment h2 {
	font-size: 2.25em
}

.entry h3, .comment h3 {
	font-size: 1.5em
}

.entry h4, .comment h4 {
	font-size: 1.25em
}

.entry h5, .comment h5 {
	font-family: 'Open Sans', Arial, Verdana;
	font-size: 1.125em;
	color: #222;
	margin: 1.3em 0 0
}

.entry h6, .comment h6 {
	font-family: 'Open Sans', Arial, Verdana;
	font-size: 1em;
	margin: 1.3em 0 0
}

.entry ul, .comment ul {
	list-style: square inside;
	margin: 0 0 1.5em 2em
}

.entry ol, .comment ol {
	list-style: decimal inside;
	margin: 0 0 1.5em 2em
}

.entry ol ol, .comment ol ol {
	list-style: upper-alpha inside
}

.entry ol ol ol, .comment ol ol ol {
	list-style: lower-roman inside
}

.entry ol ol ol ol, .comment ol ol ol ol {
	list-style: lower-alpha inside
}

.entry ul ul, .comment ul ul, .entry ol ol, .comment ol ol, .entry ul ol,
	.comment ul ol .entry ol ul, .comment ol ul {
	margin-bottom: .2em
}

dl {
	margin: 1em 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: 1.5em
}

strong {
	font-weight: 700
}

cite, em, i {
	font-style: italic
}

big, .big_tag {
	font-size: 1.3em
}

ins {
	text-decoration: none
}

code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: rgba(204, 204, 204, 0.2);
	color: #222;
	font-size: .9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
	line-height: 1em
}

del, strike, s {
	text-decoration: line-through
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace
}

small {
	font-size: .7em
}

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

sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: .8em
}

sup {
	bottom: 1ex
}

sub {
	top: .5ex
}

.entry var, .entry kbd, .entry tt, .entry .tt_tag {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace
}

blockquote {
	background: #f5f5f5;
	border-left: 10px solid #ccc;
	margin: 1.2em 0;
	padding: .5em 1.5em
}

blockquote cite {
	display: block;
	margin: .5em 0 0 .5em;
	color: #777
}

.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 1em 0;
	text-align: left;
	width: 100%
}

.entry tr th, .entry thead th {
	background: #e5e5e5;
	font-weight: 700;
	padding: .2em 1em
}

.entry tr td {
	border-top: 1px solid #ddd;
	padding: .2em 1em
}

.entry tr.alternate td {
	background: #f5f5f5
}

article .wp-post-image {
	max-width: 100%;
	margin: 1.5em 1.5em 1em 0;
	height: auto
}

.entry img, .comment img {
	max-width: 100%;
	height: auto
}

.wp-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 1em 0
}

.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: .9em;
	text-align: center
}

.alignleft {
	float: left;
	display: inline;
	margin: 1em 2em 1em 0
}

.alignright {
	float: right;
	display: inline;
	margin: 1em 0 1em 2em
}

.aligncenter {
	margin: 1em auto;
	display: block
}

.gallery {
	margin: 1em auto !important
}

.gallery-item {
	float: left;
	margin: .7em 0 0 0 !important;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.gallery img {
	margin: 0 !important;
	border: none !important
}

.gallery-caption {
	margin-left: 0.3em !important
}

embed, iframe, object, video {
	max-width: 100%
}

#image-nav {
	margin-bottom: 1.5em;
	padding: .5em 0;
	color: #252525
}

#image-nav .nav-previous {
	float: left
}

#image-nav .nav-next {
	float: right
}

#image-nav .nav-previous a, #image-nav .nav-next a {
	font-size: .9em;
	font-weight: 700;
	text-decoration: none;
	color: #252525;
	padding: .5em .8em;
	border: 1px solid #e2e2e2;
	background: #f5f5f5;
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em
}

#image-nav .nav-previous a:hover, #image-nav .nav-next a:hover {
	background: #fdfdfd;
	border: 1px solid #ccc
}

.search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden
}

.search-form .screen-reader-text {
	display: none
}

.search-form .search-field, .textfield {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: .5em 45px .5em .5em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1em;
	color: #252525;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: transparent;
	padding: .8em .7em 0 0;
	cursor: pointer
}

.search-form .search-submit .genericon-search {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: 400;
	font-style: normal;
	vertical-align: text-bottom;
	color: #777;
	content: '\f400'
}

.search-form .search-submit:hover .genericon-search {
	color: #252525
}

.template-fullwidth #content {
	float: none;
	width: 100%;
	padding: 0
}

.magazine-homepage-no-widgets, .post-slider-empty-posts {
	line-height: 1.5em;
	margin-bottom: 1.5em
}

.widget-category-posts {
	margin-bottom: -.4em
}

.widget-category-posts .widgettitle .category-archive-link {
	float: right
}

.widget-category-posts .widgettitle .category-archive-link .category-archive-icon:after
	{
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-size: 24px;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: top;
	content: '\f436';
	margin: 0
}

.widget-category-posts .widgettitle .category-archive-link .category-archive-icon:hover
	{
	text-decoration: none
}

.widget-category-posts .type-post {
	margin: 0 0 1em 0;
	padding: 0;
	border: none;
	background: none
}

.widget-category-posts .type-post .entry-meta {
	margin: .5em 0 0
}

.widget-category-posts .type-post .entry-meta-small {
	margin: .5em 0 0;
	font-size: .8em;
	line-height: 1.5em
}

.widget-category-posts .type-post .entry-meta-small span {
	margin-right: .5em
}

.widget-category-posts .type-post .entry-meta-small span:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px 'Genericons';
	vertical-align: middle;
	color: #222
}

.widget-category-posts .type-post .entry-meta-small .meta-date:before {
	content: '\f307'
}

.widget-category-posts .type-post .entry-meta-small .meta-author:before
	{
	content: '\f304'
}

.widget-category-posts .type-post .more-link {
	margin: 0
}

.widget-category-posts .type-post .more-link:link,
	.widget-category-posts .type-post .more-link:visited {
	color: #fff
}

.widget-category-posts .type-post .more-link:hover,
	.widget-category-posts .type-post .more-link:active {
	text-decoration: none
}

.widget-category-posts .large-post .entry-title {
	font-size: 1.5em
}

.widget-category-posts .large-post .wp-post-image {
	margin: 0 0 .4em 0
}

.widget-category-posts .medium-post {
	float: left;
	display: block;
	width: 33.33333333%;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.widget-category-posts .medium-post .wp-post-image {
	margin: 0 0 .4em 0
}

.widget-category-posts .medium-post .entry-title {
	margin: 0 0 .4em 0;
	padding: 0;
	font-size: 1.15em
}

.widget-category-posts .small-post {
	float: left;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.widget-category-posts .small-post .wp-post-image {
	float: left;
	margin: 0 1em 0 0
}

.widget-category-posts .small-post .entry-title {
	font-size: 1.05em
}

#widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .wp-post-image
	{
	float: left;
	width: 55%;
	margin: 0;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .post-content
	{
	float: right;
	width: 45%
}

#widget-category-posts-boxed .category-posts-boxed-horizontal .medium-posts
	{
	margin-right: -1em
}

#widget-category-posts-boxed .category-posts-boxed-vertical .large-post
	{
	float: left;
	width: 50%;
	margin-bottom: 1em;
	padding-right: .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#widget-category-posts-boxed .category-posts-boxed-vertical .small-posts
	{
	width: 50%;
	margin-left: 50%;
	padding-left: .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#widget-category-posts-grid .category-posts-grid-row {
	margin-right: -1em
}

#widget-category-posts-grid .category-posts-grid-row .large-post {
	float: left;
	width: 50%;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.leeway_category_posts_columns {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}

.leeway_category_posts_columns .widget-category-posts {
	margin-bottom: 0
}

#widget-category-posts-columns .category-posts-columns .category-posts-columns-content .category-posts-columns-post-list
	{
	float: left;
	margin-bottom: -.9em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#widget-category-posts-columns .category-posts-columns .category-posts-columns-content
	{
	float: left;
	margin: 0 0 .5em 0;
	padding: .8em;
	color: #333;
	background: rgba(204, 204, 204, 0.2);
	border-bottom: 2px solid #ddd;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#widget-category-posts-columns .category-posts-column-left {
	float: left;
	width: 50%;
	padding-right: .25em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#widget-category-posts-columns .category-posts-column-right {
	margin-left: 50%;
	width: 50%;
	padding-left: .25em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#widget-category-posts-columns .medium-post {
	width: 100%;
	padding-right: 0
}

#footer-wrap {
	margin-bottom: 2.5em;
	padding: .5em .5em
}

#footer {
	padding: .8em 1.5em;
	color: #fff;
	background: rgba(179, 60, 0, 0.8);
	border-radius: .3em;
}

#footer a {
	color: #eee
}

.footer {
	font-size: .8em;
	line-height: 1.5em;
	white-space: nowrap;
}

.copyright {
	float: right;
}

.footerinfo {
	float: left;
}

.footer a:link, .footer a:visited {
	text-decoration: underline
}

.footer a:hover, .footer a:active {
	text-decoration: none
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

.passivate-screen  {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	font-family: inherit;
	overflow: hidden;
	background-color: #444;
	opacity: .2
}

@media only screen and (max-width:80em) {
	#logo .site-title {
		padding: 0;
		font-size: 3.6em
	}
	.main-navigation-menu a {
		padding: 1.1em
	}
	article .wp-post-image {
		max-width: 50%
	}
	.widget-category-posts .wp-post-image {
		max-width: 100%
	}
	#widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .more-link
		{
		display: none
	}
}

@media only screen and (max-width:70em) {
	.container {
		width: 80%
	}
	#wrapper {
		margin-top: 1.5em
	}
	#footer-wrap {
		margin-bottom: 1.5em
	}
	#topheader {
		width: 96%
	}
	#header {
		padding: 2.2em
	}
	#logo .site-title {
		font-size: 3.5em
	}
	.main-navigation-menu a {
		font-size: .9em
	}
}

@media only screen and (max-width:65em) {
	.container {
		width: 85%
	}
	#wrapper {
		margin-top: 1em
	}
	#footer-wrap {
		margin-bottom: 1em
	}
	#topheader {
		width: 97%
	}
	#header {
		padding: 1.8em
	}
	#logo .site-title {
		font-size: 3.3em
	}
	.main-navigation-menu a {
		padding: 1em
	}
	.widget-category-posts .large-post .entry-title {
		font-size: 1.4em
	}
	.widget-category-posts .medium-post .entry-title {
		font-size: 1.05em
	}
	.widget-category-posts .small-post .entry-title {
		font-size: 1em
	}
}

@media only screen and (max-width:60em) {
	#tabbed-content-overview {
		display: none !important
	}
	.container {
		width: 98%
	}
	#wrapper {
		margin-top: .5em
	}
	#footer-wrap {
		margin-bottom: .5em
	}
	#topheader {
		width: 98%
	}
	#header {
		padding: 2em
	}
	#logo .site-title {
		padding: .1em 0;
		font-size: 2.6em
	}
	#content {
		float: none;
		width: 100%;
		padding: 0
	}
	#sidebar {
		clear: both;
		float: none;
		margin: 0;
		padding-top: 1em;
		width: 100%
	}
	#topnav, .top-navigation-menu, .top-navigation-menu li,
		.top-navigation-menu a, .top-navigation-menu ul, .top-navigation-menu ul a,
		.top-navigation-menu ul ul, .top-navigation-menu li ul ul {
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1em;
		border: none;
		box-shadow: none;
		background: none;
		top: auto;
		left: auto
	}
	.top-navigation-menu li, .top-navigation-menu ul, .top-navigation-menu li ul ul
		{
		position: static;
		display: block;
		left: auto;
		top: auto;
		clear: left
	}
	#topnav-toggle-tablet {
		display: inline-block
	}
	#topnav-toggle-phone {
		display: none
	}
	.topnav-toggle {
		margin: 0;
		padding: 1em;
		text-decoration: none;
		color: #fff;
		background: none;
		border: none
	}
	.topnav-toggle:hover {
		cursor: pointer;
		background: rgba(0, 0, 0, .2)
	}
	.topnav-toggle:after {
		float: left;
		display: inline-block;
		font-size: 18px;
		line-height: 1;
		font-family: 'Genericons';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f419';
		color: #fff
	}
	#topnav {
		float: none
	}
	.top-navigation-menu {
		display: none;
		float: left;
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, .1);
		margin-bottom: .5em
	}
	.top-navigation-menu a {
		display: block;
		padding: 1.6em 1.4em;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		font-size: .75em;
		text-transform: uppercase;
		clear: left
	}
	.top-navigation-menu a:link, .top-navigation-menu a:visited {
		color: #fff;
		text-decoration: none
	}
	.top-navigation-menu a:hover {
		background: rgba(0, 0, 0, .2)
	}
	.top-navigation-menu ul {
		float: left;
		width: 100%;
		background: rgba(255, 255, 255, .02)
	}
	.top-navigation-menu ul a {
		display: block;
		width: 100%;
		padding: 1.2em 1em 1.2em 2.5em;
		font-size: .75em;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.top-navigation-menu ul ul a {
		padding-left: 4em
	}
	.top-navigation-menu ul ul ul a {
		padding-left: 5.5em
	}
	.top-navigation-menu ul a:link, .top-navigation-menu ul a:visited {
		color: #fff
	}
	.top-navigation-menu ul a:hover {
		text-decoration: underline;
		background: none
	}
	.top-navigation-menu li.current_page_item a, .top-navigation-menu li.current-menu-item a
		{
		text-decoration: underline
	}
	.top-navigation-menu li.current_page_item ul li a, .top-navigation-menu li.current-menu-item ul li a
		{
		text-decoration: none
	}
	.top-navigation-menu li.current_page_item ul li a:hover,
		.top-navigation-menu li.current-menu-item ul li a:hover {
		text-decoration: underline
	}
	.top-navigation-menu ul li.current_page_item a, .top-navigation-menu ul li.current-menu-item a
		{
		text-decoration: underline
	}
	.top-navigation-menu ul li.current_page_item ul li a,
		.top-navigation-menu ul li.current-menu-item ul li a {
		text-decoration: none
	}
	.top-navigation-menu .submenu-dropdown-toggle {
		float: right;
		display: block;
		margin: 0;
		padding: .8em 1em
	}
	.top-navigation-menu .submenu-dropdown-toggle:hover {
		cursor: pointer;
		background: rgba(0, 0, 0, .15)
	}
	.top-navigation-menu .submenu-dropdown-toggle:before {
		font-size: 24px;
		line-height: 1;
		font-family: 'Genericons';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f431';
		color: #fff
	}
	.top-navigation-menu .submenu-dropdown-toggle.active:before {
		content: '\f432'
	}
	.top-navigation-menu ul .submenu-dropdown-toggle {
		padding: .65em .8em
	}
	.top-navigation-menu ul .submenu-dropdown-toggle:before {
		font-size: 20px
	}
	#mainnav, .main-navigation-menu, .main-navigation-menu li,
		.main-navigation-menu a, .main-navigation-menu ul,
		.main-navigation-menu ul a, .main-navigation-menu ul ul,
		.main-navigation-menu li ul ul {
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1em;
		border: none;
		box-shadow: none;
		background: none;
		top: auto;
		left: auto
	}
	.main-navigation-menu li, .main-navigation-menu ul,
		.main-navigation-menu li ul ul, .mega-menu-item .mega-menu-content,
		.mega-menu-item .mega-menu-content .mega-menu-widget {
		position: static;
		display: block;
		left: auto;
		top: auto;
		clear: left
	}
	#mainnav-toggle {
		float: right;
		display: inline-block;
		margin: 0;
		padding: .8em;
		text-decoration: none;
		background: rgba(255, 255, 255, .08);
		border: none
	}
	#mainnav-toggle:hover {
		cursor: pointer;
		background: rgba(255, 255, 255, .1)
	}
	#mainnav-toggle:after {
		float: left;
		display: inline-block;
		font-size: 24px;
		line-height: 1;
		font-family: 'Genericons';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f419';
		color: #fff
	}
	.main-navigation-menu {
		float: left;
		width: 100%;
		background: rgba(255, 255, 255, .08);
		display: none;
		margin-top: 1em
	}
	.main-navigation-menu a {
		display: block;
		font-weight: 700;
		padding: 1.2em;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		text-decoration: none;
		color: #fff;
		clear: left
	}
	.main-navigation-menu a:link, .main-navigation-menu a:visited {
		color: #fff
	}
	.main-navigation-menu a:hover {
		background: rgba(255, 255, 255, .08)
	}
	.main-navigation-menu ul {
		width: 100%
	}
	.main-navigation-menu ul a {
		display: block;
		width: 100%;
		padding: 1em 1em 1em 2em;
		background: rgba(0, 0, 0, .08);
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.main-navigation-menu ul a:link, .main-navigation-menu ul a:visited {
		color: #fff
	}
	.main-navigation-menu ul a:hover {
		background: rgba(255, 255, 255, .02)
	}
	.main-navigation-menu ul li ul {
		float: left;
		padding: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.main-navigation-menu ul li ul a {
		padding-left: 4em
	}
	.main-navigation-menu ul li ul li ul a {
		padding-left: 6em
	}
	.main-navigation-menu li.current_page_item a, .main-navigation-menu li.current-menu-item a
		{
		text-decoration: underline
	}
	.main-navigation-menu li.current_page_item ul li a,
		.main-navigation-menu li.current-menu-item ul li a {
		text-decoration: none
	}
	.main-navigation-menu ul li.current_page_item a, .main-navigation-menu ul li.current-menu-item a
		{
		text-decoration: underline
	}
	.main-navigation-menu .submenu-dropdown-toggle {
		float: right;
		display: block;
		margin: 0;
		padding: .9em 1.2em
	}
	.main-navigation-menu .submenu-dropdown-toggle:hover {
		cursor: pointer;
		background: rgba(255, 255, 255, .08)
	}
	.main-navigation-menu .submenu-dropdown-toggle:before {
		font-size: 24px;
		line-height: 1;
		font-family: 'Genericons';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f431';
		color: #fff
	}
	.main-navigation-menu .submenu-dropdown-toggle.active:before {
		content: '\f432'
	}
	.main-navigation-menu ul .submenu-dropdown-toggle {
		padding: .65em 1em
	}
	.main-navigation-menu ul .submenu-dropdown-toggle:before {
		font-size: 20px
	}
	.mega-menu-item .mega-menu-two-columns>li, .mega-menu-item .mega-menu-three-columns>li,
		.mega-menu-item .mega-menu-five-columns>li {
		width: 100%
	}
	.mega-menu-item .mega-menu-four-columns>li, .mega-menu-item .mega-menu-six-columns>li
		{
		width: 50%
	}
	#widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .more-link
		{
		display: inline-block
	}
	.widget-category-posts .large-post .entry-title {
		font-size: 1.5em
	}
	.widget-category-posts .medium-post .entry-title {
		font-size: 1.15em
	}
	.widget-category-posts .small-post .entry-title {
		font-size: 1.05em
	}
}

@media only screen and (max-width:50em) {
	#logo .site-title {
		font-size: 2.4em
	}
	.entry h1, .comment h1 {
		font-size: 2.2em
	}
	.entry h2, .comment h2 {
		font-size: 1.8em
	}
	.entry h3, .comment h3 {
		font-size: 1.4em
	}
	.entry tr th, .entry thead th {
		padding: .2em .4em
	}
	.entry tr td {
		padding: .2em .4em
	}
	#widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .more-link
		{
		display: none
	}
	.widget-category-posts .large-post .entry-title {
		font-size: 1.4em
	}
	.widget-category-posts .medium-post .entry-title {
		font-size: 1.05em
	}
	.widget-category-posts .small-post .entry-title {
		font-size: 1em
	}
}

@media only screen and (max-width:40em) {
	#wrapper {
		margin-top: .4em
	}
	#footer-wrap {
		margin-bottom: .4em
	}
	.page-title, .entry-title {
		font-size: 2.8em
	}
	.mega-menu-item .mega-menu-four-columns>li, .mega-menu-item .mega-menu-six-columns>li
		{
		width: 100%
	}
	#widget-category-posts-grid .category-posts-grid-row {
		margin-right: 0
	}
	#widget-category-posts-grid .category-posts-grid-row .large-post,
		#widget-category-posts-grid .category-posts-grid-row .medium-post-wrap,
		#widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .wp-post-image,
		#widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .post-content,
		#widget-category-posts-boxed .category-posts-boxed-vertical .large-post,
		#widget-category-posts-columns .category-posts-column-left {
		float: none;
		width: 100%;
		padding: 0
	}
	#widget-category-posts-grid .category-posts-grid-row.medium-post-row .medium-post-wrap
		{
		padding-right: 0
	}
	#widget-category-posts-boxed .category-posts-boxed-vertical .small-posts,
		#widget-category-posts-columns .category-posts-column-right {
		width: 100%;
		margin-left: 0;
		padding-left: 0
	}
	#widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .wp-post-image
		{
		margin: 0 0 .5em 0
	}
	#widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .more-link
		{
		display: inline-block
	}
	.widget-category-posts .large-post .entry-title {
		font-size: 1.5em
	}
	.widget-category-posts .medium-post .entry-title {
		font-size: 1em
	}
	.widget-category-posts .small-post .entry-title {
		font-size: 1.1em
	}
}

@media only screen and (max-width:30em) {
	.container {
		width: 100%;
		margin: 0
	}
	#wrapper, #footer-wrap {
		margin: 0
	}
	#topheader {
		width: 100%
	}
	#header {
		padding: 1.5em
	}
	#logo .site-title {
		font-size: 2.2em
	}
	#header-content #header-search {
		float: none;
		max-width: 100%
	}
	#header-content #header-search {
		margin-top: .5em
	}
	.page-title, .entry-title {
		font-size: 2.1em
	}
	.alignright, .alignleft {
		float: none;
		margin: 1em 0
	}
	article .wp-post-image {
		max-width: 100%;
		margin: 1em 0 0
	}
	#topnav-toggle-tablet {
		display: none
	}
	#topnav-toggle-phone {
		display: inline-block
	}
	.widget-category-posts .large-post .entry-title {
		font-size: 1.4em
	}
	.widget-category-posts .medium-post .entry-title {
		font-size: 1.15em
	}
	.widget-category-posts .small-post .entry-title {
		font-size: 1em
	}
	.widget-category-posts .medium-post {
		float: none;
		width: 100%;
		padding-right: 0
	}
	.widget-category-posts .small-post .wp-post-image {
		max-width: 40%
	}
	.footer {
		margin-top: .5em
	}
}

@media only screen and (max-width:20em) {
	#header {
		padding: 1.2em
	}
	#logo .site-title {
		font-size: 2em
	}
	#mainnav-toggle {
		padding: .6em
	}
	#mainnav-toggle:after {
		font-size: 20px
	}
	.entry-meta .meta-date, .entry-meta .meta-author, .postinfo span {
		display: block
	}
	.entry-meta .meta-date, .entry-meta .meta-author {
		border-bottom: 1px solid #ccc
	}
	.widget-category-posts .large-post .entry-title {
		font-size: 1.3em
	}
	.widget-category-posts .medium-post .entry-title {
		font-size: 1.05em
	}
	.widget-category-posts .small-post .entry-title {
		font-size: .95em
	}
	.copyright {
		float: left;
	}
}

@media only screen and (min-width:60.001em) {
	.main-navigation-menu, .top-navigation-menu {
		display: none !important
	}
	
	.top-navigation-menu li.menu-item:hover a {
		background: rgba(0, 0, 0, .2)
	}
}

@media print {
	body {
		background-color:#FFFFFF;
		background-image:none;
		color:#000000
	}
	
	#header-wrap, #search, #searchresult, #tabbed-content-overview, #footer-wrap, #buttonpanel {
		display:none;
	}
}
