<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800|Roboto');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
b, u, i, 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;
}
/* HTML5 display-role reset for older browsers */
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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    background: #fff;
    color: #222;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    position: relative;
}
.container {
	margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    float: none;
    position: relative;
    display: table;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.ad-container {
    width: 100%;
    padding: 20px 0;
}
.ad-leaderboard {
	width: 728px; 
	height: auto;
	margin: 0 auto;
}
.sidebar-ad-container {
    width: 100%;
    text-align: center;
	height: 250px;
	margin: 0 0 20px 0;
}

.google-auto-placed {
    width: 100%;
    text-align: center;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding: 60px 0;
    margin: 0 0 30px 0;
	position: relative;
}

.google-auto-placed:before {
	content: 'Advertisement';
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
}

div#page {
    float: left;
    width: 100%;
}
header div#logo {
	text-align: center;
	height: 100px;
	line-height: 100px;
}
header div#logo a {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #222;
	font-size: 36px;
}

header div#logo a span {
	color: #E74C3C;
	font-weight: bold;
}

header div#logo a strong {
	font-weight: bold;
}

header nav {
	border-top: 5px solid #E74C3C;
	border-bottom: 1px solid #e1e1e1;
}

header nav.stick {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
header nav a.mobile-menu {
	display: none;
}
header nav ul {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

header nav div.sticky-logo {
	display: none;
	margin: 0 20px 0 0;
	height: 60px;
	line-height: 60px;
}

header nav.stick ul, header nav.stick div.sticky-logo {
	float: left;
}

header nav.stick div.sticky-logo {
	display: block;
}

header nav div.sticky-logo a {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #222;
}

header nav div.sticky-logo a span {
	color: #E74C3C;
	font-weight: bold;
}

header nav div.sticky-logo a strong {
	font-weight: bold;
}

header nav li {
	float: left;
}
header nav li a {
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	margin-left: -1px;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	
}
header nav li a:hover {
	color: #333;
}
div#main {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	min-height: 500px;
}
aside {
    width: 300px;
    float: right;
	overflow: hidden;
}
aside div#sidebar {
	min-width: 300px;
    max-width: 400px;
	padding: 30px 0 0 0;
}
aside div#sidebar.stick {
	position: fixed;
	top: 66px;
	overflow: auto;
    width: 300px;
	padding: 20px 0 0 0;
}
aside div#sidebar.stick-bottom {
	position: absolute;
	bottom: 0;
}
aside div#sidebar form#searchform {
	background: #e1e1e1;
	margin: 0 0 20px 0;
	padding: 20px;
}
aside div#sidebar form#searchform label {
	float: left;
	width: 100%;
}
aside div#sidebar form#searchform input {
	padding: 10px;
	outline: none;
}
aside div#sidebar form#searchform input[type=text] {
	background: #e1e1e1;
	border: 0;
	border-bottom: 1px solid #333;
	margin: 0 10px 0 0;
	width: 70%;
}
aside div#sidebar form#searchform input[type=submit] {
	border: 0px;
	border-radius: 30px;
	background: #2980B9;
	color: #fff;
	cursor: pointer;
	width: 20%;
}
aside div#sidebar .related {
	background: #e1e1e1;
    float: left;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
aside div#sidebar .related img {
    float: left;
	height: 100px;
	width: 100px;
	vertical-align: middle;
}
aside div#sidebar .related .related-title {
    padding: 10px;
    display: flex;
    vertical-align: middle;
}
aside div#sidebar .related .related-title span {
    display: inline-block;
	background: #ccc;
	padding: 1px;
	font-size: 10px;
}
aside div#sidebar .related a {
    color: #222;
	text-decoration: none;
	font-size: 85%;
}
main {
	width: 880px;
    float: left;
}

main div#articles {
	width: 100%;
    max-width: 880px;
    padding: 30px 0 0 0;
    margin: 0 auto;
}

