/* $Id: nodes.css,v 1.4 2010/06/24 23:08:18 jmburnz Exp $ */

/**********************************************************
 *                      Nodes
 **********************************************************/

.node {
  margin: 0 0 1.5em;
}

/* Inner DIV */
.node-inner {}

/* Title */
.node-title {}
.node-title a {
  text-decoration: none;
}

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

/* User picture */
.node .user-picture {
  float: right;
  margin: 0.3em 0 0.5em 1em;
}

/* Submitted */
.node-submitted {
  font-size: 0.9em;
  color: #8f0000;
}
.node-submitted span {}
.node-submitted a    {}

/* Node content wrapper */
.node-content {
/*  border: 1px solid #ffad8e; 
  border-radius: 5px; */
  font-size: 1em; 
  padding: 3px 7px;
}
.node-content a {
color: black;
}
.node-content a:hover {
color: black;
}
.node-content a[href]:hover {
 color: #85a0ea;
}
}
.node-content a[href] {
color: blue;
}
.node-content a[href]:hover {
 color: #85a0ea;
}
/* Links */
.node-links {
  padding: 2px;
  margin: 5px 0;
  color: darkSlateGray;
  border-top: 1px dotted #96C4C4;
  border-bottom: 1px dotted #96C4C4;
  font-size: 11px; 
}
.node-links a.active {
  color: darkSlateGray;
}
.node-links a:hover { 
  color: #568c8d;
  text-decoration: none;
}
.node-links ul.links {}
.node-links ul.links li {}
.node-links ul.links li a{}

/* Page view */
.node-view {}

/* Teaser view */
.node-teaser {}

/* Sticky */
.node-sticky {}

/* Promoted */
.node-promoted {}

/* Status */
.node-unpublished {}
 
/* Theme nodes that belong to the author */
.node-mine {}


/**********************************************************
 *                   Core node types
 **********************************************************/
.node-article {}
.node-blog    {}
.node-page    {}
.node-forum   {}
.node-book    {}
.node-poll    {}


/**********************************************************
 *                 Custom node types
 **********************************************************/
/** 
 * Replace CONTENT_TYPE with the content type 
 * machine-readable name. 
 */
.node-type-CONTENT_TYPE {}

