/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node { /* Node wrapper */
}

.preview .node { /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node .node-title { /* Node title */
}

.node .user-picture { /* The picture of the node author */
}

.node .submitted { /* The "posted by" information */
}

.node .content { /* Node's content wrapper */
}

.node ul.links { /* Node links. See also the ul.links declaration in the pages.css. */
}

.node-promoted { /* A node that has been promoted to the front page */
}

.node-sticky { /* A sticky node (displayed before others in a list) */
}

.node-by-viewer { /* A node created by the current user */
}

.node-teaser { /* A node displayed as teaser */
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */

.node-page { /* Page content node */
}

.node-article { /* Article content node */
}

.node-unpublished { /* Unpublished nodes */
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished { /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.lt-ie8 .node-unpublished p.unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}


/* Custom
------------------ */
.node-hcbs-article input[type='button'] {
	background: #002b5a;
	border: none;
	height: 32px;
	font: 300 12px/18px 'Open Sans', arial, sans-serif;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding:0 10px;
	text-transform: uppercase;
	border-radius: 10px;
}

.node-hcbs-article div.field {
	padding-bottom:15px;
}
.node-hcbs-article div.field.field-name-field-contact-first-name,
.node-hcbs-article div.field.field-name-field-contact-last-name,
.node-hcbs-article div.field.field-name-field-contact-address-1,
.node-hcbs-article div.field.field-name-field-contact-address-2,
.node-hcbs-article div.field.field-name-field-contact-state,
.node-hcbs-article div.field.field-name-field-contact-country,
.node-hcbs-article div.field.field-name-field-contact-email,
.node-hcbs-article div.field.field-name-field-contact-phone,
.node-hcbs-article div.field.field-name-field-contact-fax {
	padding-bottom: 3px;
}
.node-hcbs-article div.field.field-name-field-contact-phone .field-label,
.node-hcbs-article div.field.field-name-field-contact-phone .field-items,
.node-hcbs-article div.field.field-name-field-contact-fax .field-label,
.node-hcbs-article div.field.field-name-field-contact-fax .field-items {
	display: inline-block;
}


.group-contact {
	margin-bottom: 15px;
}
.group-contact h3 {
	margin-top:0;
	margin-bottom: 5px;
	font: 700 12px/21px 'Open Sans', Arial, Sans-Serif;
}
.group-contact .field .field-label {
font-weight: normal;
font-style: italic;
}


/* FILES DOWNNLOADS SIDEBAR
--------------------------------------------- */


.node-type-hcbs-article article {
	width:65%;
}

.node-type-hcbs-article .filesidebar {
	float: right;
	min-height: 200px;
	background: #d4f0b0;
	width: 25%;
	margin: 0 60px 100px 60px;
}
.node-type-hcbs-article .filesidebar .files {
	padding:15px;
}
.node-type-hcbs-article .filesidebar .files .field-items{
	padding-left: 20px;
}
.node-type-hcbs-article .filesidebar h2.block-title {
	padding: 10px 15px;
	margin: 0;
	background: #002b5a;
	color: #FFF;
	font: 300 23px/24px 'Open Sans Condensed', arial, sans-serif;
	border-bottom: solid 3px #fff;
}


.node-type-hcbs-article .filesidebar .files .field-items .fileformat_html a,
.node-type-hcbs-article .filesidebar .files .field-items .fileformat_pdf a {
/*	text-transform: uppercase;*/
}
.node-type-hcbs-article .filesidebar .files .field-items .fileformat_pdf .file a {
/*	text-transform: lowercase;*/
}

.node-type-hcbs-article .filesidebar .files .field-items .file-icon {
	display:none;
}


/* off-site links */

.node-type-hcbs-article .filesidebar .files .field-items .field-offsite-link {
	padding-right:15px;
	background: url(../images/filetypes/document-web.png) no-repeat right top;
}

/* html text */
.node-type-hcbs-article .filesidebar .files .field-items .field-html-text {
	padding-right:15px;
	background: url(../images/filetypes/document-text.png) no-repeat right top;
}

/* migrated */
.node-type-hcbs-article .filesidebar .files .field-items .fileformat_html {
	padding-right:15px;
	background: url(../images/filetypes/document-text.png) no-repeat right top;
}
.node-type-hcbs-article .filesidebar .files .field-items .fileformat_word {
	padding-right:15px;
	background: url(../images/filetypes/document-word-text.png) no-repeat right top;
}
.node-type-hcbs-article .filesidebar .files .field-items .fileformat_rich-text-format{
	padding-right:15px;
	background: url(../images/filetypes/document-text.png) no-repeat right top;
}


/* files */
.node-type-hcbs-article .filesidebar .files .field-items .fileformat_pdf {
	padding-right:15px;
	background: url(../images/filetypes/document-pdf.png) no-repeat right top;
}
.node-type-hcbs-article .filesidebar .files .field-items .fileformat_doc,
.node-type-hcbs-article .filesidebar .files .field-items .fileformat_docx {
	padding-right:15px;
	background: url(../images/filetypes/document-word-text.png) no-repeat right top;
}
.node-type-hcbs-article .filesidebar .files .field-items .fileformat_ppt,
.node-type-hcbs-article .filesidebar .files .field-items .fileformat_pptx {
	padding-right:15px;
	background: url(../images/filetypes/document-powerpoint.png) no-repeat right top;
}
.node-type-hcbs-article .filesidebar .files .field-items .fileformat_xls,
.node-type-hcbs-article .filesidebar .files .field-items .fileformat_xlsx {
	padding-right:15px;
	background: url(../images/filetypes/document-excel.png) no-repeat right top;
}