main article {
	border-bottom: 1px solid #e1e1e1;
	margin: 0 0 30px 0;
	clear: both;
    float: left;
    width: 100%;
}

main article h1, main article span.date-posted {
	margin: 0 0 15px 0;
	display: block;
}
main article span.date-posted {
	font-size: 12px;
	color: #ccc;
}

main article h1 a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
}

main article h1 a:hover {
	text-decoration: underline;
}

main article p, main article p ul {
	margin: 0 0 30px 0;
}

main article ul {
	list-style-type: disc;
	margin: 0 0 30px 30px;
}

main article a {
	color: #ff4d4b;
	text-decoration: underline;
}

main article h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	border-left: 3px solid #E74C3C;
	padding: 10px;
}

main article.post div#content {
	max-width: 100%;
}

main article.post div#content p, main article.post div#content h3 {
    margin: 0 auto 30px auto;
    max-width: 728px;
}

main article.post div#content twitterwidget {
	margin: 0 auto;
}

main article.post div#content img {
	width: 100% !important;
    height: auto;
}

main article div.post-thumbnail {
	margin: 0 0 30px 0;
	overflow: hidden;
    position: relative;
	text-align: center;
	max-width: 880px;
	max-height: 495px;
	background: #000;
	clear: both;
}
main article div.post-thumbnail.no-image {
	width: 880px;
	height: 395px;
	background: #eaeaea;
	border: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
main article div.no-image p {
	font-size: 24px;
	color: #ccc;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
main article div.no-image p strong {
	font-weight: bold;
}
main article div.post-thumbnail img {
	position: relative;
	z-index: 2001;
	vertical-align: middle;
	max-width: 100%;
}
main article div.post-thumbnail-background {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
}
main article div.post-thumbnail-background img {
    min-width: 105%;
    min-height: 105%;
    opacity: 0.8;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
	position: absolute;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
main div#post-categories {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	border-spacing: 0;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
table&gt;tbody&gt;tr&gt;td, table&gt;tbody&gt;tr&gt;th, table&gt;thead&gt;tr&gt;th  {
	border: 1px solid #ddd;
	padding: 8px;
	vertical-align: middle;
	text-align: center;
}
table tbody td:first-child {
    text-align: left;
}
table&gt;thead&gt;tr&gt;th {
    border-bottom: 2px solid #ddd;
	background: #eaeaea;
	color: #999;
	font-weight: bold;
}
div#pagination {
	text-align: center;
	margin: 20px 0;
}
div#pagination a, div#pagination span {
   	display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
	border-radius: 4px;
    float: none;
	color: #222;
	text-decoration: none;
	margin: 0 5px 0 0;
}
div#pagination span.dots {
    border: 0;
}
div#pagination a.next, div#pagination a.prev {
	border: 0;
}
div#pagination .current {
	background: #ff4d4b;
}
div#comments {
	margin: 0 0 30px 0;
	clear: both;
}
div#comments a {
	display: block;
	background: #222;
	color: #fff;
	text-align: center;
	padding: 10px;
    text-decoration: none;
}
div.meta {
	margin: 0 0 15px 0;
	float: left;
    width: 100%;
}
div.meta div.meta-info {
	float: left;
	width: 75%;
}
div.meta div.meta-stats {
	float: right;
}
div.meta div.meta-avatar {
	width: 50px;
	max-width: 50px;
	position: relative;
	float: left;
	padding: 5px 0;
}
div.meta div.meta-avatar img {
	border-radius: 50%;
	display: inline-block;
	width: 40px;
    height: 40px;
}
div.meta div.meta-author {
	width: calc(100% - 50px);
	font-size: 12px;
	color: #999;
}
div.meta time {
	font-size: 12px;
	color: #999;
}
div.meta div.meta-categories {
	display: inline-block;
}
div.meta div.meta-categories:before {
	content: 'â€¢';
    display: inline-block;
    margin: 0 7px;
}
div.meta div.category {
    display: inline-block;
    margin: 0 10px 0 0;
    background: #eaeaea;
    color: #999;
    font-size: 10px;
    padding: 1px 5px;
	vertical-align: middle;
}
div.meta div.meta-stat {
	float: left;
	display: block;
	text-align: center;
	margin: 8px 10px;
	color: #ccc;
}
div.meta div.meta-stat:last-child {
	/*margin: 0;*/
}
div.meta div.meta-stat i {
	display: block;
}
div.meta div.meta-stat span {
	clear: both;
	font-size: 12px;
}
div#ebay-results {
	clear: both;
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
div#ebay-results ul {
	list-style-type: none;
	margin: 0;
}
div#ebay-results li {
	width: 25%;
	float: left;
}
div#ebay-results li .ebay-item {
	margin: 5px 5px 0 0;
	border: 1px solid #ccc;
	text-align: center;
    padding: 10px;
	height: 300px;
	font-size: 12.5px;
}
div#ebay-results li .ebay-item a {
	clear: both;
	display: block;
}
div#ebay-results strong {
	font-weight: bold;
}
div#ebay-results-header {
	clear: both;
	width: 100%;
	float: left;
	background: #e1e1e1;
	height: 50px;
}
div#ebay-results-header img {
	padding: 5px 10px;
	max-width: 100%;
	max-height: 100%;
}
footer {
	min-height: 200px;
	width: 100%;
	float: left;
	background: #222;
	color: #fff;
	display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
footer p {
	color: #fff;
}

@media only screen and (max-width : 1200px) {
	aside {
		display: none;
	}
	main {
		float: none;
    	margin: 0 auto;
	}
}

@media only screen and (max-width : 880px) {
	.container {
		max-width: 100%;
		display: flex;
	}
	div#logo {
		display: none;
	}
	header nav div.sticky-logo {
		display: block;
		margin: 0 20px;
	}
	header nav a.mobile-menu {
		display: block;
		border: 1px solid #ccc;
		padding: 5px;
		color: #222;
		border-radius: 3px;
		height: 35px;
		width: 35px;
		text-align: center;
		margin: 10px;
		position: absolute;
		right: 0;
	}
	header nav ul {
		display: none;
		width: 100%;
		position: absolute;
		top: 60px;
		z-index: 9999;
		background: #fff;
		box-shadow: 0 10px 10px rgba(0,0,0,.4);
	}
	header nav li {
		width: 100%;
		border-bottom: 1px solid #ccc;
	}
	header nav li a {
		border: 0;
	}
	aside {
		display: none;
	}
	div#main {
		/*padding: 10px;*/
	}
	main {
		width: 100%;
	}
	main div#articles {
		padding: 0;
		max-width: 100%;
	}
	main article {
		margin: 0;
	}
	main article header {
		float: left;
		width: 100%;
		padding: 20px;
	}
	main article header div.meta-stats, main article header div.meta-avatar, main article header div.meta-author, main article header div.meta-categories {
		display: none !important;
	}
	main article div.post-thumbnail {
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
	main article div.post-thumbnail.no-image {
		height: 230px;
	}
	main article div.post-thumbnail img {
		max-height: 230px;
	}
	main article div.meta {
		margin: 0;
	}
	main article.post div#content, div.excerpt {
		max-width: 100%;
		padding: 20px;
	}
	thead {
		display: table-header-group;
		vertical-align: middle;
		border-color: inherit;
	}
	tr {
		display: table-row;
		vertical-align: inherit;
		border-color: inherit;
	}
	tbody {
		display: table-row-group;
		vertical-align: middle;
		border-color: inherit;
	}
	tr img {
		max-width: 110px;
	}
	footer {
		min-height: 100px;
	}
	
}
@media only screen and (max-width : 728px) {
	.ad-leaderboard {
		width: 468px;
		height: auto;
	}
}
@media only screen and (max-width : 468px) {
	.ad-leaderboard {
		width: 320px;
		height: auto;
	}
}</pre></body></html>