/*
/ blackbeltlovesyou.css
/ Master stylesheet for blackbeltlovesyou.com
/ See individual pages for overrides
*/


/* Body declarations */
body
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #222222;
  margin-top: 30px;
}

/* Main container */
.main
{
  border: 1px solid black;
  width: 720px;
  margin-left: auto; margin-right: auto;
}

/* Menu container */
.menu
{
  width: 720px;
  height: 40px;
  background: black;
}

.menu .menu-item
{
  float: left;
  margin: 0px;
  padding: 0px;
}

.menu .menu-item img
{
  border: 0px;
}

.menu .menu-item a
{
  background: white;
  float: left;
}

.menu .menu-item a:hover
{
  background: silver;
}


/* Content body container */
.body
{
  text-align: left;
  width: 720px;
  height: 432px;
  background-color: silver;
  position: relative;
}

/* Content container */
.content
{
  text-align: left;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}


/* Scrolling content box container */
.scrollbox
{
  text-align: left;
  position: absolute;
  overflow: auto;
  left: 20px;
  top: 20px;
  width: 680px;
  height: 390px;
  scrollbar-base-color: white;
}


/* Table formatting */
table
{
  border-bottom: none;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-left: 1px solid black;
  margin-bottom: 20px;
  margin-top: 5px;
  background: url(../shared/img/background-diag-white.png);
  
}

caption
{
  text-align: left;
  font-weight: bold;
}

th
{
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 5px;
  background: black;
  color: white;
  border-bottom: 1px solid black;
}

td
{
  font-size: 8pt;
  padding: 5px;
  text-align: left;  
  vertical-align: top;
  border-bottom: 1px solid black;
}

/* Image formatting */
a img
{
  border: 1px solid black;
}


/* Footer container for internal anchor spacing */
.footer
{
  padding-bottom: 50%;
}

/* Footnote container */
.footnote
{
  color: #444444;
  font-size: 8pt;
  width: 100%;
  text-align: center;
  margin-top: 4px;
}

/* Tagline container */
.tagline
{
  margin-top: 2px;
  color: #444444;
  font-size: 8pt;
  width: 100%;
  text-align: center;
}

/* Container for hidden search engine text, since */
/* most people forget that blackbelt is one word  */
.hidden_text
{
  color: white;
  size: 1px;
  position: absolute;
  margin-top: 50px;
}

/* Header container for page headers */
.header a img
{
  position: relative;
  height: 40px;
  border: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}


/* List declarations */
ol li
{
  margin-left: 0px;
  text-indent: 0px;
  list-style: inside;
}
