/* -- Base node ----------------------------------------------------------- */
.node {
  clear: both;
  padding: 3px 0;
  margin: 0.5em 1em 0.3em 0;
}
.node h2.title { margin: 0; }

/* Content */
.node .content { margin: 1.5em 0; }

/* Story data */
.node .storydata {
  font-size: 9pt;
  color: #000;
  font-family: times new roman;
}
#content_center .node .storydata a { color: blue; }

/* Links */
.node div.links {
  clear: left;
  font-size: 8pt;
}
.node div.links a { color: blue; }
.node div.links .links li { padding: 0 10px 0 0; }
.node div.links .links li.statistics_counter { color: #666; }


/* -- Drigg node ---------------------------------------------------------- */

/* Karma box, offset box and story */
.node.ntype-drigg .karma_3_big,
.node.ntype-drigg .karma_4_big { float: left; }
.node.ntype-drigg .offset { margin-left: 60px; /*border:  black thin solid;background-color: #f3e5cd;*/}
.node.ntype-drigg h2 { margin: 0; font-family:  arial; }
.node.ntype-drigg a { color: #000; } /*story title*/
.node.ntype-drigg a:visited { color: #000; }
.node.ntype-drigg .story * { display: block; color: #000;font-size: 11pt}
.node.ntype-drigg .story small a { color: #666; }
.node.ntype-drigg .story p { margin: 2px;font-family:  times new roman;color: #000; } /*story title*/

/* Embedded content */
.node.ntype-drigg .embedded-teaser div {
  float: right;
  margin: 0 20px;
  padding: 1px;
  border: 1px solid #bbb;
}
.node.ntype-drigg .embedded-teaser div img {
  display: block;
  margin: 0;
}
.node.ntype-drigg .embedded {
  margin-top: 1.5em;
}

/* Story data */
.node.ntype-drigg .storydata {
  margin: 1.5em 0 0 2px;
  position: relative;
  
}
.node.ntype-drigg .storydata div.picture {
  position: absolute;
  left: -40px;
  height: 30px;
  width: 30px;
  overflow: hidden;
  margin-top: 1px;
  padding: 1px;
  /*border: 1px solid #ccc;*/
}
.node.ntype-drigg .storydata div.picture a,
.node.ntype-drigg .storydata div.picture img {
  display: block;
  height: 30px;
  width: 30px;
  background-color: #f3f9fc;
}
.node.ntype-drigg .storydata div.picture:hover { border-color: #999; }
.node.ntype-drigg .storydata strong {
  color: black;
  font-weight: normal;
  
}
.node.ntype-drigg .storydata .links li { padding: 0 2px; }

/* Related links */
.node-related { margin-left: 60px; }
.node-related h2 { font-size: 12pt; }
.node-related dl dt { margin: 0.2em 0 0 0; }
.node-related dl dt span { color: #666; }


/* -- Forum node ---------------------------------------------------------- */

/* Title */
.node.ntype-forum h2.title a { color: #005a8e; }
.node.ntype-forum h2.title a:visited { color: #7facc6; }