aside {
	margin:0 auto;
	max-width:300px;
}

.square {
	/*display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2.3em;
	text-align: center;
	line-height: 1.1em;
	background: white;
	border-bottom:5px solid #e4e4e4;
	margin-bottom: 20px;*/
	display: block;
	margin-bottom: 20px;
}

.aa_widget_wrap + .square {
	margin-top: 20px;
}

.square img {
	max-width: 100%;
	height: auto;
	display: block;
}

.square img.impression,
.posts .leaderboard img.impression
{
	margin-top: -1px;
	width: 1px;
	height: 1px;
	position: relative;
	border: 0;
}

.aa_widget_wrap {
	border: 5px solid #e4e4e4;
	background: #e4e4e4;
}

aside ul .post-date {
	margin-left:10px;
}

.issue.aa_widget_wrap {
	background: red;
	margin:0 auto;
}
.issue img {
	display: block;
	margin: 6px -6px -6px;
	width:290px;
	display: block;
	height:auto;
}
.issue a {
	color:#FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	padding: 6px;
	display: block;
	line-height: 1em;
}



aside h2 {
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 5px;
	padding-bottom: 10px;
}

.hot_stuff.aa_widget_wrap {
	border-bottom: 0;
}
.hot_stuff ul {
	list-style: none;
	padding: 0;
	margin:0;
}
.hot_stuff img {
	vertical-align: top;
	position: absolute;
	top:5px;
	left:5px;
}
.hot_stuff a {
	text-decoration: none;
	display: block;
	position: relative;
	padding: 5px 5px 5px 170px;
	min-height: 160px;
	margin:0 -5px;
}
.hot_stuff a:hover {
	background: #000;
	color:#fff;
}
.hot_stuff .category {
	font-weight: 700;
}

.social_icons {
	text-align: center;
	margin-top: 10px;
}
.social_icons a {
	display:inline-block;
	margin:0 2px;
	text-decoration: none;
	color:#000;
	background:white;
	border: 1px solid #999;
	border-radius: 5px;
	padding:10px;


}
.social_icons a:hover {
	background: #000;
	color:#FFF;
	border-color: #000;
}


.fb-page {
	min-height:600px;
	width: 290px;
}

.search-form {
	display: flex;
}

.search-form input,
.mail_signup input {
	border: none;
	padding: 10px 15px;
	width: 211px;/*Makes sure that it and the button line up taking up the whole width in the sidebar*/

	flex: 1 1 auto;/*Flex in case it goes outide the sidebar somehow*/
}

.mail_signup {
	text-align: center;
}

.mail_signup .error {
	color: red;
}

.mail_signup input {
	width: 100%;
	margin-bottom: 5px;
}

.mail_signup button {
	width: 100%;
}

@media all and (min-width: 700px) {
	aside {
		margin-left:10px;
	}
}

@media all and (min-width: 980px) {
	aside {
		margin-right:0;
	}
}
