/* Mortimer Wood Customisations */

/* add blurred shadow to masthead */
#masthead {
	box-shadow: 0px 10px 10px -5px #666666;
}

.entry-content .img-container  { max-width: 600px; }
/*.entry-content img { max-width: 95%; width:auto;}*/

/* add blurring and limit maximum size of images in posts */
.entry-content img {
	border: 0px solid #333333;
	box-shadow: 10px 10px 10px -5px #666666;
	margin: 10px;
	width: 95%;
	max-width: 600px;
}

.wp-post-image, .post-thumbnail img {
	max-height: 100px;
	width: auto;
	box-shadow: 10px 10px 10px -5px #666666;
}

.post-thumbnail {
	padding-bottom: 10px;
}

/* allow alphabetised list items in ordered lists:  */
.abc li {
    list-style: lower-latin;
}

blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
}

@media screen and (min-width: 810px) {
.full-width img.alignright.wp-image-48.size-medium {
	margin-right: 0;
}
}

/* Resize post thumbnail in the post itself */
.full-width .post-thumbnail img{
	max-height: 100px;
	max-width: auto;
}
/* Don't allow the post thumbnail to be obscured */
.full-width .site-content .has-post-thumbnail .entry-header {
	margin-top: 0px;
}
@media screen and (min-width: 673px) {
.full-width .site-content .has-post-thumbnail .entry-header {
	margin-top: 0px;
}
}