
/* wordpress classes */

.screen-reader-text {display: none;}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	clear: both;
	}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 14px;
	color: #868686;
	padding: 0 0 6px 0;
	margin: 0 10px 0 0;
	border-bottom: 1px solid #ddd;
}
/* End captions */


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

table.thumbstable td {
	padding-bottom: 15px;
} 


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #1d2864;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}
.nav-previous {
	float: left;
	width: 50%;
	text-align: left;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}

.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin-bottom: 20px;
}
