/** 
 */

/* Articles (nodes) */
.article {
  margin:0 0 1.5em;
}

/* Teaser title. */
.article-title {}
.article-title a:link,
.article-title a:visited,
.article-title a:active {
  text-decoration: none;
}
.article-title a:hover,
.article-title a:focus {
  text-decoration: underline;
}

/* Article Subtitle */
.field-second-title{ font-weight:bold; margin:1em 0 1.25em 0; }

/* Images -- CCK -- Imagecache */
.field-title-image{ float:right; margin:0 0 15px 15px; } /* Primary Image */
.field-other-image .item{ display:block; float:left; width:31%; margin-right:2%; }


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

/* Submitted */
.submitted {
  margin: .375em 0 0.75em;
  font-size:0.85em;
  color:#757575;
}
.article .submitted em {
  font-style: normal;
}
.article .submitted a {}
.article .submitted a:hover {}
.article .submitted .author {}
.article .submitted .time {}

/* Taxonomy terms. */
ul.taxonomy {
  margin: 0 0 1em;
}
ul.taxonomy li {
  display: inline;
  list-style: none;
}
ul.taxonomy li a {}

/* Links. */
ul.links {
  margin: 15px 0 0 0;
  padding-top:3px;
  border-top:1px dotted #eee;
}
ul.links li {
  padding: 0 1em 0 0;
}
ul.links li a {}
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.print_html a {}
ul.links li.print_email a {}
ul.links li.print_pdf a {}

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

/* Workflow states. */
.article-add    {}
.article-edit   {}
.article-delete {}
.article-preview  {}
.article-sticky   {}
.article-promoted {}

/* Status. */
.article-unpublished {}

/* Theme the teaser. */
.article-teaser {}

/* Fields */
h3.label {
  font-size:1em;
  margin-bottom: 10px;
}
.field-inline h3,
.field-inline .item {
  display:inline;
}
/* Wrapper for any CCK field. */
.field {
	margin-bottom:10px;		
}

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

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

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

/* Biblio Nodes */

ul.biblio-export-buttons{ display:block; margin-top:0.15em; } /* Action list for example: "XML", "BibTex" */ 
ul.biblio-export-buttons li{  } 

.biblio-separator-bar{ 
	background:none; 
	margin:10px 0 0 0; 
	padding:8px 0 10px 0; 
	border-width: 0 1px 1px 0; 
	border-style:solid; 
	border-color:#B3DF55; 
	clear:both; 
}

li.biblio_xml a,
li.biblio_bibtex a,
ul.biblio-export-buttons li a{
	padding-left:10px;
	background:url(../images/ico_arrow_down.png) no-repeat 0 4px;
}

.article-type-biblio h3{ margin-top:8px; }
