<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------------------*/
/* =  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, 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;
}

input, select, textarea {
	outline: none;
}

/*-------------------------------------------------*/
/* =  Font
/*-------------------------------------------------*/
@font-face {
    font-family: 'Open Sans', 'ArialMT', 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;

}

/*-------------------------------------------------*/
/* =  General Style
/*-------------------------------------------------*/
html { 
	background: url('../img/bg.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	html {
		-webkit-text-size-adjust: none;
	}
}

body {
	font-family: 'Open Sans', 'ArialMT', 'Arial', sans-serif;
	font-size: 12px;
	color: #666;
}


/*-------------------------------------------------*/
/* =  Main Content Styles
/*-------------------------------------------------*/
address { font-style: italic; }

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

strong { font-weight: bold; }

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

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 11px/19px Courier, "Courier New";
	color: #333;
	background: #f8f8f8;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	padding: 10px;
	margin: 40px;
	clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

code { padding: 3px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

caption { text-align: left; }

tr { 
	border-bottom: 1px solid #ccc;
}

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}

th {
	background: #ddd;
}

tfoot {
	font-size: 10px;
	line-height: 14px;
	background: #ddd;
}

.td-left {
	width: 150px;
}

#ad-chart tbody {
	font-size: 14px;
}

#ad-chart th,
#ad-chart td {
	text-align: center;
}

#ad-chart .ad-chart-sub {
	font-size: 10px;
	text-align: left;
}

#ad-chart .ad-chart-left {
	text-align: left;
}

a {
	text-decoration:none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	outline: none;
}

p {
	color: #4d4d4d;
	line-height: 20px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

#container {
	width: 960px;
	margin: auto;
}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
#header-container {
	position: relative;
	background: #fff;
}

#header {
	width: 960px;
	margin: 0px auto;
	padding-top: 15px;
}

#logo {
	padding: 10px 0px 0px 0px;
	text-align: center;
	float: none;
}

#logo img {
	width: 634px;
	height: auto;
	margin-top: 5px;
}

#class-bug {
	width: 210px;
	height: 94px;
	float: left;
	text-align: left;
}

#header-ads {
	width: 728px;
	height: 94px;
	float: right;
	text-align: right;
}

#header-ads-mobile {
	width: 630;
	height: auto;
	display: none;
	float: left;
}

#header-ads-mobile img {
	width: 630px;
	height: auto;
}

#header-ads-smartphone {
	width: 320;
	height: auto;
	display: none;
	float: left;
}

#header-ads-smartphone img {
	width: 320px;
	height: auto;
}

/* Needs to be on tracking GIF file else bad thing happen™ */
.impression-gif	{
	display: none;
}

/*-------------------------------------------------*/
/* =  Menus
/*-------------------------------------------------*/
#main-menu {
	clear: both;
	float: left;
	padding: 15px 0px 3px 0px;
	position: relative;
	width: 100%;
	height: 50px;
}

#main-menu #sf-menu-container {
    float: left;
}

#main-menu #sf-menu-container &gt; ul {
	float: left;
	position: relative;
	left: 0px;
	margin-left: 2px;
}

#main-menu #sf-menu-container &gt; ul &gt; li {
	float: left;
	display: inline-block;
	margin-left: 30px;
}

#main-menu #sf-menu-container &gt; ul &gt; li:first-child {
	margin-left: 0px;
}

#main-menu #sf-menu-container &gt; ul &gt; li &gt; a {
	color: #353535;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	height: 30px;
	padding-top: 15px;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
	border-top: 5px solid transparent;
	transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	-webkit-transition: border 0.2s linear;
	-o-transition: border 0.2s linear;
}

#main-menu #sf-menu-container &gt; ul &gt; li &gt; a:hover,
#main-menu #sf-menu-container &gt; ul &gt; li &gt; a.active {
	border-top: 5px solid transparent;
}

/* -- Mobile Menu --*/
#main-menu #sf-menu-mobile {
    float: left;
}

#main-menu #sf-menu-mobile &gt; ul {
	float: left;
	position: relative;
	left: 0px;
	margin-left: 2px;
}

#main-menu #sf-menu-mobile &gt; ul &gt; li {
	float: left;
	display: inline-block;
	margin-left: 30px;
}

#main-menu #sf-menu-mobile &gt; ul &gt; li:first-child {
	margin-left: 0px;
}

#main-menu #sf-menu-mobile &gt; ul &gt; li &gt; a {
	color: #353535;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	height: 30px;
	padding-top: 15px;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
	border-top: 5px solid transparent;
	transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	-webkit-transition: border 0.2s linear;
	-o-transition: border 0.2s linear;
}

#main-menu #sf-menu-mobile &gt; ul &gt; li &gt; a:hover,
#main-menu #sf-menu-mobile &gt; ul &gt; li &gt; a.active {
	border-top: 5px solid transparent;
}

#sf-menu-mobile {
	display: none;
}


/* -- Superfish Style -- */
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu ul.sub-menu {
    position: absolute;
    top: -999em;
    width: 224px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    float: left;
    top: 48px; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }

.sf-with-ul {
	background: url(../img/drop-arrow.png) no-repeat;

}

.sf-menu ul {
	padding: 0px;
}

.sf-menu ul a {
	padding: 10px 20px;
	height: auto;
	line-height: 1em !important;
	color: #fff;
	letter-spacing: normal;
	text-transform: none;
	font-size: 12px;
}

.sf-menu ul a:hover {
	background-color: #430908;
}

/* -- Social Page Buttons -- */
#social-menu {
	float: right;
	margin-top: 12px;
	width: auto;
	height: 28px;
}

#social-menu a {
	opacity: 1;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
#social-menu a:hover {
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter:alpha(opacity=60);
}

