/* -- Base node ----------------------------------------------------------- */
.node {
  clear: both;
  padding: 5px 0;
  margin: 15px 0 15px 0;
    border-bottom: 1px solid #7292b5;
}

.main .node {
  clear: both;
  padding: 5px 0;
  margin: 0.5em 0 15px 0;
  border: 0; 
 /* border-bottom: 1px solid #ff4200; */
  }
  
.main .imagefield {
/*position: relative;
right: 615px;
top:5px;   */
float: left;
margin-right: 10px;
}

.main .story {
display: block;
/* width: 735px;
float: left;    */ 
margin-right: 15px;  
margin-top: 10px;
}

.main .views-view-grid td {
vertical-align: top;
width:405px;
border-bottom: 1px solid #ff8c00;
}

.main .node.ntype-drigg .story p {
font-size: 13px;
font-family: Arial;
/*float: right;
width: 580px;
display: block; */
}

.main .node.ntype-drigg .karma_3_big, .node.ntype-drigg .karma_4_big {
float: right;
margin-top: 32px;
margin-left: 10px;
}

.main .node.ntype-drigg .offset {
margin-left: 0px;
}

.node h2.title { margin: 0;}

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

/* Story data */
#content_center .storydata {
  font-size: 8pt;
  color: #888;
}
#content_center .node .storydata a { color: #666; }

/* Links */
.node div.links {
  clear: left;
  font-size: 8pt;
}
.node div.links a { color: #5D7DAD; }
.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; }
.node.ntype-drigg h2 { margin: 0; }
.node.ntype-drigg a { color: #2E5185; }
.node.ntype-drigg a:visited { color: #2E5185; }
.node.ntype-drigg .story * { display: inline; }
.node.ntype-drigg .story small a { color: #666; }
.node.ntype-drigg .story p { margin: 0; }

/* 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 */
#content_center .storydata {
  margin: 40px 0 0 100px;
  position: relative;
}
#content_center .storydata div.picture {
  position: absolute;
  left: -40px;
  height: 30px;
  width: 30px;
  overflow: hidden;
  margin-top: 1px;
  padding: 1px;
  border: 1px solid #ccc;
}
#content_center .storydata div.picture a,
#content_center .storydata div.picture img {
  display: block;
  height: 30px;
  width: 30px;
  background-color: #f3f9fc;
}
#content_center .storydata div.picture:hover { border-color: #999; }
#content_center .storydata strong {
  color: #900;
  font-weight: normal;
}
#content_center .storydata .links li { padding: 0 2px; }

/* Related links */
.node-related { margin-left: 60px; }
.node-related h2 { font-size: 12px; }
.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: #2E5185; }