/* fonts */
@font-face {
	font-family: 'OpenSansEmbed';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-regular-webfont.woff') format('woff'),
		 url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
		 url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansEmbed';
	src: url('../fonts/opensans-bold-webfont.eot');
	src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-bold-webfont.woff') format('woff'),
		 url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
		 url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansEmbed';
	src: url('../fonts/opensans-extrabolditalic-webfont.eot');
	src: url('../fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-extrabolditalic-webfont.woff') format('woff'),
		 url('../fonts/opensans-extrabolditalic-webfont.ttf') format('truetype'),
		 url('../fonts/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic') format('svg');
	font-weight: 900;
	font-style: italic;
}


/* viewport */
@-ms-viewport {
	width: device-width;
	zoom: 1;
	min-zoom: 1;
	user-zoom: zoom;
}
@viewport {
	width: device-width;
	zoom: 1;
	min-zoom: 1;
	user-zoom: zoom;
}


/* reset */
*, *:before, *:after {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.2;
}
img {
	-ms-interpolation-mode: bicubic;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


/* general styles */
html, input, select, textarea {
	font-family: 'OpenSansEmbed', sans-serif;
}
html {
	background: #eeeeee;
	color: #202020;
	font-size: 20px;
	overflow-x: hidden;
}
a {
	color: #B30000;
	text-decoration: none;
}
ul {
	list-style: none;
}
strong, em {
	font-weight: 700;
	font-style: normal;
}


/* ads */
.ad {
	clear: both;
	display: block;
	overflow: visible;
	text-align: center;
	width: 100%;
}
.ad > * {
	margin: 0 auto 0 auto !important;
}
.ad > *:last-child {
	margin-bottom: 0.5rem !important;
}
.ad .adDummy {
	width: 100%;
	height: 5rem;
	background: #ffcccc;
	color: #cc9999;
	font-size: 14px;
	padding: 10px;
}


/* overall container */
#container {
	background: #ffffff;
	overflow: hidden;
	position: relative;
	max-width: 690px;
	margin: 0 auto 0 auto;
}


/* top nav banner */
#banner {
	position: relative;
	width: 100%;
	height: 74px;
	background-color: #404040;
	background-size: cover;
	background-position: center center;
	border-bottom: 4px solid #B30000;
	margin: 0 0 0.5rem 0;
	z-index: 1000;
}
#banner, #banner a {
	color: #ffffff;
}
#banner h1, #banner h2 {
	width: 100px;
	height: 66px;
	background: url('../img/logo.svg') no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 2px;
	left: 8px;
}
#banner h1 span, #banner h2 a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 0 0 100%;
	overflow: hidden;
}
#bannerSocial {
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
}
#bannerSocial iframe {
	vertical-align: top;
	margin: 0 0 0 10px;
}
#bannerMenu {
	position: absolute;
	top: 74px;
	left: 0;
	width: 100%;
	background: #B30000;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	-ms-transition: max-height 0.5s;
	transition: max-height 0.5s;
}
#bannerMenu.open {
	max-height: 600px;
}
#bannerMenu nav {
	overflow: hidden;
	text-transform: uppercase;
	font-size: 13px;
	white-space: nowrap;
	padding: 8px 0 10px 0;
}
#bannerMenu nav li {
	width: 49.9%;
	float: left;
}
#bannerMenu nav li a {
	display: block;
	padding: 8px 0 8px 10px;
	text-shadow: 0 1px 0 #202020;
}
#bannerTeams {
	background: #313160;
	padding: 10px 4px 10px 4px;
	text-align: center;
	font-size: 0;
}
#bannerTeams li {
	display: inline-block;
	white-space: nowrap;
	padding: 0 1px 2px 1px;
}
#bannerTeams li a {
	display: inline-block;
	font-size: 14px;
	padding: 3px 4px 4px 4px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 4px;
}
a#bannerTeamsToggle {
	display: none;
}
a#bannerMenuToggle {
	position: absolute;
	right: 10px;
	bottom: -4px;
	background: #B30000;
	text-transform: uppercase;
	font-size: 14px;
	height: 34px;
	padding: 7px 12px 0 36px;
	border-radius: 4px 4px 0 0;
	text-shadow: 0 1px 0 #202020;
}
a#bannerMenuToggle span {
	position: absolute;
	width: 18px;
	height: 3px;
	background: rgba(255, 255, 255, 0.5);
	top: 8px;
	left: 8px;
}
a#bannerMenuToggle span:nth-child(2) {
	top: 14px;
}
a#bannerMenuToggle span:nth-child(3) {
	top: 20px;
}
#bannerMenu.open + a#bannerMenuToggle span {
	width: 20px;
	height: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(255, 255, 255, 0.5);
	background: none;
	top: 11px;
	left: 7px;
}
#bannerMenu.open + a#bannerMenuToggle span + span {
	display: none;
}


