
/* Prevent inner northwaygames.com clear=both tags from breaking outer rebuilgame.com template */
.blogpost {
	display: inline-block;
	color: #000000;
	font-size: 13px;
	line-height: 20px;
}

/* 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 .alignright {
	float: right;
	}

.blogpost .alignleft {
	float: left
	}
.blogpost .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.blogpost h2 {
	font-size:25px;
	font-weight:bold;
	margin:0 auto 20px auto;
	padding:0;
	height:auto;
	width:auto;
	padding:0;
	text-align:left;
	background:none;
	color:#000000;
	}
.blogpost h2 a {
	color:#000000;
	}

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