/* $Id: nodes.css,v 1.6 2009/11/02 15:37:29 johnalbin Exp $ */

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



/* ------ HOMEPAGE BLOCKS & NODES --------- */
	
	#node-35 /* Adopt block homepage*/
	{
	background: #fff;
	height: 180px;
	padding: 30px;
	width: 270px;
	float: left;
	}
	
	
	#node-37 /* Foster block homepage */
	{
	background: #fff;
	height: 180px;
	padding: 30px;
	width: 260px;
	float: left;
	background:#fff url("../../../../default/files/bg_column.gif") no-repeat;
	}
	
	
	#node-39 /* Assist block homepage */
	{
	background: #fff;
	height: 180px;
	padding: 30px 25px 30px 30px;
	width: 255px;
	float: left;
	}
	
	
	#node-60 /* Footer block Homepage */
	{
	background: url("../../../../default/files/bg_footer.gif");
	margin: 0px;
	padding: 0px;
	}
		
	
	#node-35 p,
	#node-37 p,
	#node-39 p {
	margin-top: 0px;
	}
	.view-dom-id-4 .views-row-last{ /* programs last node */
	padding-right: 78px;
	}
	
	.pane-mission .view-dom-id-6 .views-row-first {  /* mission first node */
	padding-left: 60px;
	text-align: right;
	}
	
	.pane-mission .view-dom-id-6 .views-row-last {  /* mission first node */
	padding-left: 0;
	text-align: right;
	}
	
	
	.view-dom-id-6 .views-row-first .views-field-view-node, 
	.view-dom-id-6 .views-row-last .views-field-view-node { /* read more link for homepage panel 3 */
	text-align: right;
	} 
	
	
	
	
/* ------ UNFORGETTABLE ------ */
	.forgetcol1 p { margin-top: 2px;}
	.forgetcol1{ float: left; padding: 5%; width: 38%;}
	.forgetcol1 h1 { font-family: Times, Georgia; color: #096168; font-weight: normal; font-size: 1.5em; margin-bottom: 1px; margin-top: 20px;}
	.forgetbanner { background: url("../../../../all/themes/familybuilders/images/ForgetBanner.jpg") no-repeat center top; height: 177px;}
	.forgetbannerend { background: url("../../../../all/themes/familybuilders/images/ForgetBannerEnd.jpg") no-repeat center top; height: 177px; clear: both;}
		
		
	/* ------ MISC ------ */
	.views-field-view-node /*read more link */
	{
	text-align: left;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	}
	
	
	
	
	
	/* ------ NODE GENERAL ------ */
		
	.node /* Node wrapper */ {
	}
	
	.node-sticky /* A sticky node (displayed before others in a list) */ {
	}
	
	.node-unpublished /* Unpublished nodes */ {
	/* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
	}
	
	.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-family: Impact, "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word; /* A very nice CSS3 property */
	}
	
	.node-by-viewer /* A node created by the current user */ {
	}
	
	.node-teaser /* A node displayed as teaser */ {
	}
	
	/* All nodes are given a node-type-FOO class that describes the type of
	* content that it is. If you create a new content type called
	* "my-custom-type", it will receive a "node-type-my-custom-type" class.
	*/
	.node-type-page /* Page content node */ {
	}
	
	.node-type-story /* Story content node */ {
	}
	
	.node h2.title /* Node title */ {
	}
	
	.marker /* "New" or "Updated" marker for content that is new or updated for the current user */ {
	color: #c00;
	}
	
	.node .picture /* The picture of the node author */ {
	}
	
	.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 */ {
	}
	
	.node .submitted /* The "posted by" information */ {
	}
	
	.node .terms /* Node terms (taxonomy) */ {
	}
	
	.node .content /* Node's content wrapper */ {
	}
	
	.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
	}
	
	.preview .node /* Preview of the content before submitting new or updated content */ {
	/* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
	}

.panel-pane.pane-views.pane-front-image-ad {
padding-bottom: 30px;
padding-top: 5px;
}
