/*
Theme Name: YWAM Haiti
Theme URI: http://ywamhaiti.org
Description: If you have any questions please contact josh@ainsworthstudio.com
Version: 1.0
Author: Josh Read
Author URI: http://ainsworthstudio.com/
*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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) */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Staff Page */

#staff table, #staff td {
	vertical-align: top;
}

#staff td {
	padding-bottom: 12px;
}

#staff img {
	padding: 6px 10px 4px 4px;
}

#staff h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

/* End Staff Page */