/* $Id: nodes.css,v 1.4 2009/08/14 06:31:11 johnalbin Exp $ */

/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */

.content table tbody {
	border-top: 0;
}

.node /* Node wrapper */ {
	clear: both;
	/* Float & Width to help contain the links inside the node */
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

.node .content img,
.node-inner img /* Add some padding for images */ {
	padding: 5px;
}

.field .filefield-file .filefield-icon {
	padding: 0;
}

.jce_caption img /* Remove padding if from legacy jceditor */ {
	padding: 0;
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
	height: 0;
	overflow: visible;
	color: #d8d8d8;
	font-size: 75px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word; /* A very nice CSS3 property */
}

.node h2.title {
	margin-bottom: 0.5em;
}

.node h2.title a /* Node title */ { 
	color: #2E70A5;
	text-decoration: none;
}

.node h2.title a:hover,
.node h2.title a:focus {
	text-decoration: underline;
}

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */ {
	color: #c00;
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture {
	position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .meta /* Wrapper for submitted and terms data */ {
	color: #777;
	text-align: right;
	width: 100%;
	margin-bottom: .5em;
	border-top: 3px double #E5E3E6;
	
}

.node .terms label {
	font-size: 15px;
	color: #808080;
}

.terms {
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
}

.node .terms-inline {
	clear: both;
	display: block;
}

.node .terms ul.links {
	float: none;
}

.node .content /* Node's content wrapper */ {
	clear: both;
	position: relative;
}

.node ul.links /* Node links. See also ul.links in pages.css. */ {
	clear: both;
	float: right;
}

.terms ul.links {
	margin: 0;
	padding: 0;
	margin-left: 0.5em;
}

.node-type-dir-school ul.links {
	clear: none;
	float: none;
}

.school-type {
	margin-bottom: 1em;
}

.node .calendar-calendar ul.links {
	margin: 1em 0;
	padding: 0;
	float: none;
}

.groups { /* Group links wrapper */
	color: #999;
	clear: left;
}

.groups ul.links /* Group links */ {
	float: none;
}

.groups ul.links li,
.node .terms ul.links li {
	padding-left: 0;
}

.groups ul.links a,
.node .terms ul.links a {
	color: #777;
}

/* Social Media Links */
.node .social-links {
	float: right;
	width: 250px;
	overflow: auto;
	text-align: right;
}

.node .social-links .twitter {
	position: relative;
	top: 0;
}

.node .social-links .facebook {
	position: relative;
	top: 1px;
}

.node-type-parish .imagefield .caption {
	display: none;
}

/* Read more link */
.continue-reading {
	text-align: right;
	font-weight: bold;
}