/* $Id: style.css,v 1.1.4.2 2009/03/19 23:50:07 couzinhub Exp $*/
/* General styles ---------------------------------*/
body {
  background: url('../images/bg1.jpg') repeat scroll 0 0; /* Correct path to the background image */
  background-color: #F7D68D;
  margin: 0;
  padding: 0;
  min-width: 1600px; /* Set minimum width for the site */
  font-family: Verdana, Arial, Helvetica, sans-serif; /* Standardized font-family */
  font-size: 12px;
  line-height: 170%;
}

#content {
  width: 100%; /* Adjust width as needed */
  max-width: 1200px; /* Ensures content does not stretch too far on larger screens */
}

.node-form legend {
  display: block;
  font-weight: bold;
}

#page {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.5em;
}

#user-register #edit-name-wrapper .description, .form-item .description {
  visibility: hidden;
  font-size: 9pt;
}

.description {
  color: #191970;
}

.block-ad .content {
  text-align: center;
}

#imgLinksContainer, #img_link {
  font-size: 9px;
  width: 90%;
}

#tabs-wrapper {
  margin: 0 -1em 1em;
  padding: 0 1em;
  position: relative;
}

.node-form .description span {
  color: black;
}

.view-content span.date-display-single, .view-content span.date-display-start, .view-content span.date-display-separator, .view-content span.date-display-end, .node span.date-display-single, .node span.date-display-start, .node span.date-display-separator, .node span.date-display-end {
  font-size: 9px;
}

.imagecache-news_image_teaser {
  float: right;
}

.block .content {
  margin: 0.5em 0;
}

input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  color: #494949;
  font-size: 12px;
  margin: 0;
  padding: 1px;
}

a:link, a:visited, a.active {
  color: #005500;
  text-decoration: none;
}

a:hover {
  color: green;
  text-decoration: underline;
}

@media (max-width: 1600px) {
  body {
    min-width: 100%; /* Responsive adjustment */
  }
}

@font-face {
  font-family: 'Ringbearer';
  font-style: normal;
  font-weight: normal;
  src: url('../themes/laurelinarchives/RINGM___.TTF'); /* Assuming the font is located in this directory */
}

ul, ol {
  list-style: disc outside none;
  margin-left: 0;
  padding-left: 20px;
}

table {
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse;
}

table th, table td {
  padding: 0.5em;
  border: 1px solid #CCC;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Ringbearer', Arial, sans-serif;
}

/* Make sure all heading elements have a consistent font-family and remove repetitive styles */
h1 {
  font-size: 24px;
  color: #333;
}

h2 {
  font-size: 20px;
  color: #333;
}

h3 {
  font-size: 18px;
  color: #333;
}
