/* keep superscript and subscript text from breaking the line-spacing */
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

.page-title {
	float: left;
	color: #555;
}

.label {
	color: #777;	
}

.group-header {
	margin: 1.3em 0 0 0;
	color: #555;
	text-transform: uppercase;
}

.first-group-header {
	margin: 0;
}

.item-text.summary {
	max-height: 6.3em;
	overflow: hidden;
}

.item-link {
}

.item-page-primary-metadata {
	font-weight: bold;
}

.item-page-other-metadata {	
}

/*
.index-page-primary-metadata {
	font-weight: bold;
}
*/

.group-header-link {
/*	text-decoration: none; */
	color: #555;
}

.width-5  {
	width: 100%;
}

.width-4 {
	width: 75%;
}

.width-3 {
	width: 60%;
}

.width-2 {
	width: 45%;
}

.width-1 {
	width: 30%;
}

/* sermons */

.sermon-series {
	font-style: italic;
	color: #333;
}

.sermon-date {
	color: #333;
}

#offer-to-comment-on-sermon {
	float: right;
}

/* TODO: generalize this */

.edit_sermon {
	background: #eef;
	padding: 0.5em 1em 1em 1em
}

.sermon.index {
	margin: 0;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border-top: 1px solid #ccc;
}

.first-sermon {
	border-top: 1px solid #ccc;
}

.sermon.admin {
	border: 0;	
}

.sermon.index.admin {
	background: #eef;
	padding: 0.5em;
}

.show.sermon {
	margin: 0;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border-top: 1px solid #ccc;
}


/* churches */

/* TODO: generalize this */

.edit_church {
	background: #eef;
	padding: 0.5em 1em 1em 1em
}

.church.index {
	margin: 0;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border-top: 1px solid #ccc;
}

.first-church {
	border-top: 1px solid #ccc;
}

.church.admin {
	border: 0;	
}

.church.index.admin {
	background: #eef;
	padding: 0.5em;
}

/* preachers */

/* TODO: generalize this */

.preacher {
	color: #333;
}

.edit_preacher {
	background: #eef;
	padding: 0.5em 1em 1em 1em
}

.preacher.index {
	margin: 0;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border-top: 1px solid #ccc;
}

.first-preacher {
	border-top: 1px solid #ccc;
}

.preacher.admin {
	border: 0;	
}

.preacher.index.admin {
	background: #eef;
	padding: 0.5em;
}

/* template-sets */

/* TODO: generalize this */

.template-set {
	color: #333;
}

.edit_template_set {
	background: #eef;
	padding: 0.5em 1em 1em 1em
}

.template-set.index {
	margin: 0;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border-top: 1px solid #ccc;
}

.first-template-set {
	border-top: 1px solid #ccc;
}

.template-set.admin {
	border: 0;	
}

.template-set.index.admin {
	background: #eef;
	padding: 0.5em;
}

blockquote {
	padding: 25px 30px 25px 70px;
}
