So I was able to specify the actual thumbnail size by writing the following:
.posts .post {
width:300px;
height:450px;
This altered however many images could fit across the page in each line, however it did not space them across the page, and for some reason only one image was not spaced evenly.
Any solutions?