/* $Id: nodes.css 18443 2011-04-12 20:40:04Z carrierey $ */

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


.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 {
		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 .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 */
	}
