/*
 * Adams & Remers
 *
 * Style sheet: AdamsRemersScreen.css
 * Simple styles for screen viewing
 * Read by all CSS browsers for 'screen' and 'projection' media
 *
 * By Andy Smith (andy@zambezi.org.uk)
 * for Preview (www.preview.co.uk)
 */

/* <!-- compression status: 1 --> (this is for http compression) */
/*  (do not remove this :) */
/*  (not this either :) */


/* Import styles for v5+ browsers. Use quotes to hide from IE5 for Mac. */
@import 'AdamsRemersScreenLayout.css';


/*
 * Basic colours
 */

html, body {
  background: #fff;
  color: #6e6e6e;
}


/*
 * Links
 */

:link, :visited {
  font-weight: bold;
  text-decoration: none;
}

:link {
  color: #524f2c;
}

:visited {
  color: #767458;
}

:link:hover, :visited:hover, :link:active, :visited:active {
  color: #524f2c;
  text-decoration: underline;
}

#region-content h1 :link, #region-content h2 :link, #region-content h3 :link,
#region-content h4 :link, #region-content h5 :link, #region-content h6 :link {
  color: #524f2c ! important;
}

#region-content h1 :visited, #region-content h2 :visited,
#region-content h3 :visited, #region-content h4 :visited
 #region-content h5 :visited, #region-content h6 :visited {
  color: #767458 ! important;
}



/*
 * Undo print styling
 */

/* Show the sections that are hidden in the print style sheet
   (AdamsRemersPrint.css), and undo other styling from that style sheet,
   in case it is pplied for screen viewing by browsers that ignore the
   print media specification. */

hr, #page-skip-links, #page-main-nav, #page-breadcrumbs,
#page-sidebar-1, #page-sidebar-2, #page-search-area,
#page-strapline-area, #page-footer h2, #page-footer .links,
#page-footer .credit, #page-footer .top-link {
  display: block;
}

#page-footer {
  border: 0 none;
  padding: 0;
}


/*
 * Separation of sections
 */
 
/* Hide horizontal rules, used to separate page sections in non-CSS
   browsers. Separate sections with colour and borders instead; this
   simple separation is overridden in screen-layout.css. */

hr {
  display: none;
}

#page-skip-links {
  margin: 1em 0;
  border-top: dotted 1px #6e6e6e;
  border-bottom: dotted 1px #6e6e6e;
}

#page-skip-links ul {
  margin: 1em 0;
}

#page-content-area, #page-sidebar-1, #page-sidebar-2,
#page-search-area, #page-strapline-area, #page-footer {
  margin: 1em 0;
  border-top: dotted 1px #6e6e6e;
}


/*  */

