body {
    background: #808080;
    padding: 20px 20px 20px 20px;
}

div#page {
    background: #000;
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
}

div#navbar {
    background: #000;
    color: #fff;
    padding: 10px 4px 10px 4px;
}

div#navbar A {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

div#navbar A:link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

div#navbar A:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

div#navbar A:active {
    color: #c00000;
    text-decoration: none;
    font-weight: bold;
}

div#navbar A:hover {
    color: #c00000;
    text-decoration: none;
    font-weight: bold;
}

div#outer {
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

div#main {
    float: left;
    width: 450px;
    margin-left: 8px;
    padding-right: 8px;
    border-right: 1px solid black;
}

div#main2 {
    margin-left: 8px;
    padding-right: 8px;
}


div#sidebar {
    float: right;
    width: 230px;
    padding-right: 8px;
    margin-left: 8px;
}



A,
A:link,
A:visited,
A:active,
A:hover {
    color: #c00000;
    text-decoration: underline;
    font-weight: bold;
}

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}

div.blogbody {
    font-family: palatino, georgia, verdana, arial, sans-serif;
    color:#333;
    font-size:small;
    font-weight:normal;
    background:#FFF;
    line-height:150%;
}

div.blogbody a,
div.blogbody a:link,
div.blogbody a:visited,
div.blogbody a:active,
div.blogbody a:hover {
    color: #c00000;
    font-weight: normal;
    text-decoration: underline;
}

.title    {
    font-family: palatino, georgia, times new roman, serif;
    font-size: medium;
    color: #c00000;
}            

div.pagebanner {
    margin-top: 4px;
    margin-bottom: 8px;
}

.pagetitle {
    font-family: palatin, georgia, times new roman, serif;
    font-size: xx-large;
    color: #c00000;
    margin-bottom: 16px;
    font-weight: bold;
}

.date    { 
    font-family: palatino, georgia, times new roman, serif; 
    font-size: large; 
    color: #c00000; 
    border-bottom:1px solid #c00000;
    margin-bottom:10px;
    font-weight:bold;
}            
    
.posted    { 
    font-family:verdana, arial, sans-serif; 
    font-size: x-small; 
    color: #000000; 
    margin-bottom:25px;
}


/* Sidebars */    
div.side {
    font-family:verdana, arial, sans-serif;
    color:#333;
    font-size:x-small;
    font-weight:normal;
    background:#FFF;
    line-height:125%;
    padding:2px;
    margin-bottom: 10px;
    text-align: right;
}    

div.side a,
div.side a:link,
div.side a:visited {
    color: #c00000;
    text-decoration: none;
    font-weight: normal;
}

div.side a:active,
div.side a:hover {
    font-weight: bold;
}

div.side img {
  border: 0px;
}

div.sidetitle {
    font-family:palatino, georgia, times new roman, serif;
    color:#c00000;
    font-size:small;
    font-weight:normal;
    padding:2px;
    background:#FFF;
    text-transform:lowercase;        
    border-bottom: 1px solid #c00000;
}        

/* Syndication, etc */
div.syndicate {
    font-family:verdana, arial, sans-serif;
    font-size:xx-small;        
      line-height:140%;
      padding:2px;
      margin-top:15px;
      background:#FFF;          
}    
    
div.powered {
    font-family:palatino, georgia, times new roman, serif;
    color:#666;
    font-size:x-small;        
    line-height:140%;
    text-transform:uppercase; 
    padding:2px;
    margin-top:50px;
    letter-spacing: .2em;                    
      background:#FFF;        
}    

/* Images */
img.topicon,
img.charicon,
img.pageicon {
    border: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
}

/* Menu */
div#menu {
    text-align: center;
    padding-bottom: 4px;
}

div#menu a,
div#menu a:link,
div#menu a:visited {
    color: #c00000;
    text-decoration: none;
    font-weight: normal;
}

div#menu a:active,
div#menu a:hover {
    font-weight: bold;
}
    
/* Comments */
div.comments-label {
    font-weight: bold;
    font-size: large;
    color: #c00000;
    margin-top: 16px;
    border-bottom: 1px solid #c00000;
}

div.comments-head {
    font-weight: bold;
    font-size: large;
    color: #c00000;
    margin-top: 16px;
}

div.comments-body {
    font-size: small;
    font-weight: normal;
    line-height: 140%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #c00000;
}

div#banner-commentspop {
    font-size: xx-large;
    color: #c00000;
    margin-bottom: 8px;
}


/* Trackback */
.trackback-url {
    font-family:georgia, verdana, arial, sans-serif;
    color:#333;
    font-size:small;
    font-weight:normal;
    background:#FFF;
    line-height:140%;
    padding:5px;
    border:1px dotted #999;
    margin-bottom: 4px;
}

.trackback-url A,
.trackback-url A:link,
.trackback-url A:visited,
.trackback-url A:hover,
.trackback-url A:active {
    font-decoration: underline;
    color: #c00000;
    font-weight: normal;
}

.trackback-body {
    font-family:georgia, verdana, arial, sans-serif;
    color:#333;
    font-size:small;
    font-weight:normal;
    background:#FFF;
    line-height:140%;
    padding-bottom:10px;
    padding-top:10px;
    border-bottom:1px dotted #c00000;
}

.trackback-post {
    font-family:verdana, arial, sans-serif;
    color:#c00000;
    font-size:x-small;
    font-weight:normal;
    background:#FFF;
}



/* Banner Table */
table#bannertable img {
    border: 0;
    padding: 0;
}


table#bannertable img#icon {
    padding-left: 8px;
    padding-right: 4px;
    margin: 0px;
}

table#bannertable {
    border: 0px;
    border-collapse: collapse;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

table#bannertable td {
    background-image: url(images/spacer.gif);
    padding: 0px;
    margin: 0px;
}

table#bannertable td#links {
    background: #000000;
    padding-left: 8px;
}


/* Cast and Guest Stars */
p.quip {
    font-size: small;
    font-style: italic;
    color: #c00000;
}

img.bio {
    border: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
}


div.imgleft {
    float: left;
}

div.imgright {
    float: right;
}


div.bio {
    padding-bottom: 12px;
}

div.left {
    text-align: left;
}

div.right {
    text-align: right;
}

div.left div.img {
    float: left;
}

div.right div.img {
    float: right;
}




div.name {
    font-size: large;
    font-weight: bold;
    color: #c00000;
    margin: 0px;
    padding: 0px;
}


div.actor {
    font-size: small;
    font-weight: normal;
    font-style: italic;
    color: #000;
    margin: 0px;
    padding: 0px;
}


/* Episode Summary */
blockquote {
    font-size: 11px;
    line-height: 16px;
    color: white;
    background-color: #800000;
    border: 1px solid #c0c0c0;
    padding: 10px;
    margin: 10px;
    margin-left: 20px;
    margin-right: 20px;
}


blockquote A {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}



div.oad {
  font-style: italic;
  font-size: x-small;
  margin-top: 12px;
  font-weight: bold;
}

/* Episode Guide */

table#episodes {
  border: 1px solid;
  border-collapse: collapse;
}

table#episodes td {
  border: inset 1px;
  padding-left: 6px;
  padding-right: 6px;
}

table#episodes tr.header {
  color: #fff;
  background: #c00000;
  font-weight: bold;
}


/* Misc */

span.new {
  color: #ff0000;
  font-weight: bold;
  font-size: large;
}

div#dateslug {
    font-weight: bold;
    font-size: small;
    padding-left: 6px;
    padding-top: 12px;
}

table#archive td.icon {
    vertical-align: top;
}

