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

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

A {
  color: #008;
  text-decoration: none;
  }

A:visited {
  color: #708;
  }

A:hover {
  color: #d11; 
  text-decoration: underline;
  }

/* Page header styles, including top navigation bar & search form */
#header IMG {
  border: none;
  }
 
#banner {
  width: 100%;
  text-align: right;
  background: url(/images/header5.gif) no-repeat;
  }

#navbar {
  background: #f90;
  text-align: center;
  }

#navbar TABLE {
  margin: 0 auto 0 auto;
  }

#navbar TD {
  width: 115px;
  text-align: center;
  font-size: 13px; 
  font-weight: bold;
  }
  
#navbar A {
  color: #904; 
  text-decoration: none;
  display: block;
  padding: 3px 0 3px 0;
  }

#navbar A.sel, #navbar A.sel:visited {
  background: #fc0;
  color: #000;
  }
  
#navbar A:hover, #navbar A:visited:hover, #navbar A.sel:hover, #navbar A.sel:visited:hover {
  color: #fc0; 
  background: #904;
  }

#search {
  height: 30px;
  background: #fc0;
  font-size: 13px; 
  width: 100%;
  }

#search .txt {
  padding-left: 10px;
  color: #333;
  font-weight: bold;
  width: 100%;
  }

/* Left-hand sidebar styles */
#lhsbar {
  width: 160px;
  font-size: 12px;
  background: #999;
  }

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

#lhsbar li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  list-style: none;
  margin: 1px;
  }
   
#lhsbar ul ul li {
  font-size: 11px;
  }
      
#lhsbar .sel {
  background: #aaa;
  color: #333;
  }

#lhsbar .txt {
  padding: 3px;
  font-size: 13px;
  }

#lhsbar .tx2 {
  padding: 3px;
  font-size: 11px;
  }
    
#lhsbar A {
  color: #008;
  display: block;
  padding: 3px;
  }

#lhsbar A:visited {
  color: #508;
  }

#lhsbar A:hover, #lhsbar A:visited:hover {
  color: #333;
  background: #aaa;
  text-decoration: none;
  }
  
#lhsbar .rule {
  border-top: 1px solid #666; 
  padding-top: 3px;
  }

/* Main page content styles */
#content {
  background: #fff;
  }
  
#content H1 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 22px; 
  margin: 0 0 2px 0;
  }
  
#content H3 {
  font-family: Verdana,Arial,Helvetica,sans-serif; 
  font-size: 16px;
  margin: 2px 0 2px 0;
  }

#content TD {
  font-size: 13px; 
  }
  
#content P {
  margin-bottom: 2px;
  }

/* Right hand sidebar */
#rhsbar {
  width: 160px;
  background: #999;
  padding-bottom: 1px;
  }

/* Page footer styles */
#footer {
  background: #666;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  height: 35px;
  text-align: center;
  color: #ccc;
  }

#footer A {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }

#footer A:hover, #footer A:visited:hover {
  color: #333;
  }

.skiplink {
  display: none;
  }

/* List of bullet points */
.bullets {
  padding-left: 15px;
  margin: 0;
  }

.bullets LI {
  list-style: disc outside url(/images/arrowli.gif);
  }

/* A single bullet point */
.abullet {
  background: url(/images/arrow.gif) no-repeat 0 50%;
  padding-left: 15px;
  }
  
/* Horizontal rule */
.divider {
  border-top: 2px solid #fc0; 
  padding-top: 2px;
  }
    
/* Simple box around content (full width) */
.boxed {
  border: 1px solid #bbb;
  background: #eee;
  width: 100%;
  }

/* Simple box around content (right aligned) */
.boxright {
  border: 1px solid #bbb;
  background: #eee;
  margin: 2px 0 2px 10px;
  }

.boxright P {
  margin-top: 0.5em;
  }
  
/* More complex table */
#table {
  }
  
#table THEAD {
  background: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
  }

#table THEAD A, #table THEAD A:visited {
  color: #fff;
  }
  
#table THEAD A:hover, #table THEAD A:visited:hover {
  color: #d11;
  text-decoration: underline;
  }

#table TBODY {
  background: #ccc;
  text-align: center;
  }
  
#table TBODY .dk {
  background: #aaa;
  }

/* A complex form */
#form {
  }
  
#form THEAD {
  background: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
  }

#form TBODY {
  background: #ddd;
  text-align: left;
  }
  
#form TBODY TH {
  background: #eee;
  text-align: right;
  }

#form TFOOT {
  background: #eee;
  }
        
.ruled {
  background: #eee;
  margin-right: 115px;
  padding: 2px 0 2px 0;
  }

/* Various font sizes */ 
.large {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  }

.medium	{
  font-size: 12px;
  }
  
.small {
  font-size: 11px;
  }
 
.vsmall	{
  font-size: 10px;
  }

/* Important text */
.highlight {
  color: #006;
  font-weight: bold;
  }

/* Small, faded text */
.faded {
  color: #666;
  font-size: 10px;
  }

.error {
  color: red;
  }

/* Right-aligned thumbnail image */
.thumb {
  margin: 0 0 10px 5px; 
  border: 1px solid;
  }

FORM {
  margin: 0;
  }

/* Admin pages styles */
#admin {
  background: #fff;
  border-color: #fff;
  }
  
#admin .head {
  background: #ddd;
  padding: 5px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 13px;
  }

#admin .foot {
  margin-top: 13px;
  background: #ddd;
  padding: 4px;
  text-align: center;
  }

