/** body **/
  body
  {
  	background: #C48B1B url(images/body_bg.gif) repeat-x scroll;
  }

  #body, #body p, #body table {
	font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
  }

/** header **/

  #header
  {
	text-align:left;
  }
  


  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }


/** content **/
  #content
  {
  }

  #content-inner
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
    margin: 0 1em 5px 1em;
    border: 2px solid #ccc;
    padding: 5px;
    color: #000;
    background-color: #fff;
    font-style: italic;
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning /* Medium priority messages */
  {
    border-color: #ff7;
  }

  div.warning,
  tr.warning,
  body.section-admin tr.warning
  {
    color: #000;
    background-color: #ffc;
  }

  div.error /* High priority messages. See also the .error declaration below. */
  {
    border-color: #c00;
  }

  div.error,
  tr.error,
  body.section-admin tr.error
  {
    color: #900;
    background-color: #fee;
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }



/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

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

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


  /* 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.
   */

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }


  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
	text-align: right;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0;
  }



/** Drupal blocks **/
  .block /* Block wrapper */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    color: #c00;
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
  {
    border-bottom: none;
    padding: 0;
  }

  tr.even
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
  }

  .form-item label /* The label for a form element */
  {
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** Multi Block Styles **/
hr.views_multiblock_separator {
	display: none;
}



/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * admin section of the site.
   */
  .section-admin tbody
  {
    border-top: 1px solid #ccc;
  }

  .section-admin th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  .section-admin thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tr.even,
  .section-admin tr.odd
  {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }

/* Content */

  h2.title, h2.title a
  {
	color:#000000 !important;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
  }
  
  .node-teaser h2.title, .node-teaser h2.title a,
  .node-teaser h2.subtitle, .node-teaser h2.subtitle a
  {
	color:#000000 !important;
	font-size:14px;
	text-decoration: none;
	margin:0;
  }
  
  .node-teaser h2.subtitle, .node-teaser h2.subtitle a
  {
  	margin-bottom: 5px;
  }
  a
  {
	color:#000000;
	text-decoration: underline;
  }
  #content
  {
	font-size:12px;
	line-height:18px;
	color: #000000;
  }

  .field-field-article-image
  {
	padding: 0 40px 10px 10px;
  }

  .field-field-article-image img
  {
	border: 1px solid #000000;
	width:100px;
  }
  .node_content
  {
  }
li {
	margin:10px 0;
	padding:0;
}
/* Address Block */  

  #block-block-9
  {
	background:transparent url(images/orangebar.gif) no-repeat scroll top center;
	padding: 40px 0 0 0;
	width: 688px;
  }

  #block-block-9 .content
  {
	font-size:11px;
	line-height:normal;
	background:transparent url(images/footer.gif) no-repeat scroll top center;
	height:127px;
  }

  #block-block-9 .col-1
  {
	padding:17px 0 0 50px;
	width:311px;
  }

  #block-block-9 .col-2
  {
  	padding:22px 0 0 0;
  }

  #block-block-9 h3.title
  {
  	color:#000000;
	font-size:16px;
	padding: 0;
  }
  #block-block-9 p
  {
	padding: 0;
	line-height:14px;
  }


/* More info footer */
  #block-block-7 {
	text-align: center;
	font-size:11px;
  }
  
/* Archives Block */

  #block-block-5
  {
  }
  #block-block-5 p {
	padding: 0;
  }
  #block-block-5 a
  {
  }


/* Article Node View */
  tbody {
	border-top:1px none !important;
  }


  .section-lhd-public .node-type-article2
  {
	padding: 20px;
  }
  
  .section-lhd-public .node-type-article2 h2.title {
  	font-size:18px;
  	text-align: left;
  	color: #000000;
  }

  .web-address {
  	color: #745008;
	display: block;
	text-align: center;
	font-size:10px;
	margin: 10px 0 0 0;
  }

/* Articles in Issue Content */

.section-issue .volume-issue {
	font-weight: normal;
	padding: 0 10px 0 0;
	text-align:right;
}
.section-issue .volume-issue h3,
.section-issue .volume-issue .vol,
.section-issue .volume-issue .iss {
	display:inline;
	font-size:11px;
	padding:0pt 0pt 1pt 5px;
	vertical-align: middle;
}
.section-issue .articles {
	padding:20px 10px;
}

  .section-issue .node-type-article2
  {
	padding: 25px 0;
	border-bottom:1px solid #000000;
  }

  .section-issue .node-type-article2 .node_content
  {
	width:510px;
  }
  
  .section-issue .node-type-article2 .node_content p
  {
  	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
  }
 
  .section-issue .node-type-article2 .node_read_more
  {
  	color: #000000;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
  }
  .section-issue .node-type-article2 .node_read_more:hover
  {
  	text-decoration: underline;
  }
