/*
Theme Name: ŚLĄSKI SZKOLNY ZWIĄZEK SPORTOWY
Author: Piotr Marczyński
Description: Motyw oparty na _s
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: slaskiszs
Domain Path: /languages/
Tags:

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.

 slaskiszs is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.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 {
	border: 0;
	/* font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit; */
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered 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/ */
}

*,
*:before,
*:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box;
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}

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 {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #323435;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Oswald', Arial, sans-serif;
}

p {
	margin: 1em 0;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	padding: 0 1.5em;
	border-left: solid 3px #ddd;
	font-style: italic;
	color: #5a5c5c
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #ddd;
	font-family: monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: monospace;
	background-color: #ddd;
	padding: 0.2em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	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%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul {
	list-style: circle;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

td,
th {
	border: 1px solid #cccccc;
	padding: 0 0.2em;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
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 IE6/IE7 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .5em 1em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

/*button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,*/
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="submit"].search-submit {
	display: none;
}

input[type="checkbox"],
input[type="radio"] {
	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;
	font-size: 14px;
	line-height: 27px;
	height: 27px;
	max-width: 200px;
	padding: 0 0.5em !important;
	margin-bottom: 8px;
}

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 {
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	border-color: #888;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #1a5ce5;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #154ab7;
	text-decoration: underline;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
	background-color: #353233;
	border-top: 5px solid #e51a28;
	font-size: 0;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu li {
	position: relative;
	display: inline-block;
}

.menu li:hover>a,
.menu li:focus>a {
	background-color: #211f20 !important;
}

.main-navigation .nav-menu>li:first-child {
	margin-left: 18px;
}

.menu a {
	display: block;
	color: #fff;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	text-transform: uppercase;
	background-color: #353233;
	cursor: default;
}

.sub-menu a {
	text-transform: none;
}

.menu a:link {
	cursor: pointer;
}

.main-navigation .menu a {
	padding: 4px 12px 5px;
	font-size: 18px;
}

.main-navigation .sub-menu a {
	padding: 2px 12px 4px;
}

@media screen and (max-height: 700px) {
	.main-navigation .sub-menu a {
		padding: 0 12px 2px;
	}
}

@media screen and (max-height: 500px) and (min-width: 600px) {
	.main-navigation .sub-menu a {
		padding: 1px 12px 3px;
		font-size: 12px !important;
		font-weight: 400;
		font-family: 'Open Sans', sans-serif;
	}
}

.main-navigation ul ul {
	background-color: #353233;
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 36px;
	z-index: 99999;
	width: 200px;
}

.main-navigation ul ul ul {
	left: 30px;
	top: 100%;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation ul ul a {
	width: 200px;
	font-size: 16px !important;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a {}

.main-navigation ul ul :hover>a {}

.main-navigation ul ul a:hover {}

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

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a {
	background-color: #2b2829;
}

.main-navigation .menu-item-has-children .menu-item-has-children>a {
	background-image: url('img/arrowright.png');
	background-position: 190px 50%;
	background-repeat: no-repeat;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
	padding: 4px 0;
}

@media screen and (max-width: 690px) {
	.main-navigation {
		margin-top: 20px;
	}

	.menu-toggle,
	.main-navigation.toggled .nav-menu,
	.main-navigation.toggled li {
		display: block;
	}

	.main-navigation.toggled .nav-menu {
		margin: 0 -20px;
	}

	.main-navigation .menu a {
		width: 100%;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation ul ul {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		float: none;
		position: relative;
		top: 0;
		width: 100%;
	}

	.main-navigation.toggled ul ul {
		display: block;
	}

	.main-navigation ul ul ul {
		left: 0;
	}

	.main-navigation li {
		margin-left: 0 !important;
	}

	.main-navigation .sub-menu {
		padding-left: 20px;
	}

	.main-navigation li:hover>.sub-menu,
	.main-navigation li:focus>.sub-menu {
		background-color: #211f20 !important;
	}

	.main-navigation .menu-item-has-children .menu-item-has-children>a {
		background-image: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.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;
}

.wrapper {
	max-width: 1200px;
	margin: auto;
}

.inner-wrapper {
	max-width: 1160px;
	margin: 0 20px;
	position: relative;
}

.site-header #banner {
	display: none;
}

#content .inner-wrapper,
.site-footer .inner-wrapper {
	font-size: 0;
}

#content {
	padding: 20px 0 0;
}

#content .column {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 100%;
}

#content .middle-column,
#content .main-column {
	padding: 0 0 20px;
}

.site-footer .column {
	text-align: center;
}

.site-footer .right-column {
	border-top: 1px solid #444444;
	margin-top: -1px;
}

@media screen and (min-width: 691px) {
	.site-branding {
		height: 100px;
	}

	#arms {
		margin: 5px -3px 0 !important;
	}

	.site-title {
		float: left !important;
		padding: 7px 0 7px 30px !important;
	}

	.site-title p {
		font-size: 26px !important;
	}

	.site-branding .right {
		float: right;
		padding-top: 17px;
	}

	.site-branding .right .promo a,
	.site-branding .right .search {
		float: right;
	}

	.site-header #banner {
		display: block;
	}

	#content .main-column {
		width: 75%;
	}

	#content .left-column,
	#content .right-column {
		width: 25%;
	}

	#content .middle-column {
		width: 50%;
	}

	.left-column .content-wrapper {
		padding-right: 13.333px;
	}

	.right-column .content-wrapper {
		padding-left: 13.333px;
	}

	.middle-column .content-wrapper {
		padding: 0 6.666px;
	}

	.main-column .content-wrapper {
		padding: 0 0 0 6.666px;
	}

	#content .middle-column .content-wrapper {
		/* font-size: 0px; */
	}

	.site-footer {
		padding: 20px 0;
	}

	.site-footer .right-column {
		border-left: 1px solid #444444;
		margin-left: -1px;
		border-top: 0px none;
		margin-top: 0;
	}

	.site-footer .left-column .content-wrapper {
		padding-right: 10px;
	}

	.site-footer .right-column .content-wrapper {
		padding-left: 10px;
	}

	.site-footer .column {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	.site-footer .left-column h3,
	.site-footer .left-column p {
		text-align: right;
	}

	.site-footer .left-column h3 {
		margin-top: 10px;
	}

	.site-footer .right-column {
		text-align: left;
	}

	.site-footer .right-column li {
		margin: 0.5em 0;
	}
}

