main, nav, header {
    display:block;
}

/* forms */

fieldset {
    position:relative;
    border-radius:6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

fieldset legend {
    position:relative;
}

fieldset textarea {
    width:100%;
    box-sizing: border-box;
}

fieldset.errors {
    background:#300;
}

fieldset.errors dl,
fieldset.errors dl ul {
    margin:0;
    padding:0;
}

form .form-input label {
    display:block;
}
form .form-field input,
form .form-field select {
	margin-left:2em;
}

form .form-field .form-checkbox input {
	margin-left:0;
}

form .form-field textarea {
    width:100%;
}

form .form-field-help {
    margin-left:1em;
    margin-bottom:0.5em;
}
div.form-field {
    margin:0.5em;
}

input[disabled] {
    opacity:0.75;
}

.input-error input {
    border:2px solid #600;
}

/* image gallery */

body .gallery {
	width:50%;
	float:left;
}

body .gallery h2 {
	font-variant: small-caps;
	font-size:24px;
	font-weight:normal;
	height:2em;
	border-bottom: 2px dotted #CCC;
	margin:0.5em 7px;
}

body .gallery h2 a {
	color:#02203A;
	text-decoration:none;
}

body .gallery h2 small {
	display:block;
	font-size:0.6em;
}

body .photos {
	padding:5px
}

body .photo {
	float:left;
	text-align:center;
	width:125px;
	height:135px;
	padding:5px;
	font-size:0.75em;
	overflow:hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space:nowrap;
}

body .photo img {
	display:block;
    float:none;
    margin:0 auto;
}

body .page-images .photo {
    min-width: 16.6%;
}

.parish {
    clear:both;

}

.parish img {
    float: left;
    margin: 5px;
}

.parish {
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 0 5px #000000;
    padding:10px;
    margin:10px;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #000000;
}

.blog-fragment h4 {
    margin:10px 0;
}

.blog-post-date {
    color: #aaaaaa;
}

.blog-post-thumbnail {
    float:left;
    display:block;
    margin:0 1em 1em 0;
}

.blog-post-readmore {
    display:inline-block;
    padding:5px;
    background:#107D10;
    color:#ffffff;
    border-radius: 5px;
}