/* Base FRCD CSS class declarations */
/* $Id: frcd.css 8 2009-08-05 23:38:37Z stevet $ */

body {
  color: black;
  background: white ;
  font-size: 90%;
  margin: 0;
  padding: 0;
}

#skiptocontent {
  position: absolute;
  right: 10px;
  top: 50px;
  font-family: arial, helvetica, sans-serif;
  font-size: .75em;
}

#header {
  height: 75px;
  color: #639;
  padding-left: 250px;
  padding-top: 5px;
  margin: 0;
  font-size: 1em;
}

#header span { 
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
}

#header #frcd {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 75px;
  background: url(images/frcd.png) no-repeat;
  background-position: 0px 0;
}

#navigation {
  font-family: arial, helvetica, sans-serif;
  position: absolute;
  left: 0;
  top: 75px;
  width: 10em;
  w\idth: 9em;
  padding: 1em 0 1em 1em;
}

#navigation ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}

#navigation li {
  font-size: 1em;
  color: #639;
  font-weight: bold;
}

#navigation li li {
  display: inline;
  font-size: 0.85em;
  font-weight: normal;
}

#navigation li a {
  display: block;
  background: white;
  text-decoration: none;
  color: #00c;
  padding: 0.15em 0.5em;
  border: 1px solid white;
  margin: 1px 0;
}

#navigation li a:hover {
  background-color: #eee;
  text-decoration: none;
  border-color: #ccc;
  margin: 1px 0;
}

#exits {
  margin: 75px 5px;
  border-top: 1px solid #ccc;
}
#exits p { font-size: .8em; }

#sidebar {
  font-family: arial, helvetica, sans-serif;
  float: right;
  width: 10em;
  border-top: 1px solid #ccc;
  line-height: 1em;
}

#sidebar ul { 
  list-style: none;
  font-size: .9em;
  padding: 0;
  margin: 0 0 2em .75em;
  line-height: 1.5em;
}

#sidebar li li { 
  /*list-style: square inside;*/
  list-style: none;
  margin: 0 0 1em 0;
}

.ptop { 
  color: #639;
  font-size: 1.2em;
  font-style: italic;
  padding-top: .5em;
  margin: .5em .2em .5em 0;
}

#content {
  line-height: 1.25em;
  padding: 1em;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 1px;
  margin: 0 10em 2em 11em;
}

#content img {
  float: right;
}

#footer {
  position: absolute;
  left: 10em;
  /* padding: 1em; */
  /* border-top: 1px solid #ccc; */
  /* margin: 0 10em 0 11em; */
}

#footer p { 
  font-size: .8em;
}

#footer p a {
  padding: 5px;
}

#sitemap {
  line-height: 1.5em;
  padding: 1em;
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
  margin: 0 5em 0 10em;
}

h1  {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  margin: 0;
  color: #639;
}

h2  {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.2em;
  margin: 1em 0 0 0;
  color: #639;
}

#getacro {
  border-top: 1px solid #ccc;
  margin: 0 1em;
  padding: 1em 0;
}

.promo {
  background: #eee;
  padding: .5em;
}

.promo h1 {
  font-size: 1.1em;
}

.attention {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}

/* doc structure selector; should probably just use class, as further below */
/*---
 #calendar>ul>li {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  color: #639;
  margin: 1em 0 0 0;
}
---*/

#calendar .event { margin: 1em 0 0 0; }
#calendar .date {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  color: #639;
}

.ev_title {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
}

#calendar .location:before {
  content: "Location: ";
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  color: #639;
}

#calendar .time:before {
  content: "Time: ";
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  color: #639;
}

#calendar .contact:before {
  content: "Contact: ";
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  color: #639;
}

#content .list {
  font-family: arial, helvetica, sans-serif;
}

#content li {
  list-style-type: none;
  margin-bottom: 1em;
  text-indent: -1em;
}

#content li li{
  list-style: square inside;
  margin-bottom: 0;
}

.group_name {
  font-weight: bold;
  font-size: 1.1em;
}
