/* $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 {margin-right:8px}

/* Title */
.node-title {}

.node-title a {
	text-decoration: none;
}
.node-video .node-title a {
	text-decoration: none;
    background-repeat: no-repeat;
	background-image: url(http://www.liberi.tv/webtv/sites/all/themes/genesis_liberitv/movie_play.png);
	padding-left: 19px;
	background-position: 0px 2px;
}

.node-article .node-title a{
	text-decoration: none;
    background-repeat: no-repeat;
	background-image: url(http://www.liberi.tv/webtv/sites/all/themes/genesis_liberitv/document_a4.png);
	padding-left: 19px;
	background-position: 0px 2px;
}

.node-blog .node-title a{
	text-decoration: none;
    background-repeat: no-repeat;
	background-image: url(http://www.liberi.tv/webtv/sites/all/themes/genesis_liberitv/contact_grey_edit.png);
	padding-left: 19px;
	background-position: 0px 2px;
}

.node-title a:link { color: #CC071E; }

.node-title a:visited { color: #CC071E; }

.node-title a:hover { color: #4D4D4D; text-decoration: underline;}

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

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

/* Submitted */
.node-submitted {
    background-repeat: no-repeat;
	background-image: url(http://www.liberi.tv/webtv/sites/all/themes/genesis_liberitv/usericon.jpg);
	display: inline;
	padding-left: 13px;
}
.node-submitted span {}
.node-submitted a    {}

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

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

/* Page view */
.node-view {font-size:115%}

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