/*-------------------------------------------------*/
/* =  Sub Menu
/*-------------------------------------------------*/
#sub-menu-container {
	clear: both;
	background: #191919;
	color: #ccc;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 4px 0px;
}

#sub-menu {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: smallcaps;
	height: 20px;
}

#sub-menu-narrow {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: smallcaps;
	height: 20px;
	display: none;
}

/*-------------------------------------------------*/
/* =  Content
/*-------------------------------------------------*/
#content {
	padding-right: 20px;
	float: left;
	width: 630px;
}

.byline {
	font-family: "Times New Roman", serif;
	font-size: 11px;
	color: #424344;
	position: relative;
	top:-3px;
}

.page-container {
	margin-top: 20px;
	background: #eee;
	overflow: hidden;
	padding: 20px;
}

.post-container {
	margin-top: 20px;
	position: relative;
	z-index: 15;
	background: #eee;
	overflow: hidden;
}

.post-container.padding {
	padding: 20px;
}

.post-container h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color: #424344;
	margin-bottom: 15px;
}

.post-container h3 {
	font-weight: bold;
	max-height: 32px;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 2px;
	overflow: hidden;
}

.post-container .left {
	width: 274px;
	float: left;
	padding: 15px 20px 0px 20px;
}

.post-container .left h2:after {
	content: attr(data-value) "";
	font-family: "Times New Roman", serif;
	font-size: 12px;
	color: #424344;
	text-transform: uppercase;
	padding-left: 5px;
	position: relative;
	top:-3px;
}

.post-container .left .post-item img {
	width: 273px;
	height: 212px;
}

.post-container .left .post-item &gt; a:before {
	content: '';
	width: 259px;
	height: 196px;
	position: absolute;
}

.post-container .left .post-item h3 {
	font-size: 16px;
	max-height: 41px;
	font-weight: bold;
	line-height: 21px;
	margin: 10px 0px 6px 0px;
}

.post-container .left .post-item p {
	max-height: 80px;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
}

.post-container .post-item-footer {
	margin-top: 15px;
	overflow: hidden;
}

.post-container .post-item-footer a.top-link {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #eee;
	padding: 3px 4px 3px 4px;
	background: #888;
}

.post-container .post-item-footer a.top-link:hover {
	color: #fff;
}

.post-container .post-item-footer a.more-link {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #eee;
	padding: 3px 4px 3px 4px;
	background: #b22222;
}

.post-container .post-item-footer a.more-link:hover {
	color: #fff;
}

.post-container .right {
	width: 275px;
	border-left: 1px solid #C5C5C5;
	float: right;
	background: #DEDEDE;
	position: relative;
	bottom: 0px;
	padding: 15px 20px 0px 20px;
	min-height: 401px;
}

.post-container .right h2:after {
	content: attr(data-value) "";
	font-family: "Times New Roman", serif;
	font-size: 12px;
	color: #424344;
	text-transform: uppercase;
	padding-left: 5px;
	position: relative;
	top:-3px;
}

.post-container .right ul li {
	border-top: 1px dotted #6a6a6a;
	padding: 18px 0px 0px 0px;
	position: relative;
	max-height: 80px;
	margin-bottom: 18px;
	overflow: hidden;
}

.post-container .right ul li:before {
	content: '';
	border-top: 1px dotted #fff;
	height: 1px;
	position: absolute;
	left:0px;
	top:0px;
	right:0px;
}

.post-container .right ul li:first-child {
	border-top: none;
	padding-top: 0px;
}
.post-container .right ul li:first-child:before {
	content: '';
	border-top: none;
}

.post-container .right li img {
	float: left;
	width: 74px;
	height: 60px;
	margin-right: 10px;
}

.post-container .right li &gt; a:before {
	content: '';
	width: 68px;
	height: 54px;
	position: absolute;
	left: 0px;
	border: 3px solid rgba(255, 255, 255, 0.3);
}

.post-container .right li h3 a:hover:before {
	left: 0px;
}

.post-container .right li span {
	color: #6a6a6a;
	font-size: 12px;
	line-height: 16px;
}

/* -- Video thumbnails --*/
#video-category {
	overflow: hidden;
	padding-bottom: 20px;
}

#video-category .post-item {
	float: left;
	margin: 20px 0 0 20px;
}

#video-category .post-item h3 {
	margin: 10px 0 0 0;
}

#video-category .post-item &gt; a {
	transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
}

#video-category .post-item &gt; a:hover {
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
}

/*-------------------------------------------------*/
/* =  Post Items
/*-------------------------------------------------*/
li.post-item {
	width: 184px;
}

.post-item h3 {
	font-size: 14px;
	max-height: 40px;
	font-weight: bold;
	line-height: 20px;
	margin: 15px 0px 0px 0px;
}

.post-item p {
	line-height: 20px;
	font-size: 12px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 100px;
	overflow: hidden;
	margin-top: 6px;
}

.post-item &gt; a:before {
	content: '';
	width: 170px;
	height: 128px;
	position: absolute;
	border: 7px solid rgba(255,255,255, 0.3);
}

.post-item a &gt; img {
	width: 184px;
	height: 142px;
}

.story-right a {
	color:#fff;
}

/*-------------------------------------------------*/
/* =  Single Story Items
/*-------------------------------------------------*/
.story-right span {
	font-size: 9px;
	font-weight: bold;
	line-height: 25px;
	width: 100%;
}

.story-right .top {
	display: block;
	height: 37px;
	width: 41px;
	padding: 10px 2px 0px 2px;
	text-align: center;
	background: rgba(140,140,140,.9);
	background: rgb(140,140,140)\0/;
}

.story-right .top a:hover {
	color: #ddd;
}