/* main content container */
main {
	padding: 0 10px 0 10px;
	overflow: hidden;
}


/* content column */
#content {
	padding: 0 0 0.5rem 0;
}
#content h1 {
	font-size: 1.4rem;
	line-height: 0.9;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: -0.1rem;
	padding: 0.2rem 0 0.5rem 0;
}


/* misc forms */
#content form {
	padding: 10px 0 10px 0;
}
#content input[type="text"], #content select {
	background: #ffffff;
	border: 2px solid rgba(49, 49, 96, 0.5) !important;
	border-radius: 4px;
	font-size: 16px;
	padding: 3px;
	-webkit-appearance: none;
	appearance: none;
}
#content input[type="submit"] {
	color: #ffffff;
	cursor: pointer;
	background: #313160;
	padding: 4px 12px 4px 12px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 16px;
	border: none;
	-webkit-appearance: none;
	appearance: none;
}
#content #browseArchive form {
	padding: 0;
	display: inline-block;
}
#content #browseArchive select {
	width: 145px;
	margin: 10px 0 10px 0;
}

/* article content */
#article {
	padding: 0 0 0.5rem 0;
}
#article header h1 {
	font-size: 1.4rem;
	line-height: 0.9;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: -0.1rem;
	padding: 0.2rem 0 0.5rem 0;
}
#articleHeaderFacebook {
	float: right;
	margin: 0 0 0.25rem 0.5rem;
}
#articleHeaderInfo {
	font-size: 0.7rem;
	line-height: 1.25;
}
p#articleHeaderInfoAuthor span {
	float: left;
	margin: 0 0.3rem 0.1rem 0;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 4px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #B30000;
}
p#articleHeaderInfoDate {
	float: left;
	margin: 0 0.5rem 0 0;
}
p#articleHeaderInfoComments {
	float: left;
}
p#articleHeaderInfoComments a {
	color: #313160;
}
p#articleHeaderInfoComments strong {
	vertical-align: top;
	display: inline-block;
	color: #ffffff;
	padding: 0 0.3rem 0 0.3rem;
	border-radius: 4px;
	background: #313160;
	position: relative;
}
p#articleHeaderInfoComments strong:after {
	content: '';
	width: 4px;
	height: 4px;
	border-top: 2px solid #313160;
	border-left: 2px solid #313160;
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
	position: absolute;
	left: 4px;
	bottom: -4px;
}
#articleContent {
	padding: 0.75rem 0 0.75rem 0;
	clear: both;
}
#article footer {
	font-size: 0.6rem;
	line-height: 1.25;
}
p#articleFooterShare {
	color: #ffffff;
	padding: 0.2rem 0 0.25rem 0.5rem;
	background: #B30000;
	border-radius: 4px;
	margin: 0.2rem 0 0.5rem;
}
p#articleFooterShare strong {
	display: none;
	margin: -0.05rem 0.5rem 0 0;
	vertical-align: middle;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.55rem;
}
p#articleFooterShare iframe {
	vertical-align: middle;
}
p#articleFooterShare a {
	vertical-align: middle;
	display: none;
	height: 20px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.8);
	padding: 2px 15px 0 15px;
	font-size: 12px;
	color: #202020;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	font-weight: 700;
}


