@charset "utf-8";
/*
Theme Name:     WHN Live
Theme URI:      http: //whnlive.com/
Description:    WHN Live Site Theme - inherited from twenty ten 
Author:         Mark Squibb
Author URI:     http: //whnlive.com/about/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

.one-column #content {
	margin: 0 auto;
	width: 900px;
}
// Squibb Overrides

#content tr th,
#content thead th {
  background-color:green;
  color:white;
  #font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 6px 12px;
}

#content table {
  border: 1;
  width: 100%;
  border-style: ridge;
  #font-size:11px;
  line-height: normal;
}

#content td {  
      background-color:#0000000;
      padding: 2px 6px;
   }
#content table,th,td
{
  border: 2px;
  border-color: solid gray;
  border-style: inset;
  padding: 2px 6px;
}
#content th
{
  font-size:14px;
  background-color: light yellow;
  color:black;
  //color: #B4AA9D;
} 
th
{
  color:black;
}
#site-generator {
    display: none;
}