.story-right .comments a {
	display: block;
	height: 20px;
	padding-top: 27px;
	text-align: center;
}

.story-right .more-link a {
	display: block;
	height: 152px;
	width: 45px;
	margin-left: 0px;
	text-indent: -9999px;
	background: url(../img/readmore-btn.png) no-repeat center center;
}


/*-------------------------------------------------*/
/* =  Post Ads
/*-------------------------------------------------*/
.ads-post-full img {
	padding: 7px;
	width: 616px;
	height: auto;
}

.ads-post-phone img {
	padding: 3px;
	width: 314px;
	height: auto;
	display: none;
}

.ads-post {
	background: transparent;
}

.left-ads, .right-ads {
	float: left;
	width: 305px;
	overflow: hidden;
}

.left-ads img , .right-ads img {
	width: 291px;
	height: auto;
	padding: 7px;
	background: #DEDEDE;
}

.left-ads {
	margin-right: 20px;
}

.adsense_response { 
	width: 728px; 
	height: 90px; 
}


/*-------------------------------------------------*/
/* =  Classifieds
/*-------------------------------------------------*/
.class-columns {
		column-count: 4;
		-webkit-column-count: 4;
		-moz-column-count: 4;
		-ms-column-count: 4;
		column-width: 9.375px;
		-webkit-column-width: 9.375px;
		-moz-column-width: 9.375px;
		-ms-column-width: 9.375px;
		-webkit-column-rule: 1px outset grey;
		-moz-column-rule: 1px outset grey;
		-ms-column-rule: 1px outset grey;
		column-rule: 1px outset grey;
}

.class-head {
	margin: 3.0px 0.0px 3.0px 0.0px;
	font: 15.5px 'Open Sans Condensed';
	font-weight: 800;
	text-align: center;
	background-color: #CCCCCC;
}

.class-copy {
	margin: 0.0px 0.0px 6.0px 0.0px;
	font: 13px 'Open Sans Condensed';
	font-weight: 400;
}

/*-------------------------------------------------*/
/* =  Sidebar
/*-------------------------------------------------*/
#sidebar {
	width: 310px;
	float: right;
	position: relative;
}

#sidebar &gt; ul &gt; li {
	margin-top: 20px;
	width: 310px;
	background: #eee;
}

.grid-sizer {
	width: 100%;
}

#sidebar &gt; ul &gt; li &gt; ul {
	padding: 15px 13px 15px 13px;
}

#sidebar &gt; ul &gt; li &gt; h3.widget-title {
 background: #b22222;
 padding-left: 13px;
 height: 36px;
 line-height: 36px;
 color: #fff;
 text-transform: uppercase;
 font-size: 12px;
 font-weight: 600;
 letter-spacing: 0.05em;
}

#sidebar div.widget-container {
	padding: 15px 13px 15px 13px;
	overflow: hidden;
}

#sidebar &gt; ul &gt; li &gt; ul &gt; li {
	margin-top: 15px;
	display: block;
}

#sidebar &gt; ul &gt; li &gt; ul &gt; li:first-child {
	margin-top: 0px;
}

#sidebar &gt; ul &gt; li &gt; ul &gt; li a {
	font-size: 13px;
	font-weight: bold;
	color: #4d4d4d;
}

#sidebar &gt; ul &gt; li &gt; ul &gt; li a:hover {
	color: #777;
}

/* -- Archives Widget -- */
#archive-menu {
	color: #353535;
	margin: 0;
	font-family: "Oswald", sans-serif; 
	font-size: 15px;
	line-height: 14px;
	margin-bottom: 0px;
}

#archive-menu ul {
	list-style-type: none;
	color: #353535;
}

#archive-menu li { 
	padding: 5px 0px 5px 0px;
	list-style: none;
}

#archive-menu li a {
	color: #353535;
}

#archive-menu li:hover {
	color: #575757;
}

#archive-menu li.year {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ddd;
	font-weight:bold;
	cursor: pointer;
	display: block;
}

#archive-menu li.year:first-child {
	padding-top: 0px;
}

#archive-menu li.year:before {
	content: url('../img/red-bullet.gif') ' ';
	height: 10px;
	width: 10px;
	position: relative;
	z-index: 999;
	top: -1px;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

#archive-menu li.year:hover:before {
	content: url('../img/red-bullet.gif') ' ';
	height: 10px;
	width: 10px;
	position: relative;
	z-index: 999;
	top: -1px;
	opacity: 0.7;
	-moz-opacity: 0.70;
	filter:alpha(opacity=70);
}

#archive-menu li.month {
	font-family: 'Open Sans', 'ArialMT', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 2em;
	display: block;
}

#archive-menu li.file {
	font-family: 'Open Sans', 'ArialMT', 'Arial', sans-serif;
	font-size: 14px;
	margin-left: 2em;
}

#archive-menu li.file a {
	margin-left: 2em;
	text-decoration: none;
	display: block;
}

#archive-menu li.file:nth-child(odd) { 
	background: #ddd;
}

/* -- Publications Widget -- */
#sidebar .publications-widget {
	padding: 13px 0px 0px 13px !important;
}

#sidebar .publications-widget img {
	float: left;
	width: 135px;
	height: 135px;
	margin: 0px 13px 13px 0px;
}


/* Text Widget*/
#sidebar .widget_text div.textwidget {
	padding: 10px 14px 10px 14px;
}

/* -- Video Widget -- */
#sidebar .video-widget {
	padding: 13px !important;
}

#sidebar .video-widget img {
	width: 284px !important;
	height: 213px;
	padding-bottom: 9px;
}

#sidebar .video-widget h2 {
	font-size: 14px;
	max-height: 40px;
	font-weight: bold;
	line-height: 20px;
}