/* comments */
#comments {
	font-size: 0.7rem;
	padding: 0 0 0.75rem 0;
}
#comments h2 {
	font-size: 1.2rem;
	line-height: 0.9;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: -0.075rem;
	padding: 0.25rem 0 0.5rem 0;
}
#comments h2 strong {
	vertical-align: top;
	display: inline-block;
	color: #ffffff;
	padding: 0.1rem 0.4rem 0.1rem 0.4rem;
	border-radius: 4px;
	background: #313160;
	position: relative;
	margin: -0.1rem -0.1rem 0 0;
}
#comments h2 strong:after {
	content: '';
	width: 4px;
	height: 4px;
	border-top: 2px solid #313160;
	border-left: 2px solid #313160;
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
	position: absolute;
	left: 4px;
	bottom: -4px;
}
#comments a {
	color: #313160;
}
#comments ol.commentlist {
	list-style: none;
	margin: 0 !important;
}
#comments li.comment {
	background: rgba(49, 49, 96, 0.1);
	border-radius: 4px;
	margin: 0 0 0.25rem 0;
	padding: 0.4rem;
	position: relative;
}
#comments li.comment.depth-1 {
	margin-left: 0;
}
#comments li.comment.depth-2 {
	margin-left: 1rem;
}
#comments li.comment.depth-3 {
	margin-left: 2rem;
}
#comments li.comment.depth-4 {
	margin-left: 3rem;
}
#comments li.comment.depth-5 {
	margin-left: 4rem;
}
#comments li.comment.depth-6 {
	margin-left: 5rem;
}
#comments li.comment.depth-7 {
	margin-left: 6rem;
}
#comments li.comment.depth-8 {
	margin-left: 7rem;
}
#comments li.comment.depth-9 {
	margin-left: 8rem;
}
#comments .comment-author * {
	font-style: normal;
	font-weight: 700;
	vertical-align: top;
	margin: 0.4rem 0 0 0;
	display: inline-block;
}
#comments .comment-author img {
	margin: 0 0.1rem 0.3rem 0;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 4px;
	background-size: cover;
	background-repeat: no-repeat;
	border: 2px solid #313160;
}
#comments .comment-meta {
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
	font-size: 0.5rem;
}
#comments li.comment p {
	clear: both;
	line-height: 1.4;
}
#comments li.comment p + p {
	margin: 0.4rem 0 0 0;
}
#comments .says {
	display: none;
}
#comments .reply {
	font-size: 0.5rem;
	text-align: right;
	margin: -0.1rem 0 0 0;
}
#respond {
	padding: 0.5rem 0 0 0;
}
#respond h3 {
	display: none;
}
#respond p {
	overflow: hidden;
}
#respond input[type="text"] {
	width: 66%;
	float: right;
}
#respond textarea {
	width: 100%;
	height: 5rem;
}
#respond input[type="text"], #respond textarea {
	background: #ffffff;
	border: 2px solid rgba(49, 49, 96, 0.5);
	border-radius: 4px;
	font-size: 0.75rem;
	padding: 0.1rem;
	margin: 0 0 0.25rem 0;
	-webkit-appearance: none;
	appearance: none;
}
#respond label {
	width: 31%;
	float: left;
	text-align: right;
	line-height: 0.9;
	padding: 0.2rem 0 0 0;
}
#respond label small {
	font-size: 0.6rem;
}
#respond input[type="submit"] {
	color: #ffffff;
	cursor: pointer;
	background: #313160;
	padding: 0.25rem 0.6rem 0.3rem 0.6rem;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 0.9em;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	margin: 0 auto 0 auto;
}


/* sidebar */
#sidebar h2 {
	font-size: 1.2rem;
	line-height: 0.9;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: -0.075rem;
	padding: 0.25rem 0 0.5rem 0;
	color: #B30000;
}
#sidebarFacebook {
	min-height: 150px;
	text-align: center;
	padding-bottom: 0.5rem;
}
#sidebarFacebook * {
	color: rgba(0, 0, 0, 0);
}
#sidebarLinks {
	padding-bottom: 0.5rem;
}
#sidebarLinks > div {
	margin: 0 auto 0 auto !important;
}
.sidebarList {
	padding: 0 0 0.5rem 0;
}


/* new markers */
li[data-timestamp-new] a:first-child .thumbnail:after {
	content: 'NEW';
	font-size: 12px;
	font-weight: 700;
	color: #B30000;
	background: #ffcc00;
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 3px 0 4px 0;
	padding: 2px 3px 1px 3px;
}


