/* $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 1.5em;
}

/* 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 {
  text-decoration: none;
}

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

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

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

/* Submitted */
.node-submitted {
	margin-bottom:5px;
}
.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 {}

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


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

.foto-gl {
	float:left;
	margin: 0 10px 10px 0;
}
.foto-extra h2 {
	text-align:center;
}
.foto-extra img {
	padding:10px;
}
.foto-extra .emvideo-youtube {
	text-align: center;
padding-top: 10px;
}

.node-film {
	font-size: 13px;
    line-height: 20px;
}
.node-film .field-field-film {
	float: left;
    padding: 0 10px 0 0;
}

.field-field-art-gl {
	float:left;
	padding:0 15px 0 0;
}
.field-field-art-extra {
	padding-top:5px;
}
.field-field-art-extra .field-item {
	float:left;
	padding:9px;
}
.foto-gl-2 {
 float: left;
    margin: 0;
    padding: 0 15px;
}
h4.tytul {
margin-bottom:3px;
}
.tresc-2 {
	line-height:18px;
	margin-bottom:3px;
}
li.views-fluid-grid-item {
	background-color: #f5f5f5;
    border: 1px solid #c5c5c5;
}
.opis-dodatkowy {
	margin-bottom:10px;
}
.maszyna {
	 clear: both;
    height: 250px;
    padding: 20px 0;
}
.maszyna.first {
	padding: 0 0 20px 0;
}
.maszyna.first.last {
	padding: 0 0 20px 0;
}
.maszyna.last {
	padding: 20px 0 0 0;
}
.maszyna h4.tytul {
	margin-bottom:10px;
}
.node-maszyna ul.links li {
    padding: 0;
		margin: 0 0 0 10px;
}
.node-maszyna .node-links {
	text-align:right;
}