/* $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.
 */


.node /* Node wrapper */ {
	margin-bottom:1.5em;
}

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

#attachments {width:80%;}

#content  .section{position:relative;}
	#content .tabs {}
	#content .section > .title {
	
	padding:.5em 1em; margin:0 10px;
	color:#454545;
	-webkit-box-shadow:0 6px 4px 1px #AAAAAA; -moz-box-shadow:0 6px 4px 1px #AAAAAA; box-shadow:0 6px 4px 1px #AAAAAA;
	font-size:1.1em;
	text-transform:uppercase;
	float:left; position:relative;
	}
	#content .section > .title:after {
		height:1px; display:block; content:' '; background:#fff; 
		position:absolute; bottom:-1px; left:0; right:0; z-index:1;}
	#content-area {clear:both; border:1px solid #ededed; padding:2em;  position:relative;
					background:#F2F2F2 url('../images/page-rpt.jpg') left top repeat-x;
					margin-bottom:2em;  }
.node .content {line-height:1.62em; font-size:1.05em;}
.node .content p {margin:.3em 0;}


.node .content  img {/*background:url('../images/med-image-bg.png') 0 0 no-repeat;padding:15px;  padding:15px;*/
				border: 1px solid #EEEEEE;   box-shadow: 0 0 5px 3px #CCCCCC;
					}
		.node .content .field-field-book-cover img ,.node .content .filefield-file img{ padding:0; background:0;}
		
/*newsletter*/
.field-field-issue-file{clear:both; margin:1em 0 0;}
.field-field-issue-file .filefield-icon {margin:0!important; padding:0!important; border:none!important; background:none!important; 
-moz-box-shadow:none!important; -webkit-box-shadow:none!important;box-shadow:none!important;}
.field-field-issue-file .filefield-file {display:inline!important;}