/* -- Ad Size Widgets --*/
#sidebar .suicide-widget img {
	width: 284px !important;
	height: 94px;
}

#sidebar .square-ad img {
	width: 284px !important;
	height: 237px;
}

#sidebar .half-square-ad img {
	width: 284px !important;
	height: 118px;
}

#sidebar .skyscraper-ad img {
	width: 284px !important;
	height: 473px;
}

/* -- Button Widgets --*/
#sidebar .ballinger-button img {
	width: 284px !important;
	height: 115px;
}

#sidebar .ratecard-button img {
	width: 284px !important;
	height: 284px;
}

/* -- Twitter Widget -- */
#sidebar .twitter-widget {
	padding: 13px !important;
	height: 320px;
}

/* -- Copyright -- */
#copyright {
	clear: both;
	float: left;
	margin-top: 15px;
	color: #353535;
	padding: 10px;
	border-top: 2px solid #b22222;
	text-align: center;
	padding-bottom: 6px;
	font-size: 11px;
	line-height: 13px;
}

.space-container {
	clear: both;
	float: left;
	height: 45px;
	width: 100%;
}

.page-title {
	color: #efefef;
	background-color: rgba(160,0,0, .8);
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	padding: 10px 15px;
}


/*-------------------------------------------------*/
/* =  Error 404
/*-------------------------------------------------*/
.error-404 p {
	color: #4d4d4d;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 113px;
	padding: 180px 0px;
	text-shadow: 3px 3px 0 #cfcfcf;
	line-height: normal;
}

.error-404 p span {
	font-size: 17px;
	font-family: 'Open Sans', 'ArialMT', 'Arial', sans-serif;
	display: block;
	text-shadow: none;
	position: relative;
	top: -10px;
}


/*-------------------------------------------------*/
/* =  Stories
/*-------------------------------------------------*/
.story-container {
	margin-top: 20px;
	height: 246px;
	overflow: hidden;
}

.story-left {
	float: left;
	width: 545px;
	height: 207px;
	padding: 20px;
	background: #eee;
	overflow: hidden;
}

.story-left h3 {
	float: right;
	width: 278px;
	max-height: 40px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
}

.story-left p {
	width: 278px;
	max-height: 156px;
	clear: right;
	float: right;
	line-height: 19px;
	overflow: hidden;
}

.story-left &gt; a {
	float: left;
	width: 247px;
	height: 207px;
	margin-right: 20px;
	position: relative;
}

.story-left &gt; a:after {
	content: '';
	position: absolute;
	left: 0px;
	z-index: 12;
	border: 7px solid rgba(255,255,255,0.3);
	width: 233px;
	height: 193px;
}

.story-left &gt; a[data-type="video"]:before {
	content: '';
}

.story-left &gt; a[data-type="image"]:before {
	content: url(../img/image-post-format.png);
	position: absolute;
	left: 69px;
	top: -1px;
	width: 109px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	z-index: 15;
	display: none;
}

.story-left a img {
	width: 100%;
	height: 100%;
	background-size: contain;
}

.story-right {
	float: right;
	height: 245px;
}

.story-container .story-item-footer {
	display: none;
}

.media-widget-footer a.more-link,
.story-container .story-item-footer a.more-link {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #eee;
	padding: 3px 4px 3px 4px;
	background: #b22222;
}

.story-container .story-item-footer a.more-link:hover {
	color: #fff;
}

/*-------------------------------------------------*/
/* =  Pagination
/*-------------------------------------------------*/

.pagenation {
	margin-top: 20px;
}

.pagenation li {
	float: left;
	border: 1px solid transparent;
	margin-left: 4px;
}

.pagenation li:first-child {
	margin-left: 0px;
}

.pagenation li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 12px;
}

.pagenation li:not(.active):hover {
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter:alpha(opacity=90);
}

/*-------------------------------------------------*/
/* =  Contact Page
/*-------------------------------------------------*/
h4.with-line {
	color: #424344;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D2D2D2;
}

.padding h4.with-line:first-child,
.comments-container h4.with-line:first-child {
	margin-top: 0px;
}

h4.with-line:after {
	content: '';
	border-top: 1px solid #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.contact-form input[type="text"],
.contact-form textarea {
	clear: both;
	float: left;
	border: 1px solid #C8C8C8;
	margin-bottom: 15px;
	padding: 10px;
	font-family: 'Open Sans', 'ArialMT', 'Arial', sans-serif;
	font-style: italic;
	color: #878787;
	font-size: 11px;
	width: 240px;
}

.contact-form input[type="text"].error,
.contact-form textarea.error {
	color: #d84c4c;
}

.contact-form textarea {
	min-height: 130px;
	min-width: 566px;
	max-width: 566px;
}

.contact-form input[type="submit"] {
	clear: both;
	float: right;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	padding: 10px 30px;
	cursor: pointer;
}

input[type="submit"] {
	transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}

input[type="submit"]:hover {
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
}

#map {
	width: 591px;
	height: 240px;
}

#google-maps {
		position: relative;
		padding-bottom: 40%; // This is the aspect ratio
		height: 0;
		overflow: hidden;
		border: 7px solid #666;
}
#google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
}

