﻿/* CSS Document */
/* Adjustments to Portfolio page */

/* Image caption */
.caption {
	font-size: 0.75em;
	color: #000;
  padding: inherit;
}

/* Image positioning */
.portfoliotb{
  border: 1px solid #000;
	background-color:#fff;
  margin: 18px 8px 8px 8px;
  float: left;
	padding: 8px;
	clear: left;
}
	
/* Pushes bottom of paragraph down out the way of image */
#content p {
	margin-top: 430px;
}

