/* $Id: nodes.css,v 1.6 2009/11/02 15:37:29 johnalbin Exp $ */

/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node /* Node wrapper */ {
}

.node-sticky /* A sticky node (displayed before others in a list) */ {
}

.node-unpublished /* Unpublished nodes */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished,
.comment-unpublished div.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 */
}

.node-by-viewer /* A node created by the current user */ {
}

.node-teaser /* A node displayed as teaser */ {
}

/* All nodes are given a node-type-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-type-my-custom-type" class.
 */
.node-type-page /* Page content node */ {
}

.node-type-story /* Story content node */ {
}

.node h2.title /* Node title */ {
}

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */ {
  color: #c00;
}

.node .picture /* The picture of the node author */ {
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture {
  position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .meta /* Wrapper for submitted and terms data */ {
}

.node .submitted /* The "posted by" information */ {
}

.node .terms /* Node terms (taxonomy) */ {
}

.node .content /* Node's content wrapper */ {
}

.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
}

.preview .node /* Preview of the content before submitting new or updated content */ {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.posted-date {
	font-size: 16px;
	text-align: right;
	font-style: italic;
	color: #333333;
}

.node-links {
	margin: 20px 0;
}

#content-area .node-type-news-article h2.title {
	font-size: 22px;
  color: #006699;
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 24px;
}

#content-area .node-type-guide .content h2.title {
	font-size: 22px;
  color: #006699;
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 24px;
}

#content-area .node-type-news-article h1.title {
	display: block;
	border-bottom-color:#006599;
  border-bottom-style:dotted;
  border-bottom-width:1px;
  color:#066295;
  font-size:19px;
  padding-bottom:2px;
  font-weight: normal;
}

#content-area .node-type-guide .content h1.title {
	display: block;
	border-bottom-color:#006599;
  border-bottom-style:dotted;
  border-bottom-width:1px;
  color:#066295;
  font-size:19px;
  padding-bottom:2px;
  font-weight: normal;
}

.print_html {
	background: #ffffff url(../images/backgrounds/printer.png) top left no-repeat;
	margin-left: 0px;
}

.print_html a {
	padding-left: 20px;
	font-weight: bold;
}

.print_mail {
	background: #ffffff url(../images/backgrounds/email.png) top left no-repeat;
}

.print_mail a {
	padding-left: 20px;
	font-weight: bold;
}

#previous-page-link {
	display: inline;
	margin-left: 10px;
	background: #ffffff url(../images/backgrounds/previous-page.png) top left no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

.node table td {
	font-size: 11px;
	border: 1px solid #006599;
}

.showdate {
    width: 100%;
    text-align: right;
    font-weight: bold;
}

.inline-ad {
  background-color: #FCE5E5;
  border: 1px solid #EA5959;
  padding: 0 12px 5px;
}

.page-questions .breadcrumb {
	display: none;
}

#block-block-28 .heading {
	font-family: "century gothic",arial,sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin: 7px 0 0 17px;
}

/* Legal and IR35 Advisory services */
body.page-directory-legal-and-ir35-advisershtml.node-type-guide #content-area p {
	background: #DFDFDF;
	border: 1px solid #666666;
}

body.page-directory-legal-and-ir35-advisershtml.node-type-guide #content-area p span {
	background: #898989;
	border-bottom: 1px solid #666666;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px;
}

body.page-directory-legal-and-ir35-advisershtml.node-type-guide #content-area p span.text {
	background: #DFDFDF;
	border: none;
	color:#000000;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 5px;
}

body.page-directory-legal-and-ir35-advisershtml.node-type-guide #content-area p span a {
	color: #ffffff;
	text-decoration: none;
}

body.page-directory-legal-and-ir35-advisershtml.node-type-guide #content-area p span a:hover {
	text-decoration: underline;
}
/* Legal and IR35 Advisory services */

/* Hide node links on directory pages */
body.section-directory .node-links {
  display: none;
}
/* Hide node links on directory pages */


