@charset "UTF-8";

/* CSS for projection, screen, and tv media */

/* The structure and design of the core template itself */
body, div, h1, #t_nav1, #t_nav2, address, #t_foot p {
  padding: 0;
  margin: 0;
}

body {
  background: #006 url(../img/background.jpg) repeat-y fixed top center;
}

#t_mainblock {
  background-color: #FFF;
  border-left: 3px solid #060;
  border-right: 3px solid #060;
  margin: 0 auto;
  width: 800px;
}

#skipnav {
  display: none;
}

#t_head {
  background-color: #006;
  color: #FFF;
  font: small-caps bold 20px "Comic Sans MS", cursive;
  height: 60px;
  padding: 0 3px;
  text-align: center;
}

h1 a {
  color: #FFF;
  padding: 0 3px;
  text-decoration: none;
}

#t_nav {
  background-color: #006;
  font-family: Georgia, serif;
  text-align: center;
}

#t_nav ul li {
  display: inline;
}

#t_nav1 {
  height: 20px;
}

/* This rule won't pass validation due to -moz-border-radius and -webkit-border-radius, which should be removed once CSS3 is implemented in major browsers */
#t_nav1 li a {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  background-color: #006;
  border: 2px solid #060;
  border-radius: 1em;
  color: #FFF;
  font-weight: bold;
  padding: 0 10px;
  text-decoration: none;
}

#t_nav2 {
  margin-top: 10px;
}

#t_nav2 li a {
  background-color: #060;
  border-left: 2px solid #090;
  border-right: 2px solid #090;
  border-top: 2px solid #090;
  color: #000;
  font-weight: bold;
  padding: 0 10px;
  text-decoration: none;
}

#t_content {
  font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
  min-height: 600px;
  padding: 0 7px;
}

#t_content a {
  color: #090;
}

#t_content a:visited {
  color: #060;
}

address {
  background-color: #006;
  border-top: 3px solid #060;
  color: #FFF;
  font-size: x-small;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

address a {
  color: #090;
  text-decoration: none;
}

#shareplus_table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid black;
  width: 100%;
}

#shareplus_table tr {
  margin: none;
}

#shareplus_table td, #shareplus_table tr {
  text-align: center;
  border: 3px solid black;
  padding: 0 5px;
  margin: 0;
}