/* listings of articles */
ul.listCompact, ul.listFull {
	font-size: 1rem;
	overflow: hidden;
}
ul.listCompact li, ul.listFull li {
	display: none;
}
ul.listCompact li[data-important="1"], ul.listFull li[data-important="1"] {
	display: block;
}
ul.listCompact a, ul.listFull a {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 0.15em 0 0.15em 0;
}
ul.listCompact .thumbnail, ul.listFull .thumbnail {
	width: 3.5em;
	height: 3.5em;
	background: #404040 no-repeat center center;
	background-size: cover;
	border: 2px solid #B30000;
	float: left;
	border-radius: 4px;
	position: relative;
}
ul.listCompact strong, ul.listFull strong {
	display: block;
	font-size: 0.85em;
	line-height: 1.1;
	color: #202020;
	margin: 0.2em 0 0 4.5em;
	letter-spacing: -0.05em;
}
ul.listFull .listDate, ul.listFull a.listCategory {
	display: none;
}
ul.listFull li.listHighlight strong {
	margin-left: 0;
	margin-bottom: 0.2em;
}
ul.listFull li {
	border-bottom: 1px dotted rgba(179, 0, 0, 0.25);
}

/* pagination */
.wp-pagenavi {
	font-size: 14px;
	text-align: center;
	padding: 0.5rem 0 0.5rem 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	padding: 7px 4px 0 4px;
	margin: 0 1px 2px 1px;
	min-width: 24px;
	height: 28px;
	vertical-align: top;
	border-radius: 4px;
	line-height: 1;
}
.wp-pagenavi a {
	background: rgba(179, 0, 0, 0.2);
}
.wp-pagenavi span {
	background: rgba(0, 0, 0, 0.1);
}
.wp-pagenavi .current {
	background: #313160;
	color: #ffffff;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
	color: #ffffff;
	background: #B30000;
	font-size: 12px;
	min-width: 64px;
}
.wp-pagenavi a.smaller, .wp-pagenavi a.larger, .wp-pagenavi a.first, .wp-pagenavi a.last, .wp-pagenavi .extend {
	display: none;
}


/* footer */
#pageFooter {
	background: #B30000;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	padding: 10px;
	overflow: hidden;
}
#pageFooter h2, #pageFooter h2 strong {
	display: block;
	font-size: 1.1rem;
	letter-spacing: -0.05rem;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
}
#pageFooter h2 {
	text-shadow: 1px 2px 0 #202020;
}
#pageFooter h2 iframe {
	vertical-align: top;
	margin: 2px 0 0 0;
}
#pageFooter p {
	margin: 7px 0 3px 0;
}
#pageFooter a {
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#pageFooter li {
	display: inline-block;
	padding: 0 5px 0 5px;
	white-space: nowrap;
	line-height: 1.5;
}