@media screen and (min-width: 691px) and (max-width: 790px) {
	.site-branding .right .search input[type="search"] {
		max-width: 100px;
	}

	.site-branding .right .promo p {
		display: none !important;
	}
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 20px;
	padding: 10px 10px 15px;
	border-top: 5px solid #e5721a;
}

.widget .widget-title {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 0.5em;
	color: #e5721a;
}

.widget_nav_menu {
	background-color: #353233;
	border-top: 5px solid #e51a28;
}

.widget_nav_menu .widget-title {
	color: #e51a28;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.widget_nav_menu .menu {
	margin: 0;
	margin: 0 -10px -10px;
}

.widget_nav_menu .menu-item {
	display: block;
	width: 100%;
}

.widget_nav_menu .sub-menu {
	padding-left: 15px;
}

.widget_nav_menu li:hover>.sub-menu,
.widget_nav_menu li:focus>.sub-menu {
	background-color: #211f20 !important;
}

.widget_nav_menu a {
	padding: 0.25em 10px;
	font-size: 16px;
}

.widget.facebook-likebox {
	background-color: #edeeef;
	border-top: 5px solid #315c99;
	padding-bottom: 0;
}

.widget_cpg_lastup_widget {
	background-color: #323533;
	border-top: 5px solid #17ce68;
}

.widget_cpg_lastup_widget .widget-title {
	color: #17ce68;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.widget_cpg_lastup_widget .image-wrapper {
	width: 50%;
	display: inline-block;
	padding: 0 4px 8px 0;
}

.widget_cpg_lastup_widget .image-wrapper img {
	width: 100%;
}

.widget_cpg_lastup_widget .image-wrapper:nth-child(2n) {
	padding: 0 0 8px 4px;
}

@media screen and (min-width: 317px) and (max-width: 690px) {
	.widget_cpg_lastup_widget .image-wrapper {
		width: 25% !important;
		padding: 0 4px 8px !important;
	}

	.widget_cpg_lastup_widget .images {
		margin: 0 -4px 0;
	}

	.widget_cpg_lastup_widget p {
		margin: 0 4px !important;
	}
}

.widget_cpg_lastup_widget .images {
	font-size: 0px;
}

