/* $Id: nodes.css,v 1.1.2.13 2009/06/05 17:49:59 jmburnz Exp $ */

/**
 * @file nodes.css
 * Basic styles for nodes.
 */

/**********************************************************
 *                      Nodes
 **********************************************************/
.node {
  margin: 0 0 2.0em;
  border-bottom: 1px solid #cccccc;
}

/* Inner wrapper div for nodes. */
.node-inner {}

/* Node title on teasers and other lists. */
.node-title {}

.node-title a:link,
.node-title a:visited,
.node-title a:active {
  color: #346793;
  text-decoration: underline;
}

#content-column .node-title a:hover {
  color: #68953a;
  background-color: #fbfbfb;
}

/* Node content wrapper. */
.node-content {}

/* User Picture. */
.node .user-picture {}
.node .user-picture img {}

/* Submitted */
.node-submitted {}
.node-submitted a {}
.node-submitted a:hover {}

/* Common links classes. */
.node ul.links {}
.node ul.links li {
  padding: 0 1em 0 0;
}
.node ul.links li a {}

/* Links. */
.node-links {}
.node-links ul.links {}
.node-links ul.links li  {}
.node-links ul.links li a {}

/* Taxonomy terms. */
.node-terms {}
.node-terms ul.tags {}
.node-terms ul.tags li {}
.node-terms ul.tags li a {}

/* Style module links. */
ul.links li.node_read_more a {}
ul.links li.comment_add a {}
ul.links li.comment_comments a {}
ul.links li.comment_new_comments a {}
ul.links li.blog_usernames_blog a {}

ul.links li.comment_add, ul.links li.comment_comments, ul.links li.comment_delete, ul.links li.comment_edit, ul.links li.comment_reply{
	margin-right: 10px;
	padding-left: 22px;
}

ul.links li.comment_delete, ul.links li.comment_edit, ul.links li.comment_reply {
	padding-left: 11px;
}


/* Node ul link first and last classes. */
.node ul.links li.first {}
.node ul.links li.last  {}

/* Node classes for node workflow states. */
.node-add    {}
.node-edit   {}
.node-delete {}
.node-preview  {}
.node-sticky   {}
.node-promoted {}

/* Node status. */
.node-unpublished {}

/* Theme the node teaser seperatly. */
.node-teaser {}

.linksteaser{
  margin-bottom: 15px;
}
.metanode-teaser {
	margin:12px 0 !important;
	padding:10px;
	background-color: #f1f1f1;
}
.metanode-teaser a:hover {
	color: white;
	background-color: #467dad;
}

.metanode-teaser p{
	margin: 0;
	font-size: 12px;
}

.metanode-teaser .links {
	font-size: 1.0em;
}
.metanode ul li{
	margin-right: 10px;
}


.metanode-teaser, .metanode {
	color:#545454;
}
.node .read-more {
	margin-left: 10px;
	padding-left: 15px;
	font-weight: bold;
	background: url('../images/greenarrow_sm.png') no-repeat left;
}
.node .read-more a:link, .node .read-more a:visited {
	color: #528ab9;
}
#content-column .node .read-more a:hover {
	color: #528ab9;
	background-color: #fbfbfb;
	text-decoration: underline;
}

/*icons*/

/*.comment .links li.comment_delete{background:url('../images/commentdelete.gif') no-repeat;}
.comment .links li.comment_edit{background:url('../images/commentedit.gif') no-repeat;}
.comment .links li.comment_reply{background:url('../images/commentadd.gif') no-repeat;} */
 .links li.comment_forbidden{background:url('../images/lock.gif') no-repeat;}
 .links li.comment_comments{background:url('../images/comments.gif') no-repeat;}
 .links li.blog_usernames_blog first{background:url('../images/blog.gif') no-repeat;}
.links li.comment_add{background:url('../images/comment_add.gif') no-repeat;}



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


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


/**********************************************************
 *                    CCK Fields
 **********************************************************/
/* Wrapper for any CCK field. */
.field {}

/* Use "datetime" when creating new CCK date fields. */
.field-type-datetime {}

/* Filefield field. */
.field-type-filefield {}

/* Imagefield field. */
.field-type-image {}

/* Node reference field. */
.field-type-nodereference {}

/* User reference field. */
.field-type-userreference {}

/* Number fields. */
.field-type-number-decimal {}
.field-type-number-float   {}
.field-type-number-integer {}

/* Text field. */
.field-type-text {}

/**
 * Specific field names.
 */
/* Underscores in field name are replaced with dashes. */
.field-field-FIELDNAME {}

/******************* Special Notice *********/

.field-field-special-notice-number {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.field-field-footer {
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding-top: 10px;
	text-align: center;
}
/********************* Light Curve of the Week ***********/

#lcotw-wrapper {
	text-align: center;
	padding-bottom: 100px;
}
.sub {
	font-weight: bold;
}



