/*
 * core.css
 * CSS definitions for ads.UKClimbing.com pages
 * (c) Climbers.net, 2010
 */

BODY {
  font-family: Arial,Helvetica,sans-serif;
  margin: 0 auto 0 auto;
  padding: 0;
  background: #eee;
  width: 981px;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  }

A {
  color: #0ae;
  }

A:visited {
  color: #369;
  }

A:hover {
  color: #c00;
  }

#content A[href^="http"] {
  color: #0c9;
  }

#content A[href^="http"]:visited {
  color: #285;
  }
  
#content A[href^="http"]:hover {
  color: #c00;
  }
    
/* Page header styles */
#header {
  background: #063;
  color: #bf8;
  width: 100%;
  padding: 0 8px 2px 8px;
  font-size: 13px;
  }

#headerend {
  border-bottom: 2px solid #063;
  padding: 4px 0 0 0;
  background: #fff;
  }

#page {
  background: #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  }

#lhsbar {
  width: 170px;
  white-space: nowrap;
  background: #D8EBD1;
  font-size: 13px;
  }

#lhsbar UL {
  padding: 0;
  margin: 4px 0 10px 0;
  text-align: left;
  }

#lhsbar LI {
  padding: 1px 4px 1px 4px;
  font-weight: bold;
  list-style: none;
  }

#lhsbar UL UL {
  margin: 0;
  padding-left: 14px;
  }
 
#lhsbar UL UL LI {
  font-weight: normal;
  }
      
#lhsbar .sel {
  color: #D8EBD1;
  background: #889B81;
  display: block;
  padding: 1px 2px 1px 2px;
  }

#lhsbar UL A {
  color: #4DB445;
  display: block;
  padding: 1px 2px 1px 2px;
  text-decoration: none;
  }

#lhsbar UL A:visited {
  color: #889B81;
  }

#lhsbar UL A:hover, #lhsbar UL A:visited:hover {
  color: #D8EBD1;
  background: #889B81;
  }
  
#content {
  padding-left: 10px;
  font-size: 13px;
  background: #fff;
  }

#content H1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  }

#content H2 {
  background: #D8EBD1;
  color: #889B81;
  text-align: center;
  font-size: 19px;
  margin-top: 12px;
  margin-bottom: 4px;
  font-weight: normal;
}

#content H3 {
  margin-bottom: 0;
  font-size: 16px;
}

/* List of bullet points using CSS background-image */
#content UL {
  padding: 4px 0 4px 0;
  margin: 0;
  }

#content UL LI {
  list-style: none;
  background: url(bullet.gif) no-repeat 0 50%;
  padding-left: 18px;
  }

/* Alternative list of bullet points using CSS list-style 
 * does this work on Mac Safari browsers?
 */
#content OL {
  padding: 4px 0 4px 20px; 
  margin: 0;
  }

#content OL LI {
  /* list-style: disc outside; */
  list-style: disc outside url(bullet.gif);
  }

/* A single bullet point */
.abullet {
  background: url(arrow.gif) no-repeat 0 50%;
  padding-left: 18px;
  }

/* Standard tables design */
.table {
  text-align: center;
  }

.table THEAD {
  background: #D8EBD1;
  }

.table TFOOT {
  background: #ccc;
  }
  
.table TH {
  font-weight: bold;
  }

.table TBODY {
  font-size: 12px;
  }

.table TBODY TR {
  background: #eee;
  }

.table .dark {
  background: #ddd;
  }
  
.table A {
  text-decoration: none;
  }

#footer {
  padding-top: 5px;
  padding-bottom: 8px;
  border-top: 1px solid #999;
  font-size: 11px;
  color: #777;
  text-align: center;
  background: #fff;
  }

/* Various font sizes */ 
.small {
  font-size: 11px;
  }
  
.faded {
  color: #666;
  }

.error {
  color: #f00;
  }
  
P {
  margin: 1em 0;
  }

/* Hack for MSIE */
HR {
  margin: 0;
  padding: 0;
  }
HTML>/**/BODY HR {
  margin: 6px 0;
  }

FORM {
  margin: 2px 0 2px 0;
  }
  
.skiplink {
  display: none;
  }
  
