.alignnone {
	max-width: 96%;
    margin: .5em 2%;
}

.aligncenter {
    display: block;
    margin: .5em auto .5em;
}

.alignright {
    float:right;
    margin: .5em 0 .5em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em .5em 0;
}

.wp-caption {
	display: block;
	position: relative;
    max-width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
}

.wp-caption.alignnone {
	max-width: 96%;
}

.wp-caption img {
	max-width: 96%;
    margin: 2% 2% 0;
    padding: 0;
    border: 0 none;
}

.wp-caption-text {
	margin: 0;
	padding: .5em;
	font-size: .825em;
	line-height: 1;
}

.gallery-caption {
}

.sticky {
}

.bypostauthor {
}

.assistive,
.assistive-text,
.screen-reader-text {
	display: block;
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	line-height: 0;
}

.assistive-text:hover,
.assistive-text:active,
.assistive-text:focus {
	z-index: 100000; /* Above WP toolbar */
	clip: auto !important;
	top: 5px;
	left: 5px;
	padding: 12px;
	color: #000;
	font-size: 12px;
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
}