
/* Prevent inner northwaygames.com clear=both tags from breaking outer rebuilgame.com template */
.blogpost {
	display: inline-block;
}


/* Sarah remoed at some point then put back after June 2022 post */
.blogpost figure {
	width: 600px !important;
}

/* Begin Images */
.blogpost img {
	padding: 0;
	max-width: 100%;
	height: auto;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.blogpost img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.blogpost img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.blogpost img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
	
.blogpost .wp-caption {
	margin: 10px;
	
}

.blogpost .wp-caption-text {
	font-size: 80%;
}

.blogpost .alignright {
	float: right;
}

.blogpost .alignleft {
	float: left
}

.blogpost .floatleft {
	float: left;
	margin: 5px;
}

.blogpost .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
.blogpost p {
	margin: 0px;
	padding: 10px;
}

.blogpost p.date {
	font-style: italic;
	/*font-size: 80%;*/
}

.blogpost h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 10px auto 10px auto;
	padding: 0;
	height: auto;
	width: auto;
	padding: 0;
	text-align: left;
	background: none;
}

.blogpost tr, .blogpost td {
	padding: 5px;
	vertical-align: top;
}