.contact-name {
    color: rgb(88, 77, 77);
    font-family: 'Open Sans', 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.contact-number {
    color: rgb(88, 77, 77);
    font-family: 'Open Sans', 'ArialMT', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 3px;
    margin-left: 1em;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.contact-email {
    color: rgb(88, 77, 77);
    font-family: 'Open Sans', 'ArialMT', 'Arial', sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    opacity: 1.00;
    padding-bottom: 12px;
    padding-top: 0px;
    margin-left: 1em;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.contact-columns {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-ms-column-count: 2;
}

/*-------------------------------------------------*/
/* =  Print Edition Page
/*-------------------------------------------------*/
.print-location {
    color: rgb(88, 77, 77);
    font-family: 'Open Sans', 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 6px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.print-address {
    color: rgb(88, 77, 77);
    font-family: 'Open Sans', 'ArialMT', 'Arial', sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 3px;
    margin-left: 1em;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.print-columns {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-ms-column-count: 2;
}


/*-------------------------------------------------*/
/* =  Single Post
/*-------------------------------------------------*/
.videoembed {
    width:590px;
    height: 327px;    
    margin-bottom: 15px;
}

.gallery-page {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.single-image {
	margin-bottom: 10px;
}

.single-image img,
.gallery-page li img {
	width: 590px;
	height: 315px;
}

h1.title-post {
	color: #050505;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}

.singlepost p {
	font-size: 14px;
}

.singlepost h1 {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.singlepost h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color: #424344;
	margin-bottom: 15px;
}

.singlepost h2 a {
	color: #424344;
}

.singlepost h3 {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

.singlepost h4 {
	color: #000;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
}

.singlepost h5 {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

.singlepost h6 {
	color: #000;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
}

.singlepost ul, .singlepost ol {
	margin: 0 0 15px 20px;
	color: #4D4D4D;
}

.singlepost ul ul,
.singlepost ul ol,
.singlepost ol ul,
.singlepost ol ol {
	margin: 5px 0 5px 20px;
}

.singlepost li {
	line-height: 20px;
}

.singlepost ul li {
	list-style: disc;
}

.singlepost ol li {
	list-style: decimal;
}

.meta {
	clear: both;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

p.date {
	color: #888;
	font-size: 11px;
	margin: -10px 0px 10px 0px;
}

.about-author img {
    float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 3px solid #B2B2B2;
}

.about-author h5 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #343333;
}

.font-style {
	font-family: 'Oswald', sans-serif;
	font-size: 22px !important;
	font-weight: normal !important;
}


/*-------------------------------------------------*/
/* =  iPads
/*-------------------------------------------------*/
@media screen and (min-width : 630px) and (max-width : 960px) {

	#container {
		width: 630px;
		overflow: hidden;
	}

	#header {
		width: 630px;
		padding-top: 13px;
	}

	#logo {
		padding: 10px 0px 0px 0px;
		text-align: center;
		float: none;
	}
	
	#logo img {
		width: 100%;
		height: auto;
	}	

	#header-ads {
		display: none;
	}	

	#header-ads-smartphone {
		display: none;
	}

	#header-ads-mobile {
		display: block;
		float: left;
	}
	
	#class-bug {
		display: none;
	}
	
	#main-menu {
		width: 100%;
		padding: 6px 0px 0px 0px;
	}

	#main-menu #sf-menu-container {
	    max-width: 480px;
	}

	#main-menu #sf-menu-container &gt; ul {
		width: 1000px;
		height: 51px;
	}

	#main-menu #sf-menu-container &gt; ul &gt; li {
		margin-left: 15px;
	}

	#main-menu #sf-menu-container &gt; ul &gt; li &gt; a {
		padding-top: 12px;
		position: relative;
		z-index: 10;
	}

	#main-menu #sf-menu-container &gt; ul &gt; li &gt; a:hover,
	#main-menu #sf-menu-container &gt; ul &gt; li &gt; a.active {
		border-top: 5px solid transparent;
	}

	#main-menu #sf-menu-mobile {
	    max-width: 630px;
	}

	#main-menu #sf-menu-mobile &gt; ul {
		width: 1000px;
		height: 51px;
	}

	#main-menu #sf-menu-mobile &gt; ul &gt; li {
		margin-left: 15px;
	}

	#main-menu #sf-menu-mobile &gt; ul &gt; li &gt; a {
		padding-top: 12px;
		position: relative;
		z-index: 10;
	}

	#main-menu #sf-menu-mobile &gt; ul &gt; li &gt; a:hover,
	#main-menu #sf-menu-mobile &gt; ul &gt; li &gt; a.active {
		border-top: 5px solid transparent;
	}

	.sf-menu ul.sub-menu {
			position: absolute;
			top: -999em;
			width: 224px;
	}

	#sub-menu {
		width: 630px;
	}

	#sub-menu-narrow {
		display: none;
	}

	#social-menu {
		margin-top: 9px;
	}
	
	#content {
		padding-right: 0px;
	}

	.adsense_response { 
		width: 630px; 
		height: 78px; 
	}

	.post-container {
		margin-top: 10px;
	}

	.page-container {
		margin-top: 10px;
	}

	.left-ads, .right-ads {
		width: 305px;
	}

	.left-ads img , .right-ads img {
		width: 291px;
	}

	.left-ads {
		margin-right: 10px;
	}

	.ads-post-phone img {
		display: none;
	}

	#sidebar {
		width: 640px;
		float: left;
	}

	.grid-sizer {
		width: 50%;
	}

	#sidebar &gt; ul &gt; li {
		float: left;
		margin-top: 10px;
		width: 310px;
		margin-right: 10px;
		overflow: hidden;
	}

	#sidebar &gt; ul &gt; li &gt; h3.widget-title {
		padding-left: 13px;
	}

	#copyright {
		margin-top: 10px;
	}

	.space-container {
		height: 50px;
	}

	.page-title {
		font-size: 24px;
	}

	.story-container {
		margin-top: 10px;
	}

	.pagenation {
		margin-top: 10px;
	}

}