/* rich content */
.rich {
	clear: both;
	font-size: 0.75rem;
	line-height: 1.4;
}
.rich p, .rich ul li, .rich ol li {
	font-size: 1em;
	margin: 0 0 0.8em 0;
}
.rich ul {
	list-style: square;
	margin: 0 0 0 1.75em;
}
.rich ol {
	margin: 0 0 0 1.75em;
}
.rich img {
	max-width: 100%;
	vertical-align: middle;
	width: auto !important;
	height: auto !important;
}
.rich a img {
	border: none;
}
.rich strong, .rich b, .rich em, .rich i {
	font-style: normal;
	font-weight: 700;
}
.rich a {
	border-bottom: 1px solid rgba(179, 0, 0, 0.25);
}
.rich a[rel~="attachment"] {
	border-bottom: none;
}
.rich h2, .rich h3, .rich h4 {
	clear: both;
	font-size: 1.5em;
	letter-spacing: -0.05em;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1;
	margin: 1em 0 0.5em 0;
}
.rich blockquote {
	color: #606060;
	font-weight: 700;
	padding: 0 0 0 1.75em;
	position: relative;
	overflow: hidden;
}
.rich blockquote:before {
	content: '\201C';
	font-size: 2.5em;
	font-weight: 900;
	font-style: italic;
	position: absolute;
	top: -0.25em;
	left: 0;
}
.rich .wp-caption {
	width: 100% !important;
}
.rich .wp-caption img {
	margin: 0 0 0.2em 0;
}
.rich small, .rich .wp-caption p {
	font-size: 0.8em;
	color: #606060;
}
.rich hr {
	margin: 1.5em 0 1.5em 0;
	height: 1px;
	border: none;
	color: rgba(179, 0, 0, 0.25);
	background: rgba(179, 0, 0, 0.25);
}
.rich > div {
	margin: 0 0 0.8em 0;
}
.rich a.nsfw {
	display: block;
	position: relative;
	border: none;
	font-size: 14px;
}
.rich a.nsfw img {
	margin: 0;
	vertical-align: top;
}
.rich a.nsfw:before {
	content: 'Not safe for work - click to reveal';
	display: inline;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 400;
	font-style: normal;
	padding: 1px 6px 3px 6px;
	color: #ffffff;
	background: #B30000;
	border-radius: 0 4px 0 0;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.rich a.nsfw[data-show-text]:before {
	content: attr(data-show-text);
}
.rich a.nsfw.nsfwShow:before {
	content: 'Hide again';
	background: #606060;
	opacity: 0.67;
}
.rich a.nsfw.nsfwShow[data-hide-text]:before {
	content: attr(data-hide-text);
}
.rich p.spoiler {
	color: #B30000;
	font-weight: 700;
	position: relative;
	padding: 40px 0 0 0;
	max-height: 40px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: padding 0.2s, max-height 2s;
	-moz-transition: padding 0.2s, max-height 2s;
	-ms-transition: padding 0.2s, max-height 2s;
	transition: padding 0.2s, max-height 2s;
}
.rich p.spoiler:before {
	content: 'Reveal spoiler';
	display: inline;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	background: #B30000;
	border-radius: 4px;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	padding: 6px 10px 0 10px;
	height: 40px;
	min-width: 150px;
	color: #ffffff;
	background: #B30000;
}
.rich p.spoiler[data-message]:before {
	content: attr(data-message);
}
.rich p.spoiler.spoilerShow,
.rich.wp-editor p.spoiler {
	position: static;
	padding: 0;
	max-height: 30em;
	cursor: text;
}
.rich p.spoiler.spoilerShow.spoilerShowFull,
.rich.wp-editor p.spoiler {
	max-height: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}
.rich p.spoiler.spoilerShow:before,
.rich.wp-editor p.spoiler:before {
	content: none;
}

.rich a.slider {
	display: inline-block;
	position: relative;
	cursor: wait;
	border: none;
	-ms-touch-action: none;
	max-width: 100%;
	font-size: 14px;
}
.rich.wp-editor a.slider {
	cursor: default;
}
.rich a.slider img {
	display: block;
	outline: none;
	margin: 0;
	min-height: 2rem;
}
.rich a.slider:before {
	content: 'LOADING';
	display: inline;
	position: absolute;
	left: 0;
	top: 0;
	padding: 2px 10px 3px 10px;
	color: #ffffff;
	background: #B30000;
	border-radius: 0 0 4px 0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.rich a.slider div,
.rich a.slider span {
	display: none;
}
.rich a.slider.loaded {
	cursor: ew-resize;
}
.rich a.slider.loaded:before,
.rich.wp-editor a.slider:before {
	content: 'Drag slider';
}
.rich a.slider.loaded[data-message]:before,
.rich.wp-editor a.slider[data-message]:before {
	content: attr(data-message);
}
.rich a.slider.loaded.used:before {
	content: none;
}
.rich a.slider.loaded:after,
.rich.wp-editor a.slider:after {
	content: '';
	position: absolute;
	bottom: 0.75rem;
	left: 5%;
	width: 90%;
	height: 0.3rem;
	background: #cccccc;
	border-radius: 4px;
	border-top: 0.1rem solid #404040;
	border-left: 0.1rem solid #404040;
	opacity: 0.6;
}
.rich a.slider.loaded span {
	display: block;
	position: absolute;
	left: 5%;
	bottom: 0.9rem;
	width: 1rem;
	height: 2.5rem;
	margin: 0 0 -1.25rem -0.5rem;
	background: #B30000;
	border-radius: 4px;
	border: 1px solid #ffffff;
	z-index: 1;
}
.rich a.slider.loaded span:before {
	content: '';
	position: absolute;
	top: 0.95rem;
	left: 0.05rem;
	width: 0.25rem;
	height: 0.5rem;
	border-top: 0.25rem solid transparent;
	border-bottom: 0.25rem solid transparent;
	border-right: 0.25rem solid rgba(255, 255, 255, 0.5);
}
.rich a.slider.loaded span:after {
	content: '';
	position: absolute;
	top: 0.95rem;
	right: 0.05rem;
	width: 0.25rem;
	height: 0.5rem;
	border-top: 0.25rem solid transparent;
	border-bottom: 0.25rem solid transparent;
	border-left: 0.25rem solid rgba(255, 255, 255, 0.5);
}
.rich a.slider.loaded div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.rich a.slider.loaded div img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	width: auto !important;
	max-width: none;
}


.rich > *:first-child {
	margin-top: 0;
}
.rich > *:last-child {
	margin-bottom: 0;
}



/* slightly wider mobile layout */
@media (min-width: 480px) {
	html {
		font-size: 24px;
	}
	#banner h1, #banner h2 {
		left: 18px;
	}
	#bannerSocial {
		right: 10px;
	}
	#bannerMenu nav li {
		width: 33.3%;
	}
	a#bannerMenuToggle {
		right: 20px;
	}
	main {
		padding: 0 20px 0 20px;
	}
	.ad > *:last-child {
		margin-bottom: 20px;
	}
	p#articleFooterShare strong {
		display: inline-block;
	}
}
@media (min-width: 640px) {
	html {
		font-size: 26px;
	}
	#bannerMenu nav ul {
		width: 640px;
		margin: 0 auto 0 auto;
	}
	#bannerMenu nav li {
		width: 24.9%;
	}
	p#articleFooterShare a {
		display: inline-block;
	}
	#sidebarTopAd {
		width: 300px;
		float: right;
	}
	#sidebarFacebook {
		width: 300px;
		float: left;
	}
	#sidebarFacebook + * {
		clear: both;
	}
	ul.listCompact {
		font-size: 20px;
	}
	ul.listCompact li {
		width: 49.9%;
		float: left;
	}
	ul.listCompact li:nth-child(2n+1) {
		clear: both;
	}
	.rich {
		font-size: 0.7rem;
	}
}
/* grass bg */
@media (min-width: 690px) {
	html {
		background: #4B6D19 url('../img/html.jpg');
	}
	#container {
		box-shadow: 2px 6px 24px #000000;
	}
}
@media (min-width: 690px) and (max-aspect-ratio: 1/1), (min-width: 1200px) {
	body {
		padding: 20px 0 20px 0;
	}
}

