/*******************************************************************************
 * base.css
 *
 * Contains rules for the basic layout and appearance of the site - that is, the
 * main body divs, title, nav bars etc.
 *
 * Author: William Madden
 *
 * Copyright 2008 Silverpond
 ******************************************************************************/

#nav
{
  position: absolute;
  top: 57px;
  left: 400px;
  font-size: 1.1em;
}

#nav a
{
  color: #2C353B;
  display: block;
  text-decoration: none;
  border: none;
}

#nav li
{
  display: block;
  float: left;
}

#nav .tab
{
  margin: 24px 0 0 0;
  display: block;
  height: 34px;
  padding-left: 20px;
  background: transparent url('/img/tab_cap.png') 0% 0% no-repeat;
}

#nav .tab .inner
{
  display: block;
  line-height: 19px;
  padding-top: 15px;
  padding-right: 20px;
  background: transparent url('/img/tab.png') 100% 0% no-repeat;
}

#nav .tab:hover, #nav .tab .inner:hover
{
  color: #8F0202;
}

#nav .tab.current
{
  font-size: 1.2em;
  height: 51px;
  margin: 10px 0 0;
  background: transparent url('/img/current_tab_cap.png') 0% 0% no-repeat;
  color: #8F0202;
  padding-left: 30px;
}

#nav .tab.current .inner
{
  line-height: 36px;
  padding-right: 30px;
  background: transparent url('/img/current_tab.png') 100% 0% no-repeat;
}

#nav .tab.current:hover, #nav .tab.current .inner:hover
{

}

#subnav
{
  height: 31px;
  line-height: 31px !important;
  background: transparent url('/img/subnav_bg.png') top left repeat-x;
  font-size: 0.8em;
}

#subnav .tab
{
  display: block;
  float: left;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin: 0 10px;
  height: 100%;
}

#subnav .separator.tab
{
  padding-left: 0;
  margin: 0;
}

#subnav .tab.current, #subnav .tab.current a
{
  color: #C53333;
}

#subnav a
{
  font-weight: bold;
  color: #2C353B;
  display: block;
  border: none;
  height: 100%;
  line-height: 31px;
}

#subnav a:hover
{
  color: #8F0202;
}