/*-------------------------------------------------*/
/* =  Tablet
/*-------------------------------------------------*/
@media screen and (min-width : 460px) and (max-width : 629px) {
	#container {
		width: 460px;
		overflow: hidden;
	}

	#header {
		width: 460px;
	}

	#logo {
		padding: 10px 0px 0px 0px;
		text-align: center;
		float: none;
	}

	#logo img {
		width: 100%;
		height: auto;
	}	

	#class-bug {
		display: none;
	}
	
	#header-ads {
		display: none;
	}

	#header-ads-smartphone {
		display: none;
	}

	#header-ads-mobile {
		width: 460;
		height: auto;
		display: block;
		float: left;
	}
	
	#header-ads-mobile img {
		width: 460px;
		height: auto;
	}
	
	#contact-column-spacer {
		display: none;
	}
	
	.contact-columns {
			column-count: 1;
			-webkit-column-count: 1;
			-moz-column-count: 1;
			-ms-column-count: 1;
	}

	.contact-name {
			margin-left: 5em;
	}
	.contact-number {
			margin-left: 5em;
			padding-left: 1em;
	}
	.contact-email {
			margin-left: 5em;
			padding-left: 1em;
	}

	.class-columns {
			column-count: 3;
			-webkit-column-count: 3;
			-moz-column-count: 3;
			-ms-column-count: 3;
	}

	#main-menu {
		width: 100%;
		padding: 6px 0px 0px 0px;
	}

	#main-menu #sf-menu-mobile {
		width: 200px;
		margin-left: 5px;
	}

	#main-menu #sf-menu-mobile &gt; ul {
		width: 240px;
		height: 51px;
	}

	#main-menu #sf-menu-mobile &gt; ul &gt; li {
		margin-left: 15px;
	}

	#main-menu #sf-menu-mobile &gt; ul &gt; li &gt; a {
		padding-top: 12px;
	}

	#main-menu #sf-menu-mobile &gt; ul &gt; li &gt; a:hover,
	#main-menu #sf-menu-mobile &gt; ul &gt; li &gt; a.active {
		border-top: 5px solid transparent;
	}
	
	#sf-menu-container {
		display: none;
	}
	
	#sf-menu-mobile {
		display: inline;
	}

	.sf-menu ul.sub-menu {
    position: absolute;
    top: -999em;
    width: 224px;
	}

	#sub-menu {
		width: 460px;
		font-size: 13px;
		letter-spacing: 0px;
	}

	#sub-menu-narrow {
		display: none;
	}

	#social-menu {
		margin-top: 6px;
	}
	
	#content {
		padding-right: 0px;
		width: 460px;
	}

	.adsense_response { 
		width: 460px; 
		height: 57px; 
	}

	.post-container {
		margin-top: 10px;
	}

	.page-container {
		margin-top: 10px;
	}

	.single-image img,
	.gallery-page li img {
		width: 420px;
		height: 224px;
	}

	.error-404 p {
		padding: 150px 0px;
	}

	.post-container .left {
		width: 420px;
	}

	.post-container .left .post-item img {
		width: 420px;
		height: 323px;
	}

	.post-container .left .post-item &gt; a:before {
		content: '';
		width: 406px;
		height: 309px;
	}

	.post-container .right {
		width: 420px;
		border-top: 1px solid #C5C5C5;
	}

	.scroll-post .gallery-images a {
		width: 200px;
		height: 154px;
	}

	.scroll-post .gallery-images a:before {
		content: '';
		width: 186px;
		height: 140px;
	}

	.scroll-post .gallery-images a &gt; img {
		width: 200px;
		height: 154px;
	}
	
	li.post-item {
		width: 200px;
	}

	.post-item &gt; a:before {
		content: '';
		width: 186px;
		height: 140px;
	}

	.post-item a &gt; img {
		width: 200px;
		height: 154px;
	}

	.ads-post-full img {
		padding: 0px;
		width: 460px;
	}

	.ads-post img {
		padding: 0px;
	}
	
	.ads-post-phone img {
		display: none;
	}

	.left-ads, .right-ads {
		width: 225px;
	}

	.left-ads img , .right-ads img {
		width: 225px;
	}

	.left-ads {
		margin-right: 10px;
	}

	#sidebar {
		width: 460px;
		float: right;
	}

	.grid-sizer {
		width: 50%;
	}

	#sidebar &gt; ul &gt; li {
		margin-top: 10px;
		width: 225px;
		margin-right: 5px;
		overflow: hidden;
		float: left;
	}

	#sidebar &gt; ul &gt; li &gt; h3.widget-title {
		padding-left: 13px;
		font-size: 11px;
		overflow: hidden;
	}

	#sidebar .publications-widget img {
		width: 95px;
		height: 95px;
		margin: 0px 11px 13px 0px;
	}

	#sidebar .video-widget img {
		width: 198px !important;
		height: 148px !important;
	}

	#sidebar .suicide-widget img {
		width: 198px !important;
		height: 77px !important;
	}

	#sidebar .ballinger-button img {
		width: 198px !important;
		height: 82px !important;
	}

	#sidebar .square-ad img {
		width: 198px !important;
		height: 165px !important;
	}
	
	#sidebar .half-square-ad img {
		width: 198px !important;
		height: 82px !important;
	}
	
	#sidebar .skyscraper-ad img {
		width: 198px !important;
		height: 330px;
	}
	
	#sidebar .ratecard-button img {
		width: 198px !important;
		height: 198px;
	}

	#sidebar .tabs-widget .tab-links li {
		width: 153px;
	}

	#sidebar .tabs-widget .tab-links li:first-child {
		width: 154px;
	}

	#archive-menu li.month {
		margin-left: 1em;
	}
	
	#archive-menu li.file {
		margin-left: 0;
	}
	
	#copyright {
		margin-top: 10px;
	}

	.space-container {
		height: 50px;
	}

	.page-title {
		font-size: 24px;
	}

	.story-container {
		margin-top: 10px;
		height: 202px;
	}

	.story-container .story-item-footer {
		display: inline;
		float: right;
		width: 400px;
		margin-top: 2px;
	}

	.story-left {
		width: 420px;
		height: 162px;
	}

	.story-left h3 {
		width: 213px;
	}

	.story-left h3 a {
		color: #050505;
		display: block;
	}

	.story-left p {
		width: 213px;
		max-height: 110px;
		line-height: 18px;
		clear: right;
		float: right;
		overflow: hidden;
	}

	.story-left &gt; a {
		width: 187px;
		height: 163px;
	}

	.story-left &gt; a:after {
		content: '';
		width: 173px;
		height: 149px;
	}

	.story-left &gt; a[data-type="video"]:before {
		content: '';
	}

	.story-left &gt; a[data-type="image"]:before {
		content: '';
	}

	.story-left a img {
		width: 100%;
		height: 100%;
	}

	.story-right {
		display: none;
	}

	.story-right {
		float: right;
		height: 245px;
	}

	.story-right .more-link a {
		height: 108px;
		background: rgba(160,0,0, .8) url(../img/readmore-btn-small.png) no-repeat center center;
	}

	.pagenation {
		margin-top: 10px;
	}

	.contact-form textarea {
		min-width: 397px;
		max-width: 397px;
	}

	#map {
		width: 406px;
	}

	#google-maps {
			padding-bottom: 59%; // This is the aspect ratio
	}

	.videoembed {
	    width: 420px;
	    height: 231px;
	}

	.other-post-autor li:last-child {
		display: none;
	}

	div.author-avatar {
		margin-right: 10px;
	}

	div.comment-text {
		margin-left: 66px;
	}

	div.comment-reply {
		margin-left: 66px;
	}

	/* -- Comment Tree -- */
	ul.children {
		margin-left: 28px;
		padding-left: 38px;
		position: relative;
	}

	ul.children:not(.border) li:first-child .author-avatar:after {
		content: '';
		left: -39px;
	}

	ul.children .author-avatar:before {
		content: '';
		left: -39px;
		width: 25px;
	}

	li.depth-1 .comment-text:before,
	li.depth-2 .comment-text:before,
	li.depth-3 .comment-text:before,
	li.depth-4 .comment-text:before {
		content: '';
		left: -38px;
		margin-top: 33px;
		height: 99.9%;
		border-left: 1px dotted #A7A7A7;
	}

	ul.children li.last-child .comment-text:before,
	ol#comments li.last-child .comment-text:before {
		content: '';
		left: -105px;
	}
}