/* big! */
@media (min-width: 1010px) {
	#container {
		width: 1010px;
		max-width: none;
	}
	#banner {
		height: 176px;
	}
	#banner h1, #banner h2 {
		width: 236px;
		height: 156px;
		top: 8px;
		left: 20px;
	}
	#bannerAd {
		position: absolute;
		top: 8px;
		right: 20px;
		width: 728px;
		height: 90px;
		z-index: 1000;
	}
	a#bannerMenuToggle {
		display: none;
	}
	#bannerMenu {
		overflow: visible;
		max-height: none;
		background: none;
		left: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 0;
	}
	#bannerMenu nav {
		position: absolute;
		padding: 0;
		top: auto;
		bottom: 0;
		left: 252px;
		width: 738px;
	}
	#bannerMenu nav ul {
		max-width: none;
		width: 100%;
		padding: 0 0 5px 0;
		overflow: hidden;
	}
	#bannerMenu nav li {
		width: auto;
		float: left;
	}
	#bannerMenu nav li a {
		font-weight: 900;
		font-style: italic;
		font-size: 27px;
		padding: 0;
		letter-spacing: -1px;
		text-shadow: 1px 2px 0 #B30000;
		text-shadow: 2px 3px 0 #B30000, -1px -1px 0 rgba(32, 32, 32, 0.33), 1px -1px 0 rgba(32, 32, 32, 0.33), -1px 1px 0 rgba(32, 32, 32, 0.33), 1px 1px 0 rgba(32, 32, 32, 0.33);
		padding: 1px 10px 0 10px;
		float: left;
		margin: 0;
	}

	a#bannerTeamsToggle {
		display: block;
		position: absolute;
		right: 20px;
		bottom: 0;
		background: #313160;
		text-transform: uppercase;
		font-size: 18px;
		height: 34px;
		padding: 6px 12px 0 36px;
		border-radius: 4px 4px 0 0;
		text-shadow: 0 1px 0 #202020;
	}
	a#bannerTeamsToggle span {
		position: absolute;
		width: 18px;
		height: 3px;
		background: rgba(255, 255, 255, 0.5);
		top: 9px;
		left: 9px;
	}
	a#bannerTeamsToggle span:nth-child(2) {
		top: 15px;
	}
	a#bannerTeamsToggle span:nth-child(3) {
		top: 21px;
	}
	#bannerTeams.open + a#bannerTeamsToggle span {
		width: 20px;
		height: 10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid rgba(255, 255, 255, 0.5);
		background: none;
		top: 12px;
		left: 8px;
	}
	#bannerTeams.open + a#bannerTeamsToggle span + span {
		display: none;
	}

	#bannerTeams {
		position: absolute;
		left: 0;
		top: 0;
		padding: 0;
		overflow: hidden;
		max-height: 0;
		-webkit-transition: max-height 0.5s;
		-moz-transition: max-height 0.5s;
		-ms-transition: max-height 0.5s;
		transition: max-height 0.5s;
	}
	#bannerTeams.open {
		max-height: 500px;
	}
	#bannerTeams ul {
		padding: 10px 18px 8px 20px;
		overflow: hidden;
	}
	#bannerTeams li {
		padding: 0 2px 3px 2px;
		width: 19.9%;
		float: left;
	}
	#bannerTeams li a {
		display: block;
		font-size: 18px;
		padding: 6px 0 7px 0;
	}
	#article, #content {
		width: 650px;
		float: left;
		min-height: 0;
	}
	#article header h1 {
		font-size: 1.7rem;
	}
	#sidebar {
		width: 300px;
		position: absolute;
		right: 20px;
	}

	ul.listCompact li, ul.listFull li, ul.listCompact li[data-important="1"], ul.listFull li[data-important="1"] {
		display: block;
	}
	ul.listCompact li {
		width: 100%;
		float: none;
	}
	ul.listFull li {
		position: relative;
		border-bottom: 1px dotted rgba(179, 0, 0, 0.25);
	}
	ul.listFull a {
		padding: 0.3em 0 0.3em 0;
	}
	ul.listFull .thumbnail {
		width: 4.25em;
		height: 4.25em;
	}
	ul.listFull strong {
		margin: 0.95em 0 0 5.35em;
	}
	ul.listFull .listDate {
		display: block;
		font-size: 0.5em;
		color: #606060;
		position: absolute;
		top: 0.5em;
		right: 0.3em;
	}
	ul.listFull a.listCategory {
		display: block;
		padding: 0;
		font-size: 0.5em;
		position: absolute;
		left: 9.15em;
		top: 0.5em;
	}
	ul.listFull li.listHighlight strong {
		margin-left: 0;
		margin-bottom: 0.1em;
	}
	ul.listFull li.listHighlight a.listCategory {
		left: 0;
	}

	.wp-pagenavi a.smaller, .wp-pagenavi a.larger, .wp-pagenavi a.first, .wp-pagenavi a.last, .wp-pagenavi .extend {
		display: inline-block;
	}

	#pageFooter {
		padding-left: 20px;
		padding-right: 20px;
	}
	#pageFooter h2 {
		margin: 0 0 20px 0;
	}
	#pageFooter h2 strong {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	#pageFooter h2 iframe {
		margin: 9px 0 0 0;
	}
	#pageFooter p {
		float: left;
		margin-top: 2px;
	}
	#pageFooter ul {
		float: right;
	}
}


/* print */
@media print {
	html {
		font-size: 20px !important;
	}
	#banner, #pageFooter, #sidebar, .ad, #articleHeaderFacebook, #articleFooterShare, #respond {
		display: none !important;
	}
	* {
		background: none !important;
		color: #000000 !important;
		border-color: rgba(0, 0, 0, 0.5) !important;
		box-shadow: none !important;
	}
	*:before, *:after {
		content: none !important;
	}
	#container, main, #article, #content {
		padding: 0 !important;
		margin: 0 auto 0 auto !important;
		width: 520px !important;
		float: none !important;
	}
}