.widget_cpg_lastup_widget p {
	margin: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.widget_cpg_lastup_widget a:link,
.widget_cpg_lastup_widget a:visited {
	color: #17ce68;
}

.widget_cpg_lastup_widget a:hover,
.widget_cpg_lastup_widget a:focus {
	color: #14b75c;
}

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {}

.hentry {
	text-align: left;
	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
}

.main-column .hentry {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	hyphens: none;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
}

.byline,
.updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

.main-column .article-wrapper {
	margin: 20px 0;
}

.middle-column .content-wrapper {
	font-size: 0;
}

.middle-column .content-wrapper>* {
	font-size: 14px;
}

.middle-column .article-wrapper {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.middle-column .article-wrapper:first-child {
	width: 100%;
}

.middle-column .article-wrapper .hentry {
	font-size: 14px;
	padding: 10px 10px 15px 10px;
	border-top: 5px solid #1a8ee5;
	margin: 0 0 20px 0;
	background-color: #ebebeb;
}

@media screen and (max-width: 500px),
screen and (min-width: 691px) and (max-width: 986px) {
	.middle-column .article-wrapper {
		display: block;
		width: 100%;
	}

	.middle-column .article-wrapper .hentry {
		margin: 0 0 20px !important;
	}
}

.middle-column .article-wrapper:nth-child(even) .hentry {
	margin: 0 0 20px 0;
}

.middle-column .article-wrapper:first-child .hentry {
	margin: 0 0 20px;
	font-size: 14px;
}

.middle-column .article-wrapper:first-child .hentry .entry-title {
	font-size: 20px;
	font-weight: 0;
}

.middle-column .article-wrapper:first-child .entry-meta {
	font-size: 14px;
}

.hentry .entry-title {
	font-family: 'Oswald', Arial, sans-serif;
	color: #1a8ee5;
	text-align: left;
}

.hentry h2.entry-title {
	font-weight: 400;
	font-size: 20px;
	margin: 0 0 0.5em;
}

.hentry h1.entry-title {
	font-weight: 700;
	font-size: 2em;
	margin: 0.67em 0;
}

.hentry .entry-meta {
	color: #aaa;
	margin: 0;
	font-size: 12px;
}

.hentry .entry-meta a {
	color: #888;
}

.more-link {
	padding: 0 0.5em 0.1em;
	display: inline-block;
	color: #fff !important;
	background-color: #1A8EE5;
}

div.more-news-link {
	display: block;
	text-align: center;
}

a.more-news-link {
	display: inline-block;
	text-transform: uppercase;
	line-height: 36px;
	padding: 0 12px;
	color: #fff;
	font-size: 16px;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	background-color: #17ce68;
}

a.more-news-link:hover,
a.front-page-news-link:focus {
	background-color: #14b75c;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.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;
}

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {}

/*--------------------------------------------------------------
Element styling
--------------------------------------------------------------*/
body {
	background-color: #222222;
}

#page {
	min-width: 220px;
}

#arms {
	margin: 5px 27px -4px -3px;
	float: left;
	word-spacing: 5px;
}

@media screen and (max-width: 480px) {
	#arms {
		width: 100%;
	}
}

.site-title {
	float: none;
	padding: 7px 0;
	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
}

.site-title p {
	font-size: 20px;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 400;
	margin: 0;
}

.site-title .bold {
	font-weight: 700;
}

.site-branding .right .promo {
	font-size: 14px;
	display: block;
}

.site-branding .right .promo a,
.site-branding .right .promo img,
.site-branding .right .promo p {
	display: inline;
	vertical-align: middle;
	text-decoration: none;
	color: #323435;
}

.site-branding .right .promo p {
	margin-left: 0.5em;
}

.site-header,
.site-content {
	background-color: #ffffff;
}

.site-footer {
	background-image: url("img/shadow.png");
	background-repeat: repeat-x;
	padding: 20px 0;
}

.site-footer .column {
	font-size: 12px;
	color: #bbbbbb;
}

.site-footer h3 {
	font-family: 'Open Sans', sans-serif;
}

.site-footer a {
	color: #dddddd;
}

.site-footer .right-column ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.displaynone {
	display: none;
	visibility: hidden;
}

.table-with-vertically-centered-content td {
	vertical-align: middle;
}

.table-of-contents {
	font-size: 0.8em;
	display: table;
	padding: 0.5em;
	margin: 1em 0;
	border: 1px solid #ccc;
}

.table-of-contents>h3 {
	font-family: inherit;
	text-align: center;
}

.table-of-contents>ul,
.table-of-contents>ol {
	margin: 0;
}

.table-of-contents li {
	list-style: none;
}