article.format-aside .aside {
	padding: 24px;
	padding: 1.714285714rem;
	background: #EDEDED;
	border-left: 22px solid #DFDCDC;
}

h1 {
	font-size: 28.5px;
}

div.main-tools {
	line-height: 4;
	font-size: 10px;
	font-size: .457142857rem;
}

#page {
	background-color: #ffffff;
	padding-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
}

#primary {
	margin-bottom: 5px;
}

.site-content article {
	border-bottom: 0;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 14px;
	padding-bottom: .714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.entry-content h2, .entry-content h3 {
	margin: 0;
	margin: 0;
	margin-top: 0;
	padding-top: 0;
}

.srp-widget-singlepost {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.archive-title,
.page-title,  
.entry-header .entry-title {
	font-size: 30px;
	font-size: 2.8rem;
}

.home-boxes .entry-title,
.archive-title,
.page-title,
.entry-header .entry-title,
.home h1 {
	font-size: 40px;
	font-size: 1.828571429rem;
	line-height: 1;
	font-weight: normal;
}

/* Small headers */
.widget-title,
.comment-content th {
	font-size: 11px;
	font-size: 1.465714286rem;
	line-height: 2.081818182;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
}

img.alignleft {
	margin-bottom: 20px;
}

/* Page structure */
.site-content {
	margin: 14px 0 0;
	margin: .714285714rem 0 0;
}

.widget-area {
	margin: 14px 0 0;
	margin: .714285714rem 0 0;
}

#additionalinfo h2,
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 28px;
	font-size: 2.285714286rem;
	line-height: 1.6;
}

#additionalinfo h3,
.entry-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.742857143rem;
	line-height: 1.846153846;
}

.entry-header {
	margin-bottom: 32px;
	margin-bottom: 1.857142857rem;
}

.entry-header img.wp-post-image {
	margin-bottom: 14px;
	margin-bottom: .714285714rem;
}

/*
My corrections
-
-
-
-
-
-
-
-
-
-
-
*/
.entry-content img, .comment-content img, .widget img, .author-avatar img, img.wp-post-image {
    border-radius: 0px;
    box-shadow: 0 0px 0px rgb(0 0 0 / 20%);
}
p {margin:0 0 15px;}
p:empty:before {
    content: "";
}
a {
	color: #A92421;
	font-weight: 400;
	text-decoration: none;
}

.cool {
	-webkit-box-shadow: 0 0 24px rgba(50,50,50,1);
	-moz-box-shadow: 0 0 24px rgba(50,50,50,1);
	box-shadow: 0 0 24px rgba(50,50,50,1);
}

.textcenter {
	text-align: center;
}

.mainpageline {
	border-top: 3px solid #CCCCCC;
}

.contactsspecial {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-top: 20px;
}

.whitebg {
	background: #ffffff;
	text-align: center;
	font-size: 1.8em;
	line-height: 1em;
	word-wrap: break-word;
}

.table {
	text-align: right;
	font-size: 1.8em;
	color: #444;
}

* {
}

.grid {
	background: white;
	margin: 0 0 10px;
/* Or @extend clearfix */
	content: "";
	display: table;
	clear: both;
}

[class*='coll-'] {
	float: left;
	padding-right: 7px;
	padding-right: 0;
}	
}

.coll-1-1 {
	width: 100%;
}

.coll-2-3 {
	width: 66.6%;
}

.coll-1-3 {
	width: 33.3%;
}

.coll-1-2 {
	width: 50%;
}

.coll-1-4 {
	width: 25%;
}

.coll-3-4 {
	width: 75%;
}

.coll-1-8 {
	width: 12.5%;
}

.module {
	padding: 5px;
	background: white;
	text-align: center;
}

.module_gray {
	padding: 1px;
	background: #eee;
	text-align: center;
}

.module_brown {
	padding: 1px;
	background: #ffffff;
	text-align: center;
}

/* Opt-in outside padding */
.grid-pad {
	padding: 20px 0 20px 20px;
	padding-right: 20px;
}	
}