/*-------------------------------------------------*/
/* =  Smartphones
/*-------------------------------------------------*/
@media screen and (max-width: 459px) {
	#container {
		width: 320px;
		overflow: hidden;
	}

	#header {
		width: 320px;
	}

	#logo {
		padding: 10px 0px 0px 0px;
		text-align: center;
		float: none;
	}

	#logo img {
		width: 100%;
		height: auto;
	}	

	#class-bug {
		display: none;
	}
	
	#header-ads {
		display: none;
	}

	#header-ads-smartphone {
		width: 320;
		height: auto;
		display: block;
		float: left;
	}
	
	#header-ads-smartphone img {
		width: 320px;
		height: auto;
	}
	
	#contact-column-spacer {
		display: none;
	}
	
	#ad-chart tbody {
		font-size: 12px;
	}
	
	.adsense_response { 
		width: 320px; 
		height: 80px; 
	}

	.contact-columns {
			column-count: 1;
			-webkit-column-count: 1;
			-moz-column-count: 1;
			-ms-column-count: 1;
	}

	.print-columns {
			column-count: 1;
			-webkit-column-count: 1;
			-moz-column-count: 1;
			-ms-column-count: 1;
	}

	.class-columns {
			column-count: 2;
			-webkit-column-count: 2;
			-moz-column-count: 2;
			-ms-column-count: 2;
	}

	.story-right .more-link a {
		height: 152px;
		background: rgba(160,0,0, .8) url(../img/readmore-btn-small.png) no-repeat center center;
	}

	.story-right {
		display: none;
	}

	.story-container .story-item-footer {
		display: inline;
	}

	#main-menu {
		padding: 6px 0px 0px 0px;
		position: relative;
	}

	#main-menu #sf-menu-container {
		display: none;
	}
	
	#main-menu #sf-menu-mobile {
		display: inline;
	}
	
	#main-menu #sf-menu-mobile {
	    width: 150px;
	    margin: 0px;
	    margin-left: 5px;
	}

	#main-menu #sf-menu-mobile &gt; ul {
		width: 150px;
		height: 51px;
	}

	#main-menu #sf-menu-mobile &gt; ul &gt; li {
		margin-left: 15px;
	}

	#main-menu #sf-menu-mobile &gt; ul &gt; li &gt; a {
		padding-top: 12px;
	}

	#main-menu #sf-menu-mobile &gt; ul &gt; li &gt; a:hover,
	#main-menu #sf-menu-mobile &gt; ul &gt; li &gt; a.active {
		border-top: 5px solid transparent;
	}

	#sub-menu-narrow {
		width: 320px;
		display: block;
	}

	#sub-menu {
		display: none;
	}

	#sub-menu #sub-menu-ul-container {
		width: 273px;
	}

	#sub-menu #sub-menu-ul-container ul li {
		display: inline;
	}

	#social-menu {
		margin-top: 6px;
		z-index: 99;
	}
	
	#content {
		padding-right: 0px;
		width: 320px;
	}

	.post-container {
		margin-top: 10px;
	}

	.page-container {
		margin-top: 10px;
	}

	.ads-post-full {
		display: none;
	}

	.ads-post-phone img {
		display: block;
	}

	.error-404 p {
	    font-size: 86px;
	    padding: 110px 0px;
	}

	.error-404 p span {
    	font-size: 12px;
	}

	.post-container .left {
		width: 280px;
	}

	.post-container .left .post-item img {
		width: 280px;
		height: 215px;
	}

	.post-container .left .post-item &gt; a:before {
		content: '';
		width: 266px;
		height: 201px;
	}

	.post-container .right {
		width: 280px;
		border-top: 1px solid #C5C5C5;
	}

	.scroll-post .gallery-images a {
		width: 280px;
		height: 216px;
	}

	.scroll-post .gallery-images a:before {
		content: '';
		width: 266px;
		height: 202px;
	}

	.scroll-post .gallery-images a &gt; img {
		width: 100%;
		height: 100%;
	}

	li.post-item {
		width: 280px;
	}

	.post-item &gt; a:before {
		content: '';
		width: 266px;
		height: 202px;
	}

	.post-item a &gt; img {
		width: 280px;
		height: 216px;
	}

	.ads-post-full {
		padding: 4px;
	}

	.ads-post-full img {
		width: 312px;
	}

	.left-ads, .right-ads {
		width: 155px;
	}

	.left-ads img , .right-ads img {
		width: 155px;
		margin: 0;
		padding: 0;
	}

	.left-ads {
		margin-right: 10px;
	}

	#sidebar {
		width: 320px;
		float: left;
	}

	#sidebar &gt; ul &gt; li {
		margin-top: 10px;
		width: 320px;
		margin-right: 10px;
		overflow: hidden;
		float: left;
	}

	#sidebar &gt; ul &gt; li &gt; h3.widget-title {
		padding-left: 13px;
	}

	#sidebar div.widget-container {
		padding: 15px 13px 15px 13px;
		background: #eee;
		overflow: hidden;
	}

	#sidebar .publications-widget {
		padding: 13px 0px 0px 13px !important;
	}

	#sidebar .publications-widget img {
		float: left;
		width: 141px;
		height: 141px;
		margin: 0px 11px 13px 0px;
	}

	#sidebar .video-widget img {
		width: 294px !important;
		height: 220px;
	}

	#sidebar .suicide-widget img {
		width: 294px !important;
		height: 98px;
	}

	#sidebar .ballinger-button img {
		width: 294px !important;
		height: 119px;
	}

	#sidebar .square-ad img {
		width: 294px !important;
		height: 245px;
	}
	
	#sidebar .half-square-ad img {
		width: 294px !important;
		height: 122px;
	}
	
	#sidebar .skyscraper-ad img {
		width: 294px !important;
		height: 490px;
	}
	
	#sidebar .ratecard-button img {
		width: 294px !important;
		height: 294px;
	}

	#sidebar .tabs-widget .tab-links li {
		width: 106px;}

	#sidebar .tabs-widget .tab-links li:first-child {
		width: 108px;
	}
	#copyright {
		margin-top: 10px;
	}
	.space-container {
		height: 50px;
	}

	.story-container {
		margin-top: 10px;
		height: 480px;
	}

	.story-left {
		width: 280px;
		height: 440px;
	}

	.story-left h3 {
		margin-top: 20px;
	}

	.story-left p {
		max-height: 138px;
	}

	.story-left &gt; a {
		width: 280px;
		height: 235px;
	}

	.story-left &gt; a:after {
		content: '';
		width: 266px;
		height: 221px;
	}

	.story-left &gt; a[data-type="video"]:before {
		content: '';
	}

	.story-left &gt; a[data-type="image"]:before {
		left: 80px;
	}

	.pagenation {
		margin-top: 10px;
	}

	.contact-form input[type="text"],
	.contact-form textarea {
		width: 257px;
	}

	.contact-form textarea {
		min-width: 257px;
		max-width: 357px;
	}

	#map {
		width: 266px;
	}

	#google-maps {
			padding-bottom: 90%; // This is the aspect ratio
	}

	.toggle-style-1,
	.toggle-style-2 {
		width: 280px;
	}

	.toggle-style-1 &gt; ul &gt; li &gt; h6,
	.toggle-style-2 &gt; ul &gt; li &gt; h6 {
		width: 223px;
	}

	.toggle-style-2 &gt; ul &gt; li &gt; h6 {
		width: 266px !important;
	}
	.videoembed {
	    width: 280px;
	    height: 154px;
	}

	.single-image img,
	.gallery-page li img {
		width: 280px;
		height: 149px;
	}

	.other-post-autor li {
		margin-left: 0px;
		margin-top: 20px;
	}

	.other-post-autor li:first-child {
		margin-top: 0px;
	}

	.other-post-autor li:last-child {
		display: none;
	}

	ol#comments li {
		margin-top: 15px;
		border-top: 1px dotted #A7A7A7;
		padding-top: 15px;
	}

	ol#comments &gt; li:first-child {
		margin-top: 0px;
		border-top: none;
		padding-top: 0px;
	}

	ul.children {
		margin-left: 0px;
		padding-left: 0px;
	}

	ul.children.border {
		border-left: none;
	}

	ul.children .author-avatar:before {
		content: '';
		border-top: none;
	}

	li.depth-1 .comment-text:before,
	li.depth-2 .comment-text:before,
	li.depth-3 .comment-text:before,
	li.depth-4 .comment-text:before {
		content: '';
		border-left: none;
	}

	ul.children li.last-child .comment-text:before,
	ol#comments li.last-child .comment-text:before {
		content: '';
		border-left: none;
	}

	span.border-left {
		display: none;
	}
}


.contact-form input[type="text"].error,
.contact-form textarea.error {
	color: #d84c4c;
}

.message {
	clear: both;
	float: left;
	max-width: 200px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 11px;
}

.message.error {
	color: #d84c4c;
}
.message.success { 
	color: #619d21;
}</pre></body></html>