/*
Theme Name: Wrestling Channel
Description: Wrestling Channel Theme
Version: 0.1
Author: Norton Sit

*/

body {
  font-size: 70%;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background: #000000 url('images/rgb6.jpg') repeat fixed top left;
  color: #aaaaaa;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

h1 {
  margin:0px;
  color: #aaaaaa;
}

#headerdummy {
  width: 100%;
  height: 180px;
}
#header {
  width: 100%;
  height: 147px;
  z-index:9;
}

#headerimg {
  height:117px;
  background: #000000 url('images/starbaner.png') no-repeat center center;
}

#headermenu {
  height:30px;
  background: #888888 url('images/menubg.gif') repeat bottom left;
}

#headertext {
  position:absolute;
  z-index:-1
}

#page {
  width:100%;
}
#sidebar {
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 5px 0 0;
  width: 290px;
}

#maintable {
  margin-left:auto;
  margin-right:auto;
  border: 0px 0 0;
}

#maintable  tr{
  vertical-align: top;
}

#maintablecontent{
  width:605px;
  padding:8px;
}

#maintablesidebar{
  width:260px;
  padding:8px;
}
.narrowcolumn {
  width: 100%;
}
.widelistbox,.narrowlistbox,.sidebarcolumn {
  background: transparent url('images/bgpx.png') repeat bottom left;
  text-align: left;
}

.widelistbox {
  padding: 15px;
  padding-bottom: 20px;
  width: 605px;
}

.widelistbox a {
  text-decoration: none;
  color: #aaaaaa;
}

.widelistboxitem {
  background-color: #aaaaaa;
  color: #000000;
  padding: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 15px;
  min-height: 75px;
}
.widelistboxitem p {
  font-size: 1.2em;
  margin-top: 8px;
  margin-bottom: 8px;
}
.widelistboxitem small {
  margin-top: 8px;
}

.narrowlistbox {
  padding: 15px;
  padding-bottom: 25px;
  width: 175px;
}
.narrowlistbox a {
  text-decoration: none;
  color: #000000;
}
.narrowlistboxitem {
  background-color: #aaaaaa;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 4px;
}
.widelistboxitem a {
  color: #4444aa;
}
.narrowlistboxitem a {
  color: #4444aa;
}
.widelistboxitem h3 a{
  color: white;
  font-size: 0.9em;
}
.narrowlistboxitem a{
  color: white;
  font-size: 0.8em;
}
.narrowlistbox h2 a {
  color: #aaaaaa;
  font-size: 0.7em;
}
.narrowlistboxitem h3 a {
  color: white;
}

p.postmetadata {
  display:none;
}

.sidebarcolumn {
  padding: 15px;
  width: 260px;
}
.pagerbox a{
  color: #aaaaaa;
}
.pagerbox a.current{
  color: #ffffff;
  font-weight: bold;
}
h1,h2,h3 {
  margin: 5px;
}
