/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
 


body	{
	font-family: Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, .node-case-law .field-label	{
	font-family:Helvetica, sans-serif;
	font-weight:bold;
}


/* underline all links */
a:link,
a:visited {
  text-decoration: underline !important;
}

/* Don't underline header */
#site-name a:link,
#site-name a:visited {
  text-decoration: none !important;
}

/* Add visible URL after links. 
#content a[href]:after {
  content: " (" attr(href) ")";
  font-weight: normal;
}
*/

/* Only display useful links. */
#content a[href^="javascript:"]:after,
#content a[href^="#"]:after {
  content: "";
}

/* Add visible title after abbreviations. */
#content abbr[title]:after {
  content: " (" attr(title) ")";
}


/* Un-float the content */
#content,
#content .section {
  float: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* Turn off any background colors or images */
body,
#page-wrapper,
#page,
#main-wrapper,
#main,
#content,
#content .section {
  color: #000;
  background-color: transparent !important;
  background-image: none !important;
}

/* Hide sidebars and nav elements */
#skip-to-nav,
#toolbar,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.breadcrumb,
div.tabs,
.action-links,
.links,
.book-navigation,
.forum-topic-navigation,
.pager,
.feed-icons, 
.region-highlighted,
.print-link {
  visibility: hidden;
  display: none;
}

/* If you un-comment the "page { overflow-y: hidden; }" ruleset, Firefox clips
   the content after the first page. */
#page-wrapper {
  overflow-y: visible;
}


.field-name-field-headnote, .field-name-field-facts, .field-name-field-decision, .field-name-field-outcome, .field-name-field-attachment, .field-name-field-cases-cited, .field-name-field-keywords, .field-name-field-leg-applicable {
    border-bottom: 1px solid #C2D1DB;
	padding:5px 0;
}

.field-name-field-cases-cited	{
	margin-bottom:10px;
}

.field-label	{
	margin-top:1em;
}
.field-item p {
    margin-top: 0;
}

.field-name-field-headnote {
    background: none repeat scroll 0 0 #E5EBEF;
    margin: 15px 0px;
    padding: 5px 10px;
}
.view-case-law-node-header .views-field {
    margin-bottom: 0.5em;
}

hr.print-hr	{
	color:#C2D1DB; 
	background-color: #C2D1DB;
	height: 1px;
}
